docs: establish project documentation baseline

Provide installation, security, contribution, licensing, and release guidance while removing user-specific service configuration.
This commit is contained in:
2026-07-27 15:15:56 +02:00
parent b7fea83ed6
commit 7cc15cca92
11 changed files with 529 additions and 5 deletions
+12
View File
@@ -1,7 +1,19 @@
{
"name": "pi-status-bridge",
"version": "0.1.0",
"description": "Local Unix-socket bridge and desktop UI for persistent Pi coding-agent sessions",
"private": true,
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "ssh://git@git.commumedia.org:2222/alex/pi-gui.git"
},
"keywords": [
"pi",
"coding-agent",
"tauri",
"noctalia"
],
"type": "module",
"bin": {
"pi-status-bridge": "src/bridge/cli.js",