@CLAUDE.md
This repository uses Tegami for versioning and publishing.
Create pending changelog files under .tegami/ as YYYY-MM-DD-{hash}.md.
See the changelog format docs for details.
---
packages:
"npm:@acme/ui": patch
---
### Fix button hover state
The hover color now matches the design system.Use package names, ids, or groups in frontmatter. For example:
"@acme/ui"— package name"npm:@acme/ui"— package id"group:acme"— every package in a group
Rules:
- Include YAML frontmatter with
packages - Include at least one
#,##, or###heading in the body - Write user-facing release notes under each heading
- Do not edit the publish lock file (
.tegami\publish-lock.yaml) or packageCHANGELOG.mdfiles directly