Trevin Chow
2fea70d7a8
fix(ce-work): permit shared-workspace parallel waves under a safety contract
...
Shared-workspace subagents were forced serial regardless of file
disjointness, so every multi-unit plan on harnesses without isolated
workers (Codex, Claude Code without worktree isolation) ran serially.
Replace the absolute rule with a wave contract: clean committed
baseline, exclusive ownership including hidden write surfaces, no
worker Git operations, orchestrator-owned verification, and
abort-on-unowned-writes. Units that cannot meet the contract still
serialize or take isolation.
Also deduplicate the worker close/release conditional to the fresh
worker invariant (#1336 's scar is retire-per-unit, which stays at each
action site) and drop rationale tails and a hypothetical-harness note
that restated nothing enforceable.
Claude-Session: https://claude.ai/code/session_01J6MN5Yw34dGR9qFyuUCCde
2026-08-31 00:10:39 -07:00
Saurabh
5f5bc6b965
fix(ce-babysit-pr): keep stale-computation degrade off the settle clock ( #1568 )
...
Co-authored-by: Trevin Chow <trevin@trevinchow.com >
2026-08-30 21:01:15 -07:00
Trevin Chow
a79582c3a4
fix(ce-commit-push-pr): catch a PR opening that names the mechanism ( #1595 )
2026-08-30 20:58:18 -07:00
Trevin Chow
debd05a00f
fix(ce-commit-push-pr): let a PR opening carry what motivates it ( #1576 )
2026-08-30 20:27:15 -07:00
Trevin Chow
ba4468fa8f
fix(ce-plan): require a holdable Goal Capsule Objective ( #1592 )
2026-08-30 19:56:48 -07:00
Trevin Chow
0e758b60b3
fix(lfg): record unapplied review findings in the PR body, not tickets ( #1580 )
2026-08-29 15:58:18 -07:00
Trevin Chow
a1f601f171
fix(ce-setup): detect the retired Codex tool map ( #1577 )
2026-08-29 01:58:55 -07:00
Trevin Chow
f6c301cafc
fix(ce-code-review): take review criteria from a repo-owned standards file ( #1572 )
2026-08-28 14:34:52 -07:00
Kieran Klaassen
f76d3096a1
fix(guides): keep catalog out of the plugin skills tree ( #1571 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
2026-08-28 16:15:16 -05:00
Kieran Klaassen
84bdf8c5a1
fix(ce-compound): check in-repo absolute path citations ( #1561 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
2026-08-27 21:27:19 -07:00
Kieran Klaassen
5985d821b9
perf(tests): reuse seed git fixtures to cut suite wall time ( #1548 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
2026-08-26 22:14:16 -07:00
Kieran Klaassen
f662cad495
docs(guides): move skill catalog from docs/skills to skills/guides ( #1551 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
2026-08-26 19:37:39 -05:00
Trevin Chow
4e6738223d
fix(ce-compound-refresh): preserve supported guidance across regressions ( #1542 )
2026-08-25 15:33:38 -07:00
Trevin Chow
118633f104
fix(peer-job-runner): keep Windows reap from killing a recycled pid ( #1541 )
2026-08-25 08:19:50 -07:00
Trevin Chow
26bf5b1e37
fix(concepts): give CONCEPTS.md a retention lifecycle ( #1540 )
2026-08-24 23:48:31 -07:00
Trevin Chow
e322bdacd4
fix(ce-code-review): keep missing peer config from skipping the pass ( #1538 )
2026-08-24 16:05:45 -07:00
Trevin Chow
2ca1f81cd5
fix(skills): anchor the plan Objective above the component being changed ( #1535 )
2026-08-24 14:48:23 -07:00
Trevin Chow
b20c29d7aa
fix(cross-model): drop empty Codex usage files and unblock heartbeat teardown ( #1533 )
2026-08-24 12:37:15 -07:00
Trevin Chow
5ac4c01a42
fix(ce-code-review): collect async reviewer returns ( #1530 )
2026-08-24 00:19:33 -07:00
Trevin Chow
5d5b78431a
fix(ce-babysit-pr): defer to GitHub for trunk drift on managed stacks ( #1529 )
2026-08-24 00:17:31 -07:00
Trevin Chow
d05e3951cc
fix(lfg): invoke ce-code-review from the host catalog path ( #1527 )
2026-08-23 23:34:46 -07:00
Trevin Chow
180fcd21e1
fix(skills): match blocking questions from the current tool list ( #1526 )
2026-08-23 23:27:35 -07:00
Trevin Chow
f293ca43cb
docs(readme): make the README a front door, split detail into linked docs ( #1525 )
2026-08-23 23:08:27 -07:00
Trevin Chow
2e10508950
fix(cross-model): bound peer retries and raise review headroom ( #1519 )
2026-08-23 09:16:20 -07:00
Trevin Chow
2d77dee3da
fix(ce-doc-review): activate product-lens only on a product position ( #1517 )
2026-08-23 00:09:11 -07:00
Trevin Chow
3ce5855fab
fix(cross-model): attest Grok Build as a host and bind its native CLI ( #1516 )
2026-08-22 22:34:22 -07:00
Trevin Chow
6f6c5779d3
fix(skills): right-size ceremony for small work in ce-plan, ce-brainstorm, and ce-work ( #1514 )
2026-08-22 20:39:30 -07:00
Trevin Chow
dfeae09526
fix(ce-code-review): stop the reviewer template from embedding the diff twice ( #1512 )
2026-08-22 08:57:36 -07:00
Trevin Chow
f7efe88675
docs(agent-plugins): attribute the 8000-byte skill cap to its real owner ( #1511 )
2026-08-22 00:32:13 -07:00
Dennis Traub
28ac832285
fix(cross-model): accept provider-qualified codex model ids in cross_model_model ( #1501 )
2026-08-21 22:25:26 -07:00
Trevin Chow
9107007954
test(cross-model): give the subprocess-heavy route suites a 30s per-test ceiling ( #1510 )
2026-08-21 15:59:16 -07:00
Trevin Chow
bcd86d0449
fix(skills): load ce-plan and ce-work phases from references under the 8KB cap ( #1508 )
2026-08-21 15:36:14 -07:00
Trevin Chow
6dda2038b1
fix(ce-optimize): keep multi-objective wins and screen expensive runs ( #1506 )
2026-08-21 15:12:24 -07:00
Trevin Chow
66ccf579f8
fix(skills): remove obsolete dispatch context hook ( #1499 )
2026-08-20 23:30:13 -07:00
Kevin Old
dedf301348
fix: honor active model-config keys in skill runs (surface + salience) ( #1489 )
...
Co-authored-by: Trevin Chow <trevin@trevinchow.com >
2026-08-20 20:28:11 -07:00
Trevin Chow
3c04954458
fix(cross-model): elevate peer start when host sandbox blocks provider network ( #1496 )
2026-08-20 17:59:09 -07:00
Trevin Chow
12d3d8c3df
fix(skills): unify needs-human decision handoff ( #1492 )
2026-08-20 10:13:57 -07:00
Trevin Chow
9f55d68a96
fix(ce-resolve-pr-feedback): keep replies out of pending reviews ( #1491 )
2026-08-20 10:13:57 -07:00
Trevin Chow
15ab6f76bb
fix(skills): complete below-cap refactor sweep ( #1490 )
2026-08-19 19:34:17 -07:00
Trevin Chow
ebef4813ab
fix(ce-brainstorm): ask only decisions the environment cannot settle ( #1487 )
2026-08-19 12:15:16 -07:00
Trevin Chow
6d2e6b41dd
fix(skills): make model-invoked descriptions context pointers ( #1486 )
2026-08-19 09:42:09 -07:00
Trevin Chow
d181ae0eec
feat(skill-eval): host-CLI catalog for skill-behavior A/B ( #1484 )
2026-08-19 09:17:16 -07:00
Trevin Chow
956087b3e1
fix(lfg): 72% smaller SKILL.md, six required-read references carry the rest ( #1479 )
2026-08-18 22:52:01 -07:00
Trevin Chow
ff4d21b8ac
fix(ce-brainstorm): 86% smaller SKILL.md, six references carry the phases ( #1476 )
2026-08-18 22:10:10 -07:00
Trevin Chow
312943d4ae
fix(ce-plan): audit body pins by provenance, relocate what only wording held in the window ( #1475 )
2026-08-18 22:09:51 -07:00
Trevin Chow
3568cd94a2
fix(ce-plan): 71% smaller SKILL.md, five phase references carry the rest ( #1470 )
2026-08-18 22:09:30 -07:00
Trevin Chow
cb230f14eb
fix(ce-work): 48% smaller SKILL.md, references carry the execution manual ( #1478 )
2026-08-18 22:03:14 -07:00
Trevin Chow
26f38961ae
fix(ce-compound): 90% smaller SKILL.md, references carry the phases ( #1477 )
2026-08-18 22:02:58 -07:00
Trevin Chow
4df5f99db8
fix(ce-code-review): 86% smaller SKILL.md, four step references carry the rest ( #1471 )
2026-08-18 21:54:25 -07:00
Trevin Chow
734dd2c815
fix(ce-debug): audit body pins by provenance, relocate what only wording held in the window ( #1472 )
2026-08-18 21:10:38 -07:00