970 B
970 B
AGENTS.md
Rules and behavior for automated agents working on Jabali.
Baseline
- Read
AGENT.mdfirst; it is the authoritative project guide. - Work from
/var/www/jabali. - Use ASCII in edits unless the file already uses Unicode.
Editing
- Prefer
rgfor search; fall back togrepif needed. - Use
apply_patchfor small manual edits. - Avoid
apply_patchfor generated files (build artifacts, lockfiles, etc.). - Avoid destructive git commands unless explicitly requested.
Git
- Do not push unless the user explicitly asks.
- Bump
VERSIONbefore every push. - Keep
install.shversion fallback in sync withVERSION. - Push to GitHub from
root@192.168.100.50.
Operational
- If you add dependencies, update both install and uninstall paths.
- For installer/upgrade changes, consider ownership/permissions for:
storage/,bootstrap/cache/,public/build/,node_modules/.
- Run tests if available; if not, report what is missing.