chore(voyage): release v5.0.0 — remove bespoke playground + /trekrevise + Handover 8; render produced artifacts to HTML + link, annotate via /playground
The v4.2/v4.3 bespoke playground SPA (~388 KB), the /trekrevise command, Handover 8 (annotation → revision), the supporting lib/ modules (anchor-parser, annotation-digest, markdown-write, revision-guard), the Playwright e2e suite, and the @playwright/test / @axe-core/playwright devDeps are removed. A browser walkthrough found the playground borderline unusable, and it duplicated the official /playground plugin's document-critique / diff-review templates. In their place: scripts/render-artifact.mjs — a small, zero-dependency renderer that turns a brief/plan/review .md into a self-contained, design-system-styled, zero-network .html (frontmatter folded into a <details> block). /trekbrief, /trekplan, and /trekreview call it on their last step and print the file:// link; to annotate, run /playground (document-critique) on the .md and paste the generated prompt back. Resolves the v4.3.1-deferred findings as moot (their target files are deleted). npm test green: 509 tests, 507 pass, 0 fail, 2 skipped. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
0f197f6ff6
commit
916d30f63e
96 changed files with 620 additions and 14716 deletions
|
|
@ -14,22 +14,6 @@ source_findings:
|
|||
---
|
||||
-->
|
||||
|
||||
<!--
|
||||
Optional annotation fields (Handover 8 — added in v4.2). Written by
|
||||
`/trekrevise` when an operator annotates this plan via the playground.
|
||||
All fields are additive — absence implies `revision: 0`. The plan_version
|
||||
is NOT bumped; the validator tolerates these fields on every plan.md.
|
||||
|
||||
# revision: 0 # optional — annotation revision counter (incremented by /trekrevise)
|
||||
# source_annotations: # optional — list of applied annotations from /trekrevise
|
||||
# - id: ANN-0001
|
||||
# target_artifact: plan.md
|
||||
# target_anchor: step-3
|
||||
# intent: change # change | add | remove | clarify | risk
|
||||
# annotation_digest: <16-char sha256 prefix> # optional, deterministic over sorted source_annotations
|
||||
# revision_reason: "..." # required only if revision is non-additive
|
||||
-->
|
||||
|
||||
# {Task Title}
|
||||
|
||||
> **Plan quality: {grade}** ({score}/100) — {APPROVE | APPROVE_WITH_NOTES | REVISE | REPLAN}
|
||||
|
|
|
|||
|
|
@ -1,19 +1,3 @@
|
|||
<!--
|
||||
Optional annotation fields (Handover 8 — added in v4.2). Written by
|
||||
`/trekrevise` when an operator annotates this brief via the playground.
|
||||
All fields are additive — absence implies `revision: 0`. The brief_version
|
||||
is NOT bumped; the validator tolerates these fields on every brief.md.
|
||||
|
||||
# revision: 0 # optional — annotation revision counter (incremented by /trekrevise)
|
||||
# source_annotations: # optional — list of applied annotations from /trekrevise
|
||||
# - id: ANN-0001
|
||||
# target_artifact: brief.md
|
||||
# target_anchor: intent
|
||||
# intent: change # change | add | remove | clarify | risk
|
||||
# annotation_digest: <16-char sha256 prefix> # optional, deterministic over sorted source_annotations
|
||||
# revision_reason: "..." # required only if revision is non-additive
|
||||
-->
|
||||
|
||||
---
|
||||
type: trekbrief
|
||||
brief_version: 2.0
|
||||
|
|
|
|||
|
|
@ -1,19 +1,3 @@
|
|||
<!--
|
||||
Optional annotation fields (Handover 8 — added in v4.2). Written by
|
||||
`/trekrevise` when an operator annotates this review via the playground.
|
||||
All fields are additive — absence implies `revision: 0`. The review_version
|
||||
is NOT bumped; the validator tolerates these fields on every review.md.
|
||||
|
||||
# revision: 0 # optional — annotation revision counter (incremented by /trekrevise)
|
||||
# source_annotations: # optional — list of applied annotations from /trekrevise
|
||||
# - id: ANN-0001
|
||||
# target_artifact: review.md
|
||||
# target_anchor: finding-0123456789abcdef0123456789abcdef01234567
|
||||
# intent: clarify # change | add | remove | clarify | risk
|
||||
# annotation_digest: <16-char sha256 prefix> # optional, deterministic over sorted source_annotations
|
||||
# revision_reason: "..." # required only if revision is non-additive
|
||||
-->
|
||||
|
||||
---
|
||||
type: trekreview
|
||||
review_version: "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue