turnstone/app/context
pyr0ball c62b0bb12a feat: context chunker — type detection, YAML extraction, text chunking
- Implement document type detection for yaml/json/markdown/text
- Extract service facts from docker-compose YAML (names, images, ports)
- Split text into overlapping word chunks (300-word default with 50-word overlap)
- Enforce 5 MB file size limit
- Comprehensive TDD test suite: 15 tests passing
2026-05-13 15:54:51 -07:00
..
__init__.py feat: context store — fact and document CRUD 2026-05-13 15:53:03 -07:00
chunker.py feat: context chunker — type detection, YAML extraction, text chunking 2026-05-13 15:54:51 -07:00
store.py feat: context store — fact and document CRUD 2026-05-13 15:53:03 -07:00