feat: initial commit with AGENTS, network topology, and mini-pc handoff

This commit is contained in:
2026-05-19 11:50:59 +00:00
parent aec9fc3903
commit 8bf362ffbb
4 changed files with 278 additions and 1 deletions
+16 -1
View File
@@ -1,3 +1,18 @@
# codex-cli-shared
Shared codex-cli configs, handoffs, and network topology
Central repository for codex-cli configurations shared across all machines.
## Contents
- `AGENTS.md` - Global rules (VPN safety, session management, etc.)
- `_shared_contexts_network-topology.md` - Full network/VPN/credentials map
- `HANDOFF_mini-pc-openclaw.md` - Latest session handoff for mini-pc project
## Machines
- **lenovo** - Office laptop (Debian)
- **vpn-server** - Oracle VPS (130.162.209.80)
- **home-core-dev** - Mini PC (192.168.0.240)
## Setup on each machine
```bash
git clone https://git.dzonicasa.xyz/dzoni/codex-cli-shared.git ~/codex-cli-shared
```