ManjaLee adds an inline "Fix with ManjaLee" quick action that sends a small, repo-aware context payload to a local agent and returns a safe, previewable fix (diff + explanation + confidence).
This README explains how to run the local backend, build the extension, and use ManjaLee in development.
Features
Detects simple diagnostics and surfaces a Quick Fix.
Shows a side-by-side diff preview and explanation from the agent.
One-click apply for single-file fixes (v1).
Troubleshooting
If vsce package complains about secrets, ensure .env is not included in the packaging or use npm run package:vsix:safe.
If the extension does not show the quick fix, confirm the backend is running and the file contains TODO_ERROR (example diagnostic). Real diagnostic wiring is a future improvement.
Contributing
The repo is split into apps/ (vscode-extension, backend) and packages/ (shared helpers).
See root README.md for repo-level instructions.
License
This scaffold is a starting point — add a LICENSE file before publishing.