@lifeaitools/rdc-skills 0.9.15 → 0.9.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeaitools/rdc-skills",
3
- "version": "0.9.15",
3
+ "version": "0.9.16",
4
4
  "description": "RDC typed-agent dispatch skill suite for Claude Code — plan, build, review, overnight builds",
5
5
  "keywords": [
6
6
  "claude-code",
@@ -57,11 +57,20 @@ description: >-
57
57
  git branch -v
58
58
  ```
59
59
 
60
- 6. **Infrastructure health** (if MCP available):
60
+ 6. **Dev server health (PM2):**
61
+ SSH into the Coolify server and check PM2 process state:
62
+ ```bash
63
+ SSH_KEY=$(curl -s http://127.0.0.1:52437/v/ssh-key-path)
64
+ ssh -i "$SSH_KEY" -o StrictHostKeyChecking=no root@64.237.54.189 "pm2 jlist 2>/dev/null"
65
+ ```
66
+ Parse the JSON array — for each process note `name`, `pm2_env.status` (online/stopped/errored), and `pm2_env.pm_uptime`.
67
+ If SSH fails or PM2 returns nothing, note "PM2 unreachable" and continue.
68
+
69
+ 7. **Infrastructure health** (if MCP available):
61
70
  - Get infrastructure overview or diagnose issues
62
71
  - Report any apps with failed builds or down containers
63
72
 
64
- 7. **Present as a compact dashboard:**
73
+ 8. **Present as a compact dashboard:**
65
74
  ```
66
75
  ## Open Epics (N)
67
76
  <table>
@@ -71,6 +80,9 @@ description: >-
71
80
  ## Recent (48h)
72
81
  <list>
73
82
 
83
+ ## Dev Servers (PM2)
84
+ online: studio canvas lifeai ... stopped: issho-invest
85
+
74
86
  ## Deployments
75
87
  <green/red/yellow status>
76
88