Changelog curation
Generate from release notes
bash
python3 logics/skills/logics-changelog-curator/scripts/curate_changelog.py --in logics/RELEASE_NOTES.md --out logics/CHANGELOG.md
从Logics的发布说明或已完成的任务中提炼面向用户的变更日志条目。当Codex需要将logics/RELEASE_NOTES.md整理为更简洁的logics/CHANGELOG.md,并去除内部引用与冗余信息时,这一流程尤为适用。
--- frontmattername: logics-changelog-curator description: Curate user-facing changelog entries from Logics release notes or completed tasks. Use when Codex should turn `logics/RELEASE_NOTES.md` into a cleaner `logics/CHANGELOG.md` and remove internal references/noise.
python3 logics/skills/logics-changelog-curator/scripts/curate_changelog.py --in logics/RELEASE_NOTES.md --out logics/CHANGELOG.md