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.git cl upload --commit-description=+ or git cl desc -n with a generic
file to upload subsequent patchsets unless you have explicitly verified that
the user has not made Web UI edits. Omit --commit-description on
subsequent uploads to preserve human-authored online edits.