chore(claude): add sprint-status, review-multitenancy, sync-docs commands
/sprint-status — branch, last package, uncommitted work, next BACKLOG item. /review-multitenancy <Model> — model+migration+policy+tests checklist. /sync-docs — runs the dev-docs sync pipeline and reminds to upload .claude-sync/. Each command's frontmatter declares a least-privilege allowed-tools list.
This commit is contained in:
11
.claude/commands/sync-docs.md
Normal file
11
.claude/commands/sync-docs.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
description: Run the dev-docs sync pipeline and remind to upload .claude-sync/
|
||||
allowed-tools: Bash(npm:*), Read
|
||||
---
|
||||
|
||||
Run `npm run sync:docs`.
|
||||
After it completes, read `.claude-sync/SYNC_MANIFEST.md` and print the `Git SHA` and `Generated` lines.
|
||||
|
||||
End with this exact warning block:
|
||||
|
||||
> ⚠️ Manual step required: upload `.claude-sync/` (including `SYNC_MANIFEST.md`) to Project Knowledge in Claude Chat. The drift-check protocol depends on this. Without upload the sync is stale and Claude Chat will work from outdated dev-docs.
|
||||
Reference in New Issue
Block a user