Frontmatter5 fields
type- Workflow
title- Changelog Update Workflow
description- How agents maintain CLI changelog memory.
tagstimestamp
Changelog Update Workflow
Trigger
Use this workflow when a change affects users. This requirement applies to these changes:
- CLI behavior, output, flags, or help text
- Validation rules or export output
- Viewer behavior or setup prompts
- Registry behavior or release packages
- npm wrapper behavior
- User documentation
Inspect
- Read the CLI changelog.
- Inspect the changed files with
git diff --stat. - Inspect the applicable file diffs.
- Read the related command or exporter pages under features.
Update
Add an entry under ## Unreleased in the CLI changelog. Include this information:
- The change
- Its effect on users
- Source anchors
- Updated documentation
Keep entries short. Group entries by date.
Do not update
Do not add an entry for a formatting-only edit.
Do not add an entry for an internal cleanup that does not change behavior. Do not add an entry for a dependency change that does not affect users.
Verify
Run:
okn validate "Wiki"
Fix all errors and avoidable warnings.