@titan-design/active-work 0.3.0 → 0.4.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@titan-design/active-work",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Durable workspace state for engineering work — CLI, MCP, and Claude skill for tracking initiatives across sessions",
|
|
6
6
|
"license": "MIT",
|
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
"@titan-design/registry": "^0.1.0",
|
|
92
92
|
"@titan-design/session-graph": "^0.3.1",
|
|
93
93
|
"@titan-design/session-read": "^0.2.0",
|
|
94
|
+
"@titan-design/store-sqlite": "^0.1.0",
|
|
94
95
|
"better-sqlite3": "^13.0.2",
|
|
95
96
|
"commander": "^14.0.3",
|
|
96
97
|
"env-paths": "^4.0.0",
|
|
File without changes
|