chore(openspec): archive linkml-neo4j-generators, fix stale spec delta - #51
Merged
Merged
Conversation
The change's specs/linkml-engineering/spec.md delta still said the generators live at skills/linkml-engineering/assets/generators/ — stale relative to the actual, already-merged relocation to tools/linkml_neo4j/ (documented in the change's own tasks.md Course-correction section, but never back-ported to the delta spec). Corrected before syncing into the main tree, then archived the change. Co-Authored-By: Claude Sonnet 5 <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
linkml-neo4j-generatorschange (all tasks were done, but it was neverarchived — a gap flagged in a prior session, now closed).
specs/linkml-engineering/spec.mddelta before syncing: it still claimed the Neo4jgenerators live at
skills/linkml-engineering/assets/generators/, which is stale relative to theactual, already-merged relocation to
tools/linkml_neo4j/(the change's owntasks.mdCourse-correction section documents the relocation, but the delta spec was never updated to
match — syncing it as-is would have enshrined a false requirement contradicting the shipped
implementation).
Test plan
openspec validate linkml-neo4j-generators --strictpasses (corrected delta)openspec validate --all --strictpasses (11/11) after sync + archivemake validate— repository self-consistent, 92 tests pass🤖 Generated with Claude Code