Trim the always-loaded token cost of the agent listing Claude Code injects into every session. The three *-orchestrator reference docs (planning/research/review) and the dormant synthesis-agent carried multi-paragraph description: frontmatter (full rationale + CC-2.1.172 history + a usage example) despite never being spawnable from the live /trek* pipeline; their description is now a single line, with the full rationale already living — and remaining — in each file's body. ~700 tokens trimmed, no behavior change. The three orchestrators retain the self-declaration "reference document, not a spawnable capability" (doc-consistency pin); synthesis-agent retains its DORMANT / not-wired flag + docs/T1-synthesis-poc-results.md pointer. Bump plugin.json, package.json, package-lock.json, and the README badge to 5.6.1; prepend CHANGELOG v5.6.1 entry + README What's-new note. Surfaced via config-audit always-loaded token-audit dogfooding. Additive — no breaking change, no runtime behavior change. Canonical node --test: 739 pass, 0 fail (2 skipped); version-consistency + agent inventory + frontmatter pins green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CrTb8ktf1XZWEVwgz5MTTo
27 lines
960 B
JSON
27 lines
960 B
JSON
{
|
|
"name": "voyage",
|
|
"version": "5.6.1",
|
|
"description": "Voyage — brief, research, plan, execute, review, continue. Contract-driven Claude Code pipeline. /trekbrief, /trekplan, and /trekreview each end by building a self-contained operator-annotation HTML (scripts/annotate.mjs, modelled on claude-code-100x): select text or click any heading/paragraph/list-item, pick intent (Fiks/Endre/Spørsmål), write comment, copy structured prompt, paste back, Claude revises the .md.",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test 'tests/**/*.test.mjs'",
|
|
"annotate": "node scripts/annotate.mjs",
|
|
"verify": "bash verify.sh"
|
|
},
|
|
"keywords": [
|
|
"claude-code",
|
|
"planning",
|
|
"research",
|
|
"agents",
|
|
"plugin"
|
|
],
|
|
"author": "Kjell Tore Guttormsen",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace"
|
|
}
|
|
}
|