Skip to content

Commit 617a5ce

Browse files
author
Claudiu
committed
chore: bump version to 1.5.1
1 parent 1ce1096 commit 617a5ce

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

.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": "remember",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Extended Second Brain that learns as you work in Claude Code",
55
"author": {
66
"name": "Gabi Fratica",

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.1] - 2026-02-16
11+
12+
### Changed
13+
14+
- **Skills refactored for Claude Code best practices:**
15+
- Progressive disclosure: split SKILL.md into concise instructions + reference.md (935→465 lines, -50%)
16+
- Skill names fixed: `brain:init``init`, `brain:process``process`, `brain:status``status` (colons invalid per spec, avoids double-namespace)
17+
- Commands: `/remember:init`, `/remember:process`, `/remember:status`
18+
- Removed invalid `user-invocable` frontmatter (not in official spec)
19+
- Shortened `remember` skill description to single line
20+
21+
### Removed
22+
23+
- **`brain-session` skill** — redundant with `session_start.sh` hook (same functionality)
24+
25+
### Fixed
26+
27+
- `config.defaults.json` version mismatch
28+
- Missing CHANGELOG release links for v1.4.6 and v1.5.0
29+
1030
## [1.5.0] - 2026-02-16
1131

1232
### Added
@@ -93,6 +113,7 @@ Complete redesign from OpenClaw skill to Claude Code plugin.
93113

94114
Legacy versions as OpenClaw skill. See git history for details.
95115

116+
[1.5.1]: https://github.com/remember-md/remember/releases/tag/v1.5.1
96117
[1.5.0]: https://github.com/remember-md/remember/releases/tag/v1.5.0
97118
[1.4.6]: https://github.com/remember-md/remember/releases/tag/v1.4.6
98119
[1.0.0]: https://github.com/remember-md/remember/releases/tag/v1.0.0

config.defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0",
2+
"version": "1.5.1",
33
"session": {
44
"brain_dump_keywords": ["save this", "remember this", "brain dump", "note to self", "capture this", "save to brain", "write to brain", "add to brain", "salvează", "notează", "reține"],
55
"load_persona": true

0 commit comments

Comments
 (0)