gm-skill 2.0.1328 → 2.0.1329
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/gm-plugkit/bootstrap.js +1 -0
- package/gm-plugkit/package.json +3 -2
- package/gm.json +1 -1
- package/package.json +1 -1
package/gm-plugkit/bootstrap.js
CHANGED
|
@@ -664,6 +664,7 @@ function ensureWrapperFresh() {
|
|
|
664
664
|
function ensureSkillMdFresh() {
|
|
665
665
|
try {
|
|
666
666
|
const candidates = [
|
|
667
|
+
path.join(__dirname, 'SKILL.md'),
|
|
667
668
|
path.join(__dirname, '..', 'gm-skill', 'skills', 'gm-skill', 'SKILL.md'),
|
|
668
669
|
path.join(__dirname, '..', '..', 'gm-skill', 'skills', 'gm-skill', 'SKILL.md'),
|
|
669
670
|
path.join(__dirname, '..', 'skills', 'gm-skill', 'SKILL.md'),
|
package/gm-plugkit/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm-plugkit",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1329",
|
|
4
4
|
"description": "Bootstrap and daemon-spawn tool for gm plugkit binary. Downloads the correct platform binary, verifies SHA256, and starts the spool watcher daemon. Includes plugkit-wasm-wrapper for WASM-based spool watching.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"bootstrap.js",
|
|
14
14
|
"plugkit-wasm-wrapper.js",
|
|
15
15
|
"plugkit.version",
|
|
16
|
-
"plugkit.sha256"
|
|
16
|
+
"plugkit.sha256",
|
|
17
|
+
"SKILL.md"
|
|
17
18
|
],
|
|
18
19
|
"keywords": [
|
|
19
20
|
"gm",
|
package/gm.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm-skill",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1329",
|
|
4
4
|
"description": "Canonical universal harness — AI-native software engineering via skill-driven orchestration; bootstraps plugkit for task execution and session isolation. Install in any AI coding agent host.",
|
|
5
5
|
"author": "AnEntrypoint",
|
|
6
6
|
"license": "MIT",
|