analysis.json now advertises analyzer{name,version} (#29), but the Neo4j :Application node carries only a bare generator: "codeanalyzer-typescript" string with no version — so the two co-primary projections diverge on analyzer identity. Add version (and align generator/name) to the :Application props and declare it in the schema catalog (src/build/neo4j/schema.ts), keeping the conformance test green.
Surfaced by the final whole-branch review of epic #26.
analysis.jsonnow advertisesanalyzer{name,version}(#29), but the Neo4j:Applicationnode carries only a baregenerator: "codeanalyzer-typescript"string with no version — so the two co-primary projections diverge on analyzer identity. Addversion(and aligngenerator/name) to the:Applicationprops and declare it in the schema catalog (src/build/neo4j/schema.ts), keeping the conformance test green.Surfaced by the final whole-branch review of epic #26.