@jamesaphoenix/tx-cli 0.5.8 → 0.5.9

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/dist/cli.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env bun
2
2
  /**
3
3
  * TX CLI - Task management for AI agents and humans
4
4
  *
package/dist/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env bun
2
2
  /**
3
3
  * TX CLI - Task management for AI agents and humans
4
4
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jamesaphoenix/tx-cli",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "TX command line tool - task management for AI agents and humans",
5
5
  "type": "module",
6
6
  "main": "./dist/cli.js",
@@ -34,7 +34,8 @@
34
34
  "@jamesaphoenix/tx-core": "*",
35
35
  "@jamesaphoenix/tx-test-utils": "*",
36
36
  "@jamesaphoenix/tx-types": "*",
37
- "effect": "^3.19.15"
37
+ "effect": "^3.19.15",
38
+ "yaml": "^2.5.0"
38
39
  },
39
40
  "peerDependencies": {
40
41
  "@modelcontextprotocol/sdk": "^1.25.3"