Add validation indexes and generated views

This commit is contained in:
2026-05-23 03:32:16 +02:00
parent dc44208c9f
commit c112bf5c74
37 changed files with 2007 additions and 8 deletions

View File

@@ -0,0 +1,46 @@
<!-- GENERATED by info_tech_canon; do not edit by hand. -->
# By Concept
Concept count: **30**
| Concept | Owner | Source |
| --- | --- | --- |
| InfoTechCanon Core | `kernel/itc-core` | `artifact_title` |
| InfoTechCanon Kernel Map | `kernel/itc-kernel-map` | `artifact_title` |
| InfoTechCanon Access Control Model | `model/access-control` | `artifact_title` |
| InfoTechCanon Data Model | `model/data` | `artifact_title` |
| InfoTechCanon DevSecOps Model | `model/devsecops` | `artifact_title` |
| InfoTechCanon Governance Model | `model/governance` | `artifact_title` |
| InfoTechCanon Information Space Model | `model/information-space` | `artifact_title` |
| InfoTechCanon Landscape Model | `model/landscape` | `artifact_title` |
| InfoTechCanon Network Model | `model/network` | `artifact_title` |
| InfoTechCanon Observability Model | `model/observability` | `artifact_title` |
| InfoTechCanon Organization Model | `model/organization` | `artifact_title` |
| InfoTechCanon Security Model | `model/security` | `artifact_title` |
| InfoTechCanon Task Model | `model/task` | `artifact_title` |
| InfoTechCanon CARING Access Governance Standard | `standard/caring` | `artifact_title` |
| CARINGAccessDescriptor | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGCanonicalRole | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGOrganizationRelation | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGPlane | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGCapabilityProfile | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGExposureMode | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGExposureEvent | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGDeclaredAccessMap | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGEffectiveAccessMap | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGDerivedCapability | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGInducedAccess | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGRestrictionPrecedence | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGAnalysisFitnessTest | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGAnalysisProcedure | `standard/caring` | `frontmatter.owned_concepts` |
| CARINGRedesignProcedure | `standard/caring` | `frontmatter.owned_concepts` |
| InfoTechCanon Tagging Standard | `standard/tagging` | `artifact_title` |
## Duplicate Candidates
No duplicate concept candidates detected.
## Ownership Conflicts
No ownership conflicts detected.

View File

@@ -0,0 +1,90 @@
<!-- GENERATED by info_tech_canon; do not edit by hand. -->
# By Mapping Target
## `kernel/itc-core`
- `kernel/itc-kernel-map` via `maps`
- `model/access-control` via `conforms_to`
- `model/data` via `conforms_to`
- `model/devsecops` via `conforms_to`
- `model/governance` via `conforms_to`
- `model/information-space` via `conforms_to`
- `model/landscape` via `conforms_to`
- `model/network` via `conforms_to`
- `model/observability` via `conforms_to`
- `model/organization` via `conforms_to`
- `model/security` via `conforms_to`
- `model/task` via `conforms_to`
- `standard/caring` via `conforms_to`
- `standard/tagging` via `conforms_to`
## `model/access-control`
- `kernel/itc-kernel-map` via `maps`
- `model/security` via `uses`
- `standard/caring` via `imports`
## `model/data`
- `kernel/itc-kernel-map` via `maps`
- `standard/caring` via `imports`
## `model/devsecops`
- `kernel/itc-kernel-map` via `maps`
- `standard/caring` via `imports`
## `model/governance`
- `kernel/itc-kernel-map` via `maps`
- `model/access-control` via `uses`
- `model/data` via `uses`
- `standard/caring` via `imports`
## `model/information-space`
- `kernel/itc-kernel-map` via `maps`
## `model/landscape`
- `kernel/itc-kernel-map` via `maps`
## `model/network`
- `kernel/itc-kernel-map` via `maps`
- `standard/caring` via `imports`
## `model/observability`
- `kernel/itc-kernel-map` via `maps`
- `standard/caring` via `imports`
## `model/organization`
- `kernel/itc-kernel-map` via `maps`
- `model/access-control` via `uses`
- `standard/caring` via `imports`
## `model/security`
- `kernel/itc-kernel-map` via `maps`
- `model/devsecops` via `uses`
- `model/network` via `uses`
- `standard/caring` via `imports`
## `model/task`
- `kernel/itc-kernel-map` via `maps`
- `model/observability` via `uses`
- `standard/caring` via `imports`
- `standard/tagging` via `imports`
## `standard/caring`
- `kernel/itc-kernel-map` via `maps`
## `standard/tagging`
- `kernel/itc-kernel-map` via `maps`
- `standard/caring` via `imports`

View File

@@ -0,0 +1,5 @@
<!-- GENERATED by info_tech_canon; do not edit by hand. -->
# By Profile
No profiles have been registered yet.

View File

