Skip to content

Commit 265e2f0

Browse files
chore(release): bump all packages to 0.3.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e03abc8 commit 265e2f0

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluently-cli",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"main": "src/index.ts",
55
"bin": {
66
"fluent": "dist/index.js"

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluently-mcp-server",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "MCP server for the Fluently framework. Exposes knowledge retrieval and contribution tools so any AI agent (Claude, GPT, Gemini, Mistral, Copilot…) can find, reason over, and extend Fluently cycles.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/scorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluently-scorer",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Zero-dependency scoring and validation engine for human-AI collaboration frameworks. Validates knowledge cycles, ranks them by similarity, and evaluates framework compliance. Bundles the AI Fluency 4D Framework; any framework with named dimensions can be registered.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)