Skip to content

Merge dev to main#285

Merged
zbigniewsobiecki merged 1 commit intomainfrom
dev
Feb 16, 2026
Merged

Merge dev to main#285
zbigniewsobiecki merged 1 commit intomainfrom
dev

Conversation

@zbigniewsobiecki
Copy link
Copy Markdown
Member

Summary

Test plan

  • All CI checks pass on dev

🤖 Generated with Claude Code

* fix: make db:migrate work with proper journal and env loading

- Populate meta/_journal.json with entries for all 5 migrations (was
  empty because migrations were hand-written, not generated)
- Add db-bootstrap-journal.ts tool to seed drizzle.__drizzle_migrations
  tracking table for databases set up with drizzle-kit push
- Fix db:migrate/push/studio package.json scripts to load .env via
  node --env-file=.env (drizzle-kit doesn't load dotenv)
- Add db:bootstrap-journal script to package.json
- Document migration workflow in CLAUDE.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* refactor: extract shared PR response agent logic

Deduplicate respond-to-pr-comment and respond-to-review agents
into a shared prResponseAgent module with common PR context
fetching, comment handling, and response formatting.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@zbigniewsobiecki zbigniewsobiecki merged commit c84e0ff into main Feb 16, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant