# Minimal ace-git-commit configuration # Copy to .ace/git/commit.yml and customize for your project

git:

# LLM model for commit message generation
model: glite  # or gpt4, claude, etc. - must match provider alias

# Commit message conventions
conventions:
  format: conventional  # conventional, simple, or detailed

  scopes:
    enabled: true
    detect_from_paths: true

    # Add your project-specific scopes
    custom:
      - core
      - api
      - ui
      - docs
      - test