Canon 0.6.0 freeze: ITC-CAP draft, AVT catalog, joinable review
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Finish ITC-WP-0013 (AttributeValueType under ITC-DATA) and ITC-WP-0014
T02/T03/T05/T06/T07. Capability contract schemas, live-catalog review
CLI, landscape/kernel-map pointers. Sit on this version.
This commit is contained in:
tegwick 2026-08-15 19:42:30 +02:00
parent 7805560a60
commit d453e17952
44 changed files with 1485 additions and 137 deletions

View file

@ -0,0 +1,29 @@
---
id: agent-brief/catalog-attribute-value-types
artifact_id: catalog/attribute-value-types
source_path: models/data/attribute-value-types.yaml
source_kind: concept-catalog
generated: true
---
<!-- GENERATED by info_tech_canon; do not edit by hand. -->
# Agent Brief: InfoTechCanon Attribute Value Type Catalog
- Artifact ID: `catalog/attribute-value-types`
- Kind: `concept-catalog`
- Canonical path: `models/data/attribute-value-types.yaml`
- Full source: `models/data/attribute-value-types.yaml`
- Summary: Structured candidate concept catalog: InfoTechCanon Attribute Value Type Catalog.
## Retrieval Hints
No imports or anchors recorded.
## Owned Concepts
- `InfoTechCanon Attribute Value Type Catalog`
## Related Distinctions
No common distinction is anchored directly on this artifact.

View file

@ -0,0 +1,29 @@
---
id: agent-brief/mapping-capability-anchors
artifact_id: mapping/capability-anchors
source_path: mappings/capability-anchors.yaml
source_kind: mapping
generated: true
---
<!-- GENERATED by info_tech_canon; do not edit by hand. -->
# Agent Brief: ITC-CAP concept mappings to anchoring canon models
- Artifact ID: `mapping/capability-anchors`
- Kind: `mapping`
- Canonical path: `mappings/capability-anchors.yaml`
- Full source: `mappings/capability-anchors.yaml`
- Summary: Mapping artifact connecting canon surfaces: ITC-CAP concept mappings to anchoring canon models.
## Retrieval Hints
No imports or anchors recorded.
## Owned Concepts
- `ITC-CAP concept mappings to anchoring canon models`
## Related Distinctions
No common distinction is anchored directly on this artifact.

View file

@ -5,8 +5,8 @@
This brief summarizes the current canon service surface for agents.
- Infospace slug: `canon`
- Artifact count: 66
- Retrieval index items: 66
- Artifact count: 68
- Retrieval index items: 68
- Primary confidence command: `make validate`
- Refresh generated indexes and views with: `make index`
- Refresh agent briefs and interface templates with: `make agent-briefs`

View file

@ -43,7 +43,7 @@
}
],
"infospace": "canon",
"item_count": 66,
"item_count": 68,
"items": [
{
"canonical_path": "assimilation/it-capability-canon/ASSIMILATION.md",
@ -267,6 +267,20 @@
"title": "InfoTechCanon Capability Catalog",
"warnings": []
},
{
"canonical_path": "models/data/attribute-value-types.yaml",
"id": "catalog/attribute-value-types",
"imports": [],
"kind": "concept-catalog",
"owned_concepts": [
"InfoTechCanon Attribute Value Type Catalog"
],
"relationships": [],
"source_path": "demand/AttributeValueTypes.md",
"summary": "Structured candidate concept catalog: InfoTechCanon Attribute Value Type Catalog.",
"title": "InfoTechCanon Attribute Value Type Catalog",
"warnings": []
},
{
"canonical_path": "models/governance/evidence-basis.yaml",
"id": "catalog/evidence-basis",
@ -1024,6 +1038,10 @@
"target": "model/observability",
"type": "maps"
},
{
"target": "model/capability",
"type": "maps"
},
{
"target": "standard/tagging",
"type": "maps"
@ -1038,6 +1056,20 @@
"title": "InfoTechCanon Kernel Map",
"warnings": []
},
{
"canonical_path": "mappings/capability-anchors.yaml",
"id": "mapping/capability-anchors",
"imports": [],
"kind": "mapping",
"owned_concepts": [
"ITC-CAP concept mappings to anchoring canon models"
],
"relationships": [],
"source_path": "infospace/assimilation/it-capability-canon/mappings.yaml",
"summary": "Mapping artifact connecting canon surfaces: ITC-CAP concept mappings to anchoring canon models.",
"title": "ITC-CAP concept mappings to anchoring canon models",
"warnings": []
},
{
"canonical_path": "mappings/purpose-demand-governance-candidates.yaml",
"id": "mapping/purpose-demand-governance-candidates",
@ -1158,6 +1190,10 @@
{
"target": "assimilation/it-capability-canon",
"type": "derived_from"
},
{
"target": "mapping/capability-anchors",
"type": "introduces"
}
],
"source_path": "infospace/assimilation/it-capability-canon/source/ITCapabilityCanonV0.1.md",
@ -1184,6 +1220,10 @@
{
"target": "model/governance",
"type": "uses"
},
{
"target": "catalog/attribute-value-types",
"type": "introduces"
}
],
"source_path": "seeds/InfoTechCanonDataModel_RC1_seed.md",

