Changelog
Branch chore/split-ci-deploy-workflows: changelog
April 18, 2026Branch chore/split-ci-deploy-workflows1 min readAI Generated
Branch chore/split-ci-deploy-workflows: changelog
Automated summary for branch chore/split-ci-deploy-workflows. This post is generated on push; commit it with your changes.
Commits
- 8865eb6e ci: split deploy workflows and fix package auth build
Files changed
.claude/skills/adversarial-review/SKILL.md | 226 +
.claude/skills/blog-post/SKILL.md | 78 +
.claude/skills/local-dev/SKILL.md | 206 +
.github/workflows/ci-rust.yml | 123 +
.github/workflows/ci-webapp.yml | 90 +
.github/workflows/ci.yml | 133 -
.github/workflows/deploy-azure.yml | 2 +
.github/workflows/deploy-rust-api.yml | 139 +
.github/workflows/deploy-webapp.yml | 172 +
CLAUDE.md | 27132 ++++++++++++++++++++++++++
DISPATCH_NOTES.md | 80 +
webapp/.npmrc | 2 +
webapp/Dockerfile.prod | 8 +-
webapp/next.config.ts | 5 +
webapp/package.json | 2 +-
webapp/src/app/(signup)/auth/login/page.tsx | 11 -
webapp/src/instrumentation-client.ts | 2 +-
webapp/src/middleware.ts | 1 +
18 files changed, 28263 insertions(+), 149 deletions(-)
How this works
This file is produced by webapp/tools/sync-pr-blog-post.ts. Add a versions/human.md file in the same folder to publish a human-written alternative; the site will show tabs for AI Draft and Human when both exist.