Add ontology type mappings, remediation API, and graphiti-core upgrade#20
Merged
pformoso-deus-ai merged 2 commits intomainfrom Feb 17, 2026
Merged
Conversation
…d remediation improvements Extends the ODIN medical ontology with missing type mappings identified by the quality scan: FoodComponent as a new canonical type, Genus/ModelOrganism aliased to organism, and Unknown flagged for review. Adds orphan node source classification (episodic/knowledge/unclassified) and type consistency normalization as remediation steps. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…hanges, sync specs - Archive both completed OpenSpec changes with all artifacts and tasks done - Sync delta specs to main: updated kg-remediation-api and medical-schema-compliance, added new ontology-type-completeness and episodic-group-id specs - Add remediation router, service tests, and episodic memory improvements - Upgrade graphiti-core to >=0.27.1,<0.28 for FalkorDB compatibility Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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
/api/ontology/remediation/*)>=0.27.1,<0.28fixing FalkorDB fulltext searchgroup_idsyntax errorsTest plan
uv run pytest tests/domain/test_odin_medical_types.py -vpasses (type alias resolution, registry config)uv run pytest tests/application/test_remediation_service.py -vpasses (remediation queries, service logic)uv run pytest tests/application/test_remediation_router.py -vpasses (API endpoint tests)uv run pytest tests/ -vfull suite passes🤖 Generated with Claude Code