Trevin Chow
3691b30a9f
fix(ce-debug): preserve fix-vs-diagnose user choice on fast-path
...
The trivial-bug fast-path edited before Phase 2's Fix-it-now /
Diagnosis-only gate, so users asking for investigation-only could still
get unsolicited file edits. Route the fast-path through the same user
choice; the saved time is investigation ceremony, not the user's right
to choose whether to apply a fix.
Addresses PR #796 review feedback.
2026-05-08 08:07:34 -07:00
Trevin Chow
1425fcdea7
fix(ce-debug): run workspace/branch check before fast-path edits
...
The trivial-bug fast-path skipped Phase 3's workspace/branch guardrails,
so a one-line fix could land on a dirty worktree or the default branch.
Amend the fast-path to run those checks before any edit.
Addresses PR #796 review feedback.
2026-05-08 08:06:17 -07:00
Trevin Chow
4346dcabd5
fix(ce-debug): right-size triage and tighten hypothesis discipline
...
Trivial bugs (typos, missing imports, obvious one-liners) now take an
explicit fast-path in Phase 0 instead of running through the full
framework. Each hypothesis must cite a concrete observation rather than
abstract "X seems off" reasoning. After a failed fix, the prior
hypothesis must be explicitly invalidated before forming a new one, to
prevent retrying variants of the same theory. Tracing has a concrete
4-step recipe (stack-trace bottom-up, find first frame with
already-invalid data, instrument boundaries, walk to the transition).
Self-review at fix time is sized to the diff with escalation to the
harness lightweight review for non-trivial fixes; ce-code-review stays
reserved for PR-tier review.
Sync user-facing doc to remove the now-inaccurate "no phase skipping"
claim.
2026-05-08 07:56:49 -07:00
github-actions[bot]
0bb53dfad0
chore: release main ( #789 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-07 08:11:18 -07:00
Trevin Chow
9ec351a13f
refactor(ce-commit-push-pr): trim prescription and fold steps ( #791 )
2026-05-07 02:39:58 -07:00
Trevin Chow
168fad4ac2
fix(ce-ideate): bound scope and add topic-surface decomposition ( #787 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-07 02:21:08 -07:00
Kieran Klaassen
d316971b20
feat(lfg): allow model invocation, add CI autofix loop after PR ( #788 )
2026-05-07 00:06:10 -05:00
github-actions[bot]
52e8f868b9
chore: release main ( #781 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-05 17:21:01 -07:00
Trevin Chow
8349e750b8
fix(doc-review): cut review noise on plans, scope personas to doc shape ( #780 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-05 15:52:36 -07:00
github-actions[bot]
18076e0204
chore: release main ( #771 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-05 13:22:55 -07:00
David A. Lee
3e03365d54
feat(ce-work-beta): adaptive effort selection for Codex delegation batches ( #759 )
2026-05-05 12:02:43 -07:00
David A. Lee
5139ff13e9
fix(ce-work-beta): replace semicolon pre-resolution with single-command form ( #758 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-05 12:01:22 -07:00
Pavlos Vinieratos
be2efd7d76
fix(ce-plan): render Implementation Units as headings, not bulleted list items ( #766 )
2026-05-05 11:59:48 -07:00
Trevin Chow
c7fc674326
fix(review): escape literal pipes in finding table cells ( #779 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-05 11:46:13 -07:00
Trevin Chow
1f3c6466e4
fix(ce-doc-review): block diagram deletion as a fix recommendation ( #775 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-05 01:02:44 -07:00
Trevin Chow
a1698b7a0e
docs(skills): add user-facing skill docs at docs/skills/ ( #773 )
2026-05-04 17:39:48 -07:00
David A. Lee
7ff3472cab
fix(ce-work-beta): update Codex sandbox flags to current CLI syntax ( #770 )
2026-05-04 17:01:59 -07:00
Trevin Chow
4cc1ee6fe2
fix(ce-worktree): resolve script path against skill dir, not user CWD ( #772 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-04 15:55:19 -07:00
Trevin Chow
542786320b
fix(ce-doc-review): tighten finding resolution routing ( #769 )
2026-05-04 14:10:46 -07:00
github-actions[bot]
62170315ba
chore: release main ( #767 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-04 11:55:42 -05:00
Kieran Klaassen
dde9256362
feat(riffrec-feedback-analysis): add Riffrec feedback skill with three-path routing ( #747 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-04 11:12:56 -05:00
github-actions[bot]
06a7cee0ad
chore: release main ( #753 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-03 19:58:28 -07:00
hnshah
e8567566b7
fix(ce-code-review): keep finding numbers stable ( #754 )
2026-05-03 18:59:03 -07:00
Trevin Chow
a84cb759d0
fix(ce-commit-push-pr): use body-file for PR descriptions ( #757 )
2026-05-03 18:58:17 -07:00
hnshah
caf5e1251c
fix(ce-polish-beta): support Bash 3.2 project detection ( #755 )
2026-05-03 00:36:25 -07:00
David Gerő
9539bf045d
fix(ce-compound, ce-sessions): remove bash parameter expansion from ! backtick ( #752 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 10:44:09 -07:00
Trevin Chow
74624f8e7f
refactor(ce-simplify-code): scope tests by ripple risk, not full suite ( #749 )
2026-05-01 16:18:12 -07:00
Trevin Chow
607c52ab7d
refactor(code-review): move resolve-base.sh to scripts/ directory ( #744 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-01 13:34:56 -07:00
github-actions[bot]
d685f07948
chore: release main ( #740 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-01 10:39:23 -07:00
Trevin Chow
520a9ebea0
fix(code-review): grant Write to JSON-pipeline reviewer agents ( #741 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-01 10:24:40 -07:00
Trevin Chow
887db6b2ad
fix(ce-setup): detect codex global skills ( #739 )
2026-05-01 09:22:48 -07:00
github-actions[bot]
e12afb1e43
chore: release main ( #728 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-01 07:23:44 -07:00
Trevin Chow
ae408721cd
chore(code-review): remove cli-readiness reviewer agents ( #734 )
2026-05-01 01:21:44 -07:00
Trevin Chow
2d20757412
feat(ce-simplify-code): add skill for simplifying recent code changes ( #735 )
2026-05-01 01:14:27 -07:00
Dan Dombrowski
3873b9e9de
fix(ce-commit-push-pr): URL-encode parens in badge model-slug examples ( #725 )
2026-04-30 23:00:29 -07:00
Trevin Chow
5e04534137
fix(ce-compound,ce-sessions): handle non-git CWD in pre-resolved git branch ( #731 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-30 22:59:15 -07:00
Trevin Chow
265cb4280f
feat(ce-strategy): move strategy doc to root and add frontmatter ( #732 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-30 22:07:12 -07:00
imwm
cb8f9b3483
feat(ce-strategy,ce-product-pulse): add PM skills for upstream anchor and outcome pulse ( #614 )
2026-04-30 17:49:35 -07:00
David Gerő
8f804669b1
fix(ce-sessions): 722 ce-compound and ce-sessions permission error ( #723 )
...
Co-authored-by: davidpgero <davidpgero@kor-group.com >
2026-04-30 16:32:22 -07:00
Trevin Chow
15c1cde7b3
fix(ce-plan): close synthesis drift in rich-context invocations ( #729 )
2026-04-30 16:30:07 -07:00
Trevin Chow
d217660b3d
fix(review): default to harness-native code review, escalate on risk ( #721 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-30 16:08:31 -07:00
github-actions[bot]
e5b397c9d1
chore: release main ( #719 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-28 21:53:53 -07:00
Trevin Chow
09fa18bcc1
fix(ce-code-review): comment-gate previous-comments persona to skip empty PRs ( #720 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-28 21:53:03 -07:00
Trevin Chow
5ac1a063a9
fix(ce-code-review): mandate walkthrough.md load on walk-through entry ( #718 )
2026-04-28 20:39:20 -07:00
github-actions[bot]
3803e8ab3d
chore: release main ( #717 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-28 13:11:22 -07:00
Trevin Chow
d69a772bb8
fix(review): queue reviewers when subagent slots fill ( #716 )
2026-04-28 13:01:10 -07:00
github-actions[bot]
48e83d9340
chore: release main ( #703 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-28 12:44:22 -07:00
Matt Van Horn
0c515c06fe
fix(ce-plan): inline post-generation menu routing so option 1 actually starts /ce-work ( #715 )
...
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com >
2026-04-28 10:33:11 -07:00
Trevin Chow
9751d1a30a
fix(ce-code-review): restate model override at dispatch point ( #681 )
2026-04-28 01:11:29 -07:00
Trevin Chow
e806522caa
fix(ce-compound-refresh): check inbound links before deletion ( #713 )
2026-04-28 01:08:06 -07:00