[git]
auto_commit = true
commit_template = """
{summary}
{details}
🤖 codex
"""작업 끝날 때마다 자동 커밋
나중에 git log로 작업 흐름 추적 가능
다만 commit이 너무 잦아져서 PR이 100커밋 됨
squash merge 강제 룰 같이 박아야 안 더러워짐
[git]
auto_commit = true
commit_template = """
{summary}
{details}
🤖 codex
"""작업 끝날 때마다 자동 커밋
나중에 git log로 작업 흐름 추적 가능
다만 commit이 너무 잦아져서 PR이 100커밋 됨
squash merge 강제 룰 같이 박아야 안 더러워짐