You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare v0.2.2 as a documentation-only patch release. Updates package metadata, README, SECURITY.md, and CHANGELOG to v0.2.2. No runtime behavior changes.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,20 @@ This project has a published GitHub Release line, but no stable support or API g
6
6
7
7
## [Unreleased]
8
8
9
+
No unreleased changes.
10
+
11
+
## [0.2.2] - 2026-06-18
12
+
9
13
### Changed
10
14
11
-
- Documented the published `v0.2.1` GitHub Release and PyPI package state on `main`.
12
-
- Synced public security, README, and changelog wording after `v0.2.1` publication, PyPI availability, and GitHub Release assets were verified.
15
+
- Released a documentation-only patch for the public `v0.2.2` GitHub Release and PyPI package line.
16
+
- Synced SECURITY.md, README.md, CHANGELOG.md, package metadata, and release references so the published package no longer points users at stale `v0.2.1` public-truth wording.
17
+
- Preserved the existing runtime behavior, governance diagnostics, CI workflow, PyPI Trusted Publishing workflow, and previous release tags.
18
+
19
+
### Release notes
20
+
21
+
- No runtime code or behavior changes are included in this patch release.
22
+
- The existing `v0.2.1` tag was not moved; `v0.2.2` is cut as a new docs-only patch release.
13
23
14
24
## [0.2.1] - 2026-06-17
15
25
@@ -37,7 +47,7 @@ This project has a published GitHub Release line, but no stable support or API g
37
47
- Clarified packaging smoke documentation to distinguish console-script execution from `python -m agent_rules_kit.cli` module execution.
38
48
- Clarified README installation, normal CLI usage, development virtual environment requirements, local checks, and next-release audit readiness.
39
49
- Added Ruff linting to local checks and CI by installing project development dependencies before running `./scripts/check.sh`.
40
-
- Synced product strategy and threat model wording with the published `v0.2.0` release line and unreleased post-`v0.2.0` main state.
50
+
- Synced product strategy and threat model wording with the published `v0.2.0` release line and the pre-`v0.2.1` main state.
41
51
- Synced support, security, README, and release-truth documentation after the published `v0.2.0` GitHub Release.
42
52
- Added CLI output examples and governance rules reference documentation after the `v0.2.0` tag.
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ The default behavior is read-only.
135
135
136
136
## What This Project Does
137
137
138
-
`v0.2.1` is published as a GitHub Release and as the first PyPI package line for `agent-rules-kit`. Current `main` reflects that published state and may include later documentation or maintenance updates.
138
+
`v0.2.2` is published as a GitHub Release and PyPI package for `agent-rules-kit`. Current `main` reflects that published state and may include later documentation or maintenance updates.
139
139
140
140
The implemented behavior includes:
141
141
@@ -150,7 +150,7 @@ The implemented behavior includes:
150
150
- avoids LLM calls;
151
151
- avoids executing commands from analyzed repositories.
152
152
153
-
Governance diagnostics were introduced in `v0.2.0` and hardened through the published `v0.2.1` release.
153
+
Governance diagnostics were introduced in `v0.2.0` and hardened through the published `v0.2.1` release.`v0.2.2` is a documentation-only public-truth patch.
154
154
155
155
These diagnostics are heuristic findings for instruction-file governance. They are meant to flag review-worthy instruction patterns, not to prove that a repository is safe.
156
156
@@ -173,7 +173,7 @@ Current `main` evaluates the following governance finding rules, in stable evalu
173
173
174
174
Governance findings are intentionally conservative and pattern-based. They may produce false positives or false negatives, and they are not a substitute for maintainer review.
175
175
176
-
The `v0.2.0` GitHub Release introduced this governance rule set. The published `v0.2.1` release includes subsequent governance hardening, coverage expansion, and release/PyPI documentation sync without moving the `v0.2.0` tag.
176
+
The `v0.2.0` GitHub Release introduced this governance rule set. The published `v0.2.1` release includes subsequent governance hardening and coverage expansionwithout moving the `v0.2.0` tag. The published `v0.2.2` release syncs public release, PyPI, and security documentation without runtime behavior changes.
177
177
178
178
For detailed rule purpose, evidence, limits, and false-positive notes, see `docs/RULES.md`.
179
179
@@ -204,7 +204,7 @@ A clean report means only that the implemented checks did not find a supported i
204
204
205
205
## Installation
206
206
207
-
`v0.2.1` is published as a GitHub Release and PyPI package.
207
+
`v0.2.2` is published as a GitHub Release and PyPI package.
208
208
209
209
The published package can be installed from PyPI. Release publication uses PyPI Trusted Publishing from the GitHub Release workflow.
210
210
@@ -216,10 +216,10 @@ Requirements for using a published CLI release:
Copy file name to clipboardExpand all lines: SECURITY.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ It is not a security scanner, provides no security guarantees, and must not be d
6
6
7
7
## Supported versions
8
8
9
-
`v0.2.1` is published as a GitHub Release and PyPI package.
9
+
`v0.2.2` is published as a GitHub Release and PyPI package.
10
10
11
-
Current `main` may include post-`v0.2.1` documentation or maintenance updates after the published package.
11
+
Current `main` may include post-`v0.2.2` documentation or maintenance updates after the published package.
12
12
13
13
The project is still maintained on a best-effort basis. There is no commercial SLA, no guaranteed response time, and no guarantee that every security-relevant issue will be found or fixed.
14
14
@@ -18,7 +18,7 @@ The project is still maintained on a best-effort basis. There is no commercial S
18
18
| 0.1.x | Historical pre-release line / not supported |
19
19
| < 0.1 | Not supported |
20
20
21
-
`agent-rules-kit==0.2.1` is published on PyPI. Future PyPI availability claims must be verified per release before updating this policy.
21
+
`agent-rules-kit==0.2.2` is published on PyPI. Future PyPI availability claims must be verified per release before updating this policy.
0 commit comments