Scope the contributor skill to this repository and give it one home - #93
Merged
Conversation
The codex invocation was re-derived from scratch every time: the stdin redirect it hangs without, the model flag a ChatGPT account refuses, the timeout binary this machine does not have, and where the verdict starts in the log. It also records the two things that make the review worth running — the qualifying bar from AGENTS.md in the prompt, and checking git log -S before blaming a sentence for a run that predates it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Two open pull requests and one uncommitted working tree were three attempts at the same thing, pulling in different directions. This lands the coherent result. The Codex copy of the dogfood skill was a second identical file. Two identical files are the defect 2.16.0 spent itself removing everywhere else, and they drift at the first edit to either. .agents/skills/dogfood is now a symlink to the Claude copy, with a test asserting the pairing, so there is one text and one place to edit it. That symlink is only safe because the marketplace source no longer copies the whole .agents tree. It now copies the manifest alone, so a contributor-only skill under .agents never reaches the Codex payload. Without that, every isolated install test fails on the symlink, which is why the working tree carrying this test was never committed. The skill text is the longer version, which records how to read what reached an agent's context, how to reproduce before naming a cause, and how to run the review on the other host. The competing revision removed that material. This session needed all three and had to rediscover two of them, so the evidence favors keeping them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This was referenced Sep 2, 2026
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.
User-visible result
Contributors get the
dogfoodskill on both hosts from one text, and the shipped plugin stops loading inside its own repository, where it is the thing under test rather than the authority.This supersedes #71 and #82 and lands the uncommitted working tree that was sitting in the shared checkout. All three were attempts at the same thing and they pulled in different directions.
What each contributed
c476d79), taken as is._plain_marketplacecopied the whole.agentstree into the Codex marketplace source. It now copies the manifest alone, so a contributor-only skill under.agentsnever reaches the payload..claude/settings.jsonand.codex/config.tomldisable the shipped plugin in this repository.51f1469,01dac71), taken as is. It records how to tell what actually reached an agent's context, that a path-based scan under-counts becausecd .../references && cat tracked-work.mdnever contains the path, how to reproduce before naming a cause, and how to run the review on the other host.d88e17f), dropped. It removed the material above. The session that produced this pull request needed all three disciplines and had to rediscover two of them from scratch, so the evidence favors keeping them.Why the symlink rather than the second file
.agents/skills/dogfood/SKILL.mdand.claude/skills/dogfood/SKILL.mdwere identical regular files. Two identical files are the defect 2.16.0 removed everywhere else in this repository: they drift at the first edit to either, and nothing tells the editor the other exists.tests/test_package.pynow asserts that the Claude copy is a real directory, the Codex path is a symlink to it, both resolve to the same place, and the skill's own name survives the indirection.Scope
Contributor tooling and host packaging only.
plugins/skiphow/is unchanged, so noVERSIONbump.Verification
python3 scripts/check.py --base origin/main— passedpython3 scripts/check.py --pytest tests/ -q— 176 passed, one more than mainpython3 scripts/check_hosts.py --require-codex-validator --skip-install— Claude package validation PASS; Codex package validation and both isolated installsUNVERIFIED, no Codex plugin validator on this machinegit diff --check— cleanConfirmed directly that the symlink alone, without the packaging fix, fails seven tests in
tests/test_hosts.pywith "marketplace source must contain ordinary files and directories only", and that the two together pass.🤖 Generated with Claude Code