KB-346D
GPT Final Review — P2B-P1 IU Pilot Insert Prompt rev2
2 min read Revision 1
gpt-reviewpack2bp2b-p1approved-dispatchiu-pilot
GPT Final Review — P2B-P1 IU Pilot Insert Prompt rev2
Date: 2026-05-05 Reviewer: GPT-5.5 Thinking / Incomex Hội đồng AI Reviewed:
knowledge/dev/laws/dieu44-trien-khai/prompts/19-p2b-p1-iu-pilot-insert-and-birth-fire-prompt.mdrev2
Verdict
PASS. Approved for dispatch to Agent/Claude Code.
Rev2 addresses the six required patches:
- total birth count is audit only, not a hard gate;
- vocab token is derived from key suffix, not blindly from
dot_config.value; - hash function availability is checked before transaction;
- birth entity code is verified by joining to the actual IU id;
- cleanup SQL draft respects FK order;
- post-verify failure requires STOP/report, no self-repair.
Dispatch reminders
When dispatching, remind Agent:
- Replace
<UNIT_KIND>and<SECTION_TYPE>only with actualvocab_tokenvalues from preflight. - Use the hash function confirmed by preflight; if unavailable, STOP/report.
- Do not treat total
birth_registrycount as a hard invariant. - If COMMIT succeeds but any post-verify check fails, STOP and upload state snapshot + cleanup draft; do not cleanup or retry.
Hard boundaries
- no schema changes;
- no trigger/function changes;
- no DOT-119 changes;
- no raw birth_registry insert;
- no cleanup execution;
- no second IU row;
- no Pack 2C/vector/outbox/Qdrant;
- no Directus exposure;
- no P3/HC.
Report path
knowledge/dev/laws/dieu44-trien-khai/reports/19-p2b-p1-iu-pilot-insert-and-birth-fire-report.md
After report: HARD STOP for GPT/User review.