opencastle 0.33.8 → 0.33.9

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 (58) hide show
  1. package/dist/cli/baselines.d.ts.map +1 -1
  2. package/dist/cli/baselines.js +12 -0
  3. package/dist/cli/baselines.js.map +1 -1
  4. package/dist/cli/dashboard.d.ts.map +1 -1
  5. package/dist/cli/dashboard.js +8 -0
  6. package/dist/cli/dashboard.js.map +1 -1
  7. package/dist/cli/insights.d.ts.map +1 -1
  8. package/dist/cli/insights.js +4 -0
  9. package/dist/cli/insights.js.map +1 -1
  10. package/dist/cli/lesson.d.ts.map +1 -1
  11. package/dist/cli/lesson.js +32 -0
  12. package/dist/cli/lesson.js.map +1 -1
  13. package/dist/cli/log.d.ts.map +1 -1
  14. package/dist/cli/log.js +14 -1
  15. package/dist/cli/log.js.map +1 -1
  16. package/dist/cli/package.d.ts.map +1 -1
  17. package/dist/cli/package.js +8 -0
  18. package/dist/cli/package.js.map +1 -1
  19. package/dist/cli/pipeline.js +5 -2
  20. package/dist/cli/pipeline.js.map +1 -1
  21. package/dist/cli/plan.d.ts.map +1 -1
  22. package/dist/cli/plan.js +29 -1
  23. package/dist/cli/plan.js.map +1 -1
  24. package/dist/cli/run/adapters/copilot.d.ts.map +1 -1
  25. package/dist/cli/run/adapters/copilot.js +1 -3
  26. package/dist/cli/run/adapters/copilot.js.map +1 -1
  27. package/dist/cli/run/adapters/copilot.test.js +12 -0
  28. package/dist/cli/run/adapters/copilot.test.js.map +1 -1
  29. package/dist/cli/run.d.ts.map +1 -1
  30. package/dist/cli/run.js +29 -1
  31. package/dist/cli/run.js.map +1 -1
  32. package/package.json +1 -1
  33. package/src/cli/baselines.ts +3 -0
  34. package/src/cli/dashboard.ts +2 -0
  35. package/src/cli/insights.ts +1 -0
  36. package/src/cli/lesson.ts +8 -0
  37. package/src/cli/log.ts +5 -1
  38. package/src/cli/package.ts +2 -0
  39. package/src/cli/pipeline.ts +2 -2
  40. package/src/cli/plan.ts +8 -1
  41. package/src/cli/run/adapters/copilot.test.ts +12 -0
  42. package/src/cli/run/adapters/copilot.ts +1 -3
  43. package/src/cli/run.ts +8 -1
  44. package/src/dashboard/dist/data/convoys/demo-api-v2.json +9 -9
  45. package/src/dashboard/dist/data/convoys/demo-auth-revamp.json +4 -4
  46. package/src/dashboard/dist/data/convoys/demo-dashboard-ui.json +12 -12
  47. package/src/dashboard/dist/data/convoys/demo-data-pipeline.json +3 -3
  48. package/src/dashboard/dist/data/convoys/demo-deploy-ci.json +1 -1
  49. package/src/dashboard/dist/data/convoys/demo-docs-update.json +3 -3
  50. package/src/dashboard/dist/data/convoys/demo-perf-opt.json +4 -4
  51. package/src/dashboard/node_modules/.vite/deps/_metadata.json +6 -6
  52. package/src/dashboard/public/data/convoys/demo-api-v2.json +9 -9
  53. package/src/dashboard/public/data/convoys/demo-auth-revamp.json +4 -4
  54. package/src/dashboard/public/data/convoys/demo-dashboard-ui.json +12 -12
  55. package/src/dashboard/public/data/convoys/demo-data-pipeline.json +3 -3
  56. package/src/dashboard/public/data/convoys/demo-deploy-ci.json +1 -1
  57. package/src/dashboard/public/data/convoys/demo-docs-update.json +3 -3
  58. package/src/dashboard/public/data/convoys/demo-perf-opt.json +4 -4
@@ -42,21 +42,21 @@
42
42
  "name": "src/etl/pipeline.ts",
43
43
  "type": "file",
44
44
  "task_id": "etl-t2",
45
- "created_at": "2026-04-07T13:06:16.546Z"
45
+ "created_at": "2026-04-07T18:13:57.255Z"
46
46
  },
47
47
  {
48
48
  "id": "artifact-demo-data-pipeline-src-etl-schema-ts",
49
49
  "name": "src/etl/schema.ts",
50
50
  "type": "file",
51
51
  "task_id": "etl-t1",
52
- "created_at": "2026-04-07T13:06:16.546Z"
52
+ "created_at": "2026-04-07T18:13:57.255Z"
53
53
  },
54
54
  {
55
55
  "id": "artifact-demo-data-pipeline-tests-etl-pipeline-test-ts",
56
56
  "name": "tests/etl/pipeline.test.ts",
57
57
  "type": "file",
58
58
  "task_id": "etl-t3",
59
- "created_at": "2026-04-07T13:06:16.546Z"
59
+ "created_at": "2026-04-07T18:13:57.255Z"
60
60
  }
61
61
  ],
62
62
  "has_more_events": false,
@@ -51,7 +51,7 @@
51
51
  "name": ".github/workflows/ci.yml",
52
52
  "type": "file",
53
53
  "task_id": "ci-t1",
54
- "created_at": "2026-04-07T13:06:16.547Z"
54
+ "created_at": "2026-04-07T18:13:57.256Z"
55
55
  }
56
56
  ],
57
57
  "has_more_events": false,
@@ -42,21 +42,21 @@
42
42
  "name": "docs/ARCHITECTURE.md",
43
43
  "type": "file",
44
44
  "task_id": "docs-t1",
45
- "created_at": "2026-04-07T13:06:16.546Z"
45
+ "created_at": "2026-04-07T18:13:57.256Z"
46
46
  },
47
47
  {
48
48
  "id": "artifact-demo-docs-update-docs-README-md",
49
49
  "name": "docs/README.md",
50
50
  "type": "file",
51
51
  "task_id": "docs-t1",
52
- "created_at": "2026-04-07T13:06:16.546Z"
52
+ "created_at": "2026-04-07T18:13:57.256Z"
53
53
  },
54
54
  {
55
55
  "id": "artifact-demo-docs-update-docs-api-reference-json",
56
56
  "name": "docs/api-reference.json",
57
57
  "type": "json",
58
58
  "task_id": "docs-t2",
59
- "created_at": "2026-04-07T13:06:16.546Z"
59
+ "created_at": "2026-04-07T18:13:57.256Z"
60
60
  }
61
61
  ],
62
62
  "has_more_events": false,
@@ -42,28 +42,28 @@
42
42
  "name": "reports/bundle-analysis.json",
43
43
  "type": "json",
44
44
  "task_id": "perf-t1",
45
- "created_at": "2026-04-07T13:06:16.546Z"
45
+ "created_at": "2026-04-07T18:13:57.255Z"
46
46
  },
47
47
  {
48
48
  "id": "artifact-demo-perf-opt-reports-web-vitals-improvement-md",
49
49
  "name": "reports/web-vitals-improvement.md",
50
50
  "type": "summary",
51
51
  "task_id": "perf-t4",
52
- "created_at": "2026-04-07T13:06:16.546Z"
52
+ "created_at": "2026-04-07T18:13:57.255Z"
53
53
  },
54
54
  {
55
55
  "id": "artifact-demo-perf-opt-src-charts-index-ts",
56
56
  "name": "src/charts/index.ts",
57
57
  "type": "file",
58
58
  "task_id": "perf-t2",
59
- "created_at": "2026-04-07T13:06:16.546Z"
59
+ "created_at": "2026-04-07T18:13:57.255Z"
60
60
  },
