conductor(archive): move 39 completed tracks (2026-05 to 2026-06) to archive/

This commit is contained in:
ed
2026-06-03 00:09:52 -04:00
parent 0ffeccc7d3
commit 594f14f943
160 changed files with 94 additions and 21 deletions
@@ -0,0 +1 @@
# Track curate_provider_registries_20260507 Context\n\n- [Specification](./spec.md)\n- [Implementation Plan](./plan.md)\n- [Metadata](./metadata.json)\n
@@ -0,0 +1,6 @@
{
"track_id": "curate_provider_registries_20260507",
"type": "chore",
"status": "new",
"description": "Move the PROVIDERS list to models.py and update all references to use this single source of truth."
}
@@ -0,0 +1,8 @@
# Implementation Plan: Curate Provider Registries
## Phase 1: Execution
- [x] Task: Define PROVIDERS in models.py
- [x] Task: Remove PROVIDERS list from AppController and App
- [x] Task: Update all provider loop references in gui_2.py and app_controller.py
- [x] Task: Run full test suite
- [x] Conductor - User Manual Verification (Protocol in workflow.md)
@@ -0,0 +1 @@
# Specification: Curate Provider Registries\n\n## Overview\nMove the PROVIDERS list to models.py and update all references to use this single source of truth.\n\n## Acceptance Criteria\n- [ ] All tasks completed without breaking the test suite.\n