gm-copilot-cli 2.0.1078 → 2.0.1079
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/copilot-profile.md +1 -1
- package/index.html +1 -1
- package/manifest.yml +1 -1
- package/package.json +1 -1
- package/skills/gm/SKILL.md +1 -1
- package/skills/gm-cc/SKILL.md +1 -1
- package/skills/gm-codex/SKILL.md +1 -1
- package/skills/gm-complete/SKILL.md +1 -0
- package/skills/gm-copilot-cli/SKILL.md +1 -1
- package/skills/gm-cursor/SKILL.md +1 -1
- package/skills/gm-emit/SKILL.md +1 -0
- package/skills/gm-execute/SKILL.md +1 -0
- package/skills/gm-gc/SKILL.md +1 -1
- package/skills/gm-jetbrains/SKILL.md +1 -1
- package/skills/gm-kilo/SKILL.md +1 -1
- package/skills/gm-oc/SKILL.md +1 -1
- package/skills/gm-skill/SKILL.md +1 -1
- package/skills/gm-vscode/SKILL.md +1 -1
- package/skills/gm-zed/SKILL.md +1 -1
- package/skills/planning/SKILL.md +1 -1
- package/skills/update-docs/SKILL.md +1 -0
- package/tools.json +1 -1
package/copilot-profile.md
CHANGED
package/index.html
CHANGED
|
@@ -74,7 +74,7 @@ body { display: flex; flex-direction: column; min-height: 100vh; }
|
|
|
74
74
|
<section>
|
|
75
75
|
<div class="gm-section-label"><span class="slash">//</span>status</div>
|
|
76
76
|
<div class="panel">
|
|
77
|
-
<div class="panel-head"><span>release · v2.0.
|
|
77
|
+
<div class="panel-head"><span>release · v2.0.1079</span><span>probably emerging</span></div>
|
|
78
78
|
<div class="panel-body">
|
|
79
79
|
<div class="row">
|
|
80
80
|
<span class="code"><span style="color:var(--panel-accent)">●</span></span>
|
package/manifest.yml
CHANGED
package/package.json
CHANGED
package/skills/gm/SKILL.md
CHANGED
package/skills/gm-cc/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm-cc
|
|
3
3
|
description: AI-native software engineering via skill-driven orchestration on cc; bootstraps plugkit for task execution and session isolation
|
|
4
|
-
allowed-tools: Skill
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
See [gm-skill](../gm-skill/SKILL.md). All platforms share the same plugkit dispatch surface.
|
package/skills/gm-codex/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm-codex
|
|
3
3
|
description: AI-native software engineering via skill-driven orchestration on codex; bootstraps plugkit for task execution and session isolation
|
|
4
|
-
allowed-tools: Skill
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
See [gm-skill](../gm-skill/SKILL.md). All platforms share the same plugkit dispatch surface.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm-copilot-cli
|
|
3
3
|
description: AI-native software engineering via skill-driven orchestration on copilot-cli; bootstraps plugkit for task execution and session isolation
|
|
4
|
-
allowed-tools: Skill
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
See [gm-skill](../gm-skill/SKILL.md). All platforms share the same plugkit dispatch surface.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm-cursor
|
|
3
3
|
description: AI-native software engineering via skill-driven orchestration on cursor; bootstraps plugkit for task execution and session isolation
|
|
4
|
-
allowed-tools: Skill
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
See [gm-skill](../gm-skill/SKILL.md). All platforms share the same plugkit dispatch surface.
|
package/skills/gm-emit/SKILL.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm-execute
|
|
3
3
|
description: EXECUTE phase AND the foundational execution contract for every skill. Every spool dispatch run, every witnessed check, every code search, in every phase, follows this skill's discipline. Resolve all mutables via witnessed execution. Any new unknown triggers immediate snake back to planning — restart chain from PLAN.
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
4
5
|
---
|
|
5
6
|
|
|
6
7
|
# gm-execute — EXECUTE phase
|
package/skills/gm-gc/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm-gc
|
|
3
3
|
description: AI-native software engineering via skill-driven orchestration on gc; bootstraps plugkit for task execution and session isolation
|
|
4
|
-
allowed-tools: Skill
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
See [gm-skill](../gm-skill/SKILL.md). All platforms share the same plugkit dispatch surface.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm-jetbrains
|
|
3
3
|
description: AI-native software engineering via skill-driven orchestration on jetbrains; bootstraps plugkit for task execution and session isolation
|
|
4
|
-
allowed-tools: Skill
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
See [gm-skill](../gm-skill/SKILL.md). All platforms share the same plugkit dispatch surface.
|
package/skills/gm-kilo/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm-kilo
|
|
3
3
|
description: AI-native software engineering via skill-driven orchestration on kilo; bootstraps plugkit for task execution and session isolation
|
|
4
|
-
allowed-tools: Skill
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
See [gm-skill](../gm-skill/SKILL.md). All platforms share the same plugkit dispatch surface.
|
package/skills/gm-oc/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm-oc
|
|
3
3
|
description: AI-native software engineering via skill-driven orchestration on oc; bootstraps plugkit for task execution and session isolation
|
|
4
|
-
allowed-tools: Skill
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
See [gm-skill](../gm-skill/SKILL.md). All platforms share the same plugkit dispatch surface.
|
package/skills/gm-skill/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm-skill
|
|
3
3
|
description: Canonical universal harness — AI-native software engineering via skill-driven orchestration; bootstraps plugkit for task execution and session isolation
|
|
4
|
-
allowed-tools: Skill,
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# GM — Universal Skill Harness
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm-vscode
|
|
3
3
|
description: AI-native software engineering via skill-driven orchestration on vscode; bootstraps plugkit for task execution and session isolation
|
|
4
|
-
allowed-tools: Skill
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
See [gm-skill](../gm-skill/SKILL.md). All platforms share the same plugkit dispatch surface.
|
package/skills/gm-zed/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm-zed
|
|
3
3
|
description: AI-native software engineering via skill-driven orchestration on zed; bootstraps plugkit for task execution and session isolation
|
|
4
|
-
allowed-tools: Skill
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
See [gm-skill](../gm-skill/SKILL.md). All platforms share the same plugkit dispatch surface.
|
package/skills/planning/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: planning
|
|
3
3
|
description: State machine orchestrator. Mutable discovery, PRD construction, and full PLAN→EXECUTE→EMIT→VERIFY→COMPLETE lifecycle. Invoke at session start and on any new unknown.
|
|
4
|
-
allowed-tools: Skill
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# planning — PLAN phase
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: update-docs
|
|
3
3
|
description: UPDATE-DOCS phase. Refresh README.md, AGENTS.md, and docs/index.html to reflect changes made this session. Commits and pushes doc updates. Terminal phase — declares COMPLETE.
|
|
4
|
+
allowed-tools: Skill, Read, Write
|
|
4
5
|
---
|
|
5
6
|
|
|
6
7
|
# update-docs — UPDATE-DOCS phase
|