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:
David F Glidden
2026-06-06 09:52:17 +02:00
co-authored by Claude Opus 4.8
parent 161fad7ae2
commit 3f9a89b00c
283 changed files with 2055 additions and 620 deletions
@@ -1,9 +1,13 @@
---
name: ARC build pipeline — make rebuild required after SCSS partial edits
description: Hakyll only tracks scss/main.scss, not its @import-ed partials. After editing any _*.scss partial, make build runs but SCSS doesn't recompile — site goes out with stale CSS. Use make rebuild after partial edits.
description: Hakyll only tracks scss/main.scss, not its @import-ed partials. After
editing any _*.scss partial, make build runs but SCSS doesn't recompile — site goes
out with stale CSS. Use make rebuild after partial edits.
type: feedback
originSessionId: a156edbb-0c3d-4285-b3ed-f5a45b8dda66
permalink: claude-memory/feedback-arc-make-rebuild-after-scss-partial-edits
---
# `make rebuild` — required after editing any SCSS partial
**Date observed:** 2026-05-05 (chamber-page polish session)
@@ -64,4 +68,4 @@ The project CLAUDE.md (`~/_Dev/animal-davidglidden-eu/CLAUDE.md`) currently says
> make rebuild # Clean rebuild, auto-deploys (use after site.hs changes)
> ```
The "use after site.hs changes" hint should extend to "use after `site.hs` or any SCSS partial changes." Steward to authorize the CLAUDE.md edit when convenient; until then this memory carries the rule.
The "use after site.hs changes" hint should extend to "use after `site.hs` or any SCSS partial changes." Steward to authorize the CLAUDE.md edit when convenient; until then this memory carries the rule.