Skip to content

Commit 1049625

Browse files
committed
docs: update CHANGELOG with all changes since v1.0.0
1 parent 70957c5 commit 1049625

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- Future changes go here
11+
- Guard message v2 format: OBSERVATION/FIX/DO NOT structure (`guards/`)
12+
- Baseline scanning: only report issues on newly added lines (`guards/`)
13+
- Test infrastructure protection rule W-12 (`guards/`)
14+
- `updatedInput` transparent package manager correction (`hooks/`)
15+
- Hook circuit breaker for runaway failures (`hooks/circuit-breaker.sh`)
16+
- AST-grep precision guards with YAML rule definitions (`guards/ast-grep-rules/`)
17+
- Prepublish tarball verification (`scripts/verify/verify-package-contents.sh`)
18+
- Platform bug tracking for known Claude Code issues (`docs/known-issues/`)
19+
20+
### Fixed
21+
- Session ID scoped to project directory, prevents cross-project pollution (`hooks/log.sh`)
22+
- 9 known false positive patterns resolved (`guards/`)
23+
- Suppression regex tightened; staged content used in pre-commit mode (`guards/`)
24+
- GO-01 multi-discard miss and TS-03 path-contamination false negatives (`guards/`)
25+
- Compliance check YAML array detection and single-quote paths (`scripts/verify/`)
26+
- Metrics exporter Prometheus label newline stripping (`scripts/metrics/`)
27+
- Skills-loader disabled by default to reduce startup overhead (`hooks/`)
28+
- CI cross-platform Windows compatibility with `defaults shell:bash`
29+
30+
### Changed
31+
- Setup targets split by platform (`scripts/setup/targets/`)
32+
- Root directory reorganized: removed 4 single-file directories, grouped scripts into `gc/`, `metrics/`, `verify/` subdirectories
33+
- Removed unused MCP server, replaced with direct guard scripts
34+
- Removed: `package.json`, `Dockerfile`, `blueprints/`, `mcp-server/`, `index.js`, `index.ts`
35+
- `README_CN.md` moved to `docs/`
36+
- Runtime hooks isolated from dev repo via installed snapshot
1237

1338
---
1439

0 commit comments

Comments
 (0)