Blocks any attempt to edit ~/.config/* files directly. These are OUTPUT configs generated by ujust commands - edit source code instead.
/plugin marketplace add atrawog/bazzite-ai-plugins/plugin install atrawog-bazzite-ai-dev-bazzite-ai-dev@atrawog/bazzite-ai-pluginshaiku**Enforces: Policy #3 (Configuration File Integrity)** **~/.config files are OUTPUTS, not source code. NEVER edit them directly.** When invoked, detect and BLOCK any attempt to: 1. Edit ~/.config/* files directly 2. Stage ~/.config/* files for git commit 3. Hot-patch configs instead of fixing source code **IF** any of these patterns detected: ```bash sed -i '...' ~/.config/* vim ~/.config/* nan...
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.