Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d392973
fix(config): rename 'Overrides' to 'Localizations' in RSVP locale sec…
qiyundai Apr 8, 2026
b26a0e5
Configs Service WIP
qiyundai Apr 8, 2026
173b0c1
Update customAttributes contract
qiyundai Apr 8, 2026
034129d
feat(config): ConfigManagement UX improvements
qiyundai Apr 8, 2026
e088aee
feat(event-form): add Custom Attributes card to Additional Content step
qiyundai Apr 9, 2026
433dfe1
feat(config): update customAttributes contract and migrate RSVP field…
qiyundai Apr 9, 2026
1311f7e
Merge branch 'dev' into configs
qiyundai Apr 9, 2026
63945bc
fix(config): wire RSVP edit dialog to active locale for localizable f…
qiyundai Apr 9, 2026
df1c735
fix(event-form): prevent custom attribute pickers from stretching ful…
qiyundai Apr 9, 2026
fa414ed
feat(event-form): add publish guard and remove agenda end time requir…
qiyundai Apr 10, 2026
d53bb5c
docs: align guides with current app (ports, routes, TopNav, Jest)
qiyundai Apr 17, 2026
bd6e752
fix(event-form): load language picker from scope locales config
Apr 17, 2026
1aef78d
fix(esp): use customAttributes scope config type
qiyundai Apr 20, 2026
76e9d92
Support human readable label for custom attributes
sharmeebuilds May 6, 2026
e8bbe6f
feat(event-form): dual-source RSVP fields and per-option UI
qiyundai May 6, 2026
b50a861
chore: add PIM pod workflow docs and ignore local .pim state
qiyundai May 6, 2026
d5d16e8
Adding new pim related fixes
qiyundai May 6, 2026
fa210b8
Update RegistrationFieldsComponent.tsx
qiyundai May 6, 2026
eaab258
feat(rsvp): move options panel inside field card with inline toggle
qiyundai May 6, 2026
45a5593
fix(rsvp): address review findings on options toggle UI
qiyundai May 6, 2026
78784b4
PIM files
qiyundai May 7, 2026
cd79c4c
Update CLAUDE.md
qiyundai May 7, 2026
cebe155
Merge pull request #148 from adobecom/rsvp-form-component-update
qiyundai May 8, 2026
44984ed
Update sync.md
qiyundai May 8, 2026
054eec2
Merge branch 'dev' into fix/resolve-dev-config-conflict
sharmeebuilds May 21, 2026
2220567
[MWPW-194613] : RSVP Configs from the configs section (#159)
sharmeebuilds May 21, 2026
ac1a3c0
Merge remote-tracking branch 'origin/configs' into fix/resolve-dev-co…
sharmeebuilds May 21, 2026
472f206
Merge pull request #160 from adobecom/fix/resolve-dev-config-conflict
qiyundai May 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .claude/commands/sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pull the latest PIM pod context and summarize what's relevant to your current work.

Steps:
1. Run: pim context --pod pod-emc-s27-configsservice-follow-9f4cd4 --scope frontend --diff
2. If no previous context exists, run without --diff: pim context --pod pod-emc-s27-configsservice-follow-9f4cd4 --scope frontend --brief
3. Parse the output and summarize:
- Current pod pressure and day number
- Any open conflicts that affect scope "frontend"
- Recent updates from other agents that you should be aware of
- Relevant org learnings
4. If conflict pressure >= 0.6, warn about potential merge restrictions
5. If there are open conflicts in your scope, list them and recommend reviewing before proceeding
36 changes: 36 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,41 @@
"Bash(* --force)",
"Bash(sudo *)"
]
},
"hooks": {
"PostToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "node \"/Users/cod87753/Code/ai-council/packages/cli/dist/hooks/claude-code-post-tool.cjs\""
}
]
}
],
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "node \"/Users/cod87753/Code/ai-council/packages/cli/dist/hooks/claude-code-pre-tool.cjs\""
}
]
}
]
},
"mcpServers": {
"pim": {
"command": "npx",
"args": [
"-y",
"@pim/mcp-server@0.1.0"
],
"env": {
"PIM_API_URL": "https://d1ygncl0yqo6sv.cloudfront.net"
}
}
}
}
Loading
Loading