Building interoperable, adaptable, and extensible information-processing systems.
Find a file
2026-05-23 03:12:02 +02:00
infospace Implement infospace scaffold and service baseline 2026-05-23 03:12:02 +02:00
seeds Initial seeding of models, standards 2026-05-23 00:55:01 +02:00
spec Initial seeding of models, standards 2026-05-23 00:55:01 +02:00
src/info_tech_canon Implement infospace scaffold and service baseline 2026-05-23 03:12:02 +02:00
tests Implement infospace scaffold and service baseline 2026-05-23 03:12:02 +02:00
wiki Initial seeding of models, standards 2026-05-23 00:55:01 +02:00
workplans Implement infospace scaffold and service baseline 2026-05-23 03:12:02 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-05-23 02:46:50 +02:00
.gitignore Initial commit 2026-05-22 20:19:39 +00:00
canon.yaml Implement infospace scaffold and service baseline 2026-05-23 03:12:02 +02:00
CODING_AGENT_BOOTSTRAP.md Initial seeding of models, standards 2026-05-23 00:55:01 +02:00
INTENT.md Initial seeding of models, standards 2026-05-23 00:55:01 +02:00
LICENSE Initial commit 2026-05-22 20:19:39 +00:00
pyproject.toml Implement infospace scaffold and service baseline 2026-05-23 03:12:02 +02:00
README.md Implement infospace scaffold and service baseline 2026-05-23 03:12:02 +02:00
SCOPE.md Initial seeding of models, standards 2026-05-23 00:55:01 +02:00

Building interoperable, adaptable, and extensible information-processing systems.

Current Service

This repository now implements one concrete infospace under infospace/. The repository root remains the service, governance, and workplan shell.

The first service surface is intentionally small:

  • JSON-first CLI commands
  • importable Python service functions
  • read-only local HTTP API
  • artifact loading, checks, and graph summaries backed by infospace-bench

Source-Tree Usage

PYTHONPATH=src python3 -m info_tech_canon inspect
PYTHONPATH=src python3 -m info_tech_canon artifacts
PYTHONPATH=src python3 -m info_tech_canon models
PYTHONPATH=src python3 -m info_tech_canon standards
PYTHONPATH=src python3 -m info_tech_canon validate
PYTHONPATH=src python3 -m info_tech_canon graph
PYTHONPATH=src python3 -m info_tech_canon api --host 127.0.0.1 --port 8765

After package installation, the same commands are available through the info-tech-canon console script.

API Endpoints

  • GET /health
  • GET /inspect
  • GET /artifacts
  • GET /artifacts?kind=model
  • GET /models
  • GET /standards
  • GET /validate
  • GET /graph
  • GET /graph?format=mermaid
  • GET /profiles/{profile}/inspect