{ "name": "voyage", "version": "5.0.2", "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) and printing the file:// link — the operator clicks lines, adds their own notes, copies a structured prompt, pastes 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" } }