Add architecture package and application skeleton

This commit is contained in:
2026-07-03 21:09:47 +03:00
parent 7d6cc1c83e
commit ce2b263e52
47 changed files with 2377 additions and 53 deletions
+36
View File
@@ -0,0 +1,36 @@
# Testing Strategy
## Layers
### Unit Tests
- state transitions
- policy evaluation
- graph readiness
- fallback logic
### Contract Tests
- API schemas
- worker envelopes
- MCP result normalization
- model router output contracts
### Integration Tests
- repository implementations
- event streaming
- config loader
- storage adapters
### Scenario Tests
- create task -> plan -> execute -> finalize
- confirm flow
- weak retry then strong fallback
- worker result ingestion
### Smoke Tests
Обязательный список зафиксирован в [tests/smoke/SMOKE_TESTS.md](/Z:/codex/ai_orchestrator/tests/smoke/SMOKE_TESTS.md).