Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .agents/scripts/_archive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ and git history (patterns may be useful for future bulk fixes).
| fix-sc2155-simple.sh | Fix SC2155 (declare and assign separately) | ShellCheck compliance |
| fix-shellcheck-critical.sh | Fix critical ShellCheck issues | ShellCheck compliance |
| fix-string-literals.sh | String literals fix | .agent->.agents rename |
| comprehensive-quality-fix.sh | Comprehensive quality fixes (returns, SC2155, strings) | Quality hardening |
| efficient-return-fix.sh | Efficient bulk return statement fixer | Quality hardening |
| find-missing-returns.sh | Find functions missing explicit returns | Quality hardening |
| mass-fix-returns.sh | Mass add return statements to functions | Quality hardening |

All scripts have 0 references in the active codebase as of 2026-02-07.
All scripts have 0 references in the active codebase as of 2026-02-10.
4 changes: 0 additions & 4 deletions tests/test-smoke-help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ SKIP_HELP=(
"generate-opencode-commands.sh"
"generate-skills.sh"
"opencode-prompt-drift-check.sh"
"find-missing-returns.sh"
"mass-fix-returns.sh"
"efficient-return-fix.sh"
"comprehensive-quality-fix.sh"
"quality-fix.sh"
"sonarcloud-autofix.sh"
"monitor-code-review.sh"
Expand Down