View file

@ -4,7 +4,7 @@
Schema: `info-tech-canon.retrieval-index.v1`
Infospace: `canon`
Items: **66**
Items: **68**
## Common Distinctions
@ -85,6 +85,16 @@ Items: **66**
- Imports and anchors: none
- Owned concepts: `InfoTechCanon Capability Catalog`
### InfoTechCanon Attribute Value Type Catalog
- ID: `catalog/attribute-value-types`
- Kind: `concept-catalog`
- Canonical path: `models/data/attribute-value-types.yaml`
- Source path: `demand/AttributeValueTypes.md`
- Summary: Structured candidate concept catalog: InfoTechCanon Attribute Value Type Catalog.
- Imports and anchors: none
- Owned concepts: `InfoTechCanon Attribute Value Type Catalog`
### InfoTechCanon Evidence Basis Catalog
- ID: `catalog/evidence-basis`
@ -285,6 +295,16 @@ Items: **66**
- Imports and anchors: none
- Owned concepts: `InfoTechCanon Kernel Map`
### ITC-CAP concept mappings to anchoring canon models
- ID: `mapping/capability-anchors`
- Kind: `mapping`
- Canonical path: `mappings/capability-anchors.yaml`
- Source path: `infospace/assimilation/it-capability-canon/mappings.yaml`
- Summary: Mapping artifact connecting canon surfaces: ITC-CAP concept mappings to anchoring canon models.
- Imports and anchors: none
- Owned concepts: `ITC-CAP concept mappings to anchoring canon models`
### Purpose Demand Governance Extension Candidates
- ID: `mapping/purpose-demand-governance-candidates`

View file

@ -1,6 +1,6 @@
schema: info-tech-canon.retrieval-index.v1
infospace: canon
item_count: 66
item_count: 68
items:
- id: assimilation/it-capability-canon
kind: assimilation
@ -144,6 +144,18 @@ items:
imports: []
relationships: []
warnings: []
- id: catalog/attribute-value-types
kind: concept-catalog
title: InfoTechCanon Attribute Value Type Catalog
canonical_path: models/data/attribute-value-types.yaml
source_path: demand/AttributeValueTypes.md
summary: 'Structured candidate concept catalog: InfoTechCanon Attribute Value Type
Catalog.'
owned_concepts:
- InfoTechCanon Attribute Value Type Catalog
imports: []
relationships: []
warnings: []
- id: catalog/evidence-basis
kind: concept-catalog
title: InfoTechCanon Evidence Basis Catalog
@ -630,11 +642,25 @@ items:
target: model/network
- type: maps
target: model/observability
- type: maps
target: model/capability
- type: maps
target: standard/tagging
- type: maps
target: standard/caring
warnings: []
- id: mapping/capability-anchors
kind: mapping
title: ITC-CAP concept mappings to anchoring canon models
canonical_path: mappings/capability-anchors.yaml
source_path: infospace/assimilation/it-capability-canon/mappings.yaml
summary: 'Mapping artifact connecting canon surfaces: ITC-CAP concept mappings to
anchoring canon models.'
owned_concepts:
- ITC-CAP concept mappings to anchoring canon models
imports: []
relationships: []
warnings: []
- id: mapping/purpose-demand-governance-candidates
kind: mapping
title: Purpose Demand Governance Extension Candidates
@ -721,6 +747,8 @@ items:
target: capability-catalog/itc-cap
- type: derived_from
target: assimilation/it-capability-canon
- type: introduces
target: mapping/capability-anchors
warnings: []
- id: model/data
kind: model
@ -739,6 +767,8 @@ items:
target: kernel/itc-core
- type: uses
target: model/governance
- type: introduces
target: catalog/attribute-value-types
warnings: []
- id: model/devsecops
kind: model