agent-skill-manager 2.15.0 → 2.17.0
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"updatedAt": "2026-08-
|
|
2
|
+
"updatedAt": "2026-08-25T00:00:00Z",
|
|
3
3
|
"repos": [
|
|
4
4
|
{
|
|
5
5
|
"source": "github:luongnv89/asm",
|
|
@@ -522,6 +522,15 @@
|
|
|
522
522
|
"description": "Preserves the reasoning behind a codebase — architecture decisions, rejected alternatives, workarounds, incident learnings as versioned Markdown",
|
|
523
523
|
"maintainer": "@oliver-zehentleitner",
|
|
524
524
|
"enabled": true
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"source": "github:antithesishq/antithesis-skills",
|
|
528
|
+
"url": "https://github.com/antithesishq/antithesis-skills",
|
|
529
|
+
"owner": "antithesishq",
|
|
530
|
+
"repo": "antithesis-skills",
|
|
531
|
+
"description": "AI Skills for Antithesis Users",
|
|
532
|
+
"maintainer": "@antithesishq",
|
|
533
|
+
"enabled": true
|
|
525
534
|
}
|
|
526
535
|
]
|
|
527
536
|
}
|
package/package.json
CHANGED