Skip to content

Commit de82736

Browse files
committed
Auto-build: GitHub Copilot CLI plugin from plugforge
1 parent 3073a64 commit de82736

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

copilot-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: gm
3-
version: 2.0.446
3+
version: 2.0.447
44
description: State machine agent with hooks, skills, and automated git enforcement
55
author: AnEntrypoint
66
repository: https://github.com/AnEntrypoint/gm-copilot-cli

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<script type="module">
1919
import { createElement as h, applyDiff, Fragment } from "webjsx";
2020
const PLATFORM_NAME="Copilot CLI",PLATFORM_TYPE="CLI Tool",PLATFORM_TYPE_COLOR="#3b82f6";
21-
const DESCRIPTION="State machine agent with hooks, skills, and automated git enforcement",VERSION="2.0.446";
21+
const DESCRIPTION="State machine agent with hooks, skills, and automated git enforcement",VERSION="2.0.447";
2222
const GITHUB_URL="https://github.com/AnEntrypoint/gm-copilot-cli",BADGE_LABEL="copilot-cli";
2323
const FEATURES=[{"title":"State Machine","desc":"Immutable PLAN→EXECUTE→EMIT→VERIFY→COMPLETE phases with full mutable tracking"},{"title":"Semantic Search","desc":"Natural language codebase exploration via codesearch skill — no grep needed"},{"title":"Hooks","desc":"Pre-tool, session-start, prompt-submit, and stop hooks for full lifecycle control"},{"title":"Agents","desc":"gm, codesearch, and websearch agents pre-configured and ready to use"},{"title":"MCP Integration","desc":"Model Context Protocol server support built in"},{"title":"Auto-Recovery","desc":"Supervisor hierarchy ensures the system never crashes"}],INSTALL_STEPS=[{"desc":"Install via GitHub CLI","cmd":"gh extension install AnEntrypoint/gm-copilot-cli"},{"desc":"Restart your terminal — activates automatically"}];
2424
const CURRENT_PLATFORM="gm-copilot-cli";

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gm
2-
version: 2.0.446
2+
version: 2.0.447
33
description: State machine agent with hooks, skills, and automated git enforcement
44
author: AnEntrypoint
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gm-copilot-cli",
3-
"version": "2.0.446",
3+
"version": "2.0.447",
44
"description": "State machine agent with hooks, skills, and automated git enforcement",
55
"author": "AnEntrypoint",
66
"license": "MIT",

tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gm",
3-
"version": "2.0.446",
3+
"version": "2.0.447",
44
"description": "State machine agent with hooks, skills, and automated git enforcement",
55
"tools": [
66
{

0 commit comments

Comments
 (0)