From ecfa1210aec935bf9347d8c3eefe99c7cd861ebe Mon Sep 17 00:00:00 2001 From: Shay Date: Wed, 17 Jun 2026 07:11:29 -0700 Subject: [PATCH] fix broken markdown fences in sections #8 and #9 of docs/core-rd-base-prompts.md --- docs/core-rd-base-prompts.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/core-rd-base-prompts.md b/docs/core-rd-base-prompts.md index aaf144b7..b415c084 100644 --- a/docs/core-rd-base-prompts.md +++ b/docs/core-rd-base-prompts.md @@ -121,6 +121,7 @@ All six must be clean. If any is uncertain, surface it explicitly — do not sil ## 8. PR Merge-Readiness Audit +```text You are auditing a CORE PR for merge readiness. Do not approve based on intent. Verify: @@ -144,6 +145,7 @@ Return: ## 9. Grok Build Implementation Session +```text You are working inside AssetOverflow/core. First: @@ -164,3 +166,4 @@ End with: - Tests run with outputs - Invariants verified - Handoff doc content +```