Skip to content

Add Workspace Recall promotion packet v0.1#30

Merged
mdheller merged 6 commits into
mainfrom
work/workspace-recall-promotion-v0-1
May 22, 2026
Merged

Add Workspace Recall promotion packet v0.1#30
mdheller merged 6 commits into
mainfrom
work/workspace-recall-promotion-v0-1

Conversation

@mdheller
Copy link
Copy Markdown
Member

Summary

Adds the Memory Mesh handoff for Workspace Context Fabric recall candidates.

prophet-workspace owns the workroom-facing RecallCandidate object. This PR gives Memory Mesh a review-only WorkspaceRecallPromotionPacket that can receive those refs and preserve evidence/policy lineage without enabling durable writeback by default.

Changes

  • Add docs/workspace-recall-promotion.md
  • Add schemas/workspace-recall-promotion-packet.schema.json
  • Add examples/workspace-recall/promotion-packet.example.json
  • Add scripts/validate_workspace_recall_promotion_packet.py
  • Add make validate-workspace-recall-promotion
  • Add .github/workflows/workspace-recall-promotion.yml

Boundary posture

  • Workspace creates RecallCandidate refs.
  • Memory Mesh receives a review-only promotion packet.
  • AgentPlane evidence and Prophet Platform record refs remain external refs.
  • Durable writeback is disabled in the v0.1 example.
  • Promotion requires later review/governance approval.

Validation

make validate-workspace-recall-promotion

Comment on lines +26 to +33
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Validate Workspace Recall promotion packet
run: make validate-workspace-recall-promotion
@mdheller mdheller merged commit 0ee12ea into main May 22, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants