23 lines
739 B
Text
23 lines
739 B
Text
|
|
let s = import "reflection/schemas/connections.ncl" in
|
||
|
|
|
||
|
|
{
|
||
|
|
upstream = [
|
||
|
|
{
|
||
|
|
project = "ontoref",
|
||
|
|
kind = 'LibraryDependency,
|
||
|
|
node = "protocol-as-standalone",
|
||
|
|
via = "local",
|
||
|
|
note = "Ontoref protocol: .ontology/ schemas, ADR lifecycle, reflection modes, daemon sync.",
|
||
|
|
},
|
||
|
|
{
|
||
|
|
project = "kogral",
|
||
|
|
kind = 'DataSource,
|
||
|
|
node = "",
|
||
|
|
via = "local",
|
||
|
|
note = "Context enrichment for workflow engine: guidelines, patterns, and ADRs read from KOGRAL_PATH env var (filesystem, external to vapora repo). Used by WorkflowOrchestrator::enrich_context_from_kogral and vapora-cli --kogral flag.",
|
||
|
|
},
|
||
|
|
],
|
||
|
|
downstream = [],
|
||
|
|
peers = [],
|
||
|
|
} | s.Connections
|