gm-gc 2.0.47 → 2.0.48

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,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.47",
3
+ "version": "2.0.48",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "homepage": "https://github.com/AnEntrypoint/gm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-gc",
3
- "version": "2.0.47",
3
+ "version": "2.0.48",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
@@ -12,6 +12,27 @@ description: >-
12
12
 
13
13
  All applications MUST run through PM2. Direct invocations (node, bun, python) are forbidden for any process that produces output or has a lifecycle.
14
14
 
15
+ ## Installation (First Time Only)
16
+
17
+ Check if PM2 is installed:
18
+
19
+ ```bash
20
+ pm2 --version
21
+ ```
22
+
23
+ If command not found, install globally:
24
+
25
+ ```bash
26
+ npm install -g pm2
27
+ ```
28
+
29
+ Verify installation:
30
+
31
+ ```bash
32
+ pm2 --version # should print version number
33
+ pm2 ping # should respond "pong"
34
+ ```
35
+
15
36
  ## Pre-Start Check (MANDATORY)
16
37
 
17
38
  Before starting any process, check what is already running: