fathom-cli 0.3.3 → 0.3.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fathom-cli",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Headless intelligence layer for AI-augmented development — intent-driven, provider-agnostic, self-improving. Active development.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -42,7 +42,12 @@
42
42
  ],
43
43
  "repository": {
44
44
  "type": "git",
45
- "url": "https://github.com/olivelliott/fathom"
45
+ "url": "https://github.com/olivelliott/fathom.git",
46
+ "directory": "packages/cli"
47
+ },
48
+ "homepage": "https://github.com/olivelliott/fathom",
49
+ "bugs": {
50
+ "url": "https://github.com/olivelliott/fathom/issues"
46
51
  },
47
52
  "author": "olivelliott",
48
53
  "license": "MIT",
@@ -68,15 +73,15 @@
68
73
  "tsup": "^8.3.0",
69
74
  "typescript": "^5.7.0",
70
75
  "vitest": "^2.1.0",
71
- "@fathom/projections": "0.1.0",
76
+ "@fathom/core": "0.1.0",
77
+ "@fathom/intake": "0.1.0",
72
78
  "@fathom/intent": "0.1.0",
73
79
  "@fathom/reports": "0.1.0",
74
- "@fathom/store": "0.1.0",
80
+ "@fathom/projections": "0.1.0",
75
81
  "@fathom/sync": "0.1.0",
76
- "@fathom/tracker": "0.1.0",
77
- "@fathom/core": "0.1.0",
78
- "@fathom/intake": "0.1.0",
79
- "@fathom/velocity": "0.1.0"
82
+ "@fathom/store": "0.1.0",
83
+ "@fathom/velocity": "0.1.0",
84
+ "@fathom/tracker": "0.1.0"
80
85
  },
81
86
  "scripts": {
82
87
  "build": "tsup",
@@ -2,7 +2,7 @@
2
2
  "mcpServers": {
3
3
  "fathom": {
4
4
  "command": "npx",
5
- "args": ["-y", "fathom-mcp@latest", "--project-dir", "."]
5
+ "args": ["-y", "fathom-token-mcp@latest", "--project-dir", "."]
6
6
  }
7
7
  }
8
8
  }
@@ -37,4 +37,4 @@ If no budget is configured, tell the user to set one up:
37
37
  - Run `fathom init` to create a project configuration, or
38
38
  - Manually add a budget section to `.fathom/intent.yaml`
39
39
 
40
- If the `fathom_check_budget` MCP tool is not available, tell the user to check their MCP configuration. They may need to run `npx fathom-mcp` or verify that the Fathom MCP server is configured in their `.mcp.json`.
40
+ If the `fathom_check_budget` MCP tool is not available, tell the user to check their MCP configuration. They may need to run `npx fathom-token-mcp` or verify that the Fathom MCP server is configured in their `.mcp.json`.
@@ -55,4 +55,4 @@ If overhead is significant, briefly note the breakdown (retries, context loading
55
55
 
56
56
  ## Error Handling
57
57
 
58
- If the `fathom_estimate_task_cost` MCP tool is not available, tell the user to check their MCP configuration. They may need to run `npx fathom-mcp` or verify that the Fathom MCP server is configured in their `.mcp.json`.
58
+ If the `fathom_estimate_task_cost` MCP tool is not available, tell the user to check their MCP configuration. They may need to run `npx fathom-token-mcp` or verify that the Fathom MCP server is configured in their `.mcp.json`.
@@ -33,4 +33,4 @@ After presenting the list, note:
33
33
 
34
34
  If intent.yaml is not found, tell the user to run `fathom init` first to create a project configuration with an intent file.
35
35
 
36
- If the `fathom_generate_tool_configs` MCP tool is not available, tell the user to check their MCP configuration. They may need to run `npx fathom-mcp` or verify that the Fathom MCP server is configured in their `.mcp.json`.
36
+ If the `fathom_generate_tool_configs` MCP tool is not available, tell the user to check their MCP configuration. They may need to run `npx fathom-token-mcp` or verify that the Fathom MCP server is configured in their `.mcp.json`.
@@ -50,4 +50,4 @@ If the user provided a budget, note how the recommendation accounts for their bu
50
50
 
51
51
  ## Error Handling
52
52
 
53
- If the `fathom_recommend_model` MCP tool is not available, tell the user to check their MCP configuration. They may need to run `npx fathom-mcp` or verify that the Fathom MCP server is configured in their `.mcp.json`.
53
+ If the `fathom_recommend_model` MCP tool is not available, tell the user to check their MCP configuration. They may need to run `npx fathom-token-mcp` or verify that the Fathom MCP server is configured in their `.mcp.json`.
@@ -39,4 +39,4 @@ Get a quick overview of the current project's state including feature progress,
39
39
 
40
40
  If the project is not initialized, tell the user to run `fathom init` to set up a Fathom project in the current directory.
41
41
 
42
- If the `fathom_get_project_status` MCP tool is not available, tell the user to check their MCP configuration. They may need to run `npx fathom-mcp` or verify that the Fathom MCP server is configured in their `.mcp.json`.
42
+ If the `fathom_get_project_status` MCP tool is not available, tell the user to check their MCP configuration. They may need to run `npx fathom-token-mcp` or verify that the Fathom MCP server is configured in their `.mcp.json`.
@@ -47,9 +47,9 @@ for (const doc of INTEGRATION_DOCS) {
47
47
  expect(content).toContain(`"${doc.rootKey}"`);
48
48
  });
49
49
 
50
- it("references fathom-mcp", () => {
50
+ it("references fathom-token-mcp", () => {
51
51
  const content = readFileSync(filePath, "utf-8");
52
- expect(content).toContain("fathom-mcp@latest");
52
+ expect(content).toContain("fathom-token-mcp@latest");
53
53
  });
54
54
 
55
55
  it("contains copy-pasteable JSON config block", () => {
@@ -37,7 +37,7 @@ describe(".mcp.json", () => {
37
37
 
38
38
  expect(config.mcpServers.fathom.command).toBe("npx");
39
39
  expect(config.mcpServers.fathom.args).toBeInstanceOf(Array);
40
- expect(config.mcpServers.fathom.args).toContain("fathom-mcp@latest");
40
+ expect(config.mcpServers.fathom.args).toContain("fathom-token-mcp@latest");
41
41
  expect(config.mcpServers.fathom.args).toContain("--project-dir");
42
42
  });
43
43
  });