Add compact stack status dashboard script.

Made-with: Cursor
This commit is contained in:
Andrey Lutsenko
2026-04-20 23:02:52 +10:00
parent 227555386d
commit 98ac672695
3 changed files with 122 additions and 0 deletions
+8
View File
@@ -117,3 +117,11 @@ cd ~/openclaude-LLM-local/docs/rag-mcp-starter
chmod +x healthcheck.sh
./healthcheck.sh --mode full
```
## 12) Быстрый статус в одном экране
```bash
cd ~/openclaude-LLM-local/docs/rag-mcp-starter
chmod +x status.sh
./status.sh
```