File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.0] - 2026-02-10
11+
1012### Added
1113- ** Hooks plugin bundled** : ` gitmem install-hooks ` / ` uninstall-hooks ` CLI commands (OD-605, OD-606)
1214- ** CLI ` check ` command wired** : ` gitmem check ` now reachable from CLI (was defined but unreachable)
1315- ** Fresh-install E2E tests** : 16 integration tests covering CLI commands, hooks, and MCP server lifecycle (OD-607)
1416- ** README rewrite** : External-developer-facing docs with no internal jargon (OD-608)
1517- ** CONTRIBUTING.md** : Dev setup, testing tiers, and PR guidelines
18+ - ** First public npm release** (OD-609)
19+
20+ ### Changed
21+ - Package name standardized to ` gitmem-mcp ` for npm
22+ - ` gitmem configure ` output uses ` gitmem-mcp ` (matching npm package name)
23+ - Removed internal project defaults from CLI commands
1624
1725## [ 0.2.0] - 2026-02-08
1826
@@ -49,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4957- Cache management (status, flush, health)
5058- Agent identity detection
5159
52- [ Unreleased ] : https://github.com/nTEG-dev/gitmem/compare/v0.2.0...HEAD
60+ [ Unreleased ] : https://github.com/nTEG-dev/gitmem/compare/v1.0.0...HEAD
61+ [ 1.0.0 ] : https://github.com/nTEG-dev/gitmem/compare/v0.2.0...v1.0.0
5362[ 0.2.0 ] : https://github.com/nTEG-dev/gitmem/compare/v0.1.0...v0.2.0
5463[ 0.1.0 ] : https://github.com/nTEG-dev/gitmem/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " gitmem-mcp" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " Institutional memory for AI coding agents. Never repeat the same mistake." ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments