From 4bd063b0b69e3cb3e478f251f9df8f2b9ac8e3c1 Mon Sep 17 00:00:00 2001 From: Shay Date: Wed, 17 Jun 2026 06:59:32 -0700 Subject: [PATCH] add Phase-Specific Prompt Library reference section to GROK.md pointing to the new docs/core-rd-base-prompts.md --- GROK.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/GROK.md b/GROK.md index 62fca8da..cafc4c0c 100644 --- a/GROK.md +++ b/GROK.md @@ -8,6 +8,16 @@ CORE is a deterministic cognitive engine — not a transformer wrapper, not a ge --- +## Phase-Specific Prompt Library + +For detailed, phase-oriented guardrails that are tightly coupled to CORE’s architecture, invariants, ADRs, and epistemic model, see: + +**`docs/core-rd-base-prompts.md`** + +These prompts are designed to be used as standing prefixes **in addition to** this file. The "Session Entry / Context Load" prompt is especially recommended at the start of most sessions. The "Standing Loop Axiom Check" is highly effective as a final self-audit before committing. + +--- + ## Session Start Checklist Run these steps in order, using your tool-call chains, before writing a single line of code: @@ -175,7 +185,7 @@ Key modules: - `vault/store.py` — epistemic store with INV-21/22/23/24/29 guards - `evals/*` — deterministic eval harness - `calibration/*` — bounded replay-based calibration -- `docs/runtime_contracts.md` — runtime response, memory, identity, testing +- `docs/runtime_contracts.md` — runtime response, memory, identity, and testing ---