cli/internal/cmd/qa
Snider 04949a21f1 chore(io): Migrate pkg/repos to Medium abstraction
- Modified Registry and Repo structs in pkg/repos/registry.go to include io.Medium.
- Updated LoadRegistry, FindRegistry, and ScanDirectory signatures to accept io.Medium.
- Migrated all internal file operations in pkg/repos/registry.go to use the Medium interface instead of io.Local or os package.
- Updated dozens of call sites across internal/cmd/ to pass io.Local to the updated repos functions.
- Ensured consistent use of io.Medium for repo existence and git checks.
2026-02-04 14:27:06 +00:00
..
cmd_docblock.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cmd_health.go chore(io): Migrate pkg/repos to Medium abstraction 2026-02-04 14:27:06 +00:00
cmd_issues.go chore(io): Migrate pkg/repos to Medium abstraction 2026-02-04 14:27:06 +00:00
cmd_qa.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cmd_review.go feat(errors): Unify errors and logging (#180) 2026-02-02 06:48:40 +00:00
cmd_watch.go feat(errors): Unify errors and logging (#180) 2026-02-02 06:48:40 +00:00