File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments