Skip to content

Commit c15d6a2

Browse files
committed
fix(titan-run): add close to prose --start-from enum on line 19
The argument-hint frontmatter and phase-timestamp list were already updated in the prior commit, but the prose bullet describing --start-from still omitted `close` from its enum. All three occurrences now agree.
1 parent ddb1858 commit c15d6a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/skills/titan-run/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You are the **orchestrator** for the full Titan Paradigm pipeline. Your job is t
1616
- `<path>` → target path (passed to recon)
1717
- `--skip-recon` → skip recon (assumes artifacts exist)
1818
- `--skip-gauntlet` → skip gauntlet (assumes artifacts exist)
19-
- `--start-from <phase>` → jump to phase: `recon`, `gauntlet`, `sync`, `forge`, `grind`, `parity`
19+
- `--start-from <phase>` → jump to phase: `recon`, `gauntlet`, `sync`, `forge`, `grind`, `parity`, `close`
2020
- `--gauntlet-batch-size <N>` → batch size for gauntlet (default: 5)
2121
- `--yes` → skip all confirmation prompts in the orchestrator (pre-pipeline, forge checkpoint, and resume prompts) and in forge (per-phase confirmation)
2222

0 commit comments

Comments
 (0)