fathom-cli 0.3.1 → 0.3.3
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/README.md +0 -1
- package/dist/index.js +924 -186
- package/dist/index.js.map +1 -1
- package/package.json +7 -6
- package/plugins/fathom/.claude-plugin/plugin.json +13 -0
- package/plugins/fathom/.mcp.json +8 -0
- package/plugins/fathom/skills/budget/.gitkeep +0 -0
- package/plugins/fathom/skills/budget/SKILL.md +40 -0
- package/plugins/fathom/skills/budget-warning/.gitkeep +0 -0
- package/plugins/fathom/skills/budget-warning/SKILL.md +52 -0
- package/plugins/fathom/skills/cost-preview/.gitkeep +0 -0
- package/plugins/fathom/skills/cost-preview/SKILL.md +70 -0
- package/plugins/fathom/skills/estimate/.gitkeep +0 -0
- package/plugins/fathom/skills/estimate/SKILL.md +58 -0
- package/plugins/fathom/skills/gsd/SKILL.md +35 -0
- package/plugins/fathom/skills/projections/.gitkeep +0 -0
- package/plugins/fathom/skills/projections/SKILL.md +36 -0
- package/plugins/fathom/skills/recommend-model/.gitkeep +0 -0
- package/plugins/fathom/skills/recommend-model/SKILL.md +53 -0
- package/plugins/fathom/skills/status/.gitkeep +0 -0
- package/plugins/fathom/skills/status/SKILL.md +42 -0
- package/plugins/fathom/tests/integrations.test.ts +66 -0
- package/plugins/fathom/tests/plugin.test.ts +49 -0
- package/plugins/fathom/tests/skills.test.ts +135 -0
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# fathom-cli
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/fathom-cli)
|
|
4
|
-
[](https://github.com/olivelliott/fathom/blob/main/LICENSE)
|
|
5
4
|
|
|
6
5
|
**Know what your AI coding actually costs.** Estimate tokens before you build, track actuals while you build, calibrate so estimates get better over time.
|
|
7
6
|
|