ktg-plugin-marketplace/plugins/voyage/.claude-plugin/plugin.json
Kjell Tore Guttormsen f4331d5d9c chore(voyage): bump version to 4.1.0 — modellprofiler + OTel-exporter ship
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.
2026-05-09 10:10:32 +02:00

12 lines
584 B
JSON

{
"name": "voyage",
"description": "Voyage — brief, research, plan, execute, review, continue. Contract-driven Claude Code pipeline.",
"version": "4.1.0",
"author": {
"name": "Kjell Tore Guttormsen"
},
"homepage": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace/src/branch/main/plugins/voyage",
"repository": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git",
"license": "MIT",
"keywords": ["voyage", "trek", "planning", "implementation", "research", "context-engineering", "agents", "adversarial-review", "headless", "execution"]
}