takt 0.17.0 → 0.17.1

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.
@@ -1,11 +1,8 @@
1
- # Temporary files
2
- logs/
3
- runs/
4
- completed/
5
- tasks/
6
- worktrees/
7
- worktree-meta/
8
- clone-meta/
9
- worktree-sessions/
10
- agent_sessions.json
11
- input_history
1
+ # Ignore everything by default
2
+ *
3
+
4
+ # This file itself
5
+ !.gitignore
6
+
7
+ # Project configuration
8
+ !config.yaml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "takt",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "TAKT: TAKT Agent Koordination Topology - AI Agent Piece Orchestration",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",