Trevin Chow
3ad1f3ec64
fix: add gh repo view fallback for default branch detection
...
When origin/HEAD is unavailable (no remote, ref unset), fall back to
gh repo view to query the GitHub default branch before hard-coding
main. Covers repos using develop/trunk as their default.
Addresses PR review feedback (#386 )
2026-03-25 21:36:55 -07:00
Trevin Chow
28c3f78ae7
fix: remove sed pipes that mask rev-parse/symbolic-ref failures
...
Piping into sed returns exit 0 even when the upstream git command
fails, so the "fall back to main" path never triggers. The agent
reads stdout/stderr directly and can strip the origin/ prefix and
detect failures itself.
Addresses PR review feedback (#386 )
2026-03-25 21:32:22 -07:00
Trevin Chow
699c60beb2
feat: add default-branch guard and inline sed to git-commit-push-pr
...
- Add rev-parse command to Step 1 so the branch guard in Step 4 can
check the actual default branch, not just hard-coded main
- Update Step 4 to reference the resolved default branch
- Inline sed pipe in Step 6 symbolic-ref fallback instead of prose
instruction to strip the origin/ prefix
2026-03-25 21:28:30 -07:00
Trevin Chow
d5ac329592
fix: strip origin/ prefix inline with sed pipe
...
Use `| sed 's@^origin/@@'` directly in the command instead of
instructing the agent to strip the prefix in a separate step.
2026-03-25 21:26:38 -07:00
Trevin Chow
88bfd6e2dc
fix: resolve repo default branch before branch-protection guard
...
Add `git rev-parse --abbrev-ref origin/HEAD` to Step 1 so the guard
works for repos whose default branch is not main or master (e.g.
develop, trunk). Falls back to main if the remote HEAD is unset.
Addresses PR review feedback (#386 )
2026-03-25 21:19:53 -07:00
Trevin Chow
561b289cea
feat: add default-branch guard to git-commit skill
...
The git-commit skill collected the current branch name but never
checked whether it was main/master. Add a guard that warns the user
and offers to create a feature branch before committing, matching the
protection already present in git-commit-push-pr.
2026-03-25 21:14:57 -07:00
Trevin Chow
355e7392b2
fix: scope commit-push-pr descriptions to full branch diff ( #385 )
2026-03-25 20:52:15 -07:00
Trevin Chow
fed9fd68db
feat: replace manual review agent config with ce:review delegation ( #381 )
2026-03-25 17:45:08 -07:00
github-actions[bot]
6b27b38b0f
chore: release main ( #376 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cli-v2.53.0
compound-engineering-v2.53.0
2026-03-25 16:55:47 -07:00
Trevin Chow
2ba4f3fd58
feat: improve resolve-pr-feedback skill ( #379 )
2026-03-25 16:51:45 -07:00
Trevin Chow
efa798c52c
feat: improve commit-push-pr skill with net-result focus and badging ( #380 )
2026-03-25 16:28:47 -07:00
Trevin Chow
fe08af2b41
feat: add git commit and branch helper skills ( #378 )
2026-03-25 14:53:39 -07:00
Trevin Chow
8ebc77b8e6
fix: guard CONTEXTUAL_RISK_FLAGS lookup against prototype pollution ( #377 )
2026-03-25 14:17:39 -07:00
Trevin Chow
ce9016fac5
feat: integrate orphaned stack-specific reviewers into ce:review ( #375 )
2026-03-25 13:47:43 -07:00
github-actions[bot]
207774f44e
chore: release main ( #369 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
compound-engineering-v2.52.0
cli-v2.52.0
2026-03-25 08:54:17 -07:00
Trevin Chow
aad31adcd3
feat: minimal config for conductor support ( #373 )
2026-03-25 08:52:10 -07:00
Trevin Chow
fe27f85810
feat: add consolidation support and overlap detection to ce:compound and ce:compound-refresh skills ( #372 )
2026-03-25 00:37:45 -07:00
Trevin Chow
7c5ff445e3
feat: promote ce:review-beta to stable ce:review ( #371 )
2026-03-24 21:00:38 -07:00
Trevin Chow
4e3af07962
feat: optimize ce:compound speed and effectiveness ( #370 )
2026-03-24 20:12:19 -07:00
Trevin Chow
2612ed6b3d
feat: rationalize todo skill names and optimize skills ( #368 )
2026-03-24 18:35:09 -07:00
github-actions[bot]
54bea268f2
chore: release main ( #360 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
compound-engineering-v2.51.0
cli-v2.51.0
2026-03-24 11:34:50 -07:00
Trevin Chow
169996a75e
feat: promote ce:plan-beta and deepen-plan-beta to stable ( #355 )
2026-03-24 10:18:14 -07:00
Trevin Chow
65e5621dbe
refactor: consolidate todo storage under .context/compound-engineering/todos/ ( #361 )
2026-03-24 09:54:30 -07:00
Trevin Chow
18d22afde2
feat: redesign document-review skill with persona-based review ( #359 )
2026-03-24 01:51:22 -07:00
Trevin Chow
e932276866
feat: add ce:review-beta with structured persona pipeline ( #348 )
2026-03-23 21:49:04 -07:00
github-actions[bot]
0fdc25a36c
chore: release main ( #340 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
compound-engineering-v2.50.0
cli-v2.50.0
2026-03-23 12:01:29 -07:00
Trevin Chow
86342db36c
fix: quote frontend-design skill description ( #353 )
2026-03-23 11:01:15 -07:00
Trevin Chow
4aa50e1bad
feat: improve feature-video skill with GitHub native video upload ( #344 )
2026-03-22 21:27:59 -07:00
Trevin Chow
423e692726
feat: rewrite frontend-design skill with layered architecture and visual verification ( #343 )
2026-03-22 18:55:58 -07:00
Matt Van Horn
341c379168
feat(ce-work): add Codex delegation mode ( #328 )
...
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-22 12:30:36 -07:00
Trevin Chow
0e6c8e8221
docs: refresh stale target list and release component references ( #339 )
2026-03-22 11:19:59 -07:00
github-actions[bot]
0099af7ba4
chore: release main ( #332 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cli-v2.49.0
compound-engineering-v2.49.0
2026-03-22 10:33:28 -07:00
Trevin Chow
216d6dfb2c
feat: add execution mode toggle and context pressure bounds to parallel skills ( #336 )
2026-03-21 21:30:12 -07:00
Trevin Chow
affba1a6a0
feat: improve reproduce-bug skill, sync agent-browser, clean up redundant skills ( #333 )
2026-03-21 19:49:12 -07:00
Trevin Chow
4087e1df82
feat: fix skill transformation pipeline across all targets ( #334 )
2026-03-21 19:45:20 -07:00
Trevin Chow
0f6448d81c
fix: gitignore .context/ directory for Conductor ( #331 )
2026-03-21 17:41:31 -07:00
github-actions[bot]
2d6204d8a6
chore: release main ( #329 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cli-v2.48.0
compound-engineering-v2.48.0
2026-03-21 17:36:13 -07:00
Trevin Chow
52df90a166
feat: make skills platform-agnostic across coding agents ( #330 )
2026-03-21 17:35:22 -07:00
Adam Zywicki
cfbfb6710a
feat(git-worktree): auto-trust mise and direnv configs in new worktrees ( #312 )
2026-03-20 22:29:11 -07:00
github-actions[bot]
89faf49dd3
chore: release main ( #326 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cli-v2.47.0
compound-engineering-v2.47.0
2026-03-20 15:14:20 -07:00
Trevin Chow
1c28d03214
feat: improve repo-research-analyst by adding a structured technology scan ( #327 )
2026-03-20 15:13:31 -07:00
Matt Van Horn
ac756a267c
fix(skills): update ralph-wiggum references to ralph-loop in lfg/slfg ( #324 )
2026-03-20 07:04:20 -07:00
github-actions[bot]
f5bbb76b51
chore: release main ( #323 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
compound-engineering-v2.46.0
cli-v2.46.0
2026-03-19 22:14:13 -07:00
Trevin Chow
3ba4935926
feat: add optional high-level technical design to plan-beta skills ( #322 )
2026-03-19 22:03:35 -07:00
Tony Park
3361a38108
fix(ci): add npm registry auth to release publish job ( #319 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 22:02:20 -07:00
github-actions[bot]
0407c135e6
chore: release main ( #313 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cursor-marketplace-v1.0.1
compound-engineering-v2.45.0
cli-v2.45.0
2026-03-18 18:58:27 -07:00
Trevin Chow
838aeb79d0
fix: add cursor-marketplace as release-please component ( #315 )
2026-03-18 18:47:00 -07:00
PJ Hoberman
88c89bc204
feat: edit resolve_todos_parallel skill for complete todo lifecycle ( #292 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 16:18:18 -07:00
Trevin Chow
5c1452d4cc
feat: integrate claude code auto memory as supplementary data source for ce:compound and ce:compound-refresh ( #311 )
2026-03-18 11:55:19 -07:00
github-actions[bot]
470f56fd35
chore: release main ( #310 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
compound-engineering-v2.44.0
cli-v2.44.0
2026-03-18 09:08:17 -07:00