5.11.0 ships from the base commit before this branch lands, so the reference cleanup and its hygiene check go out as 5.11.1: plugin.json, package.json, package-lock.json (both fields), the README badge and a new CHANGELOG entry. No tag. Suite after staging: 1240 tests, 1238 pass, 0 fail, 2 skipped; verify.sh 7 pass, 0 fail. 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.1",
|
|
"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"
|
|
}
|
|
}
|