chore(skills): sync simplify skill to tiered version#598
Merged
Conversation
The repo's simplify skill source (skill_sample/{claude,codex}/simplify)
lagged the installed copy. The installed version is the tiered dispatch
rewrite: a Tier 0–3 ladder (Tier 0 docs-only → no review; Tier 1 small
diff → zero-agent single-pass self-review; Tier 2 → one agent; Tier 3 →
dimension-selected parallel fan-out) plus a dedicated correctness/bugs
review dimension and confidence-gated aggregation. This replaces the old
unconditional three-agent split, saving ~50–70k tokens on the common
small-diff pre-push path.
Sync the repo source to match so `ecp admin claude install skills simplify`
installs the current version instead of downgrading to the three-agent one.
Contributor
ecp impact cache (0 symbols) — internal, used by
|
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.
The repo's simplify skill source (
skill_sample/{claude,codex}/simplify) lagged the installed copy. The installed version is the tiered dispatch rewrite; the repo still carried the old unconditional three-agent split.What changed
Why
So
ecp admin claude install skills simplifyinstalls the current tiered version instead of downgrading users to the three-agent one. Pure skill-doc change; no Rust touched.