docs: 2026-05-05 fork-changes + row 32 for verbatim-only shift - #11
Closed
jphein wants to merge 1 commit into
Closed
docs: 2026-05-05 fork-changes + row 32 for verbatim-only shift#11jphein wants to merge 1 commit into
jphein wants to merge 1 commit into
Conversation
Six new fork-changes.yaml entries covering today's merged work: * dashed-project-wing-fix (#10) — preserve hyphenated project names * wing-prefix-drop (#9) — bare-name wings (converge hook + operator) * retire-recovery-collection (#8) — Phase 2b * mining-management-cli (#7) — mempalace mined + purge --source-file * drop-checkpoint-write-path (#6) — Phase 2a * transcript-ingest-via-daemon (#2) — Phase 1 CLAUDE.md row 23 (checkpoint collection split) marked REVERTED with cross-reference to new row 32 (verbatim-only architecture). Row 32 is the unified narrative for today's six mempalace PRs + two palace-daemon PRs (#1 path translation, #3 file-watcher) + the production deploy + incident-and-mitigation (HNSW corruption from rapid update_drawer storms; mitigation: PALACE_MAX_WRITE_CONCURRENCY=1 + palace-daemon #4 mine-queue PR). Open question (verbatim toggle for convo_miner) flagged for follow-up. Renderer regenerates FORK_CHANGELOG.md idempotently; scripts/check-docs.sh passes all four drift checks (commit hashes resolve, render parity, upstream PR states match). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the fork-ahead documentation to record 2026-05-05 changes, including six new fork-changes entries and a refreshed CLAUDE.md narrative that marks the checkpoint-split effort as reverted in favor of a verbatim-only architecture.
Changes:
- Added six new
docs/fork-changes.yamlentries for 2026-05-05 and regeneratedFORK_CHANGELOG.mdfrom the manifest. - Updated
CLAUDE.mdto mark row 23 as REVERTED and added new row 32 consolidating the verbatim-only shift (including incident/mitigation narrative).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| FORK_CHANGELOG.md | Regenerated changelog section for 2026-05-05 based on the fork-changes manifest. |
| docs/fork-changes.yaml | Added six new fork-change entries describing the 2026-05-05 set of changes. |
| CLAUDE.md | Updated fork-change inventory: row 23 marked reverted; row 32 added to summarize verbatim-only architecture and related operational notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| (``client.delete_collection('mempalace_session_recovery')``) | ||
| after dumping its 1,032 archived entries to | ||
| ``~jp/backups/mempalace_session_recovery-2026-05-05.json`` | ||
| on disks. Also referenced from the |
|
|
||
| Two palace-daemon PRs landed: **#1** `feat(/mine): translate client-side paths via PALACE_DAEMON_PATH_MAP` (so a remote daemon can find client-side paths at its own mount points); **#3** `feat(watcher): file-watcher service for auto-mining on file change` (watchdog-based, env-configured via `PALACE_WATCH_DIRS`, idle by default). | ||
|
|
||
| **Production deploy 2026-05-05:** the 1,032 archived checkpoint entries were dumped to `~jp/backups/mempalace_session_recovery-2026-05-05.json` then `client.delete_collection('mempalace_session_recovery')` removed the collection on disks. JP-specific env in `~/.config/palace-daemon/env`: `PALACE_DAEMON_PATH_MAP=/home/jp/.claude/=/mnt/raid/claude-config/,/home/jp/Projects/=/mnt/raid/projects/`. |
jphein
added a commit
that referenced
this pull request
May 11, 2026
Six fork-ahead changes from 2026-05-05 that had code on main but no YAML documentation, originally drafted as PR #11 five days ago and since superseded by 247 commits of unrelated work that left the PR 247 commits behind: - dashed-project-wing-fix (commit d76134d, #10) - wing-prefix-drop (commit 86d4700, #9) - retire-recovery-collection (commit 0b945e1, #8) - mining-management-cli (commit 2e6ced9, #7) - drop-checkpoint-write-path (commit 69768fc, #6) - transcript-ingest-via-daemon (commit 09d2ca6, #2) All 6 commits verified on main via git merge-base. Extracted as raw YAML text from PR #11's commit (039f156) and prepended into the correct chronological position; FORK_CHANGELOG.md regenerated; all 6 carry `pr:` fields so they're exempt from CLAUDE.md row inventory enforcement per scripts/check-docs.sh check 5. scripts/check-docs.sh passes 5/5 (16 fork-only YAML commits in CLAUDE.md row inventory — same as before since these 6 use the upstream-PR exemption pathway). Closes PR #11. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jphein
added a commit
that referenced
this pull request
May 11, 2026
docs: backfill 6 YAML entries from stale PR #11 (work already on main)
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Six new fork-changes.yaml entries (commits d76134d, 86d4700, 0b945e1, 2e6ced9, 69768fc, 09d2ca6) plus CLAUDE.md updates: row 23 marked REVERTED, new row 32 unifies today's verbatim-only narrative including incident artifact (HNSW SEGV from update_drawer storms) and mitigation (PALACE_MAX_WRITE_CONCURRENCY=1 + palace-daemon #4 mine-queue PR).
scripts/check-docs.sh passes all 4 drift checks. FORK_CHANGELOG.md regenerated from yaml.
🤖 Generated with Claude Code