docs: establish project documentation baseline
Provide installation, security, contribution, licensing, and release guidance while removing user-specific service configuration.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user