Skip to content

Commit 6a11eb3

Browse files
authored
docs: clarify plugin metadata terminology (#75)
1 parent 5a79e1e commit 6a11eb3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"name": "Yi Lu"
55
},
66
"metadata": {
7-
"description": "claude-smart — self-improving Claude Code and Codex plugin via reflexio"
7+
"description": "claude-smart — self-improving Claude Code and Codex plugin powered by Reflexio"
88
},
99
"plugins": [
1010
{
1111
"name": "claude-smart",
1212
"version": "0.2.44",
1313
"source": "./plugin",
14-
"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)"
14+
"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)"
1515
}
1616
]
1717
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "claude-smart",
33
"version": "0.2.44",
4-
"description": "Self-improving Claude Code and Codex plugin turns corrections into durable skills via reflexio",
4+
"description": "Self-improving Claude Code and Codex plugin that turns corrections into Preferences, Project-specific skills, and Shared skills",
55
"keywords": [
66
"claude",
77
"claude-code",

plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "claude-smart",
33
"version": "0.2.44",
4-
"description": "Self-improving Claude Code and Codex plugin turns corrections into durable skills via reflexio",
4+
"description": "Self-improving Claude Code and Codex plugin that turns corrections into Preferences, Project-specific skills, and Shared skills",
55
"author": {
66
"name": "Yi Lu"
77
},

plugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "claude-smart"
33
version = "0.2.44"
4-
description = "Self-improving Claude Code and Codex plugin turns corrections into durable skills via reflexio"
4+
description = "Self-improving Claude Code and Codex plugin that turns corrections into Preferences, Project-specific skills, and Shared skills"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [

0 commit comments

Comments
 (0)