Install baseline justfile for stack (python, javascript, java, polyglot)
/plugin marketplace add bryonjacob/aug/plugin install bryonjacob-aug-just-aug-just@bryonjacob/aug<stack>Generate level 0 justfile. All baseline commands, stack-appropriate implementations. ## Usage ## Instructions 1. **Load skill** 2. **Verify no existing justfile** 3. **Generate justfile** Create justfile with: - All baseline commands (level 0) - Exact comment strings from skill - Stack-appropriate implementations - Stubs for non-applicable commands (`@echo "⚠️ not implemented"`) 4. **Write justfile** Use Write tool to create `justfile` in current directory. 5. **Validate** 6. **Report** ## Stack Templates **Python:** uv, ruff, mypy, pytest **J...