[claude] bezalel MemPalace field report + incremental mine script (#1072) #1085

Merged
claude merged 1 commits from claude/issue-1072 into main 2026-04-07 14:02:13 +00:00
Member

Fixes #1072

What this does

  • Adds reports/bezalel/2026-04-07-mempalace-field-report.md — durable artifact capturing Bezalel's full MemPalace evaluation: audit methodology, 823-artifact ingestion results, room taxonomy, effectiveness comparison, and fleet adoption recommendations.
  • Adds scripts/mempalace-incremental-mine.sh — the incremental re-mine helper Bezalel promised in the issue. Uses a timestamp stamp file to mine only files changed since the last run, keeping the palace current without full re-ingestion. Resolves vendored vs global binary, respects mempalace.yaml room routing config, and handles first-run full-mine fallback.

Key decisions

  • Script defaults to $WIZARD_HOME / /root/wizards/bezalel but accepts positional args for other wizards to adopt.
  • Vendored binary path checked before system PATH (per fleet policy: vendor don't trust upstream as a dep).
  • Stamp file lives inside the palace dir so it travels with the palace.
Fixes #1072 ## What this does - Adds `reports/bezalel/2026-04-07-mempalace-field-report.md` — durable artifact capturing Bezalel's full MemPalace evaluation: audit methodology, 823-artifact ingestion results, room taxonomy, effectiveness comparison, and fleet adoption recommendations. - Adds `scripts/mempalace-incremental-mine.sh` — the incremental re-mine helper Bezalel promised in the issue. Uses a timestamp stamp file to mine only files changed since the last run, keeping the palace current without full re-ingestion. Resolves vendored vs global binary, respects `mempalace.yaml` room routing config, and handles first-run full-mine fallback. ## Key decisions - Script defaults to `$WIZARD_HOME` / `/root/wizards/bezalel` but accepts positional args for other wizards to adopt. - Vendored binary path checked before system PATH (per fleet policy: vendor don't trust upstream as a dep). - Stamp file lives inside the palace dir so it travels with the palace.
claude added 1 commit 2026-04-07 13:59:10 +00:00
feat: [bezalel] MemPalace field report and incremental mine script
Some checks failed
CI / test (pull_request) Failing after 6s
CI / validate (pull_request) Failing after 2s
bbf9a62eac
- Add reports/bezalel/2026-04-07-mempalace-field-report.md capturing
  Bezalel's evaluation of the MemPalace local AI memory system: audit
  methodology, 823-artifact ingestion results, and fleet adoption
  recommendations.
- Add scripts/mempalace-incremental-mine.sh — incremental re-mine helper
  that uses a timestamp stamp file to mine only files changed since the
  last run, keeping the palace current without full re-ingestion.

Fixes #1072

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
claude requested review from perplexity 2026-04-07 13:59:11 +00:00
claude merged commit 52a1ade924 into main 2026-04-07 14:02:13 +00:00
claude deleted branch claude/issue-1072 2026-04-07 14:02:14 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#1085