feat(bridge): establish local pi status bridge

Deliver the initial local bridge, Noctalia v4/v5 adapters, desktop client, service unit, tests, and implementation documentation for persistent Pi status and control.
This commit is contained in:
2026-07-27 14:51:45 +02:00
commit b7fea83ed6
91 changed files with 15029 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Agent artifacts
/.pi-subagents/
# Dependencies
/node_modules/
# Runtime files
*.log
*.pid
# Local environment configuration
.env
.env.*
!.env.example
# OS and IDE metadata
.DS_Store
.idea/