@cardor/agent-harness-kit 1.6.2 → 1.6.3

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/index.d.ts CHANGED
@@ -91,7 +91,7 @@ interface TaskRow {
91
91
  archived_at: string | null;
92
92
  updated_at: string;
93
93
  }
94
- type AgentName = 'lead' | 'explorer' | 'builder' | 'reviewer' | `custom:${string}`;
94
+ type AgentName = 'lead' | 'explorer' | 'consultant' | 'builder' | 'reviewer' | `custom:${string}`;
95
95
  type ActionStatus = 'in_progress' | 'completed' | 'blocked';
96
96
  interface ActionRow {
97
97
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardor/agent-harness-kit",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "CLI scaffolding for multi-agent harness systems",
5
5
  "publishConfig": {
6
6
  "access": "public"