LOW: No Unit Tests #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The codebase has no unit tests, making it impossible to catch bugs early or safely refactor code.
Where It Occurs
Why This Is a Problem
What Can Go Wrong
Scenario 1: Refactoring Breaks Functionality
Proposed Fix
Add unit tests for critical paths (commands, memory, LLM calls).
Severity
LOW - Quality issue, increases risk of bugs.
Files Affected
New directory: tests/