From 59c18b5aaa16260734ac59cc5777502af8bc359c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:49:21 +0000 Subject: [PATCH] chore: convert CE compound-engineering-v3.12.0 --- .last-processed | 2 +- dist/.claude-plugin/plugin.json | 4 +- dist/.codex-plugin/plugin.json | 2 +- dist/.cursor-plugin/plugin.json | 2 +- dist/CHANGELOG.md | 12 + dist/README.md | 2 +- dist/commands/ce-ideate.md | 2 +- dist/references/agent-prompts/manifest.json | 2 +- .../references/brainstorm-sections.md | 15 +- .../references/html-rendering.md | 199 +++--- .../references/markdown-rendering.md | 21 +- dist/skills/ce-ideate/SKILL.md | 43 +- .../ce-ideate/references/html-rendering.md | 593 ++++++++++++++++++ .../ce-ideate/references/ideation-sections.md | 191 ++++++ .../references/markdown-rendering.md | 202 ++++++ .../references/post-ideation-workflow.md | 237 +++---- .../references/universal-ideation.md | 17 +- dist/skills/ce-plan/SKILL.md | 4 +- .../ce-plan/references/html-rendering.md | 199 +++--- .../ce-plan/references/markdown-rendering.md | 21 +- .../ce-plan/references/plan-sections.md | 14 +- dist/skills/ce-release-notes/SKILL.md | 6 +- .../ce-setup/references/config-template.yaml | 1 + dist/skills/ce-work-beta/SKILL.md | 2 +- .../references/non-code-execution.md | 2 +- .../references/shipping-workflow.md | 11 +- dist/skills/ce-work/SKILL.md | 2 +- .../ce-work/references/non-code-execution.md | 2 +- .../ce-work/references/shipping-workflow.md | 23 +- 29 files changed, 1419 insertions(+), 414 deletions(-) create mode 100644 dist/skills/ce-ideate/references/html-rendering.md create mode 100644 dist/skills/ce-ideate/references/ideation-sections.md create mode 100644 dist/skills/ce-ideate/references/markdown-rendering.md diff --git a/.last-processed b/.last-processed index c855684..cff8726 100644 --- a/.last-processed +++ b/.last-processed @@ -1 +1 @@ -compound-engineering-v3.11.2 +compound-engineering-v3.12.0 diff --git a/dist/.claude-plugin/plugin.json b/dist/.claude-plugin/plugin.json index 7a8d331..360c8ff 100644 --- a/dist/.claude-plugin/plugin.json +++ b/dist/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ce-lite", - "version": "3.11.2-lite", + "version": "3.12.0-lite", "description": "Lightweight-delegation variant of compound-engineering. Agent registrations removed; specialist prompts loaded on demand from references/agent-prompts/. See https://github.com/ak2k/ce-lite.", "author": { "name": "Kieran Klaassen", @@ -23,6 +23,6 @@ "image-generation" ], "ce_lite": { - "upstream_tag": "compound-engineering-v3.11.2" + "upstream_tag": "compound-engineering-v3.12.0" } } diff --git a/dist/.codex-plugin/plugin.json b/dist/.codex-plugin/plugin.json index 56def2b..c8063bf 100644 --- a/dist/.codex-plugin/plugin.json +++ b/dist/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "compound-engineering", - "version": "3.11.2", + "version": "3.12.0", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", diff --git a/dist/.cursor-plugin/plugin.json b/dist/.cursor-plugin/plugin.json index ea6759b..1829446 100644 --- a/dist/.cursor-plugin/plugin.json +++ b/dist/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "compound-engineering", "displayName": "Compound Engineering", - "version": "3.11.2", + "version": "3.12.0", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md index c4ea3f0..0ef9bd5 100644 --- a/dist/CHANGELOG.md +++ b/dist/CHANGELOG.md @@ -9,6 +9,18 @@ All notable changes to the compound-engineering plugin will be documented in thi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.12.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v3.11.2...compound-engineering-v3.12.0) (2026-06-09) + + +### Features + +* HTML-first ideation docs and a status-free plan model ([#921](https://github.com/EveryInc/compound-engineering-plugin/issues/921)) ([e74e298](https://github.com/EveryInc/compound-engineering-plugin/commit/e74e29864fbfa2f800fc3e08509e2966e4947f1e)) + + +### Bug Fixes + +* **ce-release-notes:** placeholder links ([#915](https://github.com/EveryInc/compound-engineering-plugin/issues/915)) ([b625049](https://github.com/EveryInc/compound-engineering-plugin/commit/b6250490bec4c0488d68ad66d72bd99f6edb95fd)) + ## [3.11.2](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v3.11.1...compound-engineering-v3.11.2) (2026-06-06) diff --git a/dist/README.md b/dist/README.md index aefd4ce..d649fcc 100644 --- a/dist/README.md +++ b/dist/README.md @@ -24,7 +24,7 @@ The primary entry points for engineering work, invoked as slash commands. Detail | Skill | Description | |-------|-------------| | [`/ce-strategy`](../../docs/skills/ce-strategy.md) | Create or maintain `STRATEGY.md` — the product's target problem, approach, persona, key metrics, and tracks. Re-runnable to update. Read as grounding by `/ce-ideate`, `/ce-brainstorm`, and `/ce-plan` when present | -| [`/ce-ideate`](../../docs/skills/ce-ideate.md) | Optional big-picture ideation: generate and critically evaluate grounded ideas, then route the strongest one into brainstorming | +| [`/ce-ideate`](../../docs/skills/ce-ideate.md) | Optional big-picture ideation: generate and critically evaluate grounded ideas, then route the strongest one into brainstorming. Writes the ranked ideation artifact as a single self-contained HTML file by default (human-facing); pass `output:md` for markdown (exclusive — html OR md, never both) | | [`/ce-brainstorm`](../../docs/skills/ce-brainstorm.md) | Interactive Q&A to think through a feature or problem and write a right-sized requirements doc before planning. Pass `output:html` to write the doc as a single self-contained HTML file instead of markdown (exclusive — md OR html, never both) | | [`/ce-plan`](../../docs/skills/ce-plan.md) | Create structured plans for any multi-step task -- software features, research workflows, events, study plans -- with automatic confidence checking. Pass `output:html` to write the plan as a single self-contained HTML file instead of markdown (exclusive — md OR html, never both) | | [`/ce-code-review`](../../docs/skills/ce-code-review.md) | Structured code review with tiered persona agents, confidence gating, and dedup pipeline | diff --git a/dist/commands/ce-ideate.md b/dist/commands/ce-ideate.md index 74cdb8e..0ea12bc 100644 --- a/dist/commands/ce-ideate.md +++ b/dist/commands/ce-ideate.md @@ -1,6 +1,6 @@ --- description: "ce-ideate" -argument-hint: "[feature, focus area, or constraint]" +argument-hint: "[feature, focus area, or constraint] [output:md]" --- diff --git a/dist/references/agent-prompts/manifest.json b/dist/references/agent-prompts/manifest.json index fac0087..be41dc4 100644 --- a/dist/references/agent-prompts/manifest.json +++ b/dist/references/agent-prompts/manifest.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "upstream_tag": "compound-engineering-v3.11.2", + "upstream_tag": "compound-engineering-v3.12.0", "agent_count": 43, "agents": [ { diff --git a/dist/skills/ce-brainstorm/references/brainstorm-sections.md b/dist/skills/ce-brainstorm/references/brainstorm-sections.md index 8d2cbca..c859851 100644 --- a/dist/skills/ce-brainstorm/references/brainstorm-sections.md +++ b/dist/skills/ce-brainstorm/references/brainstorm-sections.md @@ -233,14 +233,13 @@ the brainstorm. alongside `date` and as the resume-detection key when `ce-brainstorm`'s Phase 0.1 scans `docs/brainstorms/` for an existing artifact to continue. -### Status flip does not apply to brainstorm - -Unlike plans, brainstorm artifacts have no `status` field — there is no -`active → completed` lifecycle. A brainstorm is a one-time output that -downstream consumers (`ce-plan`, `ce-doc-review`) reference via the plan's -`origin:` field. The `` HTML hook described in -`html-rendering.md` is a plan-side mechanic and does not render on -brainstorm artifacts. +### No status field + +Brainstorm artifacts have no `status` field and no `active → completed` +lifecycle — a brainstorm is a one-time output that downstream consumers +(`ce-plan`, `ce-doc-review`) reference via the plan's `origin:` field. No +CE artifact carries a mutable status; whether work shipped is derived from +git, not stored in the doc. Do not introduce one. ### Field-name stability diff --git a/dist/skills/ce-brainstorm/references/html-rendering.md b/dist/skills/ce-brainstorm/references/html-rendering.md index 7c61b74..53e291e 100644 --- a/dist/skills/ce-brainstorm/references/html-rendering.md +++ b/dist/skills/ce-brainstorm/references/html-rendering.md @@ -27,28 +27,18 @@ These hold regardless of which skill produced the artifact. Bunny Fonts, etc.), paired with an offline-readable fallback font stack so the doc remains readable if the CDN is unreachable. - **All metadata appears as visible text — single source of truth.** - The artifact's metadata (title, type, status, date, etc. — exact + The artifact's metadata (title, type, date, etc. — exact fields per-skill, defined in the section contract) renders as visible HTML elements that downstream agents and humans read. No hidden machine-readable copy in any form: no `