opencastle 0.32.6 → 0.32.7

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.
Files changed (42) hide show
  1. package/dist/cli/convoy/engine.d.ts.map +1 -1
  2. package/dist/cli/convoy/engine.js +79 -4
  3. package/dist/cli/convoy/engine.js.map +1 -1
  4. package/dist/cli/convoy/engine.test.js +11 -9
  5. package/dist/cli/convoy/engine.test.js.map +1 -1
  6. package/dist/dashboard/scripts/etl.js +17 -2
  7. package/dist/dashboard/scripts/etl.js.map +1 -1
  8. package/package.json +1 -1
  9. package/src/cli/convoy/engine.test.ts +11 -9
  10. package/src/cli/convoy/engine.ts +78 -4
  11. package/src/dashboard/dist/_astro/index.6xXNs4L2.css +1 -0
  12. package/src/dashboard/dist/data/convoy-list.json +27 -13
  13. package/src/dashboard/dist/data/convoys/demo-api-v2.json +16 -10
  14. package/src/dashboard/dist/data/convoys/demo-auth-revamp.json +25 -15
  15. package/src/dashboard/dist/data/convoys/demo-dashboard-ui.json +35 -21
  16. package/src/dashboard/dist/data/convoys/demo-data-pipeline.json +17 -11
  17. package/src/dashboard/dist/data/convoys/demo-deploy-ci.json +8 -4
  18. package/src/dashboard/dist/data/convoys/demo-docs-update.json +13 -9
  19. package/src/dashboard/dist/data/convoys/demo-perf-opt.json +22 -14
  20. package/src/dashboard/dist/data/overall-stats.json +36 -2
  21. package/src/dashboard/dist/index.html +149 -93
  22. package/src/dashboard/node_modules/.vite/deps/_metadata.json +6 -6
  23. package/src/dashboard/public/data/convoy-list.json +27 -13
  24. package/src/dashboard/public/data/convoys/demo-api-v2.json +16 -10
  25. package/src/dashboard/public/data/convoys/demo-auth-revamp.json +25 -15
  26. package/src/dashboard/public/data/convoys/demo-dashboard-ui.json +35 -21
  27. package/src/dashboard/public/data/convoys/demo-data-pipeline.json +17 -11
  28. package/src/dashboard/public/data/convoys/demo-deploy-ci.json +8 -4
  29. package/src/dashboard/public/data/convoys/demo-docs-update.json +13 -9
  30. package/src/dashboard/public/data/convoys/demo-perf-opt.json +22 -14
  31. package/src/dashboard/public/data/overall-stats.json +36 -2
  32. package/src/dashboard/scripts/etl.ts +15 -3
  33. package/src/dashboard/scripts/generate-demo-db.ts +42 -34
  34. package/src/dashboard/src/pages/index.astro +159 -112
  35. package/src/dashboard/src/styles/dashboard.css +58 -3
  36. package/src/dashboard/dist/_astro/index.wyN9vmjZ.css +0 -1
  37. package/src/dashboard/dist/data/convoys/demo-convoy-1.json +0 -111
  38. package/src/dashboard/dist/data/convoys/demo-convoy-2.json +0 -72
  39. package/src/dashboard/dist/data/pipelines.ndjson +0 -5285
  40. package/src/dashboard/public/data/convoys/demo-convoy-1.json +0 -111
  41. package/src/dashboard/public/data/convoys/demo-convoy-2.json +0 -72
  42. package/src/dashboard/public/data/pipelines.ndjson +0 -5285
