@posthog/agent 2.1.53 → 2.1.59

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": "@posthog/agent",
3
- "version": "2.1.53",
3
+ "version": "2.1.59",
4
4
  "repository": "https://github.com/PostHog/twig",
5
5
  "description": "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
6
6
  "exports": {
@@ -111,6 +111,7 @@
111
111
  "dev": "tsup --watch",
112
112
  "test": "vitest run",
113
113
  "test:watch": "vitest",
114
- "typecheck": "pnpm exec tsc --noEmit"
114
+ "typecheck": "pnpm exec tsc --noEmit",
115
+ "clean": "rm -rf dist .turbo"
115
116
  }
116
117
  }