docs: fix two stale README claims found by a full command audit#26
Draft
ohad6k wants to merge 1 commit into
Draft
docs: fix two stale README claims found by a full command audit#26ohad6k wants to merge 1 commit into
ohad6k wants to merge 1 commit into
Conversation
Audited every command in README.md against the source.
- The Claude Code plugin section said "the same four skills". The plugin
discovers five (mine, work, design, write, video), which the section
three lines above already lists and tests/test_plugin_manifests.py
asserts. Corrected to five.
- The MCP section said load_emulo_profile returns a work, design, or
writing profile. A live `python emulo.py mcp` tools/list shows the
domain enum is design, video, work, write. Added video.
Everything else in the README was verified and left untouched:
--dry-run, --chunks/--out, --card, all six --install --target adapters,
plugin preflight (with and without --preview), --stage {A,B}, the plan
JSON keys, `emulo mcp` via the pyproject console script, and the codex
plugin marketplace add/add flags against codex-cli 0.144.4.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Two corrections found by auditing every command in the README against the code.
video. Confirmed by callingtools/listover stdio: thedomainenum is["design","video","work","write"].32 commands checked, 24 executed —
--dry-run,mcpover stdio,plugin preflightwith and without--preview,--card, and all six--install --targetadapters (codex, claude, cursor, agents, gemini, opencode).Reported, not changed
videolanded. Changing it would publish a proof nobody ran.v0.6.0tag does not exist on origin (latest isv0.5.0), so--ref v0.6.0and theraw.githubusercontent.com/.../v0.6.0/emulo.pyURL both fail today. Both are pinned toEMULO_VERSIONby tests, so the suite passes while the public install path is broken.Tests touching the README pass: 27 tests, OK.
Written by an agent working in an isolated worktree, reviewed before push.