@hasna/todos 0.15.49 → 0.15.51

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/mcp.js CHANGED
@@ -41,7 +41,7 @@ var __require = import.meta.require;
41
41
  // package.json
42
42
  var package_default = {
43
43
  name: "@hasna/todos",
44
- version: "0.15.49",
44
+ version: "0.15.51",
45
45
  description: "Universal task management for AI coding agents - CLI + MCP server + interactive TUI",
46
46
  type: "module",
47
47
  main: "dist/index.js",
@@ -100,6 +100,7 @@ var package_default = {
100
100
  files: [
101
101
  "dist",
102
102
  "dashboard/dist",
103
+ "postinstall.js",
103
104
  "LICENSE",
104
105
  "README.md"
105
106
  ],
@@ -126,7 +127,7 @@ var package_default = {
126
127
  "test:attested-container-compatibility-vector": "bun test scripts/attested-container-compatibility-vector.test.ts",
127
128
  "issue:release-review": "bun run scripts/issue-npm-release-agent-review.ts",
128
129
  prepublishOnly: "bun run scripts/verify-public-release.ts --mode=publish",
129
- postinstall: "mkdir -p $HOME/.hasna/todos $HOME/.hasna/todos/training 2>/dev/null || true"
130
+ postinstall: "node postinstall.js"
130
131
  },
131
132
  keywords: [
132
133
  "todos",
@@ -160,13 +161,15 @@ var package_default = {
160
161
  author: "Andrei Hasna <andrei@hasna.com>",
161
162
  license: "Apache-2.0",
162
163
  dependencies: {
163
- "@hasna/contracts": "0.14.0",
164
+ "@hasna/contracts": "0.14.2",
164
165
  "@hasna/events": "^0.1.11",
166
+ "@hasna/paths": "0.1.0",
165
167
  "@modelcontextprotocol/sdk": "^1.12.1",
166
168
  chalk: "^5.4.1",
167
169
  commander: "^13.1.0",
168
170
  ink: "^5.2.0",
169
171
  react: "^18.3.1",
172
+ "signal-exit": "3.0.7",
170
173
  zod: "3.25.76"
171
174
  },
172
175
  overrides: {