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.
This commit is contained in:
parent
8f1bf9b7b4
commit
7a90d348ad
149 changed files with 26 additions and 33 deletions
|
|
@ -1,112 +0,0 @@
|
|||
{
|
||||
"schema_version": "1",
|
||||
"slug": "add-verbose-flag",
|
||||
"plan": ".claude/projects/2026-05-01-add-verbose-flag/plan.md",
|
||||
"plan_path": ".claude/projects/2026-05-01-add-verbose-flag/plan.md",
|
||||
"plan_version": "1.7",
|
||||
"mode": "single",
|
||||
"session_start_sha": "ab1c2d3e4f5g6h7i8j9k0l1m2n3o4p5q6r7s8t9",
|
||||
"started_at": "2026-05-01T10:14:32Z",
|
||||
"updated_at": "2026-05-01T10:31:08Z",
|
||||
"status": "completed",
|
||||
"current_step": 7,
|
||||
"total_steps": 7,
|
||||
"steps": [
|
||||
{
|
||||
"n": 1,
|
||||
"title": "Capture golden stdout for stability test",
|
||||
"status": "completed",
|
||||
"started_at": "2026-05-01T10:14:32Z",
|
||||
"completed_at": "2026-05-01T10:16:01Z",
|
||||
"commit_sha": "c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0",
|
||||
"files_changed": [
|
||||
"tests/golden/login.stdout",
|
||||
"tests/golden/whoami.stdout",
|
||||
"tests/golden/users-list.stdout"
|
||||
],
|
||||
"verify_passed": true
|
||||
},
|
||||
{
|
||||
"n": 2,
|
||||
"title": "Add stability test (must FAIL initially — verbose not yet wired)",
|
||||
"status": "completed",
|
||||
"started_at": "2026-05-01T10:16:01Z",
|
||||
"completed_at": "2026-05-01T10:18:42Z",
|
||||
"commit_sha": "d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1",
|
||||
"files_changed": [
|
||||
"tests/cli-no-verbose-stability.test.mjs"
|
||||
],
|
||||
"verify_passed": true
|
||||
},
|
||||
{
|
||||
"n": 3,
|
||||
"title": "Extend parser to recognize --verbose and -v",
|
||||
"status": "completed",
|
||||
"started_at": "2026-05-01T10:18:42Z",
|
||||
"completed_at": "2026-05-01T10:20:55Z",
|
||||
"commit_sha": "e3f4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2",
|
||||
"files_changed": [
|
||||
"src/cli.mjs"
|
||||
],
|
||||
"verify_passed": true
|
||||
},
|
||||
{
|
||||
"n": 4,
|
||||
"title": "Pass verbose into handler ctx",
|
||||
"status": "completed",
|
||||
"started_at": "2026-05-01T10:20:55Z",
|
||||
"completed_at": "2026-05-01T10:22:13Z",
|
||||
"commit_sha": "f4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3",
|
||||
"files_changed": [
|
||||
"src/cli.mjs"
|
||||
],
|
||||
"verify_passed": true
|
||||
},
|
||||
{
|
||||
"n": 5,
|
||||
"title": "Wire verbose output in login, token-refresh, users-list, users-create, logout",
|
||||
"status": "completed",
|
||||
"started_at": "2026-05-01T10:22:13Z",
|
||||
"completed_at": "2026-05-01T10:27:34Z",
|
||||
"commit_sha": "a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4",
|
||||
"files_changed": [
|
||||
"src/commands/login.mjs",
|
||||
"src/commands/token-refresh.mjs",
|
||||
"src/commands/users-list.mjs",
|
||||
"src/commands/users-create.mjs",
|
||||
"src/commands/logout.mjs"
|
||||
],
|
||||
"verify_passed": true
|
||||
},
|
||||
{
|
||||
"n": 6,
|
||||
"title": "Add verbose-content test for login",
|
||||
"status": "completed",
|
||||
"started_at": "2026-05-01T10:27:34Z",
|
||||
"completed_at": "2026-05-01T10:29:51Z",
|
||||
"commit_sha": "b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5",
|
||||
"files_changed": [
|
||||
"tests/cli-verbose-flag.test.mjs"
|
||||
],
|
||||
"verify_passed": true
|
||||
},
|
||||
{
|
||||
"n": 7,
|
||||
"title": "Update --help text",
|
||||
"status": "completed",
|
||||
"started_at": "2026-05-01T10:29:51Z",
|
||||
"completed_at": "2026-05-01T10:31:08Z",
|
||||
"commit_sha": "c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
|
||||
"files_changed": [
|
||||
"src/cli.mjs"
|
||||
],
|
||||
"verify_passed": true
|
||||
}
|
||||
],
|
||||
"stats": {
|
||||
"total_duration_ms": 996000,
|
||||
"verify_failures": 0,
|
||||
"manifest_failures": 0,
|
||||
"rollbacks": 0
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue