Files
LLMScaffolding/COMMON/prompt/modules/tools-codex-cli.md
ReachableCEO d2eb0e1f79 feat(prompts): modular agent packs and builder
- Add COMMON prompt modules + manifests (base, CTO, COO)
- Add scripts/prompts builder (runs in CI container with host uid/gid)
- Make targets: prompts, prompts-check
2025-09-10 17:34:28 -05: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.