@@ -0,0 +1,31 @@
<!-- GENERATED by info_tech_canon; do not edit by hand. -->
# By Standard
## InfoTechCanon Core
- ID: `kernel/itc-core`
- Kind: `kernel`
- Path: `kernel/InfoTechCanonCore.md`
- Relationships: 0
## InfoTechCanon Kernel Map
- ID: `kernel/itc-kernel-map`
- Kind: `kernel`
- Path: `kernel/InfoTechCanonKernelMap.md`
- Relationships: 14
## InfoTechCanon CARING Access Governance Standard
- ID: `standard/caring`
- Kind: `standard`
- Path: `standards/caring/InfoTechCanonCaringAccessGovernanceStandard.md`
- Relationships: 11
## InfoTechCanon Tagging Standard
- ID: `standard/tagging`
- Kind: `standard`
- Path: `standards/tagging/InfoTechCanonTaggingStandard.md`
- Relationships: 2

View File

@@ -0,0 +1,21 @@
<!-- GENERATED by info_tech_canon; do not edit by hand. -->
# Import Matrix
| Artifact | `kernel/itc-core` | `kernel/itc-kernel-map` | `model/access-control` | `model/data` | `model/devsecops` | `model/governance` | `model/information-space` | `model/landscape` | `model/network` | `model/observability` | `model/organization` | `model/security` | `model/task` | `standard/caring` | `standard/tagging` |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| `kernel/itc-core` | | | | | | | | | | | | | | | |
| `kernel/itc-kernel-map` | `maps` | | `maps` | `maps` | `maps` | `maps` | `maps` | `maps` | `maps` | `maps` | `maps` | `maps` | `maps` | `maps` | `maps` |
| `model/access-control` | `conforms_to` | | | | | `uses` | | | | | `uses` | | | | |
| `model/data` | `conforms_to` | | | | | `uses` | | | | | | | | | |
| `model/devsecops` | `conforms_to` | | | | | | | | | | | `uses` | | | |
| `model/governance` | `conforms_to` | | | | | | | | | | | | | | |
| `model/information-space` | `conforms_to` | | | | | | | | | | | | | | |
| `model/landscape` | `conforms_to` | | | | | | | | | | | | | | |
| `model/network` | `conforms_to` | | | | | | | | | | | `uses` | | | |
| `model/observability` | `conforms_to` | | | | | | | | | | | | `uses` | | |
| `model/organization` | `conforms_to` | | | | | | | | | | | | | | |
| `model/security` | `conforms_to` | | `uses` | | | | | | | | | | | | |
| `model/task` | `conforms_to` | | | | | | | | | | | | | | |
| `standard/caring` | `conforms_to` | | `imports` | `imports` | `imports` | `imports` | | | `imports` | `imports` | `imports` | `imports` | `imports` | | `imports` |
| `standard/tagging` | `conforms_to` | | | | | | | | | | | | `imports` | | |

View File

@@ -0,0 +1,19 @@
<!-- GENERATED by info_tech_canon; do not edit by hand. -->
# Kernel Overview
- Infospace: `canon`
- Artifacts: 15
## Artifact Kinds
- `kernel`: 2
- `model`: 11
- `standard`: 2
## Relationship Types
- `conforms_to`: 13
- `imports`: 11
- `maps`: 14
- `uses`: 7

View File

@@ -0,0 +1,56 @@
<!-- GENERATED by info_tech_canon; do not edit by hand. -->
# Repository Tree
File count: **50**
- `README.md`
- `agent/README.md`
- `agent/global-agent-brief.md`
- `artifacts/index.yaml`
- `assimilation/README.md`
- `examples/README.md`
- `indexes/README.md`
- `indexes/artifact-tree.yaml`
- `indexes/concept-ownership.yaml`
- `indexes/import-matrix.yaml`
- `infospace.yaml`
- `kernel/InfoTechCanonCore.md`
- `kernel/InfoTechCanonKernelMap.md`
- `mappings/README.md`
- `models/access-control/InfoTechCanonAccessControlModel.md`
- `models/data/InfoTechCanonDataModel.md`
- `models/devsecops/InfoTechCanonDevSecOpsModel.md`
- `models/governance/InfoTechCanonGovernanceModel.md`
- `models/information-space/InfoTechCanonInformationSpaceModel.md`
- `models/landscape/InfoTechCanonLandscapeModel.md`
- `models/network/InfoTechCanonNetworkModel.md`
- `models/observability/InfoTechCanonObservabilityModel.md`
- `models/organization/InfoTechCanonOrganizationModel.md`
- `models/security/InfoTechCanonSecurityModel.md`
- `models/task/InfoTechCanonTaskModel.md`
- `patterns/README.md`
- `profiles/README.md`
- `reports/scaffold-placement.md`
- `schemas/README.md`
- `schemas/agent-brief.schema.yaml`
- `schemas/assimilation.schema.yaml`
- `schemas/concept.schema.yaml`
- `schemas/index.yaml`
- `schemas/interface-card.schema.yaml`
- `schemas/mapping.schema.yaml`
- `schemas/profile.schema.yaml`
- `schemas/standard.schema.yaml`
- `schemas/workplan.schema.yaml`
- `standards/caring/InfoTechCanonCaringAccessGovernanceStandard.md`
- `standards/tagging/InfoTechCanonTaggingStandard.md`
- `validation/README.md`
- `validation/latest.json`
- `views/README.md`
- `views/by-concept.md`
- `views/by-mapping-target.md`
- `views/by-profile.md`
- `views/by-standard.md`
- `views/import-matrix.md`
- `views/kernel-overview.md`
- `views/repository-tree.md`