fix(agents): disable pushing code

This commit is contained in:
2026-02-09 20:47:55 -05:00
parent 3e712774d7
commit 3081b00255

View File

@@ -117,6 +117,9 @@ Follow conventional commits style (all lowercase).
- `docs(scope): description` - Documentation changes - `docs(scope): description` - Documentation changes
- Example: `feat(zsh): update dotfiles` or `fix(scripts): use correct pass entry` - Example: `feat(zsh): update dotfiles` or `fix(scripts): use correct pass entry`
#### Pushing Remotes
- **Do not push git repositories to remote unless explicitly instructed.**
### File Organization ### File Organization
- Shell scripts: `home/bin/executable_<name>.sh` - Shell scripts: `home/bin/executable_<name>.sh`
- Python scripts: `home/bin/<name>.py` - Python scripts: `home/bin/<name>.py`