qa(advisoryai): verify deterministic replay feature

This commit is contained in:
master
2026-02-11 14:28:58 +02:00
parent 4424848283
commit 33360e8d9d
14 changed files with 574 additions and 8 deletions

View File

@@ -0,0 +1,49 @@
# Sprint 20260211_020 - AdvisoryAI Unchecked Feature Verification Batch 3
## Topic & Scope
- Continue FLOW-based verification for remaining unchecked `advisoryai` features after batch-2 completion.
- Prioritize deterministic replay capability claims and convert verified dossiers to `docs/features/checked/advisoryai/`.
- Produce Tier 0/1/2 artifacts for replay contracts, implementation, and behavior tests.
- Working directory: `src/AdvisoryAI`.
- Expected evidence: `docs/qa/feature-checks/runs/advisoryai/**`, `docs/qa/feature-checks/state/advisoryai.json`, feature-file moves.
## Dependencies & Concurrency
- Depends on `docs/qa/feature-checks/FLOW.md` and `src/AdvisoryAI/**`.
- Cross-directory updates are limited to `docs/features/**`, `docs/qa/feature-checks/**`, `docs/implplan/**`, and AdvisoryAI local task boards.
- Concurrent-agent rule: if another agent already terminalizes the same feature, record the skip/conflict note and continue to the next queue item.
## Documentation Prerequisites
- `docs/qa/feature-checks/FLOW.md`
- `src/AdvisoryAI/AGENTS.md`
- `docs/modules/advisory-ai/architecture.md`
## Delivery Tracker
### QA-AIAI-VERIFY-005 - Verify `deterministic-ai-artifact-replay`
Status: DONE
Dependency: none
Owners: QA / Test Automation
Task description:
- Verify deterministic AI replay contracts and behavior across AdvisoryAI replay implementation, vector deterministic encoder, and Attestor replay schema models.
- Capture Tier 0 source evidence, Tier 1 build + focused test evidence, and Tier 2 behavioral replay verification evidence.
- Move feature file from `docs/features/unchecked/advisoryai/` to `docs/features/checked/advisoryai/` on pass.
Completion criteria:
- [x] Tier 0 source verification completed.
- [x] Tier 1 build and test verification completed.
- [x] Tier 2 behavioral verification completed with fresh run evidence.
- [x] State file updated and feature moved to checked.
## Execution Log
| Date (UTC) | Update | Owner |
| --- | --- | --- |
| 2026-02-11 | Sprint created; started `deterministic-ai-artifact-replay` verification with run-001. | QA |
| 2026-02-11 | `deterministic-ai-artifact-replay` verified (run-001 Tier 0/1/2 pass) with replay determinism and vector retrieval behavior evidence (`12/12`) and moved to `docs/features/checked/advisoryai/`. | QA |
## Decisions & Risks
- Decision: No active FLOW problem-state entries remained at selection time; continuing with next AdvisoryAI unchecked feature.
- Risk: Feature dossier references both AdvisoryAI and Attestor replay models; verification must cover cross-module contract parity without modifying Attestor runtime code.
- Mitigation: include Attestor replay schema files in Tier 0/code-review evidence and keep implementation edits scoped to verification artifacts/docs only.
## Next Checkpoints
- `QA-AIAI-VERIFY-005` completed; re-scan global state before selecting the next feature.