Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to FluencyLoop are documented here.

## Unreleased
## 0.2.1

### Changed

Expand Down
4 changes: 2 additions & 2 deletions MANIFESTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/fluencyloop/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/fluencyloop/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
Loading