Skip to content

Commit 0153eb8

Browse files
authored
Merge pull request #98 from 0xmariowu/release/v0.8.4
chore: bump version to 0.8.4
2 parents e7c88d5 + 1bff9d9 commit 0153eb8

7 files changed

Lines changed: 28 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
},
66
"metadata": {
77
"description": "Check how well your repo supports AI coding agents.",
8-
"version": "0.8.3"
8+
"version": "0.8.4"
99
},
1010
"plugins": [
1111
{
1212
"name": "agent-lint",
1313
"source": "./",
1414
"description": "Check how well your repo supports AI coding agents.",
15-
"version": "0.8.3",
15+
"version": "0.8.4",
1616
"author": {
1717
"name": "0xmariowu"
1818
},

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-lint",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "Check how well your repo supports AI coding agents.",
55
"author": {
66
"name": "0xmariowu"

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.8.4 (2026-04-18)
4+
5+
### Fixed
6+
7+
- **`docs/ship-boundary.md`** no longer references artifacts that don't exist in this repo. The v0.8.3 import from VibeKit left behind pointers to `standards/ship-boundary.json`, `.ship-boundary-deny.local`, `bootstrap.sh`, `tests/e2b/`, `configs/**`, `hooks/**`, and rule IDs like `SB-L-01` / `SB-N-05`. SHIP / LOCAL / NEVER examples now match agent-lint's actual layout, and a new "How this is enforced today" section points to the real enforcement surface (`.husky/pre-commit`, `hygiene.yml`, `author-email.yml`, `gitleaks.yml`, `semgrep.yml`).
8+
- **`docs/rules-style.md`** `§3.12` error-message example now uses `.husky/pre-push`'s real rebase-failure message instead of VibeKit's `scripts/committer`. Dead pointers to `configs/templates/*`, `atomic-dev-environment.md`, and external wiki sections removed.
9+
10+
### Notes
11+
12+
- Docs only. No scanner behavior, check set, or scoring changes. Check count stays 49.
13+
314
## v0.8.3 (2026-04-18)
415

516
### Infrastructure

docs/content/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.8.4 (2026-04-18)
4+
5+
### Fixed
6+
7+
- **`docs/ship-boundary.md`** no longer references artifacts that don't exist in this repo. The v0.8.3 import from VibeKit left behind pointers to `standards/ship-boundary.json`, `.ship-boundary-deny.local`, `bootstrap.sh`, `tests/e2b/`, `configs/**`, `hooks/**`, and rule IDs like `SB-L-01` / `SB-N-05`. SHIP / LOCAL / NEVER examples now match agent-lint's actual layout, and a new "How this is enforced today" section points to the real enforcement surface (`.husky/pre-commit`, `hygiene.yml`, `author-email.yml`, `gitleaks.yml`, `semgrep.yml`).
8+
- **`docs/rules-style.md`** `§3.12` error-message example now uses `.husky/pre-push`'s real rebase-failure message instead of VibeKit's `scripts/committer`. Dead pointers to `configs/templates/*`, `atomic-dev-environment.md`, and external wiki sections removed.
9+
10+
### Notes
11+
12+
- Docs only. No scanner behavior, check set, or scoring changes. Check count stays 49.
13+
314
## v0.8.3 (2026-04-18)
415

516
### Infrastructure

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xmariowu/agent-lint",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "Check how well your repo supports AI coding agents. Claude Code plugin.",
55
"author": "0xmariowu",
66
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agent-lint",
33
"private": true,
4-
"version": "0.8.3",
4+
"version": "0.8.4",
55
"description": "Check how well your repo supports AI coding agents.",
66
"license": "MIT",
77
"repository": {

release-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.3",
2+
"version": "0.8.4",
33
"check_count": 49,
44
"dimensions": [
55
{

0 commit comments

Comments
 (0)