diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 728d774..deee7c5 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -4,14 +4,14 @@ "name": "Yi Lu" }, "metadata": { - "description": "claude-smart — self-improving Claude Code plugin via reflexio" + "description": "claude-smart — self-improving Claude Code and Codex plugin via reflexio" }, "plugins": [ { "name": "claude-smart", "version": "0.2.42", "source": "./plugin", - "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)" + "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)" } ] } diff --git a/package.json b/package.json index 4ca01f4..bd6a240 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "claude-smart", "version": "0.2.42", - "description": "Self-improving Claude Code plugin — learns from corrections via reflexio", + "description": "Self-improving Claude Code and Codex plugin — turns corrections into durable skills via reflexio", "keywords": [ "claude", "claude-code", diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 2c0c523..a4fa2be 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "claude-smart", "version": "0.2.42", - "description": "Self-improving Claude Code plugin — learns from corrections across sessions via reflexio", + "description": "Self-improving Claude Code and Codex plugin — turns corrections into durable skills via reflexio", "author": { "name": "Yi Lu" }, diff --git a/plugin/README.md b/plugin/README.md index e706d9e..30ab3d6 100644 --- a/plugin/README.md +++ b/plugin/README.md @@ -1,8 +1,8 @@ # claude-smart -Self-improving [Claude Code](https://claude.com/claude-code) plugin — turns your corrections into durable rules that Claude Code follows in future sessions, via [reflexio](https://github.com/ReflexioAI/reflexio). +Self-improving [Claude Code](https://claude.com/claude-code) and Codex plugin — turns your corrections into durable skills that future sessions follow, via [reflexio](https://github.com/ReflexioAI/reflexio). -This directory is the published Python package (`claude-smart` on PyPI) and the Claude Code plugin payload shipped through the marketplace. For the project overview, install instructions, benchmarks, and feature walkthrough, see the [top-level README](https://github.com/ReflexioAI/claude-smart#readme). +This directory is the published Python package (`claude-smart` on PyPI) and the Claude Code/Codex plugin payload shipped through the marketplace. For the project overview, install instructions, benchmarks, and feature walkthrough, see the [top-level README](https://github.com/ReflexioAI/claude-smart#readme). ## Install diff --git a/plugin/pyproject.toml b/plugin/pyproject.toml index ebf6725..4e938df 100644 --- a/plugin/pyproject.toml +++ b/plugin/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "claude-smart" version = "0.2.42" -description = "Self-improving Claude Code plugin — learns from corrections via reflexio" +description = "Self-improving Claude Code and Codex plugin — turns corrections into durable skills via reflexio" readme = "README.md" requires-python = ">=3.12" dependencies = [