diff --git a/docs/plans/2026-05-31-glossary-integration.md b/docs/plans/2026-05-31-glossary-integration.md index 0e215a3..1eca882 100644 --- a/docs/plans/2026-05-31-glossary-integration.md +++ b/docs/plans/2026-05-31-glossary-integration.md @@ -117,9 +117,12 @@ skills and agents are read-only consumers of the glossary. - [ ] **Step 2: Verify the three load-bearing parts are present** -Run: `grep -c -e '## Format' -e 'record reality' -e 'standing reading' docs/glossary-convention.md` +Run: `grep -c -e '## Format' -e 'reality, never to invent' -e 'standing reading' docs/glossary-convention.md` Expected: a count of at least `3` (the format section, the record-reality rule, and the reading obligation are all present). +The `reality, never to invent` pattern matches the unwrapped line in +the verbatim content (the words `record reality` are split across a +line break, so a `record reality` pattern would spuriously miss). ---