gm-copilot-cli 2.0.1067 → 2.0.1069
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 +2 -2
- package/index.html +3 -3
- package/manifest.yml +2 -2
- package/package.json +2 -2
- package/tools.json +2 -2
package/copilot-profile.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gm
|
|
3
|
-
version: 2.0.
|
|
4
|
-
description:
|
|
3
|
+
version: 2.0.1069
|
|
4
|
+
description: Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement
|
|
5
5
|
author: AnEntrypoint
|
|
6
6
|
repository: https://github.com/AnEntrypoint/gm-copilot-cli
|
|
7
7
|
license: MIT
|
package/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<meta charset="utf-8">
|
|
4
4
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
5
5
|
<title>Copilot CLI · gm · 247420</title>
|
|
6
|
-
<meta name="description" content="
|
|
6
|
+
<meta name="description" content="Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement">
|
|
7
7
|
<meta name="color-scheme" content="light dark">
|
|
8
8
|
<meta name="theme-color" content="#181a1f" media="(prefers-color-scheme: dark)">
|
|
9
9
|
<meta name="theme-color" content="#f4f5f7" media="(prefers-color-scheme: light)">
|
|
@@ -65,7 +65,7 @@ body { display: flex; flex-direction: column; min-height: 100vh; }
|
|
|
65
65
|
<main class="app-main">
|
|
66
66
|
<section class="gm-hero">
|
|
67
67
|
<h1>gm · copilot cli</h1>
|
|
68
|
-
<p class="lede">
|
|
68
|
+
<p class="lede">Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement</p>
|
|
69
69
|
<div class="actions">
|
|
70
70
|
<a class="gm-btn" href="https://github.com/AnEntrypoint/gm-copilot-cli" target="_blank" rel="noopener">view on github</a>
|
|
71
71
|
<a class="gm-btn ghost" href="#install">install ↓</a>
|
|
@@ -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.1069</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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: gm
|
|
2
|
-
version: 2.0.
|
|
3
|
-
description:
|
|
2
|
+
version: 2.0.1069
|
|
3
|
+
description: Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement
|
|
4
4
|
author: AnEntrypoint
|
|
5
5
|
|
|
6
6
|
repository:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm-copilot-cli",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.0.1069",
|
|
4
|
+
"description": "Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement",
|
|
5
5
|
"author": "AnEntrypoint",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "cli.js",
|
package/tools.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.0.1069",
|
|
4
|
+
"description": "Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement",
|
|
5
5
|
"tools": [
|
|
6
6
|
{
|
|
7
7
|
"name": "shell",
|