docs: add worktree instruction to AGENTS.md (#508)

This commit is contained in:
Marius
2026-02-20 11:44:38 +01:00
committed by GitHub
parent 1a3ea9a3b1
commit ecd764be58
+1
View File
@@ -6,6 +6,7 @@ Kilo CLI is an open source AI coding agent that generates code from natural lang
- The default branch in this repo is `dev`.
- Local `main` ref may not exist; use `dev` or `origin/dev` for diffs.
- Prefer automation: execute requested actions without confirmation unless blocked by missing info or safety/irreversibility.
- You may be running in a git worktree. All changes must be made in your current working directory — never modify files in the main repo checkout.
## Build and Dev