Commit Graph

12 Commits

Author SHA1 Message Date
Kieran Klaassen
b703976b6d fix(release): align semantic-release config 2026-03-02 21:21:43 -08:00
Kieran Klaassen
ea21196cf1 fix(release): harden semantic-release publishing 2026-03-02 21:17:28 -08:00
Kieran Klaassen
8fd1670ee2 fix(release): automate npm releases from main 2026-03-02 21:14:12 -08:00
Kieran Klaassen
f5e2f257eb ci(release): switch npm publish to trusted publishing 2026-03-02 21:06:02 -08:00
Salman Chishti
fbae146ba9 Upgrade GitHub Actions to latest versions (#168)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
2026-02-11 12:28:08 -06:00
Kieran Klaassen
a32aceec87 Update publish.yml to actions/checkout@v6 to match #167
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 10:27:24 -08:00
Salman Chishti
0aba65018a Upgrade GitHub Actions for Node 24 compatibility (#167)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
2026-02-11 12:27:06 -06:00
Kieran Klaassen
ebf387d093 Add Factory Droid to README, bump to 0.4.0, add npm publish workflow
- Document Droid as third converter target alongside OpenCode and Codex
- Bump package version 0.3.0 → 0.4.0 for new target feature
- Add CHANGELOG entry for 2.32.0 with Droid details
- Add GitHub Actions workflow to publish to npm on release

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 10:14:16 -08:00
Kieran Klaassen
36e7f3a370 Fix CI to run on all PRs and add manual trigger
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 14:49:49 -08:00
Kieran Klaassen
ea202c0373 Add GitHub CI workflow for running tests
Runs bun test on push to main and on PRs.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 13:33:58 -08:00
Kieran Klaassen
6c5b3e40db [2.9.0] Rename plugin to compound-engineering
BREAKING: Plugin renamed from compounding-engineering to compound-engineering.
Users will need to reinstall with the new name:

  claude /plugin install compound-engineering

Changes:
- Renamed plugin directory and all references
- Updated documentation counts (24 agents, 19 commands)
- Added julik-frontend-races-reviewer to docs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 17:32:16 -08:00
Kieran Klaassen
b503a3ecb3 Add GitHub Pages deployment workflow
Adds automated deployment of documentation to GitHub Pages when
changes are pushed to the docs directory on the main branch.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 12:23:59 -08:00