turnstone/tests/context
pyr0ball b23a60a602 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: add context_facts, context_documents, context_chunks tables to schema 2026-05-13 15:51:19 -07:00
test_chunker.py feat: context chunker — type detection, YAML extraction, text chunking 2026-05-13 15:54:51 -07:00
test_schema.py feat: add context_facts, context_documents, context_chunks tables to schema 2026-05-13 15:51:19 -07:00
test_store.py feat: context store — fact and document CRUD 2026-05-13 15:53:03 -07:00