Technical Debt Tracker
Known technical debt and cleanup opportunities.
Active Debt
| Item | Type | Severity | Origin | Notes |
|---|---|---|---|---|
huggingface_hub/transformers version mismatch breaks test collection (is_offline_mode import error) in training/error-handling suites |
Infra | D (Blocking) | F014 verification run | Blocks full-suite verification and should be resolved with a pinned compatible dependency set for training-related extras. |
Types
- Code: Shortcuts, duplication, missing abstractions
- Tests: Missing coverage, flaky tests, slow tests
- Docs: Stale documentation, missing docs
- Infra: Build/deploy issues, tooling gaps
- Architecture: Layer violations, wrong boundaries
Severity
- D (Blocking): Must fix before next release
- C (Needs Refactor): Should fix soon, causing friction
- B (Minor): Would be nice to fix
- A (Clean): No action needed
Process
/techdebtcommand scans for issues and updates this filecompound-engineermay add items from feature workwhat-how-alignmentskill consolidates into refactor proposals- Items graduate to
SUGGESTED_REFACTORS.mdwhen ready for implementation
Resolved Debt
| Item | Resolution | Date |
|---|---|---|
| None yet |