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 plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# claude-smart

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).
Self-improving [Claude Code](https://claude.com/claude-code) and Codex plugin — turns corrections and successful workflows into durable Preferences, Project-specific skills, and Shared 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/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).

Expand Down
15 changes: 15 additions & 0 deletions plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
name = "claude-smart"
version = "0.2.45"
description = "Self-improving Claude Code and Codex plugin that turns corrections into Preferences, Project-specific skills, and Shared skills"
keywords = [
"claude",
"claude-code",
"claude-code-plugin",
"codex",
"codex-plugin",
"memory",
"agent-memory",
"plugin",
"reflexio",
"self-improvement",
"self-improving-agents",
"skills",
"learning",
]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
Expand Down
Loading