agents/rules/execution-constraints.md
To ensure efficient operation and prevent resource waste:
code_search or grep_search instead of
reading blindly).agents/skills/. Break down tasks and delegate to subagents to maximize
parallelism. Avoid sequential execution of independent tasks.--no-pager or ensure PAGER=cat
is set when running commands that might produce long output (e.g.,
git branch, git log), to avoid getting stuck in a pager waiting for user
input.origin/main). Avoid creating spurious CLs or polluting
existing CLs with unrelated changes.git cl upload, ALWAYS
verify that the diff relative to upstream contains ONLY the intended changes.
Use git diff --name-only origin/main..HEAD to check the list of files being
uploaded. If unrelated files are present, remove them before uploading.