Version sync across the five surfaces that carry it (plugin.json, package.json, package-lock.json x2, README badge) plus the CHANGELOG section for the 38 commits since v5.9.1. The two docs that print "voyage 5.9.1" are measurement records and keep the version they were measured against. Suite 1013 (1011 pass / 0 fail / 2 skip), unchanged by the bump. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018w5KWrbxzmki5wdXULT8nU
27 lines
961 B
JSON
27 lines
961 B
JSON
{
|
|
"name": "voyage",
|
|
"version": "5.10.0",
|
|
"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"
|
|
}
|
|
}
|