Step 23 of v4.1 — final version bump.
package.json: 4.0.0 → 4.1.0
.claude-plugin/plugin.json: 4.0.0 → 4.1.0
Verified ESM-friendly version-read:
node -e "import('./package.json', {with: {type: 'json'}}).then(m =>
console.log(m.default.version))" → 4.1.0
Grep verified no remaining "4.0.0" strings outside historical references
(CHANGELOG.md v4.0.0 section, MIGRATION.md v3→v4 migration prose,
.claude/ultraplan-sessions/ historical session notes — all expected).
Tests: 487 pass + 2 skipped (Docker not installed).
v4.1 SHIP-READY. Manual smoke (SC #14, #15, #17, #18) is the final
release-gate; documented in NEXT-SESSION-PROMPT.local.md.
26 lines
593 B
JSON
26 lines
593 B
JSON
{
|
|
"name": "voyage",
|
|
"version": "4.1.0",
|
|
"description": "Voyage — brief, research, plan, execute, review, continue. Contract-driven Claude Code pipeline.",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test 'tests/**/*.test.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"
|
|
}
|
|
}
|