Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit bec6cd1

Browse files
mcp-tool-shopclaude
andcommitted
docs(changelog): record PR #8 CI fix + brace-expansion bump under v1.4.3
v1.4.3 was authored 2026-03-25 (validate CLI + loadIndex error) but never published; npm registry still has v1.4.2. This commit adds the 2026-05-18 CI fix (PR #8) and the audit fix to the same in-flight v1.4.3 entry so they ship together when v1.4.3 is eventually published. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1f9cbbf commit bec6cd1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

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

3-
## 1.4.3 — 2026-03-25
3+
## 1.4.3 — unreleased
44

5-
- **`validate` CLI command**: validate index structure from the command line (`ai-loadout validate <index>`)
6-
- **Fix**: `loadIndex()` now emits structured error on malformed JSON instead of raw stack trace
5+
- **`validate` CLI command** (2026-03-25): validate index structure from the command line (`ai-loadout validate <index>`)
6+
- **Fix**: `loadIndex()` now emits structured error on malformed JSON instead of raw stack trace (2026-03-25)
7+
- **Fix (CI)** (2026-05-18, PR #8): `tsconfig.json` adds `"types": ["node"]` so TypeScript 6 + `@types/node` 25 + `module: Node16` actually include node typings — CI had been red since 2026-04-25 with `TS2591 Cannot find name 'node:fs'` across all `node:*` imports
8+
- **Fix (security)** (2026-05-18): pick up `npm audit fix` for transitive `brace-expansion` (GHSA-f886-m6hf-6m8v, GHSA-jxxr-4gwj-5jf2, moderate) so the `npm audit --audit-level=moderate` CI gate passes
79

810
## 1.4.2 — 2026-03-06
911

0 commit comments

Comments
 (0)