Commit Graph

475 Commits

Author SHA1 Message Date
github-actions[bot]
0fdc25a36c chore: release main (#340)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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>
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>
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>
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>
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>
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>
2026-03-18 09:08:17 -07:00
Trevin Chow
748f72a57f feat(plugin): add execution posture signaling to ce:plan-beta and ce:work (#309) 2026-03-18 09:05:19 -07:00
github-actions[bot]
74b286f9bf chore: release main (#305)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-18 02:15:28 -07:00
Trevin Chow
a7d6e3fbba fix: enable release-please labeling so it can find its own PRs
With skip-labeling: true, release-please couldn't find its own PRs
on subsequent runs (it searches by the autorelease: pending label).
This prevented it from updating the PR body when new commits landed.
2026-03-18 02:11:32 -07:00
Trevin Chow
516bcc1dc4 fix: re-enable changelogs so release PRs accumulate correctly
With skip-changelog: true, release-please didn't update the PR body
when new commits landed because the tree SHA was unchanged (no
changelog file to diff). Re-enabling changelogs means each new commit
produces different changelog content, forcing release-please to update
both the branch and PR body.
2026-03-18 02:08:57 -07:00
Trevin Chow
178d6ec282 fix: remove close-stale-PR step that broke release creation
Closing the release PR before release-please runs prevented
release-please from recognizing the PR on merge, so it never created
GitHub Releases or tags. The close-reopen approach is incompatible
with release-please's PR tracking.

Keep cancel-in-progress: true for rapid-succession merges and the
release-merge detection for skipping validate. Accept that the PR
body may be stale -- GitHub Releases get correct changelogs at merge
time regardless.
2026-03-18 02:02:30 -07:00
Trevin Chow
f1713b9dcd fix: reduce release-please search depth from 500 to 50
release-please defaults to walking 500 commits and 400 releases on
every run, making each API call per-commit. With ~20 commits between
releases, this wastes ~2 minutes on unnecessary GitHub API calls.
2026-03-18 01:58:55 -07:00
github-actions[bot]
d8d87a9e48 chore: release main (#303)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-18 01:55:47 -07:00
Trevin Chow
6af241e9b5 fix: skip validate and stale-close on release PR merges
When a release PR merges, the validate step would fail on version drift
that the release PR itself introduced, blocking release-please from
creating tags and GitHub Releases. Detect release PR merges by commit
message prefix and skip validate + stale-close steps so release-please
runs unimpeded.
2026-03-18 01:48:13 -07:00
Trevin Chow
4952007cab fix: remove plugin versions from marketplace.json and fix brittle test
- Remove plugin version fields from marketplace.json -- canonical
  versions live in each plugin's plugin.json. Duplicating them created
  drift that release-please couldn't maintain.
- Remove version sync logic from metadata.ts (description sync kept)
- Fix release-preview test to compute expected versions dynamically
  from current manifests instead of hardcoding them
2026-03-18 01:45:49 -07:00
github-actions[bot]
8827524af4 chore: release main (#301)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-18 01:29:16 -07:00
Trevin Chow
9de830aa5b fix: prevent stale release PR body by closing before regeneration
release-please skips updating the PR body when it finds an existing PR,
causing the changelog to miss commits that landed after the PR was
created. Fix by closing the stale PR before release-please runs so it
always creates a fresh PR with the full changelog.

Also set cancel-in-progress: true so rapid successive merges don't
race to create the PR with partial commit history.
2026-03-18 01:28:09 -07:00
Trevin Chow
eaaba1928b feat: add claude-permissions-optimizer skill (#298) 2026-03-18 01:18:27 -07:00
Trevin Chow
754c2a893b fix: stabilize compound-engineering component counts (#299) 2026-03-17 23:46:27 -07:00
Trevin Chow
51f906c9ff fix: enforce release metadata consistency (#297) 2026-03-17 19:17:25 -07:00
Trevin Chow
78971c9027 fix: make GitHub releases canonical for release-please (#295) 2026-03-17 18:40:51 -07:00
Trevin Chow
f508a3f759 docs: capture release automation learning (#294) 2026-03-17 18:11:15 -07:00
Trevin Chow
f47f829d81 feat: migrate repo releases to manual release-please (#293) 2026-03-17 17:58:13 -07:00
Trevin Chow
74fb71731a chore: bump plugin version to 2.42.0 2026-03-17 10:49:06 -07:00
Trevin Chow
6a3d5b4bf3 docs: add beta skills note to repo README workflow section 2026-03-17 10:47:22 -07:00
semantic-release-bot
5c67d287c4 chore(release): 2.42.0 [skip ci] 2026-03-17 17:40:35 +00:00
Trevin Chow
04f00e7632 Merge pull request #272 from EveryInc/feat/ce-plan-rewrite-brainstorm
feat: add ce:plan-beta and deepen-plan-beta skills
2026-03-17 10:40:10 -07:00
Trevin Chow
a83e11e982 fix: review fixes — stale refs, skill counts, and validation guidance
- Fix -plan.md → -beta-plan.md in ce:plan-beta post-generation question
- Remove stale brainstorm doc reference from solutions doc
- Update plugin.json and marketplace.json skill counts (42 → 44)
- Add generic beta skill validation guidance to AGENTS.md and solutions doc
2026-03-17 10:39:02 -07:00
Trevin Chow
72d4b0dfd2 fix: add disable-model-invocation to beta skills and refine descriptions
Beta skills now use disable-model-invocation: true to prevent accidental
auto-triggering. Descriptions written as future stable descriptions with
[BETA] prefix for clean promotion. Updated solutions doc and AGENTS.md
promotion checklist to include removing the field.
2026-03-17 10:33:01 -07:00
Trevin Chow
7a81cd1aba docs: add beta skills framework pattern for parallel -beta suffix skills 2026-03-17 10:33:01 -07:00
Trevin Chow
ac53635737 fix: beta skill naming, plan file suffixes, and promotion checklist
- Beta plans use -beta-plan.md suffix to avoid clobbering stable plans
- Fix internal references in beta skills to use beta names consistently
- Add beta skills section to AGENTS.md with promotion checklist
2026-03-17 10:33:01 -07:00