@ai-is-gonna/get-tasks-done 0.2.0 → 0.2.2

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": "@ai-is-gonna/get-tasks-done",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Task-based execution control for AI-assisted development workflows.",
5
5
  "bin": {
6
6
  "get-tasks-done": "bin/install.js",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ai-is-gonna/gtd-sdk",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ai-is-gonna/gtd-sdk",
9
- "version": "0.2.0",
9
+ "version": "0.2.2",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@anthropic-ai/claude-agent-sdk": "^0.2.84",
package/sdk/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-is-gonna/gtd-sdk",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "GTD SDK — programmatic interface for running GTD plans via the Agent SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",