Changelog Format
Exact specification from Research decision 3.4.
The project Changelog ({Project}_Changelog.md) is the file change manifest across all Plans. It lists all files and database records modified.
For Files
- Note the commit hash before changes (the starting point)
- List each file changed
- Note the commit hash after the committed changes (the ending point)
For Database Records
For each modified database record, note:
- Model — the database model (e.g.,
Bot,Prompt) - ID — the record ID (e.g.,
prm_cmq83857c000101mzrhmopc03) - Name — the record name, when available
- New version — the new version number, when available