SPDD leg 3 entity projection (NamedEntity → __Entity__) - #2
Merged
Conversation
cursor Bot
pushed a commit
to jmjava/sdlc-spdd-orchestrator
that referenced
this pull request
Jul 5, 2026
Co-authored-by: John Menke <jmjava@gmail.com>
… API Made-with: Cursor
…ons) - SpddMarkdownProjectionService projects canvas + context-index into __Entity__ - DrivineNamedEntityDataRepository wired when guide.spdd-projection.enabled=true - POST /api/v1/data/spdd-projection/load and GET .../stats operator API - Coexists with leg 2 RAG directory ingest (same Neo4j, different node layer) - Unit tests with InMemoryNamedEntityDataRepository - Docs and menke-5-spdd-projection profile example Pair with sdlc-spdd-orchestrator cursor/spike-guide-ingest-agent-context-17f4
…MCP tools - Root allowlist for load overrides (guide.spdd-projection.allowed-roots); per-file skip isolation (skippedFiles); 400/404/409 status mapping - New edges: WorkId -decision/pitfall/pattern-> lesson, lesson -about-> Area; pattern kind now projected - Cross-run lessons query: GET /spdd-projection/area?name=… + spdd_areaLessons - MCP spdd_* tools via @LLMTool + McpToolExport; errors as {"error": …} JSON - listByLabel: schema-label validation + result caps - Tests: 32 spdd (service/controller/tools); fix DataManagerControllerWebMvcTest missing GuideStatsService mock - Docs: spdd-projection-ingest.md updated; spdd-branch-changes.md for guide devs Co-authored-by: Cursor <cursoragent@cursor.com>
jmjava
force-pushed
the
cursor/spike-spdd-dice-projection-17f4
branch
from
July 12, 2026 01:08
68f0d57 to
fc75c19
Compare
…d components `allowedRoots + defaultRoot` concatenated the default root's path COMPONENTS (home, ubuntu, …) instead of appending the Path, so every override — even one identical to the default root — was rejected. Wrap in listOf(). Regression test added; error message now includes the allowed roots. Co-authored-by: Cursor <cursoragent@cursor.com>
…neo4j Neo4jReactiveHealthIndicator was connecting without credentials (scheme 'none') because spring.neo4j.authentication was unset, leaving /actuator/health DOWN even when Drivine/RAG worked. Wire uri/username/password from the same NEO4J_* env vars the RAG graph already uses. Co-authored-by: Cursor <cursoragent@cursor.com>
Owner
Author
Sync / test status — 2026-07-11Branch tip Verified live against Neo4j + MCP
CI
Paired orchestrator PR: jmjava/sdlc-spdd-orchestrator#24 |
Register domain types via DataDictionary.fromClasses, keep neo4j in append/fresh/hub ingest profiles, and document the first-class schema path. Co-authored-by: Cursor <cursoragent@cursor.com>
…ice-projection-17f4
jmjava
marked this pull request as ready for review
August 2, 2026 01:25
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
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
__Entity__via NamedEntity /DataDictionary.fromClassesspdd_*MCP toolsneo4j,local,<profile>) for append-ingestingest-to-hub→mainTest plan
guide_git_refdefault atmain