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
|
|
@ -1,4 +1,4 @@
|
|||
# Contributing to ultraplan-local
|
||||
# Contributing to trekplan
|
||||
|
||||
This is a solo project. Issues are welcome. PRs may be considered but are not expected.
|
||||
|
||||
|
|
@ -31,9 +31,9 @@ Changes to this plugin must preserve:
|
|||
| File | Purpose |
|
||||
|------|---------|
|
||||
| `.claude-plugin/plugin.json` | Plugin manifest |
|
||||
| `commands/ultraresearch-local.md` | The `/ultraresearch-local` slash command — research orchestration |
|
||||
| `commands/ultraplan-local.md` | The `/ultraplan-local` slash command — planning orchestration |
|
||||
| `commands/ultraexecute-local.md` | The `/ultraexecute-local` slash command — execution orchestration |
|
||||
| `commands/trekresearch.md` | The `/trekresearch` slash command — research orchestration |
|
||||
| `commands/trekplan.md` | The `/trekplan` slash command — planning orchestration |
|
||||
| `commands/trekexecute.md` | The `/trekexecute` slash command — execution orchestration |
|
||||
| `agents/*.md` | 19 specialized agents for research, exploration, review, and orchestration |
|
||||
| `templates/plan-template.md` | Structured plan output format |
|
||||
| `templates/research-brief-template.md` | Research brief format with triangulation and confidence |
|
||||
|
|
@ -46,14 +46,14 @@ The command files are the core. All logic lives in markdown.
|
|||
## Testing locally
|
||||
|
||||
```bash
|
||||
claude --plugin-dir /path/to/ultraplan-local
|
||||
claude --plugin-dir /path/to/trekplan
|
||||
# Then in the session:
|
||||
/ultraresearch-local <research question>
|
||||
/ultraplan-local <describe a task>
|
||||
/ultraexecute-local <path to plan>
|
||||
/trekresearch <research question>
|
||||
/trekplan <describe a task>
|
||||
/trekexecute <path to plan>
|
||||
```
|
||||
|
||||
Verify:
|
||||
- `/ultraresearch-local`: Research agents spawn, brief written to `.claude/research/`
|
||||
- `/ultraplan-local`: Exploration agents spawn in parallel, plan follows template, plan written to `.claude/plans/`, adversarial review runs
|
||||
- `/ultraexecute-local`: Steps execute with verify + checkpoint per step
|
||||
- `/trekresearch`: Research agents spawn, brief written to `.claude/research/`
|
||||
- `/trekplan`: Exploration agents spawn in parallel, plan follows template, plan written to `.claude/plans/`, adversarial review runs
|
||||
- `/trekexecute`: Steps execute with verify + checkpoint per step
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue