chore(memory): Basic Memory trial begins — sync normalization baseline (283 files)
Basic Memory v0.21.6 first sync over the live memory dir (steward-authorized live-dir trial, Option A 2026-06-06): adds permalink: to frontmatter, refolds long YAML description lines, strips final newlines. Bodies untouched — verified via full diff classification. From this commit forward, any diff in claude/memory shows only what Basic Memory or the session writes. Trial design: MemPalace untouched as incumbent; git status check on this dir at every wrap; end-of-day evaluation (recall quality, sync robustness, rebuild-from-files, malformed-file behavior). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
161fad7ae2
commit
3f9a89b00c
@@ -1,10 +1,14 @@
|
||||
---
|
||||
name: verify-counts-two-ways-mechanical-sweeps-are-finicky-in-this-shell
|
||||
description: "grep tallies / frontmatter scans misfire in this zsh (glob quirks; all-tree greps catch HTML class= + code-block noise). Verify every count two ways before it enters a record; and don't dismiss correct data on a prior expectation. Three near-false-findings caught this way 2026-05-29."
|
||||
metadata:
|
||||
description: grep tallies / frontmatter scans misfire in this zsh (glob quirks; all-tree
|
||||
greps catch HTML class= + code-block noise). Verify every count two ways before
|
||||
it enters a record; and don't dismiss correct data on a prior expectation. Three
|
||||
near-false-findings caught this way 2026-05-29.
|
||||
metadata:
|
||||
node_type: memory
|
||||
type: feedback
|
||||
originSessionId: a8eb1d46-314e-4545-a133-f747c69ad5b4
|
||||
permalink: claude-memory/feedback-verify-counts-two-ways
|
||||
---
|
||||
|
||||
Mechanical corpus sweeps (class-tallies, frontmatter scans, "does X exist" greps) are **unreliable in this zsh shell** and must be cross-checked before any count enters an audit or a record.
|
||||
@@ -20,4 +24,4 @@ Mechanical corpus sweeps (class-tallies, frontmatter scans, "does X exist" greps
|
||||
- Scope explicitly (e.g. `content/posts` + `content/pages`, not all of `content/` with its chamber HTML).
|
||||
- **Confirm any surprising count a second way** before reporting it — *both* directions: don't assert a finding from a noisy tally, and don't *dismiss* a correct tally because it violates a prior expectation (the "essay must be dominant" anchor nearly buried the true glimpse-dominant count).
|
||||
|
||||
The cost is real (tool-churn), but it is the "once, correctly" tax. Related: [[feedback-trust-prior-pass-frame]] (verify-before-compose); the logged drift `asserting-fs-state-from-a-misread-listing`.
|
||||
The cost is real (tool-churn), but it is the "once, correctly" tax. Related: [[feedback-trust-prior-pass-frame]] (verify-before-compose); the logged drift `asserting-fs-state-from-a-misread-listing`.
|
||||
Reference in New Issue
Block a user