The annotation surface's provenance is now described as the pattern it follows (pencil toggle, intent buttons, popover form, structured export) rather than by naming a repository that no longer exists. Touches the plugin/package descriptions, README, docs/architecture.md, the v5.0.3 CHANGELOG entry, and two comments in scripts/annotate.mjs and its test. Retired-reference check: 12 hits in 7 files -> 0 (content and path names). Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
28 lines
984 B
JSON
28 lines
984 B
JSON
{
|
|
"name": "voyage",
|
|
"version": "5.11.0",
|
|
"private": true,
|
|
"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, pencil-toggle annotation pattern): 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"
|
|
}
|
|
}
|