Knowledge Hubบทที่ 11
Ops & Research · ปฏิบัติการ

Doctrine, Rules, and Gates · กฎที่บังคับใช้

สิ่งที่สำคัญพอจะต้องทำทุกครั้ง ไม่ควรฝากไว้กับความจำ ต้องกลายเป็น gate, hook, checklist, หรือ status check · Anything important enough to do every time should not live in memory. It should become a gate, hook, checklist, or status check.

Structural over recall

ข้อความใน road-to-dev, nat-s-preps, และ mafia-config ชี้ไปที่บทเรียนเดียว: rules ที่อยู่ในหัวถูกลืมได้ แต่ rules ที่อยู่ใน hook หรือ config gate จะยิงซ้ำได้

road-to-dev, nat-s-preps, and mafia-config point to the same lesson: rules in memory can be forgotten; rules in hooks or config gates can fire repeatedly.

Read before answer

Search-before-answer และ read-source-not-summary เป็น doctrine ที่กัน hallucination โดยตรง ก่อนตอบหรือแก้ code ต้องดู memory, real files, real schema, real logs

Search-before-answer and read-source-not-summary directly guard against hallucination. Before answering or changing code, inspect memory, real files, real schema, and real logs.

Leak and channel gates

Discord work เพิ่ม gate อีกชั้น: ห้าม leak internal names/credentials, ห้าม cross-post โดยไม่มี authorization, และต้องตอบใน source channel เมื่อถูกเรียกจาก Discord

Discord work adds another gate: do not leak internal names or credentials, do not cross-post without authorization, and reply in the source channel when addressed from Discord.

Done means verified

Done ที่ไม่มี evidence คือยังไม่ done · Done without evidence is not done.

ใน web/site work evidence คือ diff, local smoke test, link check, commit hash, push result, และ deploy status ถ้าตรวจ deploy ไม่ได้ต้องบอกช่องว่างนั้นชัดเจน

For web/site work, evidence means diff, local smoke test, link check, commit hash, push result, and deploy status. If deploy cannot be checked, state that gap clearly.