Publish reciprocal canon federation interface
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a070b5-4994-7271-bd8b-7c3dbcedec4b
This commit is contained in:
parent
372f671eef
commit
28c624b10b
21 changed files with 419 additions and 98 deletions
|
|
@ -5,8 +5,8 @@
|
|||
This brief summarizes the current canon service surface for agents.
|
||||
|
||||
- Infospace slug: `canon`
|
||||
- Artifact count: 80
|
||||
- Retrieval index items: 80
|
||||
- Artifact count: 81
|
||||
- Retrieval index items: 81
|
||||
- Primary confidence command: `make validate`
|
||||
- Refresh generated indexes and views with: `make index`
|
||||
- Refresh agent briefs and interface templates with: `make agent-briefs`
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
}
|
||||
],
|
||||
"infospace": "canon",
|
||||
"item_count": 80,
|
||||
"item_count": 81,
|
||||
"items": [
|
||||
{
|
||||
"canonical_path": "assimilation/canon-federation/ASSIMILATION.md",
|
||||
|
|
@ -1094,6 +1094,27 @@
|
|||
"title": "Qonto Assistant Emission Cadence Worked Example",
|
||||
"warnings": []
|
||||
},
|
||||
{
|
||||
"canonical_path": "interfaces/federation.yaml",
|
||||
"id": "interface-card/canon-federation",
|
||||
"imports": [
|
||||
"kernel/itc-core"
|
||||
],
|
||||
"kind": "interface-card",
|
||||
"owned_concepts": [
|
||||
"InfoTechCanon federation interface"
|
||||
],
|
||||
"relationships": [
|
||||
{
|
||||
"target": "kernel/itc-core",
|
||||
"type": "conforms_to"
|
||||
}
|
||||
],
|
||||
"source_path": "../the-custodian/canon/architecture/adr-006-canon-federation-concept-ownership.md",
|
||||
"summary": "Canon artifact: InfoTechCanon federation interface.",
|
||||
"title": "InfoTechCanon federation interface",
|
||||
"warnings": []
|
||||
},
|
||||
{
|
||||
"canonical_path": "kernel/InfoTechCanonCore.md",
|
||||
"id": "kernel/itc-core",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Schema: `info-tech-canon.retrieval-index.v1`
|
||||
Infospace: `canon`
|
||||
Items: **80**
|
||||
Items: **81**
|
||||
|
||||
## Common Distinctions
|
||||
|
||||
|
|
@ -317,6 +317,16 @@ Items: **80**
|
|||
- Imports and anchors: `standard/emission-cadence`
|
||||
- Owned concepts: `Qonto Assistant Emission Cadence Worked Example`
|
||||
|
||||
### InfoTechCanon federation interface
|
||||
|
||||
- ID: `interface-card/canon-federation`
|
||||
- Kind: `interface-card`
|
||||
- Canonical path: `interfaces/federation.yaml`
|
||||
- Source path: `../the-custodian/canon/architecture/adr-006-canon-federation-concept-ownership.md`
|
||||
- Summary: Canon artifact: InfoTechCanon federation interface.
|
||||
- Imports and anchors: `kernel/itc-core`
|
||||
- Owned concepts: `InfoTechCanon federation interface`
|
||||
|
||||
### InfoTechCanon Core
|
||||
|
||||
- ID: `kernel/itc-core`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
schema: info-tech-canon.retrieval-index.v1
|
||||
infospace: canon
|
||||
item_count: 80
|
||||
item_count: 81
|
||||
items:
|
||||
- id: assimilation/canon-federation
|
||||
kind: assimilation
|
||||
|
|
@ -667,6 +667,20 @@ items:
|
|||
- type: conforms_to
|
||||
target: standard/emission-cadence
|
||||
warnings: []
|
||||
- id: interface-card/canon-federation
|
||||
kind: interface-card
|
||||
title: InfoTechCanon federation interface
|
||||
canonical_path: interfaces/federation.yaml
|
||||
source_path: ../the-custodian/canon/architecture/adr-006-canon-federation-concept-ownership.md
|
||||
summary: 'Canon artifact: InfoTechCanon federation interface.'
|
||||
owned_concepts:
|
||||
- InfoTechCanon federation interface
|
||||
imports:
|
||||
- kernel/itc-core
|
||||
relationships:
|
||||
- type: conforms_to
|
||||
target: kernel/itc-core
|
||||
warnings: []
|
||||
- id: kernel/itc-core
|
||||
kind: kernel
|
||||
title: InfoTechCanon Core
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue