Skip to content

Commit a80b4cb

Browse files
docs: note Review queue seed/E2E and CODE_DERIVED CHECK repair
Co-authored-by: Venkat SF <venkatesh.sakamuri@stayflexi.com>
1 parent bc8e878 commit a80b4cb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ only covers cloud-specific, non-obvious caveats.
191191
`sudo -u postgres psql -f docker/postgres/init/11_create_acme_erp.sql` then
192192
`bash scripts/seed-acme-erp.sh` (registers `ACME ERP (Multi-Schema)` when backend auth
193193
is disabled or you have an admin session cookie).
194+
- **Company Knowledge → Review queue** (code-scan suggestions): seed without an LLM via
195+
`python3 scripts/self-host/seed-review-suggestions.py --count 50`, then exercise approve/
196+
reject/bulk edge cases with `python3 scripts/self-host/e2e-review-approvals.py`.
197+
Approving `SCHEMA_DOC` rows needs `CODE_DERIVED` on `schema_documentation_source_check`
198+
(startup initializer repairs this; Hibernate `ddl-auto` does not).
194199

195200
### Non-obvious setup caveats (each cost real debugging time)
196201

0 commit comments

Comments
 (0)