feat(voyage)!: bulk content rewrite ultra -> voyage/trek prose [skip-docs]
Sed-pipeline (16 patterns, longest-match-first) sweeper residuelle ultra*-treff i prose, command-narrativ, agent-prompts, hook-kommentarer, doc-prosa. Pipeline-utvidelser fra V4-prompten: - BSD-syntax [[:<:]]ultra[[:>:]] istedenfor \bultra\b (BSD sed mangler \b) - 6 compound-patterns for ultraplan/ultraexecute/ultraresearch/ultrabrief/ ultrareview/ultracontinue uten -local-suffiks - ultra*-stats glob -> trek*-stats glob - Linje-eksklusjon redusert til ultra-cc-architect (Q8); session-state- eksklusjonen var over-protektiv - File-eksklusjon utvidet til settings.json, package.json, plugin.json, hele .claude/-treet (gitignored + V5-territorium) Q8-undantak holdt: architecture-discovery.mjs + project-discovery.mjs urort. Filnavn-konvensjon holdt: .session-state.local.json + *.local.* preservert. Manuell narrative-fix: tests/lib/agent-frontmatter.test.mjs linje 10 mangled "/ultra*-local" til "/voyage*-local" (ingen slik kommando finnes); korrigert til "/trek*". Residualer utenfor scope (V5 handterer): package.json + .claude-plugin/ plugin.json (Step 12-14 versjons-bump). .claude/* er gitignored spec-historikk med tilsiktet BEFORE/AFTER-narrativ. Part of voyage-rebrand session 3 (Wave 4 / Step 10). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
ca5a8cec67
commit
14ecda886c
81 changed files with 672 additions and 672 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
| Field | Value |
|
||||
|-------|-------|
|
||||
| Calibrated against | ultraplan-local v3.4.1 |
|
||||
| Calibrated against | trekplan v3.4.1 |
|
||||
| Last regenerated | 2026-05-04 (B3 session) |
|
||||
| Source brief author | Hand-authored by operator (B1 session, 2026-05-04) |
|
||||
| Baseline author | B2 session, 2026-05-04 (commit `c8146c1`) |
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
## What this example demonstrates
|
||||
|
||||
`examples/02-real-cli/` is the first **runnable** ultraplan-local example.
|
||||
`examples/02-real-cli/` is the first **runnable** trekplan example.
|
||||
Unlike `examples/01-add-verbose-flag/` (which ships a frozen brief, plan,
|
||||
and research as artifacts but no executable code), this example ships a
|
||||
working ~80-line Node.js CLI (`tally`), a passing test suite, and known
|
||||
|
|
@ -18,8 +18,8 @@ fixture data — all designed to be the input for a real pipeline run.
|
|||
|
||||
The fixture's purpose is twofold:
|
||||
|
||||
1. **End-to-end pipeline validation:** running `/ultraresearch-local`,
|
||||
`/ultraplan-local`, and `/ultraexecute-local` against `brief.md` must
|
||||
1. **End-to-end pipeline validation:** running `/trekresearch`,
|
||||
`/trekplan`, and `/trekexecute` against `brief.md` must
|
||||
produce green commits that satisfy all 10 brief Success Criteria. This
|
||||
is the controlled environment used to verify pipeline correctness on
|
||||
release-validation passes (see "Regeneration triggers" below).
|
||||
|
|
@ -68,7 +68,7 @@ The pipeline ran against `brief.md` (research_topics: 0, hand-authored).
|
|||
Each phase produced an artifact in
|
||||
`.claude/projects/2026-05-04-examples-02-real-cli/`.
|
||||
|
||||
### `/ultraresearch-local`
|
||||
### `/trekresearch`
|
||||
|
||||
**Outcome: skipped (intentionally).**
|
||||
|
||||
|
|
@ -83,11 +83,11 @@ The brief's "Research Plan" section is explicit:
|
|||
Following the prompt's guidance ("Ikke kjør Gemini-bridge eller
|
||||
community-researcher for trivielle Node-stdlib-spørsmål"), the swarm was
|
||||
not invoked. No research file was written; `research/` directory does not
|
||||
exist for this project. Downstream commands (`/ultraplan-local`) auto-discover
|
||||
exist for this project. Downstream commands (`/trekplan`) auto-discover
|
||||
research files but do not require them — the missing directory is fine
|
||||
per the soft-mode `research-validator` contract.
|
||||
|
||||
### `/ultraplan-local`
|
||||
### `/trekplan`
|
||||
|
||||
**Outcome: plan.md with 4 steps; plan-validator strict PASS;
|
||||
plan-critic 0 BLOCKER (4 MAJOR fixed in revision); scope-guardian
|
||||
|
|
@ -126,7 +126,7 @@ require named symbols (`flags.regex`, `compileRegex`, `--regex 'fo+'`,
|
|||
`-r short form`, `invalid regex`) so the verifier confirms substantive
|
||||
changes, not just file modifications.
|
||||
|
||||
### `/ultraexecute-local`
|
||||
### `/trekexecute`
|
||||
|
||||
**Outcome: 4 commits, all green, all `verify_passed: true`.**
|
||||
|
||||
|
|
@ -180,12 +180,12 @@ Constraint compliance:
|
|||
## How to re-run this example
|
||||
|
||||
```bash
|
||||
cd /path/to/ultraplan-local
|
||||
cd /path/to/trekplan
|
||||
|
||||
# 1. Re-run the pipeline against the existing brief
|
||||
# (research is skipped — research_topics: 0)
|
||||
/ultraplan-local --project .claude/projects/2026-05-04-examples-02-real-cli
|
||||
/ultraexecute-local --project .claude/projects/2026-05-04-examples-02-real-cli
|
||||
/trekplan --project .claude/projects/2026-05-04-examples-02-real-cli
|
||||
/trekexecute --project .claude/projects/2026-05-04-examples-02-real-cli
|
||||
|
||||
# 2. Verify all 10 Success Criteria from brief.md hold (commands above)
|
||||
node --test examples/02-real-cli/tests/tally.test.mjs # 14 pass
|
||||
|
|
@ -209,7 +209,7 @@ triggers" below).
|
|||
|
||||
When to re-run this example:
|
||||
|
||||
- ultraplan-local minor version bump (e.g. v3.4 → v3.5)
|
||||
- trekplan minor version bump (e.g. v3.4 → v3.5)
|
||||
- `plan_version` schema bump
|
||||
- Manifest YAML required-key additions
|
||||
- `progress.json` schema bump
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue