opencastle 0.9.1 → 0.9.2

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": "opencastle",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "type": "module",
5
5
  "description": "Multi-agent orchestration framework for AI coding assistants",
6
6
  "bin": {
@@ -1,25 +1,25 @@
1
1
  {
2
- "hash": "d5604882",
2
+ "hash": "7bf3afa3",
3
3
  "configHash": "30f8ea04",
4
- "lockfileHash": "f8cf45f5",
5
- "browserHash": "6444ef19",
4
+ "lockfileHash": "4dee6fd1",
5
+ "browserHash": "388c1549",
6
6
  "optimized": {
7
7
  "astro > cssesc": {
8
8
  "src": "../../../../../node_modules/cssesc/cssesc.js",
9
9
  "file": "astro___cssesc.js",
10
- "fileHash": "3cc60f43",
10
+ "fileHash": "8b8909d3",
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": "173d601a",
16
+ "fileHash": "6711698e",
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": "330d8b1f",
22
+ "fileHash": "c309d205",
23
23
  "needsInterop": true
24
24
  }
25
25
  },
@@ -50,7 +50,9 @@ Agent file Skill Matrix Skill file
50
50
  | `api-layer` | | | API routes, validation, search architecture |
51
51
  | `data-pipeline` | | | ETL, scraping, data processing |
52
52
  | `testing` | | | Unit/integration tests, coverage, test planning |
53
- | `e2e-testing` | | | Browser automation, viewport testing, visual validation || `task-management` | | | Issue tracking, naming, priorities, workflow states |
53
+ | `e2e-testing` | | | Browser automation, viewport testing, visual validation |
54
+ | `task-management` | | | Issue tracking, naming, priorities, workflow states |
55
+
54
56
  ### Disciplines
55
57
 
56
58
  | Slot | Approach | Skill | Description |