diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 90f4b3ea..96125519 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,14 +7,14 @@ }, "metadata": { "description": "AI-powered developer workflows for Claude Code — skills-first architecture with auto-triggering from natural language", - "version": "5.8.1" + "version": "5.9.0" }, "plugins": [ { "name": "attune-ai", "description": "14 auto-triggering skills for security audits, code reviews, test generation, bug prediction, and release preparation. Say what you need — Claude picks the right skill.", "source": "./plugin", - "version": "5.8.1", + "version": "5.9.0", "author": { "name": "Smart AI Memory", "email": "patrick.roebuck@smartaimemory.com" diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 6d8d2f5b..7622cdcb 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -1,4 +1,4 @@ -# Attune AI Framework v5.8.1 +# Attune AI Framework v5.9.0 AI-powered developer workflows with cost optimization and multi-agent orchestration. @@ -148,7 +148,7 @@ attune_redis/ # attune-redis plugin (pip install attune-redis) --- -**Version:** 5.8.1 | **License:** Apache 2.0 | **Repo:** [attune-ai](https://github.com/Smart-AI-Memory/attune-ai) +**Version:** 5.9.0 | **License:** Apache 2.0 | **Repo:** [attune-ai](https://github.com/Smart-AI-Memory/attune-ai) diff --git a/packages/attune-help/pyproject.toml b/packages/attune-help/pyproject.toml index d411bda8..7c59e9b9 100644 --- a/packages/attune-help/pyproject.toml +++ b/packages/attune-help/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "attune-help" -version = "0.2.0" +version = "0.3.0" description = "Lightweight help runtime with progressive depth and audience adaptation." readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.10" diff --git a/plugin/.claude-plugin/marketplace.json b/plugin/.claude-plugin/marketplace.json index 0a086ebf..4fdad1e3 100644 --- a/plugin/.claude-plugin/marketplace.json +++ b/plugin/.claude-plugin/marketplace.json @@ -7,14 +7,14 @@ }, "metadata": { "description": "Developer workflow tools for Claude Code — run security audits, code reviews, and test generation from /attune", - "version": "5.8.1" + "version": "5.9.0" }, "plugins": [ { "name": "attune-ai", "description": "Run security audits, code reviews, test generation, and release preparation through a single /attune command with cost-optimized model routing", "source": "./", - "version": "5.8.1", + "version": "5.9.0", "author": { "name": "Smart AI Memory", "email": "patrick.roebuck@smartaimemory.com" diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 37f907af..b7064ba1 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "attune-ai", - "version": "5.8.1", + "version": "5.9.0", "description": "Developer workflow tools for Claude Code — run security audits, code reviews, test generation, and release preparation from /attune", "author": { "name": "Smart AI Memory", diff --git a/plugin/core/__init__.py b/plugin/core/__init__.py index 031a0572..201fe79e 100644 --- a/plugin/core/__init__.py +++ b/plugin/core/__init__.py @@ -5,4 +5,4 @@ attune-ai package is not installed via pip. """ -__version__ = "5.8.1" +__version__ = "5.9.0" diff --git a/pyproject.toml b/pyproject.toml index ba4a1fe9..5a738a7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "attune-ai" -version = "5.8.1" +version = "5.9.0" description = "AI-powered developer workflows for Claude with cost optimization, multi-agent orchestration, and workflow automation." readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.10"