OSVauco/README.md

23 lines
790 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`.