Initial implementation

This commit is contained in:
2026-05-14 11:32:25 +02:00
parent 6fd1ff7581
commit 916a895a85
31 changed files with 1461 additions and 21 deletions

View File

@@ -14,5 +14,15 @@ Start with:
- `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
```