Files
infospace-bench/README.md
2026-05-14 11:32:25 +02:00

29 lines
757 B
Markdown

# infospace-bench
Workspace and service for creating, developing, evaluating, and inspecting
structured knowledge spaces.
This repo is the application-layer successor for the infospace work that began
inside `markitect-main`. It focuses on concrete infospaces and their lifecycle,
while lower-level markdown tooling and runtime orchestration remain in sibling
projects.
Start with:
- `INTENT.md`
- `wiki/ProductRequirementsDocument.md`
- `wiki/FunctionalRequirementsSpecification.md`
- `SCOPE.md`
- `docs/infospace-layout.md`
- `docs/evaluation-and-inspection.md`
- `docs/reference-pilot-decision.md`
- `docs/markitect-main-scope-assessment.md`
- `infospaces/bootstrap-pilot/`
- `workplans/`
Current development command:
```bash
python3 -m pytest
```