Commit Graph
12 Commits
Author SHA1 Message Date
haelyra 9a1ae0453d fix(plan-canvas): preserve startup exclusion 2026-08-28 20:38:59 -04:00
haelyra 05cb3ad4f4 fix(plan-canvas): harden startup and PDF admission 2026-08-28 19:53:55 -04:00
haelyra 7df54382d2 fix(plan-canvas): isolate startup lock namespace 2026-08-28 18:58:59 -04:00
haelyra 856e4907aa fix(plan-canvas): separate startup lock endpoint 2026-08-28 18:06:01 -04:00
haelyra 103bbb272a fix(plan-canvas): sanitize PDF failures 2026-08-28 17:38:33 -04:00
haelyra cbc35c098a fix(plan-canvas): use OS-managed startup lock 2026-08-28 17:29:01 -04:00
haelyra 6ca0540dba fix(plan-canvas): inspect startup lock safely 2026-08-28 17:24:19 -04:00
haelyra 8dd610f574 fix(plan-canvas): harden PDF export concurrency 2026-08-28 17:15:30 -04:00
haelyra 93cec5aa6c feat(plan-canvas): download artifacts as PDF 2026-08-28 16:37:13 -04:00
haelyra 61652b74ff fix: prevent plan canvas connection starvation 2026-08-27 21:24:03 -04:00
haelyra 5dc6d85ca4 test: add reproducer for stale plan canvas server 2026-08-27 19:46:49 -04:00
a511395613 feat: Plan Canvas, a browser review canvas for plans (#2467)
* feat: add Plan Canvas - browser annotate-and-approve review for plan artifacts

- scripts/plan-canvas.js CLI (open/await/end/stop/server; bin ecc-plan-canvas)
- loopback server + ECC-styled chrome + annotation SDK + zero-dep markdown renderer
- Approve/Request-changes verdicts wired to the /plan confirmation gate
- plan-canvas skill, /plan-canvas command, SessionStart hook surfacing open reviews
- shared scripts/lib/loopback-guard.js extracted from control-pane (API re-exported)
- 121 new tests incl. full-workflow E2E; registered in manifests, catalog, registry

Inspired by lavish-axi (https://github.com/kunchenguid/lavish-axi) by @kunchenguid;
original ECC-native implementation, not a port.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* refactor(plan-canvas): invoke via ecc-plan-canvas bin so the skill works from any project

Skill/command referenced a cwd-relative `node scripts/plan-canvas.js`, unusable
outside the ECC root. Switch to the ecc-plan-canvas bin (and $CLAUDE_PLUGIN_ROOT
fallback) and align CLI next_step hints so an agent can run it as a skill in any repo.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* feat(plan-canvas): render Mermaid diagrams + ship Codex cross-harness surface

- markdown renderer emits <pre class="mermaid"> for ```mermaid blocks (source
  entity-escaped so the browser decodes it for the renderer while blocking injection)
- artifact template loads a pinned Mermaid build only when a diagram is present,
  themed to ECC dark, securityLevel strict, graceful offline fallback to source
  (ECC_PLAN_CANVAS_MERMAID_URL overrides for a local mirror)
- skill teaches Mermaid-for-diagrams and states the CLI+JSON loop is harness-agnostic
- add .agents/skills/plan-canvas (Codex) with agents/openai.yaml interface manifest
- register in install-modules workflow-quality paths; docs updated

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* docs(plan-canvas): add demo screenshot

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(ci): sync yarn.lock with new bin; add contributor checklist

- yarn.lock records the ecc-plan-canvas bin so Yarn hardened-mode install no
  longer wants to modify the lockfile on public PRs
- PR template + CONTRIBUTING gain a pre-push checklist covering the lockfile
  trap and the full skill/command/CLI registration surfaces

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Haley Chen <2022hachen@gmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-08 17:12:48 -04:00