kontextual-engine/README.md

32 lines
823 B
Markdown
Raw Normal View History

# kontextual-engine
2026-05-03 16:48:22 +00:00
AI-first, headless knowledge engine for persistent, operable structured
knowledge.
Start here:
- `INTENT.md`
- `wiki/ProductRequirementsDocument.md`
- `wiki/FunctionalRequirementsSpecification.md`
- `SCOPE.md`
2026-05-05 00:53:28 +02:00
- `docs/stack-decision.md`
- `docs/markitect-main-scope-assessment.md`
2026-05-05 01:17:48 +02:00
- `docs/markitect-tool-reuse-boundary.md`
- `docs/phase-memory-boundary.md`
2026-05-05 01:17:48 +02:00
- `docs/system-layer-extraction-inventory.md`
- `docs/system-layer-migration-backlog.md`
- `docs/service-api-boundary.md`
- `workplans/`
2026-05-05 00:53:28 +02:00
## Development
This repo uses Python 3.12+, setuptools, a `src/` package layout, and pytest.
```bash
python3 -m pytest
```
The first runtime slice implements artifacts, collections, relationships,
in-memory storage, ingestion adapters, query, workflow run manifests, and
agent-facing context packages.