From 2b1361997c973b80297ad5843ff6fece9ad2dd53 Mon Sep 17 00:00:00 2001 From: baokhang83 Date: Wed, 15 Jul 2026 06:29:02 +0200 Subject: [PATCH] Release FluencyLoop 0.2.1 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- CHANGELOG.md | 2 +- MANIFESTO.md | 4 ++-- plugins/fluencyloop/.codex-plugin/plugin.json | 2 +- plugins/fluencyloop/VERSION | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0cb1cd8..687c093 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ "name": "fluencyloop", "source": ".", "displayName": "FluencyLoop", - "version": "0.2.0", + "version": "0.2.1", "description": "A per-feature loop that designs, teaches, journals decisions, and assembles PR reviews.", "author": { "name": "baokhang83" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 773a429..0e70d68 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "fluencyloop", "displayName": "FluencyLoop", - "version": "0.2.0", + "version": "0.2.1", "description": "Stay fluent in the code your AI agent writes with a per-feature design, build, teaching, and review loop.", "author": { "name": "baokhang83", diff --git a/CHANGELOG.md b/CHANGELOG.md index 649a37a..3de7985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to FluencyLoop are documented here. -## Unreleased +## 0.2.1 ### Changed diff --git a/MANIFESTO.md b/MANIFESTO.md index 31e996a..ebb02c8 100644 --- a/MANIFESTO.md +++ b/MANIFESTO.md @@ -168,9 +168,9 @@ The design has real costs. 4. Agent surfaces differ. Skills must preserve the workflow's pauses and visuals without assuming every host has the same forms, renderers, or installation model. -## Status: 0.2.0 +## Status: 0.2.1 -0.2.0 is a working cross-agent loop, not a manifesto-only concept: its Claude Code and Codex +0.2.1 is a working cross-agent loop, not a manifesto-only concept: its Claude Code and Codex plugins ship the same deterministic runtime to scaffold and inspect state, construct feature and session records, assemble review context, and maintain private calibration. The next measure of success is not a more elaborate process; it is whether real contributors stay more fluent with a diff --git a/plugins/fluencyloop/.codex-plugin/plugin.json b/plugins/fluencyloop/.codex-plugin/plugin.json index 0afb00d..14168fb 100644 --- a/plugins/fluencyloop/.codex-plugin/plugin.json +++ b/plugins/fluencyloop/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "fluencyloop", - "version": "0.2.0", + "version": "0.2.1", "description": "Stay fluent in the code your AI agent writes with a per-feature design, build, teaching, and review loop.", "author": { "name": "baokhang83", diff --git a/plugins/fluencyloop/VERSION b/plugins/fluencyloop/VERSION index 0ea3a94..0c62199 100644 --- a/plugins/fluencyloop/VERSION +++ b/plugins/fluencyloop/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1