Implement infospace scaffold and service baseline

This commit is contained in:
2026-05-23 03:12:02 +02:00
parent df6238c7e0
commit 9883a99f78
43 changed files with 35986 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Infospace Scaffold And Seed Placement"
domain: canon
repo: info-tech-canon
status: proposed
status: finished
priority: high
created: "2026-05-23"
updated: "2026-05-23"
@@ -51,7 +51,7 @@ infospace/
```task
id: ITC-WP-0001-T01
status: todo
status: done
priority: high
state_hub_task_id: "3a7b29ba-bc15-4ca1-ba61-ec4ffaefa2a1"
```
@@ -64,7 +64,7 @@ state_hub_task_id: "3a7b29ba-bc15-4ca1-ba61-ec4ffaefa2a1"
```task
id: ITC-WP-0001-T02
status: todo
status: done
priority: high
state_hub_task_id: "b5894ec2-e79e-4308-9125-fd10c4b76faf"
```
@@ -79,7 +79,7 @@ state_hub_task_id: "b5894ec2-e79e-4308-9125-fd10c4b76faf"
```task
id: ITC-WP-0001-T03
status: todo
status: done
priority: high
state_hub_task_id: "4826fbad-3dc7-4759-b086-8cb3cf50f6ff"
```
@@ -94,7 +94,7 @@ state_hub_task_id: "4826fbad-3dc7-4759-b086-8cb3cf50f6ff"
```task
id: ITC-WP-0001-T04
status: todo
status: done
priority: medium
state_hub_task_id: "ff5bae40-9e89-4ec7-9f96-6670e140f4fa"
```
@@ -110,3 +110,11 @@ state_hub_task_id: "ff5bae40-9e89-4ec7-9f96-6670e140f4fa"
- The seed documents are available under the newer `kernel/models/standards`
layout.
- Original seed provenance remains traceable.
## Implementation Notes
- Implemented the concrete `infospace/` root with manifest and artifact index.
- Copied seed documents to canonical `kernel/`, `models/`, and `standards/`
paths without semantic edits.
- Preserved source provenance in `infospace/artifacts/index.yaml` and
`infospace/reports/scaffold-placement.md`.

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Service Surface Baseline CLI JSON API"
domain: canon
repo: info-tech-canon
status: proposed
status: finished
priority: high
created: "2026-05-23"
updated: "2026-05-23"
@@ -32,7 +32,7 @@ usable by downstream agents and tools.
```task
id: ITC-WP-0002-T01
status: todo
status: done
priority: high
state_hub_task_id: "0d843b8f-0bba-4bd8-8879-5641d2b50848"
```
@@ -46,7 +46,7 @@ state_hub_task_id: "0d843b8f-0bba-4bd8-8879-5641d2b50848"
```task
id: ITC-WP-0002-T02
status: todo
status: done
priority: high
state_hub_task_id: "030955d2-e6af-48d8-a617-943cf4f10628"
```
@@ -65,7 +65,7 @@ state_hub_task_id: "030955d2-e6af-48d8-a617-943cf4f10628"
```task
id: ITC-WP-0002-T03
status: todo
status: done
priority: high
state_hub_task_id: "a926fa1d-7dc0-4450-84c9-c0d49b3744ea"
```
@@ -78,7 +78,7 @@ state_hub_task_id: "a926fa1d-7dc0-4450-84c9-c0d49b3744ea"
```task
id: ITC-WP-0002-T04
status: todo
status: done
priority: high
state_hub_task_id: "070ef996-cf45-47ed-b9d8-1e313c9b0e22"
```
@@ -100,3 +100,12 @@ state_hub_task_id: "070ef996-cf45-47ed-b9d8-1e313c9b0e22"
- Commands can inspect the `infospace/` root.
- API and CLI outputs share the same service-layer contracts.
- Tests cover the first happy paths and structured failures.
## Implementation Notes
- Added the `info_tech_canon` Python package and `info-tech-canon` console
script definition.
- Added JSON-first CLI commands for inspection, artifact/model/standard lists,
validation, graph export, and profile inspection.
- Added a read-only local HTTP API mirroring the CLI contracts.
- Added service, CLI, and API tests for the baseline behavior.

View File

@@ -1,6 +1,6 @@
repository: info-tech-canon
type: workplan-registry
status: planned
status: active
created: "2026-05-23"
updated: "2026-05-23"
@@ -18,7 +18,7 @@ implementation_decisions:
workplans:
- id: ITC-WP-0001
title: Infospace Scaffold And Seed Placement
status: planned
status: finished
priority: high
path: workplans/ITC-WP-0001-infospace-scaffold-and-seed-placement.md
depends_on: []
@@ -29,7 +29,7 @@ workplans:
- id: ITC-WP-0002
title: Service Surface Baseline CLI JSON API
status: planned
status: finished
priority: high
path: workplans/ITC-WP-0002-service-surface-cli-json-api.md
depends_on:
@@ -42,7 +42,7 @@ workplans:
- id: ITC-WP-0003
title: Validation Indexes And Generated Views
status: planned
status: proposed
priority: high
path: workplans/ITC-WP-0003-validation-indexes-and-generated-views.md
depends_on:
@@ -56,7 +56,7 @@ workplans:
- id: ITC-WP-0004
title: Small SaaS Profile Proof
status: planned
status: proposed
priority: high
path: workplans/ITC-WP-0004-small-saas-profile-proof.md
depends_on:
@@ -70,7 +70,7 @@ workplans:
- id: ITC-WP-0005
title: Retrieval Agent Briefs And Interface Cards
status: planned
status: proposed
priority: medium
path: workplans/ITC-WP-0005-retrieval-agent-briefs-and-interface-cards.md
depends_on:
@@ -83,7 +83,7 @@ workplans:
- id: ITC-WP-0006
title: Purpose And Demand Model Extension
status: planned
status: proposed
priority: high
path: workplans/ITC-WP-0006-purpose-and-demand-model.md
depends_on:
@@ -95,7 +95,7 @@ workplans:
- id: ITC-WP-0007
title: User Engine Evaluation Readiness
status: planned
status: proposed
priority: high
path: workplans/ITC-WP-0007-user-engine-evaluation-readiness.md
depends_on:
@@ -109,7 +109,7 @@ workplans:
- id: ITC-WP-0008
title: Railiance Fabric Conformance Support
status: planned
status: proposed
priority: high
path: workplans/ITC-WP-0008-railiance-fabric-conformance-support.md
depends_on:
@@ -123,7 +123,7 @@ workplans:
- id: ITC-WP-0009
title: Repo Scoping Comparison And Extension
status: planned
status: proposed
priority: high
path: workplans/ITC-WP-0009-repo-scoping-comparison-and-extension.md
depends_on:
@@ -136,7 +136,7 @@ workplans:
- id: ITC-WP-0010
title: CARING Kubernetes RBAC Benchmark
status: planned
status: proposed
priority: medium
path: workplans/ITC-WP-0010-caring-kubernetes-rbac-benchmark.md
depends_on:
@@ -146,4 +146,3 @@ workplans:
- distinct benchmark workspace
- Kubernetes RBAC assimilation
- CARING validation stress test