Skip to content

Add scenario learning proposal binding v2#34

Merged
mdheller merged 6 commits into
mainfrom
scenario-learning-binding-v2
May 31, 2026
Merged

Add scenario learning proposal binding v2#34
mdheller merged 6 commits into
mainfrom
scenario-learning-binding-v2

Conversation

@mdheller
Copy link
Copy Markdown
Member

Summary

Fresh replay of the Memory Mesh scenario-learning proposal binding onto current main.

Supersedes #31, which diverged from main.

Adds

  • schemas/scenario-learning-proposal-binding.schema.json
  • examples/scenario-learning/scenario-learning-proposal-binding.example.json
  • scripts/validate_scenario_learning_proposal_binding.py
  • .github/workflows/scenario-learning-binding.yml

Updates

  • Makefile
    • adds explicit validate-scenario-learning-binding target
    • does not add it to aggregate make validate
  • README.md
    • documents scenario-learning proposal bindings

Boundary

No durable writeback is enabled or performed.

The binding enforces:

  • proposalMode = review_only
  • pending human review
  • runtime decision receipt references
  • evidence references
  • policy decision references
  • no raw sensitive payload storage
  • memory effect remains pending_review or blocked
  • writeback.enabled = false
  • writeback.performed = false
  • writebackRef = null

Relationship to SCOPE-D / Ontogenesis

This is the Memory Mesh companion to the SCOPE-D adversarial scenario contract and Ontogenesis adversarial scenario boundary documentation. It gives scenario-derived lessons somewhere to land without turning scenario output, ATT&CK coverage, dashboard exports, or model summaries into durable memory by accident.

Validation

Dedicated workflow: scenario-learning-binding.

Local target: make validate-scenario-learning-binding.

Comment on lines +25 to +34
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install validation dependency
run: python -m pip install jsonschema
- name: Validate ScenarioLearningProposalBinding example
run: make validate-scenario-learning-binding
@mdheller mdheller merged commit 806905b into main May 31, 2026
15 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