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 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)"
}
]
}
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.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",
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.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"
},
Expand Down
4 changes: 2 additions & 2 deletions plugin/README.md
Original file line number Diff line number Diff line change
@@ -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

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.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 = [
Expand Down
Loading