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,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
"hash": "
|
|
2
|
+
"hash": "7bf3afa3",
|
|
3
3
|
"configHash": "30f8ea04",
|
|
4
|
-
"lockfileHash": "
|
|
5
|
-
"browserHash": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|
|
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 |
|