@@ -1,111 +0,0 @@
1
- {
2
- "convoy": {
3
- "id": "demo-convoy-1",
4
- "name": "Demo Convoy Alpha",
5
- "status": "done",
6
- "created_at": "2026-01-15T10:00:00.000Z",
7
- "finished_at": "2026-01-15T10:00:33.000Z",
8
- "branch": "main",
9
- "total_tokens": 8432,
10
- "total_cost_usd": 0.84
11
- },
12
- "taskSummary": {
13
- "total": 2,
14
- "done": 2,
15
- "running": 0,
16
- "failed": 0,
17
- "review_blocked": 0,
18
- "disputed": 0,
19
- "reviewed": 0,
20
- "panel_reviewed": 0,
21
- "tasks_with_drift": 0,
22
- "max_drift_score": null,
23
- "drift_retried": 0
24
- },
25
- "quality": {
26
- "reviewed_tasks": 0,
27
- "review_blocked_tasks": 0,
28
- "disputed_tasks": 0,
29
- "panel_reviews": 0
30
- },
31
- "drift": {
32
- "tasks_with_drift": 0,
33
- "max_drift_score": null,
34
- "drift_retried_tasks": 0
35
- },
36
- "dlq_count": 0,
37
- "dlq_entries": [],
38
- "artifact_count": 0,
39
- "artifacts": [],
40
- "has_more_events": false,
41
- "events": [
42
- {
43
- "type": "task_done",
44
- "task_id": "task-1-b",
45
- "data": null,
46
- "created_at": "2026-01-15T10:00:32.000Z"
47
- },
48
- {
49
- "type": "task_started",
50
- "task_id": "task-1-b",
51
- "data": {"mechanism": "background"},
52
- "created_at": "2026-01-15T10:00:16.000Z"
53
- },
54
- {
55
- "type": "task_done",
56
- "task_id": "task-1-a",
57
- "data": null,
58
- "created_at": "2026-01-15T10:00:15.000Z"
59
- },
60
- {
61
- "type": "task_started",
62
- "task_id": "task-1-a",
63
- "data": {"mechanism": "sub-agent"},
64
- "created_at": "2026-01-15T10:00:01.000Z"
65
- }
66
- ],
67
- "tasks": [
68
- {
69
- "id": "task-1-a",
70
- "phase": 1,
71
- "agent": "developer",
72
- "model": "claude-sonnet-4-6",
73
- "status": "done",
74
- "retries": 0,
75
- "started_at": "2026-01-15T10:00:01.000Z",
76
- "finished_at": "2026-01-15T10:00:15.000Z",
77
- "total_tokens": 4200,
78
- "cost_usd": 0.42,
79
- "review_level": null,
80
- "review_verdict": null,
81
- "review_tokens": null,
82
- "review_model": null,
83
- "panel_attempts": 0,
84
- "dispute_id": null,
85
- "drift_score": null,
86
- "drift_retried": 0,
87
- "files": null
88
- },
89
- {
90
- "id": "task-1-b",
91
- "phase": 2,
92
- "agent": "developer",
93
- "model": "claude-sonnet-4-6",
94
- "status": "done",
95
- "retries": 1,
96
- "started_at": "2026-01-15T10:00:16.000Z",
97
- "finished_at": "2026-01-15T10:00:32.000Z",
98
- "total_tokens": 4232,
99
- "cost_usd": 0.42,
100
- "review_level": null,
101
- "review_verdict": null,
102
- "review_tokens": null,
103
- "review_model": null,
104
- "panel_attempts": 0,
105
- "dispute_id": null,
106
- "drift_score": null,
107
- "drift_retried": 0,
108
- "files": null
109
- }
110
- ]
111
- }
@@ -1,72 +0,0 @@
1
- {
2
- "convoy": {
3
- "id": "demo-convoy-2",
4
- "name": "Demo Convoy Beta",
5
- "status": "running",
6
- "created_at": "2026-01-15T10:05:00.000Z",
7
- "finished_at": null,
8
- "branch": "feature/x",
9
- "total_tokens": null,
10
- "total_cost_usd": null
11
- },
12
- "taskSummary": {
13
- "total": 1,
14
- "done": 0,
15
- "running": 1,
16
- "failed": 0,
17
- "review_blocked": 0,
18
- "disputed": 0,
19
- "reviewed": 0,
20
- "panel_reviewed": 0,
21
- "tasks_with_drift": 0,
22
- "max_drift_score": null,
23
- "drift_retried": 0
24
- },
25
- "quality": {
26
- "reviewed_tasks": 0,
27
- "review_blocked_tasks": 0,
28
- "disputed_tasks": 0,
29
- "panel_reviews": 0
30
- },
31
- "drift": {
32
- "tasks_with_drift": 0,
33
- "max_drift_score": null,
34
- "drift_retried_tasks": 0
35
- },
36
- "dlq_count": 0,
37
- "dlq_entries": [],
38
- "artifact_count": 0,
39
- "artifacts": [],
40
- "has_more_events": false,
41
- "events": [
42
- {
43
- "type": "task_started",
44
- "task_id": "task-2-a",
45
- "data": {"mechanism": "sub-agent"},
46
- "created_at": "2026-01-15T10:05:01.000Z"
47
- }
48
- ],
49
- "tasks": [
50
- {
51
- "id": "task-2-a",
52
- "phase": 1,
53
- "agent": "developer",
54
- "model": "claude-sonnet-4-6",
55
- "status": "running",
56
- "retries": 0,
57
- "started_at": "2026-01-15T10:05:01.000Z",
58
- "finished_at": null,
59
- "total_tokens": null,
60
- "cost_usd": null,
61
- "review_level": null,
62
- "review_verdict": null,
63
- "review_tokens": null,
64
- "review_model": null,
65
- "panel_attempts": 0,
66
- "dispute_id": null,
67
- "drift_score": null,
68
- "drift_retried": 0,
69
- "files": null
70
- }
71
- ]
72
- }