Skip to content
Open
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 @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .claude/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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)

<!-- attune-lessons-start -->

Expand Down
2 changes: 1 addition & 1 deletion packages/attune-help/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions plugin/.claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugin/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
attune-ai package is not installed via pip.
"""

__version__ = "5.8.1"
__version__ = "5.9.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading