Skip to content

Commit 614f723

Browse files
chore(release): bump all packages to v0.2.0
- Update homepage to https://fluently.ctrl6.com across all packages - Fix mcp-server description (remove stale 4D reference) - Versions: fluently-mcp-server, fluently-cli → 0.2.0; @fluently/scorer → 0.2.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 64252e2 commit 614f723

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluently-cli",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"main": "src/index.ts",
55
"bin": {
66
"fluent": "dist/index.js"
@@ -54,7 +54,7 @@
5454
"productivity",
5555
"knowledge-base"
5656
],
57-
"homepage": "https://fluently-org.github.io/fluently/",
57+
"homepage": "https://fluently.ctrl6.com",
5858
"repository": {
5959
"type": "git",
6060
"url": "https://github.com/Fluently-Org/fluently"

packages/mcp-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluently-mcp-server",
3-
"version": "0.1.3",
4-
"description": "MCP server for the Fluently 4D Framework. Exposes knowledge retrieval and contribution tools so any AI agent (GPT, Gemini, Claude, Mistral, Copilot\u2026) can find, reason over, and extend 4D collaboration cycles.",
3+
"version": "0.2.0",
4+
"description": "MCP server for the Fluently 4D Framework. Exposes knowledge retrieval and contribution tools so any AI agent (Claude, GPT, Gemini, Mistral, Copilot\u2026) can find, reason over, and extend Fluently cycles.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"bin": {
@@ -48,7 +48,7 @@
4848
"knowledge-base",
4949
"workflow"
5050
],
51-
"homepage": "https://fluently-org.github.io/fluently/",
51+
"homepage": "https://fluently.ctrl6.com",
5252
"repository": {
5353
"type": "git",
5454
"url": "https://github.com/Fluently-Org/fluently"

packages/scorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluently/scorer",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Shared scoring engine for the Fluently 4D Framework. Validates knowledge YAML against the schema and ranks cycles by keyword similarity for any AI task.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -38,7 +38,7 @@
3838
"discernment",
3939
"workflow"
4040
],
41-
"homepage": "https://fluently-org.github.io/fluently/",
41+
"homepage": "https://fluently.ctrl6.com",
4242
"repository": {
4343
"type": "git",
4444
"url": "https://github.com/Fluently-Org/fluently"

0 commit comments

Comments
 (0)