Custom Types

Share team-specific commit types through `.tagolycustom`.

Feature doc
{ "customTags": [{ "key": "perf", "label": "Performance improvement" }] }config
Overview

Create `.tagolycustom` in a repository root to share custom commit tags with the team. Tagoly checks the repository config first, then falls back to `~/.tagolycustom`, so teams can define shared tags while individual developers keep personal defaults.

What it includes
4 workflow details

Add tags such as `ci`, `perf`, `test`, `hotfix`, `ux`, or `infra`

Prefer repository config, then fall back to user-level config

Keep custom tag keys lowercase for reliable parsing

Adapt commit language for product, platform, or infrastructure teams