integ: land 3 clean backlog branches#41
Merged
Merged
Conversation
…ate and CI Adds validate-prophet-mesh-scope-mirror to the main validate target so the prophet-mesh memory-scope mirror contract is gated on every validate run, and adds a CI workflow that triggers on changes to the contract or validator script.
…aged HellGraph Step 4 of the person-graph substrate plan: the runtime that realises the PersonalContextGraph contract (prophet-workspace) on the managed HellGraph (prophet-platform). memory-mesh owns the runtime. New service services/workspace_ingestion (conforms to the finance_saa pattern): - mapping.py: pure WorkspaceSource → CSKGNode/CSKGEdge. contact→Person (family vs social relation, worksAt Organization, social→reference-only projection), calendar→Event+participatedIn (self+attendees), mail→communicatedWith, office-artifact→Document+authored. Every element provenance-bound to its workspace-source id; people ingested first so mail/calendar edges dedup. - hellgraph_client.py: /cskg/normalize (refine relations) → /v1/ingest (persist as GraphNode/GraphEdge; workspace imports = confirmed_relation) → /v1/retract (retention). Graceful-degrade when HELLGRAPH_URL unset (house client pattern). - memory_mesh_client.py: writeback summary to memoryd after ingest. - main.py: POST /v1/ingest/workspace, POST /v1/retract (step 6 retention), /healthz. 7/7 tests pass (mapping invariants + service ingest/dry-run/retract with fakes); wired into Makefile validate-python. Runs without live HellGraph/memoryd.
…time' into integ/land-clean-batch
…1' into integ/land-clean-batch
… into integ/land-clean-batch
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.
Phase 1 integration — clean-mergeable backlog (real content, no conflict vs main): feat/workspace-ingestion-pkg-runtime feature/typed-artifact-api-phase1 feat/support-memory-loop-design. CI-gated.