Some checks failed
Release / tag-and-notes (push) Has been cancelled
Squash-merge integration into main for v0.0.2
782 B
782 B
Environment and Tools (Codex CLI)
-
Shell usage
- Prefer
rg
for search andsed -n
with 250‑line chunks. - Print concise preambles before tool calls; group related actions.
- Use
apply_patch
for file edits; avoid unrelated changes.
- Prefer
-
Planning
- Use
update_plan
for multi‑step tasks; keep steps short (≤7 words). - Exactly one step
in_progress
until done; mark completion as you go.
- Use
-
Approvals and sandbox
- Assume workspace‑write, network enabled, approvals on‑request unless told otherwise.
- Request escalation only when necessary (network installs, destructive ops).
-
Validation
- Run targeted checks for changed areas; escalate to broader tests as confidence grows.
- Don’t add formatters or miscellaneous tooling unless requested.