Trevin Chow
a5701d8064
fix(ce-sessions): emit repo root path instead of basename subshell
...
The pre-resolved repo-name line wrapped a command substitution in double
quotes (`basename "$(git rev-parse --show-toplevel)"`), which Claude Code's
permission check rejects as an unanalyzable `string` node. That failed the
SKILL.md preamble render and broke every /ce-sessions invocation (and
/ce-compound with session history).
Emit the raw repo root via a single `git rev-parse --show-toplevel` — the
same single-command shape the working branch line already uses — and have
the agent take the last path component for the repo folder name.
Closes #867
2026-05-27 11:38:37 -07:00
Trevin Chow
e5e3fc3630
fix(ce-brainstorm,ce-plan): add conceptual-diagram affordance to brainstorm docs ( #871 )
2026-05-27 11:12:39 -07:00
Trevin Chow
1051132d04
fix(html-rendering): constrain measure and surface execution notes ( #870 )
2026-05-27 09:52:22 -07:00
Trevin Chow
5c88212c1f
fix(ce-brainstorm,ce-plan): restore default-on requirements grouping ( #868 )
2026-05-27 09:47:08 -07:00
Trevin Chow
11e12e5739
feat(ce-plan,ce-brainstorm): contract-driven sections + optional HTML output ( #826 )
2026-05-26 09:53:14 -07:00
Trevin Chow
673dcfacb8
fix(simplify-code): guard against over-simplification and behavior drift ( #859 )
2026-05-24 22:03:03 -07:00
Trevin Chow
26a802551e
fix(commit): auto-create feature branch on default branch ( #856 )
2026-05-22 21:53:59 -07:00
Trevin Chow
5297a9440f
refactor(review): consolidate migration personas and trim stack reviewers ( #854 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-21 22:37:42 -07:00
Trevin Chow
67d273622e
fix(ce-commit-push-pr): require user-visible bug summaries ( #853 )
2026-05-21 18:42:02 -07:00
Kieran Klaassen
0aa6b55a80
feat(ce-dogfood-beta): add diff-scoped browser QA dogfood skill ( #848 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-21 12:14:02 -05:00
Trevin Chow
ac1c6d9a99
fix(ce-compound): drop date suffix from generated doc filenames ( #849 )
2026-05-21 00:20:43 -07:00
Trevin Chow
2a46670958
fix(ce-proof): update HITL flow for Proof v2 ( #847 )
2026-05-21 00:16:52 -07:00
Trevin Chow
fd88fd8fd7
fix(ce-commit-push-pr): rewrite pr-description around a core principle ( #841 )
2026-05-17 13:30:00 -07:00
Trevin Chow
39cb9da3a1
fix(ce-plan): inline synthesis gate output into SKILL.md ( #822 )
2026-05-14 20:42:40 -07:00
Trevin Chow
6df3f96580
fix(ce-brainstorm): scoping synthesis and Q&A interaction cleanup ( #829 )
2026-05-13 22:29:40 -07:00
Trevin Chow
60c1c938d5
fix(ce-plan): compress synthesis confirmation to prose + call-outs ( #819 )
2026-05-11 12:09:52 -07:00
Trevin Chow
d090bde0ff
fix(ce-code-review): replace resolve-base.sh with prose-driven base detection ( #815 )
2026-05-10 16:23:19 -07:00
Trevin Chow
9b45a83d7e
feat(ce-compound): add mode:headless for non-interactive use ( #813 )
2026-05-10 12:50:12 -07:00
Trevin Chow
07a6d52879
fix(ce-resolve-pr-feedback): paginate GraphQL connections ( #807 )
2026-05-08 15:18:12 -07:00
Trevin Chow
62279b0583
refactor(skills): extract conditional content to references ( #804 )
2026-05-08 13:51:56 -07:00
Trevin Chow
81710efad5
fix(ce-sessions): unblock session-history on Claude Code ( #800 )
2026-05-08 13:51:33 -07:00
Trevin Chow
04031a5a54
refactor(skill-descriptions): trim top 7 by ~55% ( #802 )
2026-05-08 09:26:49 -07:00
Trevin Chow
a01d2a64b2
refactor(ce-agent-native-architecture): slim SKILL.md by 80% ( #801 )
2026-05-08 09:19:40 -07:00
Trevin Chow
6fc57c501f
fix(ce-debug): right-size triage and tighten hypothesis discipline ( #796 )
2026-05-08 08:09:47 -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
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
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
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
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
Trevin Chow
887db6b2ad
fix(ce-setup): detect codex global skills ( #739 )
2026-05-01 09:22:48 -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