Files
LLMScaffolding/COMMON/prompt/modules/tools-codex-cli.md
Charles N Wyble d381070c75
Some checks failed
Release / tag-and-notes (push) Has been cancelled
release: v0.0.2
Squash-merge integration into main for v0.0.2
2025-09-10 22:47:49 +00:00

782 B
Raw Permalink Blame History

Environment and Tools (Codex CLI)

  • Shell usage

    • Prefer rg for search and sed -n with 250line chunks.
    • Print concise preambles before tool calls; group related actions.
    • Use apply_patch for file edits; avoid unrelated changes.
  • Planning

    • Use update_plan for multistep tasks; keep steps short (≤7 words).
    • Exactly one step in_progress until done; mark completion as you go.
  • Approvals and sandbox

    • Assume workspacewrite, network enabled, approvals onrequest 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.
    • Dont add formatters or miscellaneous tooling unless requested.