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 @@ -11,7 +11,7 @@
"name": "claude-smart",
"version": "0.2.42",
"source": "./plugin",
"description": "Learns user corrections and project playbooks via reflexio — uses Claude Code itself as the LLM backend (no external API key required)"
"description": "Learns user corrections into project-specific and shared skills via reflexio — uses Claude Code itself as the LLM backend (no external API key required)"
}
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ benchmarks/memory_comparison/results

# Local design docs / brainstorm specs (kept out of public repo)
docs/superpowers/
marketing/
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@
"keywords": [
"claude",
"claude-code",
"claude-code-plugin",
"codex",
"codex-plugin",
"memory",
"agent-memory",
"plugin",
"reflexio",
"self-improvement",
"playbook",
"self-improving-agents",
"skills",
"learning"
],
"homepage": "https://github.com/ReflexioAI/claude-smart#readme",
Expand Down
8 changes: 7 additions & 1 deletion plugin/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@
"keywords": [
"claude",
"claude-code",
"claude-code-plugin",
"codex",
"codex-plugin",
"memory",
"agent-memory",
"plugin",
"reflexio",
"self-improvement",
"playbook",
"self-improving-agents",
"skills",
"learning"
]
}
Loading