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
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"name": "Yi Lu"
},
"metadata": {
"description": "claude-smart — self-improving Claude Code and Codex plugin via reflexio"
"description": "claude-smart — self-improving Claude Code and Codex plugin powered by Reflexio"
},
"plugins": [
{
"name": "claude-smart",
"version": "0.2.44",
"source": "./plugin",
"description": "Turns user corrections into project-specific and shared skills via reflexio — uses Claude Code or Codex as the LLM backend (no external API key required)"
"description": "Turns corrections into Preferences, Project-specific skills, and Shared skills — uses Claude Code or Codex as the LLM backend (no external API key required)"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "claude-smart",
"version": "0.2.44",
"description": "Self-improving Claude Code and Codex plugin turns corrections into durable skills via reflexio",
"description": "Self-improving Claude Code and Codex plugin that turns corrections into Preferences, Project-specific skills, and Shared skills",
"keywords": [
"claude",
"claude-code",
Expand Down
2 changes: 1 addition & 1 deletion plugin/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "claude-smart",
"version": "0.2.44",
"description": "Self-improving Claude Code and Codex plugin turns corrections into durable skills via reflexio",
"description": "Self-improving Claude Code and Codex plugin that turns corrections into Preferences, Project-specific skills, and Shared skills",
"author": {
"name": "Yi Lu"
},
Expand Down
2 changes: 1 addition & 1 deletion plugin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "claude-smart"
version = "0.2.44"
description = "Self-improving Claude Code and Codex plugin turns corrections into durable skills via reflexio"
description = "Self-improving Claude Code and Codex plugin that turns corrections into Preferences, Project-specific skills, and Shared skills"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
Expand Down
Loading