generated from coulomb/repo-seed
26 lines
576 B
Markdown
26 lines
576 B
Markdown
# kontextual-engine
|
|
|
|
AI-first, headless knowledge engine for persistent, operable structured
|
|
knowledge.
|
|
|
|
Start here:
|
|
|
|
- `INTENT.md`
|
|
- `wiki/ProductRequirementsDocument.md`
|
|
- `wiki/FunctionalRequirementsSpecification.md`
|
|
- `SCOPE.md`
|
|
- `docs/stack-decision.md`
|
|
- `docs/markitect-main-scope-assessment.md`
|
|
- `docs/markitect-tool-reuse-boundary.md`
|
|
- `docs/system-layer-extraction-inventory.md`
|
|
- `docs/system-layer-migration-backlog.md`
|
|
- `workplans/`
|
|
|
|
## Development
|
|
|
|
This repo uses Python 3.12+, setuptools, a `src/` package layout, and pytest.
|
|
|
|
```bash
|
|
python3 -m pytest
|
|
```
|