Skip to content

Commit 7168fdf

Browse files
committed
chore(cleanup): consolidate catalog generation
1 parent b6df1e1 commit 7168fdf

6 files changed

Lines changed: 5717 additions & 296 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1313
- Do not edit a version block that has already been committed and pushed
1414
-->
1515

16+
## [2.1.6] - 2026-04-23
17+
18+
### Changed
19+
- **`PROJECT/cleanup.sh`** — absorbed the repo-catalog generator as a new `catalog` subcommand, so the project cleanup tool is now the single implementation for both project-doc hygiene and repo metadata catalog generation.
20+
- **`tools/cleanup.sh`** — reduced to a compatibility wrapper that forwards to `./PROJECT/cleanup.sh catalog`, preserving the old path for existing callers while eliminating duplicated catalog-generation logic.
21+
- **Cleanup docs + repo catalog metadata** — updated the cleanup guidance to point at the merged entrypoint, refreshed the portable `CLEANUP.md` appendix from the live script, and regenerated `tools/mcp-server/repo-catalog.json` so catalog notes now distinguish the real source of truth from the compatibility shim.
22+
1623
## [2.1.5] - 2026-04-23
1724

1825
### Changed

0 commit comments

Comments
 (0)