feat: complete AIUI integration — all 31 overnight tasks
- Protocol: 10 context categories (apps, system, network, bitcoin, media, files, notes, search, ai-local, wallet) - ContextBroker: real data wiring for all categories with sanitization - Permissions: user toggles for all categories in Settings - Nginx: Claude API, OpenRouter, SearXNG proxy pass-through - Actions: launch-app, search-web, install-app handlers - Chat.vue: loading state + connection indicator - Integration test page: test-aiui.html Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
14
.claude/skills/check-server/SKILL.md
Normal file
14
.claude/skills/check-server/SKILL.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: check-server
|
||||
description: Quick health check of the live Archipelago server
|
||||
allowed-tools: Bash
|
||||
---
|
||||
|
||||
Quick health check of the live server. SSH into `archipelago@192.168.1.228` (password: `EwPDR8q45l0Upx@`) and run:
|
||||
|
||||
1. `systemctl is-active archipelago nginx` — are services running?
|
||||
2. `sudo podman ps --format '{{.Names}} {{.Status}}'` — what containers are up?
|
||||
3. `curl -s http://127.0.0.1:5678/health` — is the backend responding?
|
||||
4. `sudo journalctl -u archipelago -n 10 --no-pager` — any recent errors?
|
||||
|
||||
Report a brief one-paragraph status summary.
|
||||
Reference in New Issue
Block a user