61
61
  {
62
62
  "id": "artifact-demo-perf-opt-src-utils-image-loader-ts",
63
63
  "name": "src/utils/image-loader.ts",
64
64
  "type": "file",
65
65
  "task_id": "perf-t3",
66
- "created_at": "2026-04-07T13:06:16.546Z"
66
+ "created_at": "2026-04-07T18:13:57.255Z"
67
67
  }
68
68
  ],
69
69
  "has_more_events": false,
@@ -1,25 +1,25 @@
1
1
  {
2
- "hash": "db0a7b2d",
2
+ "hash": "f3e695ca",
3
3
  "configHash": "30f8ea04",
4
- "lockfileHash": "82bb8fab",
5
- "browserHash": "2827e636",
4
+ "lockfileHash": "63d12489",
5
+ "browserHash": "e7c6fa88",
6
6
  "optimized": {
7
7
  "astro > cssesc": {
8
8
  "src": "../../../../../node_modules/cssesc/cssesc.js",
9
9
  "file": "astro___cssesc.js",
10
- "fileHash": "8c122079",
10
+ "fileHash": "2f5b696b",
11
11
  "needsInterop": true
12
12
  },
13
13
  "astro > aria-query": {
14
14
  "src": "../../../../../node_modules/aria-query/lib/index.js",
15
15
  "file": "astro___aria-query.js",
16
- "fileHash": "6a691e76",
16
+ "fileHash": "b9c79683",
17
17
  "needsInterop": true
18
18
  },
19
19
  "astro > axobject-query": {
20
20
  "src": "../../../../../node_modules/axobject-query/lib/index.js",
21
21
  "file": "astro___axobject-query.js",
22
- "fileHash": "5a5ac39b",
22
+ "fileHash": "73366578",
23
23
  "needsInterop": true
24
24
  }
25
25
  },
@@ -51,21 +51,21 @@
51
51
  "name": "docs/api-v2-contract.json",
52
52
  "type": "json",
53
53
  "task_id": "api-t1",
54
- "created_at": "2026-04-07T13:06:16.545Z"
55
- },
56
- {
57
- "id": "artifact-demo-api-v2-src-api-rate-limiter-ts",
58
- "name": "src/api/rate-limiter.ts",
59
- "type": "file",
60
- "task_id": "api-t2",
61
- "created_at": "2026-04-07T13:06:16.545Z"
54
+ "created_at": "2026-04-07T18:13:57.255Z"
62
55
  },
63
56
  {
64
57
  "id": "artifact-demo-api-v2-reports-security-gate-failure-md",
65
58
  "name": "reports/security-gate-failure.md",
66
59
  "type": "summary",
67
60
  "task_id": "api-t3",
68
- "created_at": "2026-04-07T13:06:16.546Z"
61
+ "created_at": "2026-04-07T18:13:57.255Z"
62
+ },
63
+ {
64
+ "id": "artifact-demo-api-v2-src-api-rate-limiter-ts",
65
+ "name": "src/api/rate-limiter.ts",
66
+ "type": "file",
67
+ "task_id": "api-t2",
68
+ "created_at": "2026-04-07T18:13:57.255Z"
69
69
  }
70
70
  ],
71
71
  "has_more_events": false,
@@ -42,28 +42,28 @@
42
42
  "name": "libs/auth/src/jwt-middleware.ts",
43
43
  "type": "file",
44
44
  "task_id": "auth-t2",
45
- "created_at": "2026-04-07T13:06:16.544Z"
45
+ "created_at": "2026-04-07T18:13:57.254Z"
46
46
  },
47
47
  {
48
48
  "id": "artifact-demo-auth-revamp-libs-auth-src-rls-policies-sql",
49
49
  "name": "libs/auth/src/rls-policies.sql",
50
50
  "type": "file",
51
51
  "task_id": "auth-t3",
52
- "created_at": "2026-04-07T13:06:16.545Z"
52
+ "created_at": "2026-04-07T18:13:57.254Z"
53
53
  },
