chore(conductor): Archive track 'test_curation_20260225'

This commit is contained in:
2026-02-25 22:06:20 -05:00
parent e596a1407f
commit 8abf5e07b9
6 changed files with 0 additions and 7 deletions

View File

@@ -0,0 +1,35 @@
# Implementation Plan: Test Suite Curation and Organization
This plan outlines the process for categorizing, organizing, and curating the existing test suite using a central manifest and exhaustive review.
## Phase 1: Research and Inventory [checkpoint: be689ad]
- [x] Task: Initialize MMA Environment `activate_skill mma-orchestrator` be689ad
- [x] Task: Inventory all existing tests in `tests/` and mapping them to categories be689ad
- [x] Task: Identify failing and redundant tests through a full execution sweep be689ad
- [x] Task: Conductor - User Manual Verification 'Phase 1: Research and Inventory' (Protocol in workflow.md) be689ad
## Phase 2: Manifest and Tooling [checkpoint: 6152b63]
- [x] Task: T3-P2-1-STUB: Design tests.toml manifest schema (Completed by PM) 6152b63
- [x] Task: T3-P2-1-IMPL: Populate tests.toml with full inventory 6152b63
- [x] Task: T3-P2-2-STUB: Stub run_tests.py category-aware interface 6152b63
- [x] Task: T3-P2-2-IMPL: Implement run_tests.py filtering logic (Verified) 6152b63
- [x] Task: Verify that Conductor/MMA tests can be explicitly excluded from default runs (Verified) 6152b63
- [x] Task: Conductor - User Manual Verification 'Phase 2: Manifest and Tooling' (Protocol in workflow.md) 6152b63
## Phase 3: Curation and Consolidation
- [x] Task: FIX-001: Fix CliToolBridge test decision logic (context variable)
- [x] Task: FIX-002: Fix Gemini CLI Mock integration flow (env inheritance, multi-round tool loop, auto-dismiss modal)
- [x] Task: FIX-003: Fix History Bleed limit for gemini_cli provider
- [x] Task: CON-001: Consolidate History Management tests (6 files -> 1)
- [x] Task: CON-002: Consolidate Headless API tests (3 files -> 1)
- [x] Task: Standardize test naming conventions across the suite (Verified)
- [x] Task: Conductor - User Manual Verification 'Phase 3: Curation and Consolidation' (Protocol in workflow.md)
## Phase 4: Final Verification
- [x] Task: Execute full test suite by category using the new manifest (Verified)
- [x] Task: Verify 100% pass rate for all non-blacklisted tests (Verified)
- [x] Task: Generate a final test coverage report (Verified)
- [x] Task: Conductor - User Manual Verification 'Phase 4: Final Verification' (Protocol in workflow.md)
## Phase: Review Fixes
- [x] Task: Apply review suggestions c239660