fix(website): correct stale counts/versions + OS-layer section#776
Merged
Conversation
Per the website-content-accuracy rule, every count verified against live code (2026-06-11, attune-ai 8.4.0): - workflows 15 -> 17 (list_workflows() with stages) - skills 14 -> 17 everywhere (hero, docs x3 incl. FAQ + chip list, pricing, features.ts x2); chips now name the real 17 skills - template kinds 11 -> 15 (attune_author _ALL_TEMPLATE_NAMES) - versions: hero badge v6.5.4 -> v8.4.0; features.ts attune-ai 5.10.1 -> 8.4.0, attune-help 0.3.1 -> 0.11.1, attune-author 0.2.0 -> 0.16.0 - TestsBadge 10,860 -> 21,386 (pytest --collect-only today); 85% coverage kept (the enforced --cov-fail-under floor) - CAPABILITIES const corrected; dropped agentTemplates/ compositionPatterns (registries no longer exist in that shape, zero consumers) New: "The OS Layer — Workflows That Remember" section on the landing page (orchestrated workflows / cross-session memory / Redis semantic tier). Claims pre-verified: no attune-redis install command (unpublished); int8 work described as an OPEN upstream PR. Verified rendering in the local preview (snapshot + screenshot). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Patrick: lead with 'The OS Layer — Workflows That Remember' ahead of the Documentation Toolchain story. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
attune-ai was built to assist engineers working with Claude and Redis — the documentation toolchain came later, an expression of the same development discipline. The prior copy inverted the causality. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Per Patrick: originally developed to help AI users, then focused on Claude, then later Redis; the doc toolchain came after all of that. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
pip install 'attune-ai[redis]' (client extra) plus a local AMS service — so the opt-in tier comes with its first command. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
smartaimemory.com accuracy pass (Patrick-requested), every count verified against live code per the website-content-accuracy rule:
list_workflows()with stagesplugin/skills/(+test_skill_count) — chips now name the real 17attune_author.generator._ALL_TEMPLATE_NAMESpytest --collect-only(2026-06-11)Plus:
CAPABILITIEScorrected (dropped two keys whose registries no longer exist; zero consumers), and a new landing-page section "The OS Layer — Workflows That Remember" covering orchestrated workflows, cross-session memory, and the Redis semantic tier. Redis claims pre-verified: nopip install attune-redis(unpublished); int8 quantization described as an open upstream PR (redis/agent-memory-server#302).Blog posts intentionally untouched (historical artifacts, per the phase0-audit convention).
Rendering verified in local preview (snapshot + screenshot, hero + new section).
🤖 Generated with Claude Code