Commit graph

2 commits

Author SHA1 Message Date
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
7a90d348ad feat(voyage)!: marketplace handoff — rename plugins/ultraplan-local to plugins/voyage [skip-docs]
Session 5 of voyage-rebrand (V6). Operator-authorized cross-plugin scope.

- git mv plugins/ultraplan-local plugins/voyage (rename detected, history preserved)
- .claude-plugin/marketplace.json: voyage entry replaces ultraplan-local
- CLAUDE.md: voyage row in plugin list, voyage in design-system consumer list
- README.md: bulk rename ultra*-local commands -> trek* commands; ultraplan-local refs -> voyage; type discriminators (type: trekbrief/trekreview); session-title pattern (voyage:<command>:<slug>); v4.0.0 release-note paragraph
- plugins/voyage/.claude-plugin/plugin.json: homepage/repository URLs point to monorepo voyage path
- plugins/voyage/verify.sh: drop URL whitelist exception (no longer needed)

Closes voyage-rebrand. bash plugins/voyage/verify.sh PASS 7/7. npm test 361/361.
2026-05-05 15:37:52 +02:00
Renamed from plugins/ultraplan-local/.claude-plugin/plugin.json (Browse further)