- 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_chunker.py | ||
| test_schema.py | ||
| test_store.py | ||