DADBEAR route manifest hash rewrites through oracle#249
Draft
adamlevineagent wants to merge 2 commits into
Draft
DADBEAR route manifest hash rewrites through oracle#249adamlevineagent wants to merge 2 commits into
adamlevineagent wants to merge 2 commits into
Conversation
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.
Summary
db::set_file_content_hashinstead of raw-updatingpyramid_file_hashesnode_idssurvive the hash rewritechange_manifestnode-metadata record, then a delete+rebuild restores thepyramid_change_manifestsprojection from the storeContext
DADBEAR EXECUTE change-manifest lane after #246, #247, and #248, per PP dispatch
msg/partner-prime/2026-06-22/dm-631e3a/msg/partner-prime/2026-06-22/dm-3e3053/ follow-upmsg/partner-prime/2026-06-22/dm-4baa4c.Change-manifest grep result
persist_change_manifest_with_bus->db::save_change_manifest, or directdb::save_change_manifestin rerolldb::save_change_manifestis the centralized insert path and mirrorskind="change_manifest"node metadatapyramid_change_manifestsmutation sites are limited to schema/save path, projection rebuild from node-metadata store, and tests/fixtures; no separate production raw change-manifest bypass was foundEvidence
git diff --checkcargo test -q test_apply_supersession_manifest_l0_file_change_updates_hash_and_distilled -- --nocapturenode_idspreservationchange_manifestmirror-record assertionDELETE FROM pyramid_change_manifests+rebuild_pyramid_node_metadata_from_storerestoration assertioncargo test -q edge_survives_endpoint_supersession -- --nocapturecargo test -q faq_link_survives_related_node_supersession -- --nocapturecargo test -q targeted_evidence_resolves_real_source_not_placeholder -- --nocapturecargo test -q test_apply_supersession_manifest_l0_file_change_updates_hash_and_distilled -- --nocapturecargo test -q test_set_file_content_hash_preserves_node_ids_order_independent -- --nocapturepyramid::dadbear_supervisor::edge_check_apply_tests::edge_survives_endpoint_supersessionpyramid::dadbear_supervisor::faq_redistill_apply_tests::faq_link_survives_related_node_supersessionpyramid::db::tests::test_set_file_content_hash_preserves_node_ids_order_independentpyramid::prompt_materializer::tests::targeted_evidence_resolves_real_source_not_placeholderpyramid::stale_helpers_upper::tests::test_apply_supersession_manifest_l0_file_change_updates_hash_and_distilledDraft for PP/Claude gate. No self-merge.