feat: generic mapping planner contract types and graph storage#108
Merged
Conversation
Signed-off-by: deanban <3989225+deanban@users.noreply.github.com>
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
src/sema/models/planner/(target-model, mapping-planner, resolution-planner, risk-and-evidence, provenance, lifecycle types) plussrc/sema/graph/planner_loader.pyandplanner_migrations.pyformodel_role=TARGETgraph storage.generic-mapping-planner-contract: enums, payloads, validators, status state machine,HumanPinlifecycle,RunProvenance/SourceScope, prompt-cache key derivation, Cypher migrations, and round-trip integration tests..runs/to.gitignore.Test plan
uv run pytest -m unit -k "planner or target_model or provenance or lifecycle or planner_graph_storage"(168 passed, 1 skipped)uv run pytest --cov=semaoverall coverage 90% (above 85% gate)openspec validate generic-mapping-planner-contractcleansrc/sema/models/planner/__init__.py