Skip to content

Commit 41865b5

Browse files
authored
Merge pull request #84 from 0xmariowu/release/v0.7.1
chore: release v0.7.1
2 parents 6a681a4 + 5fcf706 commit 41865b5

7 files changed

Lines changed: 23 additions & 7 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.7.0"
8+
"version": "0.7.1"
99
},
1010
"plugins": [
1111
{
1212
"name": "agent-lint",
1313
"source": "./",
1414
"description": "Check how well your repo supports AI coding agents.",
15-
"version": "0.7.0",
15+
"version": "0.7.1",
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.7.0",
3+
"version": "0.7.1",
44
"description": "Check how well your repo supports AI coding agents.",
55
"author": {
66
"name": "0xmariowu"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.7.1 (unreleased)
3+
## v0.7.1 (2026-04-16)
44

55
### Added
66

docs/content/changelog.md

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

3+
## v0.7.1 (2026-04-16)
4+
5+
### Added
6+
7+
- **You can now install AgentLint on Windows** from inside Git Bash or WSL (#82). `npm install -g @0xmariowu/agent-lint` previously rejected Windows with `EBADPLATFORM` before the installer could even run; that block is gone.
8+
- **Clear guidance when bash is missing on Windows.** Running the installer from `cmd.exe` or PowerShell now exits with a message pointing to Git for Windows or WSL instead of a cryptic shell error.
9+
10+
### Fixed
11+
12+
- Postinstall detects `claude` cross-platform (`where` on win32, `command -v` elsewhere) and verifies `bash` availability on Windows before invoking the installer.
13+
- `.gitattributes` now forces LF on `*.sh`, `*.js`, `*.md`, and other text files so Windows checkouts with default `core.autocrlf=true` no longer convert shell scripts to CRLF and break shebangs.
14+
15+
### Notes
16+
17+
- The scanner itself (`src/scanner.sh`) is still bash. Running it on Windows requires Git Bash or WSL — see the Platform requirements table in `README.md`. A native cmd.exe / PowerShell flow is out of scope for this patch.
18+
319
## v0.7.0 (2026-04-15)
420

521
Audit-driven minor release. Dimension count grows from 6 to 8, check count from 42 to 49 — your repo score will shift, because the scanner is now finally counting checks it had been silently dropping.

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.7.0",
3+
"version": "0.7.1",
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.7.0",
4+
"version": "0.7.1",
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.7.0",
2+
"version": "0.7.1",
33
"check_count": 49,
44
"dimensions": [
55
{

0 commit comments

Comments
 (0)