markitect-main/tests/unit/infospace
tegwick 3461d2f354 feat(infospace): add per-entity evaluation pipeline and CLI command (S2.3)
Evaluation pipeline builds prompts from entity metadata, delegates
to BatchEvaluator, parses structured LLM responses into ScoreEntry
objects, and writes evaluation files. CLI: 'markitect infospace evaluate'
with --provider, --entity, --chapter filters.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 01:48:34 +01:00
..
__init__.py feat(infospace): add entity metadata parser (S1.1) 2026-02-19 00:27:45 +01:00
test_cli.py feat(infospace): add lifecycle CLI commands — init, status, entities, viability (S2.2) 2026-02-19 01:46:54 +01:00
test_config.py feat(infospace): add infospace configuration model and state (S2.1) 2026-02-19 01:44:14 +01:00
test_entity_parser.py feat(infospace): add entity metadata parser (S1.1) 2026-02-19 00:27:45 +01:00
test_evaluate.py feat(infospace): add per-entity evaluation pipeline and CLI command (S2.3) 2026-02-19 01:48:34 +01:00
test_evaluation.py feat(infospace): add structured evaluation output with history and diffing (S1.5) 2026-02-19 01:35:22 +01:00
test_schema_validator.py feat(infospace): add schema compliance validator (S1.2) 2026-02-19 00:48:57 +01:00