docs: sync agent docs with current CLI/MCP surface#238
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Bring AGENTS.md and .claude/ in line with what the CLI/MCP actually expose after the word-sync (#204) and tooling changes this session. - AGENTS.md + .claude/rules/architecture.md: complete the canonical CLI Shape list — add the public groups that were missing (`plan`, `storyboard`, `status`, `setup`, `doctor`, `host`). No listed command was wrong; the list was just incomplete. AGENTS.md stays lean (no feature lists; `vibe schema` remains the SSOT). - .agents/skills/vibe-scene/SKILL.md (+ regenerated .claude copy via agent-sync): document the `--lottie` overlay flags on `vibe scene add` and the narration word-sync transcript (`--skip-transcript`, assets/transcript-<beat>.json) wired into per-beat compose prompts. - .claude/README.md: add the readme-writer agent, fix the feature-tester model label (haiku -> sonnet/30), and refresh the Plugins table (playwright, claude-md-management, typescript-lsp). - .claude/settings.json: enable the claude-md-management + typescript-lsp plugins installed this session. agent-sync:check passes; every documented command/flag verified against the built CLI.
f5a6cbb to
3d0c4bc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bring AGENTS.md and .claude/ in line with what the CLI/MCP actually expose
after the word-sync (#204) and tooling changes this session.
list — add the public groups that were missing (
plan,storyboard,status,setup,doctor,host). No listed command was wrong; thelist was just incomplete. AGENTS.md stays lean (no feature lists;
vibe schemaremains the SSOT).agent-sync): document the
--lottieoverlay flags onvibe scene addandthe narration word-sync transcript (
--skip-transcript,assets/transcript-.json) wired into per-beat compose prompts.
label (haiku -> sonnet/30), and refresh the Plugins table (playwright,
claude-md-management, typescript-lsp).
plugins installed this session.
agent-sync:check passes; every documented command/flag verified against the
built CLI.