Commit Optimization

Use when configuring settings.json to reduce commit-pro's context token usage.

fusengine Updated

File contents

Commit Optimization

Optimization: Disable Built-in Git Instructions

For best results with commit-pro, add this to your ~/.codex/settings.json:

{
  "includeGitInstructions": false
}

This removes Codex's built-in commit/PR workflow instructions from the system prompt, saving 2-5% context tokens. commit-pro provides its own comprehensive git workflow that supersedes the defaults.

Note: CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS=1 env var takes precedence over this setting.

fusengine/codex/tree/main/plugins/commit-pro/skills/commit-optimization commit 7c18dfdce0

Frequently asked questions

npx skillmds@latest add fusengine/commit-optimization-2