diff --git a/plugin/README.md b/plugin/README.md index 312c93e..c18a8cc 100644 --- a/plugin/README.md +++ b/plugin/README.md @@ -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). diff --git a/plugin/pyproject.toml b/plugin/pyproject.toml index 2b7c0f7..2961e73 100644 --- a/plugin/pyproject.toml +++ b/plugin/pyproject.toml @@ -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 = [