docs: 2026-05-05 fork-changes + row 32 for verbatim-only shift#11
Open
docs: 2026-05-05 fork-changes + row 32 for verbatim-only shift#11
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) <[email protected]>
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/`. |
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