Skip to content

Commit 28ca4a6

Browse files
committed
Release v5.0.0
1 parent 33b45f2 commit 28ca4a6

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

.tasks.jsonl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
{"id":"xJaNPgIx","description":"Fix compose-agentsmd apply-rules failure when origin remote already exists","stage":"done","createdAt":"2026-03-29T13:08:30.548Z","updatedAt":"2026-03-29T13:14:26.902Z","committedEventId":"4SD8jJPfMeKLuF_w"}
33
{"id":"1NJyn9vH","description":"compose-agentsmd: switch rules budget checks from line counts to token counts","stage":"committed","createdAt":"2026-04-02T04:04:54.807Z","updatedAt":"2026-04-02T04:12:53.210Z","committedEventId":"UJbNwJexJOLP96-I"}
44
{"id":"eySrh3k1","description":"compose-agentsmd: resolve remaining token-budget follow-up issues (audit fixes and rules wording alignment)","stage":"committed","createdAt":"2026-04-02T04:30:03.655Z","updatedAt":"2026-04-02T04:31:01.075Z","committedEventId":"CDUKDDQqHzdiHHyc"}
5+
{"id":"jUzooHwo","description":"compose-agentsmd: release and publish the unpublished changes after v4.0.0","stage":"committed","createdAt":"2026-04-02T05:22:20.458Z","updatedAt":"2026-04-02T05:23:34.213Z","committedEventId":"7I0YiUSsjUXu8VO9"}

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Unreleased
6-
7-
- Switched global-rule budget checks and warnings from line counts to `o200k_base` token counts.
8-
- Updated the ruleset schema, JSON output, README, and tests to use `budget.totalTokens` / `budget.moduleTokens`.
5+
## 5.0.0 - 2026-04-02
6+
7+
- Breaking change: switched global-rule budget checks, schema fields, warnings,
8+
and JSON output from line counts to `o200k_base` token counts
9+
(`budget.totalTokens` / `budget.moduleTokens`).
10+
- Updated README and tests to match the token-based budget model and new
11+
default thresholds.
12+
- Hardened `apply-rules` fallback handling for partial clone failures.
13+
- Remediated the remaining npm development dependency advisories via
14+
`npm audit fix`.
915

1016
## 4.0.0 - 2026-03-19
1117

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compose-agentsmd",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "CLI tools for composing repository-local and user-global agent instruction files from modular rule sets",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)