-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
_status.py and _tui_classify.py return different status sets. Merge into one canonical classifier in _status.py. Make _tui_classify.py call the canonical one with a display-name mapping. Track issue #2799.
Files to modify:
- src/amplihack/fleet/_status.py
- src/amplihack/fleet/_tui_classify.py
Requirements:
- Identify all status values in both _status.py and _tui_classify.py
- Create canonical status enum/set in _status.py with all states
- Make _tui_classify.py import and use the canonical classifier
- Add display-name mapping in _tui_classify.py for TUI-friendly labels
- Update any imports across the fleet module
- All 918+ fleet tests must pass
- Commit changes on this branch
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels