23 lines
790 B
Markdown
23 lines
790 B
Markdown
# OSVauco
|
||
|
||
Main operator workspace for OS-Vauco, focused on OPAX-MCP and Gemini TUI in GCP project `propane-will-491900-m5` (region `us-central1`).
|
||
|
||
## Repositories
|
||
|
||
- **OSVauco (this repo)** – operator hub: scripts, governance docs, session log.
|
||
- **vauco-gemini-tui-bridge** – Textual TUI + FastAPI WebSocket bridge for Gemini LLM.
|
||
- **vauco-bootstrap** – skill templates and higher-level automation flows.
|
||
|
||
## Daily flow
|
||
|
||
From Cloud Shell:
|
||
|
||
```bash
|
||
cd ~/OSVauco
|
||
./scripts/osvauco-startup.sh # auth + ADC + .env sync
|
||
./scripts/osvauco-opax-boot.sh # OPAX-MCP ping + optional Gemini TUI entry
|
||
./scripts/osvauco-health-check.sh # sanity-check git/disk/auth
|
||
```
|
||
|
||
Session history is stored in `docs/OSVAUCO_OPAX_SESSION_LOG.md`. Governance rules live in `docs/AGENT_RULEBOOK.md`.
|