Skip to content

chore: release main - #1354

Merged
tmchow merged 1 commit into
mainfrom
release-please--branches--main
Aug 16, 2026
Merged

chore: release main#1354
tmchow merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

compound-engineering: 3.22.0

3.22.0 (2026-08-16)

Features

  • ce-compound: recognize oh-my-pi (omp) session history (#1333) (8d3444c)
  • ce-prototype: add a seeing-mode craft floor and durable storage (#1374) (6c751ec)
  • ce-prototype: add the experience prototype skill (#1363) (a27aa2a)
  • ce-skill-work: repo-local skill for authoring, editing, reviewing, and responding to review on skills (#1402) (4ef18db)
  • cross-model: add cross_model_review_mode checkout egress gate (#1396) (7f9d8a8)
  • manifest: add Agent Plugins v1.0.0 manifest support (#1345) (d638aec)
  • omp: add native marketplace and skill support (#1358) (106cd52)

Bug Fixes

  • ce-babysit-pr: bind readiness to current base (#1353) (d344f7f)
  • ce-babysit-pr: decode gh output as UTF-8 on Windows (#1368) (d449a8e)
  • ce-code-review: cover adversarial after quota or auth no-review (#1380) (9154a7c)
  • ce-commit-push-pr: root PR stacks on the parent PR the user named (#1365) (77c38ca)
  • ce-compound-refresh: compare knowledge-track learnings against guidance they name (#1399) (b902733)
  • ce-compound: find Claude sessions started outside the repo root (#1378) (7fbe05b)
  • ce-compound: prefer the repo's own frontmatter vocabulary over the Rails-era enums (#1394) (1d48b74)
  • ce-debug: stop asking at the handoff, stop shipping unoffered work (#1385) (72bae53)
  • ce-doc-review: ask only where a real choice exists, batch the rest (#1373) (421a337)
  • ce-doc-review: edit HTML plans in native format (#1381) (cbd923e)
  • ce-doc-review: run the cross-model pass when CROSS_MODEL_PEERS is unset (#1389) (3032d00)
  • ce-ideate: scale the run with the ask, and slim the always-loaded body (#1357) (e36ddb8)
  • ce-pov: reject non-final peer positions instead of folding them in (#1403) (6d3cf57)
  • ce-pov: stop the panel guessing the cross-model host argument (#1375) (e6ecdfa)
  • ce-proof: sync with current Proof v3 contract (#1390) (4019eb1)
  • ce-prototype: cover decisions settled by seeing, not just driving (#1369) (e4e480a)
  • ce-work: require review receipt or explicit skip before shipping (#1355) (303c70b)
  • ce-work: stop asking about branches before starting work (#1397) (c1c3ef6)
  • ce-work: stop sandboxed workers committing in linked worktrees (#1382) (62e108e)
  • commit: append known plan unit ids to commit subjects (#1379) (6daaab3)
  • config: cascade ordinary keys across repo yaml layers (#1360) (5ebc22d)
  • cross-model: discover the Codex.app-bundled codex CLI and name the peer-CLI requirement (#1395) (1628f99)
  • cross-model: let reviews run on Fable and pin model/effort from CE config (#1392) (9dc879a)
  • planning: make ce-plan produce complete Product Contracts (#1359) (fb440c6)
  • planning: replace daily sequence numbers in artifact filenames (#1362) (05f3b79)
  • review: answer covered cases on skill prose with the condition, not a patch (#1401) (13f3658)
  • scratch: fall back to $TMPDIR when /tmp cannot host the scratch root (#1398) (945de22)
  • skill-authoring: make goal-first the default when authoring and reviewing skills (#1391) (b116a76)
  • skills: correct a rejected dispatch instead of spending the fallback (#1383) (5f7b986)
  • skills: drop the residual-findings record file for real sinks (#1387) (4d41c7d)
  • skills: slim four skills and restore load-bearing routing (#1356) (071b08e)
  • tests: stop the cross-model routes test reading the working tree (#1371) (64c2b87)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot added the autorelease: pending Release PR pending merge label Aug 10, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main branch 29 times, most recently from dee0032 to c68d233 Compare August 15, 2026 22:33
@github-actions
github-actions Bot force-pushed the release-please--branches--main branch 7 times, most recently from 221accb to 29cbfba Compare August 16, 2026 03:57
@github-actions
github-actions Bot force-pushed the release-please--branches--main branch from 29cbfba to a8d20b9 Compare August 16, 2026 04:31
@tmchow
tmchow merged commit 047f503 into main Aug 16, 2026
4 checks passed
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

@github-actions github-actions Bot added autorelease: tagged and removed autorelease: pending Release PR pending merge labels Aug 16, 2026
ethras added a commit to ethras/compound-engineering-orca that referenced this pull request Aug 16, 2026
* fix(ce-commit-push-pr): root PR stacks on the parent PR the user named (EveryInc#1365)

* fix(ce-babysit-pr): decode gh output as UTF-8 on Windows (EveryInc#1368)

* fix(ce-prototype): cover decisions settled by seeing, not just driving (EveryInc#1369)

* perf(tests): cut suite wall time by splitting the largest test file (EveryInc#1370)

* fix(tests): stop the cross-model routes test reading the working tree (EveryInc#1371)

* fix(ce-doc-review): ask only where a real choice exists, batch the rest (EveryInc#1373)

* chore(orca): re-pin upstream provenance baseline to 421a337

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(ce-doc-review): align Orca ownership wording with Apply routing

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(ce-prototype): add a seeing-mode craft floor and durable storage (EveryInc#1374)

* fix(ce-pov): stop the panel guessing the cross-model host argument (EveryInc#1375)

* chore(cross-model): pin the Grok peer to 4.6 (EveryInc#1376)

* docs(skills): rewrite user skill pages for accuracy and clearer use (EveryInc#1377)

* fix(commit): append known plan unit ids to commit subjects (EveryInc#1379)

* fix(ce-work): stop sandboxed workers committing in linked worktrees (EveryInc#1382)

* fix(ce-doc-review): edit HTML plans in native format (EveryInc#1381)

* fix(ce-code-review): cover adversarial after quota or auth no-review (EveryInc#1380)

* fix(skills): correct a rejected dispatch instead of spending the fallback (EveryInc#1383)

* fix(ce-compound): find Claude sessions started outside the repo root (EveryInc#1378)

* ci(windows-native): retry peer-job-runner smoke on ctypes flake (EveryInc#1384)

* fix(ce-debug): stop asking at the handoff, stop shipping unoffered work (EveryInc#1385)

* docs(solutions): record why skill gates state conditions, not git commands (EveryInc#1386)

* fix(skills): drop the residual-findings record file for real sinks (EveryInc#1387)

* fix(ce-doc-review): run the cross-model pass when CROSS_MODEL_PEERS is unset (EveryInc#1389)

* fix(ce-proof): sync with current Proof v3 contract (EveryInc#1390)

* fix(skill-authoring): make goal-first the default when authoring and reviewing skills (EveryInc#1391)

* fix(cross-model): let reviews run on Fable and pin model/effort from CE config (EveryInc#1392)

* docs(cross-model): point superseded peer benchmarks at the luna/xhigh decision (EveryInc#1393)

* fix(cross-model): discover the Codex.app-bundled codex CLI and name the peer-CLI requirement (EveryInc#1395)

* feat(cross-model): add cross_model_review_mode checkout egress gate (EveryInc#1396)

* fix(ce-compound-refresh): compare knowledge-track learnings against guidance they name (EveryInc#1399)

* docs(solutions): capture the named-guidance contradiction-check learning (EveryInc#1400)

* fix(ce-compound): prefer the repo's own frontmatter vocabulary over the Rails-era enums (EveryInc#1394)

* fix(ce-work): stop asking about branches before starting work (EveryInc#1397)

* fix(review): answer covered cases on skill prose with the condition, not a patch (EveryInc#1401)

* fix(scratch): fall back to $TMPDIR when /tmp cannot host the scratch root (EveryInc#1398)

* feat(ce-skill-work): repo-local skill for authoring, editing, reviewing, and responding to review on skills (EveryInc#1402)

* fix(ce-pov): reject non-final peer positions instead of folding them in (EveryInc#1403)

* feat(manifest): add Agent Plugins v1.0.0 manifest support (EveryInc#1345)

* chore: release main (EveryInc#1354)

* fix(ce-work): run cross-model verification on warm checkouts (EveryInc#1404)

* fix(orca): reconcile upstream skill contracts

* fix(orca): preserve additive Codex session roots

---------

Co-authored-by: Trevin Chow <trevin@trevinchow.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ethras added a commit to ethras/compound-engineering-orca that referenced this pull request Aug 21, 2026
* fix(ce-commit-push-pr): root PR stacks on the parent PR the user named (EveryInc#1365)

* fix(ce-babysit-pr): decode gh output as UTF-8 on Windows (EveryInc#1368)

* fix(ce-prototype): cover decisions settled by seeing, not just driving (EveryInc#1369)

* perf(tests): cut suite wall time by splitting the largest test file (EveryInc#1370)

* fix(tests): stop the cross-model routes test reading the working tree (EveryInc#1371)

* fix(ce-doc-review): ask only where a real choice exists, batch the rest (EveryInc#1373)

* feat(ce-prototype): add a seeing-mode craft floor and durable storage (EveryInc#1374)

* fix(ce-pov): stop the panel guessing the cross-model host argument (EveryInc#1375)

* chore(cross-model): pin the Grok peer to 4.6 (EveryInc#1376)

* docs(skills): rewrite user skill pages for accuracy and clearer use (EveryInc#1377)

* fix(commit): append known plan unit ids to commit subjects (EveryInc#1379)

* fix(ce-work): stop sandboxed workers committing in linked worktrees (EveryInc#1382)

* fix(ce-doc-review): edit HTML plans in native format (EveryInc#1381)

* fix(ce-code-review): cover adversarial after quota or auth no-review (EveryInc#1380)

* fix(skills): correct a rejected dispatch instead of spending the fallback (EveryInc#1383)

* fix(ce-compound): find Claude sessions started outside the repo root (EveryInc#1378)

* ci(windows-native): retry peer-job-runner smoke on ctypes flake (EveryInc#1384)

* fix(ce-debug): stop asking at the handoff, stop shipping unoffered work (EveryInc#1385)

* docs(solutions): record why skill gates state conditions, not git commands (EveryInc#1386)

* fix(skills): drop the residual-findings record file for real sinks (EveryInc#1387)

* fix(ce-doc-review): run the cross-model pass when CROSS_MODEL_PEERS is unset (EveryInc#1389)

* fix(ce-proof): sync with current Proof v3 contract (EveryInc#1390)

* fix(skill-authoring): make goal-first the default when authoring and reviewing skills (EveryInc#1391)

* fix(cross-model): let reviews run on Fable and pin model/effort from CE config (EveryInc#1392)

* docs(cross-model): point superseded peer benchmarks at the luna/xhigh decision (EveryInc#1393)

* fix(cross-model): discover the Codex.app-bundled codex CLI and name the peer-CLI requirement (EveryInc#1395)

* feat(cross-model): add cross_model_review_mode checkout egress gate (EveryInc#1396)

* fix(ce-compound-refresh): compare knowledge-track learnings against guidance they name (EveryInc#1399)

* docs(solutions): capture the named-guidance contradiction-check learning (EveryInc#1400)

* fix(ce-compound): prefer the repo's own frontmatter vocabulary over the Rails-era enums (EveryInc#1394)

* fix(ce-work): stop asking about branches before starting work (EveryInc#1397)

* fix(review): answer covered cases on skill prose with the condition, not a patch (EveryInc#1401)

* fix(scratch): fall back to $TMPDIR when /tmp cannot host the scratch root (EveryInc#1398)

* feat(ce-skill-work): repo-local skill for authoring, editing, reviewing, and responding to review on skills (EveryInc#1402)

* fix(ce-pov): reject non-final peer positions instead of folding them in (EveryInc#1403)

* feat(manifest): add Agent Plugins v1.0.0 manifest support (EveryInc#1345)

* chore: release main (EveryInc#1354)

* fix(ce-work): run cross-model verification on warm checkouts (EveryInc#1404)

* fix(ce-skill-work): author for Sol/Fable, not Opus-era procedure (EveryInc#1408)

* docs(skill-design): retarget stale learning citations (EveryInc#1409)

* fix(ce-setup): support read-only sandboxes (EveryInc#1407)

* fix(ce-skill-work): require pointer descriptions (EveryInc#1410)

* chore: release main (EveryInc#1405)

* fix(ce-work): let a project-defined shipping process override ce-commit-push-pr (EveryInc#1416)

* fix(ce-doc-review): state the CROSS_MODEL_PEERS gate as a condition at the gate (EveryInc#1421)

* fix(ce-strategy): ground the interview in the repo and share the file safely (EveryInc#1419)

* fix(ce-babysit-pr): fall back for private ref 404 (EveryInc#1418)

Co-authored-by: Trevin Chow <trevin@trevinchow.com>

* fix(ce-commit-push-pr): make medium and large PR descriptions scannable (EveryInc#1422)

* chore: release main (EveryInc#1420)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix(ce-plan): make Goal Capsule Objective outcome-shaped with a Means slot (EveryInc#1424)

* fix(manifest): drop Agent Plugins $schema so Codex stops truncating skills at 8KB (EveryInc#1426)

* fix(manifest): also block Agent Plugins $schema while skill frontmatter is non-conformant (EveryInc#1427)

* chore: release main (EveryInc#1425)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs(solutions): capture why the Agent Plugins $schema is a host routing switch (EveryInc#1428)

* fix(skills): Make CE portable on no-checkout / shared-workspace hosts (EveryInc#1429)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Trevin Chow <tmchow@users.noreply.github.com>

* chore: release main (EveryInc#1430)

* fix(orca): reconcile fork identity and guards with upstream 3.22.4

Re-pin the fork release identity to 3.22.4-orca.5 (release-as, version
literals in the Orca suites), resolve the upstream-currency check
against the latest compound-engineering-v* release tag instead of the
upstream/main tip (main carries unreleased commits), regenerate the
skill-local Orca role-registry bundles, re-anchor the lfg step-8
ordering test to upstream's rewritten Ship step, and compact the
ce-simplify-code Orca hook to a conditional pointer so the skill fits
Codex's 8000-byte prompt bound (mechanism stays in
references/orca-review-dispatch.md, which already owns it).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019PxdaWqiHDDsPPBHdDevQC

* ci(orca): fetch upstream release tags for the provenance currency check

The check now resolves the latest compound-engineering-v* tag; without
tags the CI fallback compared the pin to the upstream/main tip, which
fails whenever upstream carries unreleased commits.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019PxdaWqiHDDsPPBHdDevQC

* ci: pin bun to 1.3.14

bun 1.4.0 (picked up by bun-version: latest on 2026-08-21) hangs the
subprocess-heavy suites on Linux runners: ce-pov and cross-model tests
hit their 5s/20s caps and the profile-lock contention test times out,
inflating the test job from ~2m to 13m. The same suites pass on 1.3.14
locally and in the last green run (2026-08-19).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019PxdaWqiHDDsPPBHdDevQC

---------

Co-authored-by: Trevin Chow <trevin@trevinchow.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ruslan Kurkebayev <kurkebayev.ruslan@gmail.com>
Co-authored-by: cmbish <carter.m.bish@gmail.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Trevin Chow <tmchow@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant