mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 13:54:02 +00:00
docs: replace coderabbit workflow with codex review
This commit is contained in:
@@ -44,7 +44,7 @@ Boundary rules:
|
|||||||
- One ticket at a time, small commits
|
- One ticket at a time, small commits
|
||||||
- Before implementation: re-check ticket/spec and assumptions
|
- Before implementation: re-check ticket/spec and assumptions
|
||||||
- Do not commit without explicit user approval
|
- Do not commit without explicit user approval
|
||||||
- Run CodeRabbit review before merge (`bun run review:coderabbit`)
|
- Run Codex review before merge (`codex review --base origin/main`)
|
||||||
|
|
||||||
## Communication
|
## Communication
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,8 @@ bun run docker:smoke
|
|||||||
## Review commands
|
## Review commands
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun run review:coderabbit
|
codex review --uncommitted
|
||||||
|
codex review --base origin/main
|
||||||
```
|
```
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
@@ -57,7 +58,7 @@ bun run review:coderabbit
|
|||||||
- Type checking uses `tsgo` (`@typescript/native-preview`).
|
- Type checking uses `tsgo` (`@typescript/native-preview`).
|
||||||
- Linting uses `oxlint`.
|
- Linting uses `oxlint`.
|
||||||
- Formatting uses `oxfmt` with no-semicolon style.
|
- Formatting uses `oxfmt` with no-semicolon style.
|
||||||
- AI review uses CodeRabbit CLI in `--prompt-only` mode against `main`.
|
- AI review uses `codex review` for local diffs and pre-merge branch review.
|
||||||
- Drizzle config is in `packages/db/drizzle.config.ts`.
|
- Drizzle config is in `packages/db/drizzle.config.ts`.
|
||||||
- Typed environment validation lives in `packages/config/src/env.ts`.
|
- Typed environment validation lives in `packages/config/src/env.ts`.
|
||||||
- Copy `.env.example` to `.env` before running app/database commands.
|
- Copy `.env.example` to `.env` before running app/database commands.
|
||||||
|
|||||||
Reference in New Issue
Block a user