Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "decisions",
"source": "./src",
"description": "Decision memory for Claude Code — captures why choices were made so future sessions inherit context instead of repeating debates.",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"keywords": [
"memory", "decisions", "reasoning", "context",
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## Unreleased
## 1.4.0 — 2026-04-21

### Removed
- **Superpowers autoseeding** — the SessionStart hook no longer creates 8 `superpowers-*.md` decision files when the Superpowers plugin is detected. Manufactured decisions conflict with the zero-config, user-authored philosophy. Spec/plan extraction from `docs/superpowers/` files is unchanged.
Expand Down
2 changes: 1 addition & 1 deletion src/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decisions",
"version": "1.3.0",
"version": "1.4.0",
"description": "Gives your codebase a memory for why. Captures decisions automatically, surfaces them when you edit affected files.",
"author": {
"name": "Zima Labs",
Expand Down
2 changes: 1 addition & 1 deletion src/decision/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Or just run: scripts/bump-version.sh <version>
"""

__version__ = "1.3.0"
__version__ = "1.4.0"