# Scaffold: docs/history/CHANGELOG.md

Baseline scaffold — created if missing (the `maintenance` agent's baseline calls this). Target file: `docs/history/CHANGELOG.md`.

```
# Changelog

All notable changes to {Project Name} will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

---

## [Unreleased]

{entries added here as work proceeds; promoting them under a release heading is the one sanctioned edit to this index — the dated entry files themselves stay frozen}

---

## Links

- [Setup Guide](../operations/setup.md)
- [Architecture](../architecture/)

---

## How to Update This Changelog

1. Create a dated change file in `docs/history/changelog/`:
   `docs/history/changelog/YYYY-MM-DD-feature-name.md`

2. Update this CHANGELOG.md with a high-level summary linking to the detail file

3. Follow Keep a Changelog categories:
   - **Added** for new features
   - **Changed** for changes in existing functionality
   - **Deprecated** for soon-to-be removed features
   - **Removed** for now removed features
   - **Fixed** for bug fixes
   - **Security** for security improvements
```