54
54
  {
55
55
  "id": "artifact-demo-auth-revamp-reports-auth-review-summary-md",
56
56
  "name": "reports/auth-review-summary.md",
57
57
  "type": "summary",
58
58
  "task_id": "auth-t5",
59
- "created_at": "2026-04-07T13:06:16.545Z"
59
+ "created_at": "2026-04-07T18:13:57.254Z"
60
60
  },
61
61
  {
62
62
  "id": "artifact-demo-auth-revamp-tests-auth-integration-test-ts",
63
63
  "name": "tests/auth/integration.test.ts",
64
64
  "type": "file",
65
65
  "task_id": "auth-t4",
66
- "created_at": "2026-04-07T13:06:16.545Z"
66
+ "created_at": "2026-04-07T18:13:57.254Z"
67
67
  }
68
68
  ],
69
69
  "has_more_events": false,
@@ -46,47 +46,47 @@
46
46
  ],
47
47
  "artifact_count": 6,
48
48
  "artifacts": [
49
- {
50
- "id": "artifact-demo-dashboard-ui-reports-panel-review-dashboard-md",
51
- "name": "reports/panel-review-dashboard.md",
52
- "type": "summary",
53
- "task_id": "ui-t7",
54
- "created_at": "2026-04-07T13:06:16.545Z"
55
- },
56
49
  {
57
50
  "id": "artifact-demo-dashboard-ui-reports-visual-regression-json",
58
51
  "name": "reports/visual-regression.json",
59
52
  "type": "json",
60
53
  "task_id": "ui-t6",
61
- "created_at": "2026-04-07T13:06:16.545Z"
54
+ "created_at": "2026-04-07T18:13:57.254Z"
62
55
  },
63
56
  {
64
57
  "id": "artifact-demo-dashboard-ui-src-components-DonutChart-tsx",
65
58
  "name": "src/components/DonutChart.tsx",
66
59
  "type": "file",
67
60
  "task_id": "ui-t3",
68
- "created_at": "2026-04-07T13:06:16.545Z"
61
+ "created_at": "2026-04-07T18:13:57.254Z"
69
62
  },
70
63
  {
71
64
  "id": "artifact-demo-dashboard-ui-src-components-KpiCard-tsx",
72
65
  "name": "src/components/KpiCard.tsx",
73
66
  "type": "file",
74
67
  "task_id": "ui-t2",
75
- "created_at": "2026-04-07T13:06:16.545Z"
68
+ "created_at": "2026-04-07T18:13:57.254Z"
76
69
  },
77
70
  {
78
71
  "id": "artifact-demo-dashboard-ui-src-components-design-tokens-ts",
79
72
  "name": "src/components/design-tokens.ts",
80
73
  "type": "file",
81
74
  "task_id": "ui-t1",
82
- "created_at": "2026-04-07T13:06:16.545Z"
75
+ "created_at": "2026-04-07T18:13:57.254Z"
83
76
  },
84
77
  {
85
78
  "id": "artifact-demo-dashboard-ui-src-styles-animations-css",
86
79
  "name": "src/styles/animations.css",
87
80
  "type": "file",
88
81
  "task_id": "ui-t4",
89
- "created_at": "2026-04-07T13:06:16.545Z"
82
+ "created_at": "2026-04-07T18:13:57.254Z"
83
+ },
84
+ {
85
+ "id": "artifact-demo-dashboard-ui-reports-panel-review-dashboard-md",
86
+ "name": "reports/panel-review-dashboard.md",
87
+ "type": "summary",
88
+ "task_id": "ui-t7",
89
+ "created_at": "2026-04-07T18:13:57.255Z"
90
90
  }
91
91
  ],
92
92
  "has_more_events": false,
@@ -42,21 +42,21 @@
42
42
  "name": "src/etl/pipeline.ts",
43
43
  "type": "file",
44
44
  "task_id": "etl-t2",
45
- "created_at": "2026-04-07T13:06:16.546Z"
45
+ "created_at": "2026-04-07T18:13:57.255Z"
46
46
  },
