2026-05-03 20:43:56 +02:00
|
|
|
# infospace-bench
|
2026-05-03 16:52:54 +00:00
|
|
|
|
2026-05-03 20:43:56 +02:00
|
|
|
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`
|
2026-05-14 11:32:25 +02:00
|
|
|
- `docs/infospace-layout.md`
|
|
|
|
|
- `docs/evaluation-and-inspection.md`
|
|
|
|
|
- `docs/reference-pilot-decision.md`
|
2026-05-03 20:43:56 +02:00
|
|
|
- `docs/markitect-main-scope-assessment.md`
|
2026-05-14 14:53:16 +02:00
|
|
|
- `docs/markitect-tool-adapter.md`
|
2026-05-14 15:06:17 +02:00
|
|
|
- `docs/entity-relation-model.md`
|
2026-05-14 15:35:04 +02:00
|
|
|
- `docs/evaluation-history-and-metrics.md`
|
2026-05-14 16:01:32 +02:00
|
|
|
- `docs/workflow-generation-pipeline.md`
|
2026-05-14 16:26:42 +02:00
|
|
|
- `docs/kontextual-engine-boundary.md`
|
2026-05-14 13:09:58 +02:00
|
|
|
- `docs/orthogonal-successor-roadmap.md`
|
2026-05-14 13:47:36 +02:00
|
|
|
- `docs/legacy-infospace-feature-inventory.md`
|
|
|
|
|
- `docs/successor-boundary-interface-map.md`
|
|
|
|
|
- `docs/replacement-acceptance-matrix.md`
|
2026-05-14 17:16:39 +02:00
|
|
|
- `docs/legacy-command-parity.md`
|
|
|
|
|
- `docs/legacy-infospace-migration-guide.md`
|
|
|
|
|
- `docs/replacement-readiness-decision.md`
|
2026-05-14 18:04:38 +02:00
|
|
|
- `docs/wealth-vsm-generation-pipeline.md`
|
2026-05-14 19:33:22 +02:00
|
|
|
- `docs/generic-source-generator.md`
|
2026-05-15 16:01:35 +02:00
|
|
|
- `docs/agentic-memory-profile-pilot.md`
|
2026-05-14 22:05:10 +02:00
|
|
|
- `docs/lefevre-epub3-validation.md`
|
2026-05-14 11:32:25 +02:00
|
|
|
- `infospaces/bootstrap-pilot/`
|
2026-05-14 16:43:29 +02:00
|
|
|
- `infospaces/wealth-vsm-legacy-slice/`
|
2026-05-14 18:04:38 +02:00
|
|
|
- `infospaces/wealth-vsm-generation-pilot/`
|
2026-05-15 16:01:35 +02:00
|
|
|
- `infospaces/agentic-memory-profile-pilot/`
|
2026-05-03 20:43:56 +02:00
|
|
|
- `workplans/`
|
2026-05-14 11:32:25 +02:00
|
|
|
|
|
|
|
|
Current development command:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
python3 -m pytest
|
|
|
|
|
```
|