@massa-ai/mcp-client 1.63.1 → 1.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3540,22 +3540,15 @@ var BOOTSTRAP_RULE_IDS, RETIRED_RULE_IDS, BOOTSTRAP_RULES, RULES_BY_ID, Bootstra
3540
3540
  };
3541
3541
  var init_rules = __esm(() => {
3542
3542
  BOOTSTRAP_RULE_IDS = [
3543
- "caveman",
3544
3543
  "massa-ai-router",
3545
3544
  "dedupe-guardrails",
3546
- "plan-challenge",
3547
3545
  "conversation-feedback",
3548
3546
  "indexing-hygiene",
3549
3547
  "english-code",
3550
3548
  "code-comments"
3551
3549
  ];
3552
- RETIRED_RULE_IDS = ["persona-router"];
3550
+ RETIRED_RULE_IDS = ["persona-router", "caveman", "plan-challenge"];
3553
3551
  BOOTSTRAP_RULES = [
3554
- {
3555
- id: "caveman",
3556
- defaultEnabled: true,
3557
- description: "Keep communication compressed while preserving technical accuracy."
3558
- },
3559
3552
  {
3560
3553
  id: "massa-ai-router",
3561
3554
  defaultEnabled: true,
@@ -3566,11 +3559,6 @@ var init_rules = __esm(() => {
3566
3559
  defaultEnabled: true,
3567
3560
  description: "Reuse already-loaded massa-ai context instead of bulk-loading workflows or references."
3568
3561
  },
3569
- {
3570
- id: "plan-challenge",
3571
- defaultEnabled: true,
3572
- description: "Run The Fool as a post-plan challenge gate per the configured policy."
3573
- },
3574
3562
  {
3575
3563
  id: "conversation-feedback",
3576
3564
  defaultEnabled: true,
@@ -154792,7 +154780,7 @@ Examples:
154792
154780
  massa-ai-config doctor
154793
154781
  massa-ai-config doctor --fix
154794
154782
  massa-ai-config bootstrap list
154795
- massa-ai-config bootstrap disable caveman
154783
+ massa-ai-config bootstrap enable code-comments
154796
154784
  `);
154797
154785
  }
154798
154786
  function parseOptions(args) {
package/dist/index.js CHANGED
@@ -28537,22 +28537,15 @@ var BOOTSTRAP_RULE_IDS, RETIRED_RULE_IDS, BOOTSTRAP_RULES, RULES_BY_ID, Bootstra
28537
28537
  };
28538
28538
  var init_rules = __esm(() => {
28539
28539
  BOOTSTRAP_RULE_IDS = [
28540
- "caveman",
28541
28540
  "massa-ai-router",
28542
28541
  "dedupe-guardrails",
28543
- "plan-challenge",
28544
28542
  "conversation-feedback",
28545
28543
  "indexing-hygiene",
28546
28544
  "english-code",
28547
28545
  "code-comments"
28548
28546
  ];
28549
- RETIRED_RULE_IDS = ["persona-router"];
28547
+ RETIRED_RULE_IDS = ["persona-router", "caveman", "plan-challenge"];
28550
28548
  BOOTSTRAP_RULES = [
28551
- {
28552
- id: "caveman",
28553
- defaultEnabled: true,
28554
- description: "Keep communication compressed while preserving technical accuracy."
28555
- },
28556
28549
  {
28557
28550
  id: "massa-ai-router",
28558
28551
  defaultEnabled: true,
@@ -28563,11 +28556,6 @@ var init_rules = __esm(() => {
28563
28556
  defaultEnabled: true,
28564
28557
  description: "Reuse already-loaded massa-ai context instead of bulk-loading workflows or references."
28565
28558
  },
28566
- {
28567
- id: "plan-challenge",
28568
- defaultEnabled: true,
28569
- description: "Run The Fool as a post-plan challenge gate per the configured policy."
28570
- },
28571
28559
  {
28572
28560
  id: "conversation-feedback",
28573
28561
  defaultEnabled: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massa-ai/mcp-client",
3
- "version": "1.63.1",
3
+ "version": "1.64.0",
4
4
  "description": "massa-ai MCP server - Semantic code search, memory, and context compression via Model Context Protocol",
5
5
  "author": "luizgmassa",
6
6
  "type": "module",
@@ -20,8 +20,8 @@
20
20
  "type-check": "tsc --noEmit"
21
21
  },
22
22
  "dependencies": {
23
- "@massa-ai/core": "^1.63.1",
24
- "@massa-ai/shared": "^1.63.1",
23
+ "@massa-ai/core": "^1.64.0",
24
+ "@massa-ai/shared": "^1.64.0",
25
25
  "@modelcontextprotocol/sdk": "^1.0.0"
26
26
  },
27
27
  "devDependencies": {