docs: prove the Codex plugin claim and correct it to five namespaced skills#31
Draft
ohad6k wants to merge 1 commit into
Draft
docs: prove the Codex plugin claim and correct it to five namespaced skills#31ohad6k wants to merge 1 commit into
ohad6k wants to merge 1 commit into
Conversation
The support-matrix row said "Proven locally with four namespaced skills" after `video` landed as a fifth. Rather than bump the number on an unproven claim, re-ran the install for real. Installed the local checkout as a Codex marketplace into a sandboxed CODEX_HOME (codex-cli 0.144.4), then rendered the model-visible prompt with `codex debug prompt-input`. It lists exactly five namespaced skills: emulo:mine, emulo:work, emulo:design, emulo:write, emulo:video, each resolving to the installed plugin cache. The real ~/.codex was never written; sandbox deleted afterwards. 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.
What this is
The support-matrix row for the Codex native plugin said "Proven locally with four namespaced skills." The plugin carries five (
mine,work,design,write,video). Bumping the number would have published a proof nobody re-ran sincevideolanded, so I re-ran the install for real first.Route taken: proved it. Codex is on this machine, and the install could be done entirely inside a sandboxed
CODEX_HOME.Exact commands
Real output
codex plugin listdoes not enumerate skills, so the load-bearing evidence iscodex debug prompt-input— Codex rendering the skill list the model actually sees:Each one resolves to the installed plugin cache, not to the checkout:
Five namespaced skills, live, from an installed plugin. The claim now matches what the host reports.
The change
One line in README.md. Nothing else staged.
No side effects on the real machine
CODEX_HOME=D:\emulo-codex-sandbox\home.~/.codexwas never the target.~/.codex/config.tomlSHA-256 is66944681a8077ec78e280512b99a97f100dbac306969be439e5cf5d146ccbc9abefore and after.~/.codex/plugins/still carries its pre-run mtime (10:18 or earlier; the run was 16:16 to 16:20).Tests
Notes for the reviewer
agents/readme-audit). That branch also edits README.md, in different lines. I did not touch it. If docs: fix two stale README claims found by a full command audit #26 lands first, this row may need a trivial re-application.--ref v0.6.0is not yet fetchable. The documented remote install (codex plugin marketplace add ohad6k/emulo --ref v0.6.0) cannot run right now — there is nov0.6.0tag on origin (latest isv0.5.0). That is why the proof used the local checkout, which is what "proven locally" claims anyway. Tagging is out of scope here, but the remote path stays unverifiable until the tag exists.🤖 Generated with Claude Code