Register limited Family concept-area seed
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a070b5-4994-7271-bd8b-7c3dbcedec4b
This commit is contained in:
parent
3e69bd51b0
commit
3e3191549a
22 changed files with 355 additions and 99 deletions
|
|
@ -5,8 +5,8 @@
|
|||
This brief summarizes the current canon service surface for agents.
|
||||
|
||||
- Infospace slug: `canon`
|
||||
- Artifact count: 78
|
||||
- Retrieval index items: 78
|
||||
- Artifact count: 79
|
||||
- Retrieval index items: 79
|
||||
- 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": 78,
|
||||
"item_count": 79,
|
||||
"items": [
|
||||
{
|
||||
"canonical_path": "assimilation/emission-cadence/ASSIMILATION.md",
|
||||
|
|
@ -507,6 +507,33 @@
|
|||
"title": "Repo Scoping Canon Comparison Report",
|
||||
"warnings": []
|
||||
},
|
||||
{
|
||||
"canonical_path": "concepts/family/FamilySeed.md",
|
||||
"id": "concept-area/family",
|
||||
"imports": [
|
||||
"kernel/itc-core",
|
||||
"model/organization"
|
||||
],
|
||||
"kind": "concept-area-seed",
|
||||
"owned_concepts": [
|
||||
"Family",
|
||||
"Family concept-area seed"
|
||||
],
|
||||
"relationships": [
|
||||
{
|
||||
"target": "kernel/itc-core",
|
||||
"type": "conforms_to"
|
||||
},
|
||||
{
|
||||
"target": "model/organization",
|
||||
"type": "uses"
|
||||
}
|
||||
],
|
||||
"source_path": "../prj-canon-federation/ledger/concept-ownership.json",
|
||||
"summary": "Canon artifact: Family concept-area seed.",
|
||||
"title": "Family concept-area seed",
|
||||
"warnings": []
|
||||
},
|
||||
{
|
||||
"canonical_path": "concepts/purpose-demand.yaml",
|
||||
"id": "concept-catalog/purpose-demand",
|
||||
|
|
@ -1073,6 +1100,10 @@
|
|||
"target": "model/evidence",
|
||||
"type": "maps"
|
||||
},
|
||||
{
|
||||
"target": "concept-area/family",
|
||||
"type": "maps"
|
||||
},
|
||||
{
|
||||
"target": "model/identity",
|
||||
"type": "maps"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Schema: `info-tech-canon.retrieval-index.v1`
|
||||
Infospace: `canon`
|
||||
Items: **78**
|
||||
Items: **79**
|
||||
|
||||
## Common Distinctions
|
||||
|
||||
|
|
@ -167,6 +167,16 @@ Items: **78**
|
|||
- Imports and anchors: `model/governance`, `model/information-space`, `model/task`, `pattern/intent-scope-purposes`
|
||||
- Owned concepts: `Repo Scoping Canon Comparison Report`
|
||||
|
||||
### Family concept-area seed
|
||||
|
||||
- ID: `concept-area/family`
|
||||
- Kind: `concept-area-seed`
|
||||
- Canonical path: `concepts/family/FamilySeed.md`
|
||||
- Source path: `../prj-canon-federation/ledger/concept-ownership.json`
|
||||
- Summary: Canon artifact: Family concept-area seed.
|
||||
- Imports and anchors: `kernel/itc-core`, `model/organization`
|
||||
- Owned concepts: `Family`, `Family concept-area seed`
|
||||
|
||||
### Purpose And Consumer Demand Concept Catalog
|
||||
|
||||
- ID: `concept-catalog/purpose-demand`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
schema: info-tech-canon.retrieval-index.v1
|
||||
infospace: canon
|
||||
item_count: 78
|
||||
item_count: 79
|
||||
items:
|
||||
- id: assimilation/emission-cadence
|
||||
kind: assimilation
|
||||
|
|
@ -291,6 +291,24 @@ items:
|
|||
- type: uses
|
||||
target: pattern/intent-scope-purposes
|
||||
warnings: []
|
||||
- id: concept-area/family
|
||||
kind: concept-area-seed
|
||||
title: Family concept-area seed
|
||||
canonical_path: concepts/family/FamilySeed.md
|
||||
source_path: ../prj-canon-federation/ledger/concept-ownership.json
|
||||
summary: 'Canon artifact: Family concept-area seed.'
|
||||
owned_concepts:
|
||||
- Family
|
||||
- Family concept-area seed
|
||||
imports:
|
||||
- kernel/itc-core
|
||||
- model/organization
|
||||
relationships:
|
||||
- type: conforms_to
|
||||
target: kernel/itc-core
|
||||
- type: uses
|
||||
target: model/organization
|
||||
warnings: []
|
||||
- id: concept-catalog/purpose-demand
|
||||
kind: concept-catalog
|
||||
title: Purpose And Consumer Demand Concept Catalog
|
||||
|
|
@ -658,6 +676,8 @@ items:
|
|||
target: model/governance
|
||||
- type: maps
|
||||
target: model/evidence
|
||||
- type: maps
|
||||
target: concept-area/family
|
||||
- type: maps
|
||||
target: model/identity
|
||||
- type: maps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue