Skip to content

Commit 874967e

Browse files
authored
docs: add missing titan-grind mirror to claude-code-skills examples
docs: add missing titan-grind mirror to claude-code-skills examples Adds the missing titan-grind docs mirror -- a 729-line SKILL.md under docs/examples/claude-code-skills/titan-grind/ and the corresponding row plus ASCII-diagram node in the README -- so the cp -r install snippet produces all phases of the Titan pipeline. Greptile gave a clean summary with zero actionable comments. The Pre-publish benchmark gate failed three times in a row (the routine flaky "1-file rebuild" timing gate seen on prior PRs, 112-117ms baseline -> 177-212ms elevated, +50-89% against a 50-75% threshold depending on check category). Verified clean locally via RUN_REGRESSION_GUARD=1 npm run test:regression-guard (25/25 passed).
1 parent 56f9dae commit 874967e

2 files changed

Lines changed: 732 additions & 0 deletions

File tree

docs/examples/claude-code-skills/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ A single AI agent cannot hold an entire large codebase in context. The Titan Par
2525
│ │
2626
│ └─→ /titan-gate (validates each commit)
2727
28+
├─→ /titan-grind → adopts dead helpers from forge (Phase 4.5)
29+
2830
└─→ /titan-close → PRs + titan-report.md
2931
3032
/titan-reset (escape hatch: clean up everything)
@@ -40,6 +42,7 @@ A single AI agent cannot hold an entire large codebase in context. The Titan Par
4042
| `/titan-sync` | GLOBAL SYNC | Dependency clusters, code ownership, shared abstractions, ordered execution plan with logical commits | `sync.json` |
4143
| `/titan-forge` | FORGE | Executes the sync plan — makes code changes, validates with `/titan-gate`, commits, advances state. One phase per invocation | `titan-state.json` |
4244
| `/titan-gate` | STATE MACHINE | `codegraph check --staged --cycles --blast-radius 30 --boundaries` + lint/build/test. Snapshot restore on failure | `gate-log.ndjson` |
45+
| `/titan-grind` | GRIND | Finds dead symbols from forge, wires them into consumers, replaces duplicated inline patterns, gates on dead-symbol delta | `grind-targets.ndjson` |
4346
| `/titan-close` | CLOSE | Splits branch commits into focused PRs, captures final metrics, generates comprehensive audit report with before/after comparison | `titan-report-*.md` |
4447
| `/titan-reset` | ESCAPE HATCH | Restores baseline snapshot, deletes all artifacts and snapshots, rebuilds graph ||
4548

0 commit comments

Comments
 (0)