47
47
  {
48
48
  "id": "artifact-demo-data-pipeline-src-etl-schema-ts",
49
49
  "name": "src/etl/schema.ts",
50
50
  "type": "file",
51
51
  "task_id": "etl-t1",
52
- "created_at": "2026-04-07T13:06:16.546Z"
52
+ "created_at": "2026-04-07T18:13:57.255Z"
53
53
  },
54
54
  {
55
55
  "id": "artifact-demo-data-pipeline-tests-etl-pipeline-test-ts",
56
56
  "name": "tests/etl/pipeline.test.ts",
57
57
  "type": "file",
58
58
  "task_id": "etl-t3",
59
- "created_at": "2026-04-07T13:06:16.546Z"
59
+ "created_at": "2026-04-07T18:13:57.255Z"
60
60
  }
61
61
  ],
62
62
  "has_more_events": false,
@@ -51,7 +51,7 @@
51
51
  "name": ".github/workflows/ci.yml",
52
52
  "type": "file",
53
53
  "task_id": "ci-t1",
54
- "created_at": "2026-04-07T13:06:16.547Z"
54
+ "created_at": "2026-04-07T18:13:57.256Z"
55
55
  }
56
56
  ],
57
57
  "has_more_events": false,
@@ -42,21 +42,21 @@
42
42
  "name": "docs/ARCHITECTURE.md",
43
43
  "type": "file",
44
44
  "task_id": "docs-t1",
45
- "created_at": "2026-04-07T13:06:16.546Z"
45
+ "created_at": "2026-04-07T18:13:57.256Z"
46
46
  },
47
47
  {
48
48
  "id": "artifact-demo-docs-update-docs-README-md",
49
49
  "name": "docs/README.md",
50
50
  "type": "file",
51
51
  "task_id": "docs-t1",
52
- "created_at": "2026-04-07T13:06:16.546Z"
52
+ "created_at": "2026-04-07T18:13:57.256Z"
53
53
  },
54
54
  {
55
55
  "id": "artifact-demo-docs-update-docs-api-reference-json",
56
56
  "name": "docs/api-reference.json",
57
57
  "type": "json",
58
58
  "task_id": "docs-t2",
59
- "created_at": "2026-04-07T13:06:16.546Z"
59
+ "created_at": "2026-04-07T18:13:57.256Z"
60
60
  }
61
61
  ],
62
62
  "has_more_events": false,
@@ -42,28 +42,28 @@
42
42
  "name": "reports/bundle-analysis.json",
43
43
  "type": "json",
44
44
  "task_id": "perf-t1",
45
- "created_at": "2026-04-07T13:06:16.546Z"
45
+ "created_at": "2026-04-07T18:13:57.255Z"
46
46
  },
47
47
  {
48
48
  "id": "artifact-demo-perf-opt-reports-web-vitals-improvement-md",
49
49
  "name": "reports/web-vitals-improvement.md",
50
50
  "type": "summary",
51
51
  "task_id": "perf-t4",
52
- "created_at": "2026-04-07T13:06:16.546Z"
52
+ "created_at": "2026-04-07T18:13:57.255Z"
53
53
  },
54
54
  {
55
55
  "id": "artifact-demo-perf-opt-src-charts-index-ts",
56
56
  "name": "src/charts/index.ts",
57
57
  "type": "file",
58
58
  "task_id": "perf-t2",
59
- "created_at": "2026-04-07T13:06:16.546Z"
59
+ "created_at": "2026-04-07T18:13:57.255Z"
60
60
  },
61
61
  {
62
62
  "id": "artifact-demo-perf-opt-src-utils-image-loader-ts",
63
63
  "name": "src/utils/image-loader.ts",
64
64
  "type": "file",
65
65
  "task_id": "perf-t3",
66
- "created_at": "2026-04-07T13:06:16.546Z"
66
+ "created_at": "2026-04-07T18:13:57.255Z"
67
67
  }
68
68
  ],
69
69
  "has_more_events": false,