ONTOLOGY-1: REQUIREMENT type + SATISFIES edge (#27 phase 1)#114
Merged
Conversation
… TDD) First increment of the ontology layer (requirements over tasks): a REQUIREMENT work-item type (sky/clipboard) and a SATISFIES relationship (task → requirement), added to the centralized type system + the server Neo4j schema enums for parity. New isValidRelationshipType() helper. Test-first: ontology.test.ts 3/3 (valid type/edge + configs + rejects unknown). THE GATE 5/5; typecheck clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🧪 Comprehensive Test Suite
Full-stack smoke gate runs in the CI workflow. |
…ady defined it (keep SATISFIES)
🧪 Comprehensive Test Suite
Full-stack smoke gate runs in the CI workflow. |
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.
First increment of the ontology layer (#27): a REQUIREMENT work-item type + a SATISFIES relationship (task → requirement), in the centralized type system + server Neo4j enums (parity), with a new
isValidRelationshipTypehelper. Test-first, 3/3. THE GATE 5/5. Next increments (grouping/filtering requirements on the Ontology page) build on this typed foundation.🤖 Generated with Claude Code