docs: backfill SPEC mirrors for the two CLI partials#441
Merged
Conversation
Every src/kit/skills/*.md had a docs/specs/skills/SPEC-*.md twin except the two CLI reference partials. Backfill SPEC-_cli-fab.md and SPEC-_cli-external.md so the constitution's SPEC-mirror rule holds across the whole skills tree (the gap surfaced during the #440 optimization pass, which added TOCs to both partials with no mirror to update). Each SPEC follows the partial-SPEC shape (Summary + Command Inventory + Tools/Sub-agents) with a reference-catalog framing instead of a procedural Flow. The Command Inventory tables mirror each partial's ## section list exactly (23 rows for _cli-fab, 7 for _cli-external).
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.
Summary
Backfills the two missing CLI-partial SPEC mirrors. Every
src/kit/skills/*.mdfile had adocs/specs/skills/SPEC-*.mdtwin except the two CLI reference partials (_cli-fab.md,_cli-external.md). This addsSPEC-_cli-fab.mdandSPEC-_cli-external.mdso the constitution's SPEC-mirror rule holds across the whole skills tree. The gap surfaced during the #440 optimization pass, which added## ContentsTOCs to both partials with no mirror to update.Changes
SPEC-_cli-fab.md(new) — mirrors the fab CLI reference partial. Summary frames it as the exhaustive companion to_preamble.md§ Common fab Commands; a Command Inventory table mirrors all 23##sections (Calling Convention through Common Error Messages);Tools used/Sub-agentsareNone(a reference catalog, looked up not executed).SPEC-_cli-external.md(new) — mirrors the external-tool reference partial. Command Inventory mirrors all 7##sections (Reference Model, wt, idea, hop, tmux, rk, /loop); notes it is operator-only and that_preamble.md§ Run-Kit forwards itsrkbody here.Both SPECs follow the existing partial-SPEC shape, use a reference-catalog framing instead of a procedural Flow, and are under 100 lines (no TOC needed). The Command Inventory tables were verified to mirror each partial's
##section list exactly.🤖 Generated with Claude Code