Skip to content

put unfixed issues in .reviewer/ instead of ~/temp/#19

Open
evgunter wants to merge 1 commit into
mainfrom
mngr/paths
Open

put unfixed issues in .reviewer/ instead of ~/temp/#19
evgunter wants to merge 1 commit into
mainfrom
mngr/paths

Conversation

@evgunter
Copy link
Copy Markdown
Collaborator

@evgunter evgunter commented May 26, 2026

everything else goes in .reviewer so this should too. no real opinion on the path within .reviewer/outputs/autofix though


Summary

While auditing path consistency in the plugin (everything is supposed to live under .reviewer/), the reviewer-autofix-ignore-minor-issues skill was found to instruct the autofix agent to append unfixed issues to ~/temp/issues/<hash>.jsonl — the only path in the plugin that escaped the .reviewer/ tree, writing into the user's $HOME.

This points it at .reviewer/outputs/autofix/unfixed/<hash>.jsonl, alongside the existing autofix issue outputs (.reviewer/outputs/autofix/issues/<hash>.jsonl). In consuming projects .reviewer/ is gitignored, so these stay out of version control.

Notes

  • No stale .autofix/ directory or path references exist anywhere in the repo — all autofix paths are correctly nested under .reviewer/.
  • The jq command was validated after the edit (parses cleanly, path resolves as expected).

Related

🤖 Generated with Claude Code

The reviewer-autofix-ignore-minor-issues skill instructed the agent to
append unfixed issues to ~/temp/issues/<hash>.jsonl, the only path in the
plugin that escaped the .reviewer/ tree. Point it at
.reviewer/outputs/autofix/unfixed/<hash>.jsonl, alongside the existing
autofix issue outputs (and gitignored in consuming projects).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@evgunter evgunter changed the title Write unfixed autofix issues under .reviewer/ instead of ~/temp put unfixed issues in .reviewer/ instead of ~/temp/ May 26, 2026
@evgunter evgunter marked this pull request as ready for review May 26, 2026 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant