Skip to content

Commit cbc1a12

Browse files
fix(plugin): sync adoption Scope section into claude-plugin + track its .mcp.json
Rebasing feat/adoption-contract-injection onto the claude-plugin bundle surfaced two byte-identity/build gaps in the bundle base: - claude-plugin/skills/using-tracedecay/SKILL.md lacked the adoption "## Scope and priority" section (SUBAGENT-STOP guard + user-instruction priority ladder) that the codex/cursor copies carry. Copied the section in so all three using-tracedecay/SKILL.md copies are byte-identical, as the cross-surface byte-identity tests (claude_bundle_skills_stay_byte_ identical_to_the_codex_source, plugin_bundle_sync) require. - claude-plugin/.mcp.json was referenced by src/agents/claude.rs via include_str! but never committed: .gitignore ignores `.mcp.json` and only negated codex-plugin/.mcp.json. The lib failed to build. Added the file (byte-identical to codex-plugin/.mcp.json: stdio serve + global-DB env) and a matching `!claude-plugin/.mcp.json` gitignore negation so it is tracked. Satisfies claude_bundle_mcp_config_declares_the_tracedecay_server. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent e185546 commit cbc1a12

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • claude-plugin/skills/using-tracedecay

claude-plugin/skills/using-tracedecay/SKILL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ code, reading code, tracing calls, estimating blast radius, recalling prior
1212
context — try the matching tracedecay tool BEFORE Grep, Glob, codebase
1313
search, or file reads. You cannot rationalize your way out of this.
1414

15+
## Scope and priority
16+
17+
- SUBAGENT-STOP: if you are a scoped subagent that was handed the exact files,
18+
symbols, or excerpts to act on, do NOT re-run discovery — act on what you
19+
were given. This mandate governs open-ended exploration, not narrow handoffs.
20+
- Priority ladder: explicit user instructions and project rules
21+
(CLAUDE.md / AGENTS.md) win over this skill; this skill wins over the host's
22+
default "just grep it" habit. Never fight a direct instruction to satisfy
23+
the mandate.
24+
1525
## Moment → mandatory action
1626

1727
| The moment you are in | Do this first |

0 commit comments

Comments
 (0)