Code Repository Index¶
Canonical reference for all COOWN GitHub repositories. Full access policy: see WI-004 (GitHub Repository Management). Last updated: 2026-02-24
Back-Office Repositories (GitHub Org: coown-backoffice)¶
| Repo | Purpose | Primary Branch | Agent Write Access | Deployment |
|---|---|---|---|---|
backoffice-cpu |
Infrastructure, automation, agent config, docker-compose | main |
OpenClaw, Claude Code, n8n | Coolify (backoffice-cpu VPS) |
backoffice-hub |
Public docs, marketing automation, FAQ chat | main |
OpenClaw, Claude Code, n8n | Coolify (backoffice-hub VPS) |
backoffice-aml |
AML/KYC services, transaction screening | main |
None (n8n deploy key only) | Coolify (backoffice-aml VPS) |
backoffice-ims |
Published policies, SOPs, work instructions | main |
Simon only | GitHub Actions → PDF |
GitHub App: coown-backoffice-agents — R/W on cpu/hub, R/O on ims, not installed on aml.
IC-Claw / COOWN Product Repositories (GitHub Org: ic-claw)¶
| Repo | Purpose | Primary Branch | Location (local) | Notes |
|---|---|---|---|---|
ic-claw/main |
IC-Claw / Coown product (ICP canisters) | main |
/home/skai8888/main/ |
Primary working repo for Claude Code |
Architecture: Pure ICP canister model (Rust, wasm32-wasip1). No VPS involvement.
COOWN Operations Repositories (GitHub Org: coown-box)¶
| Repo | Purpose | Type | Location (local) | SSH Profile |
|---|---|---|---|---|
coown-box/Dev-Ops |
Operations docs & config | Bare mirror | /home/skai8888/coown-repos/Dev-Ops.git |
github.com-coown |
coown-box/Tech-Pub |
Technical publications | Bare mirror | /home/skai8888/coown-repos/Tech-Pub.git |
github.com-coown |
Note: These are bare repos (no working tree). Do not work directly in coown-repos/. Work happens in main/ or .openclaw/workspace/.
Dev-Ops Repository Structure¶
Dev-Ops/
├── archive/ # Historical backups, migrations
│ ├── ai-swarm-backups/ # Agent configuration backups
│ └── notion-migration/ # Legacy Notion export data
├── cold-email-system/ # Email automation system
│ ├── database/ # Lead/contact databases
│ └── email-templates/ # Template library
├── incidents/ # Incident reports and post-mortems
├── projects/ # Active project workspaces
│ ├── MotoClaw/ # MotoClaw product (ICP canisters)
│ ├── backoffice-vps/ # VPS infrastructure configs
│ ├── ims-alignment-2026-q1/ # IMS documentation alignment
│ ├── ims/ # IMS process documentation
│ ├── infrastructure/ # Infrastructure projects
│ ├── leo/ # Leonardo (design) projects
│ ├── local-swarm-improvements/ # Agent swarm enhancements
│ ├── polyreg/ # PolyReg membership project
│ ├── uni-notebook-swarm-test/ # Experimental notebook
│ └── work-structure/ # Process structure experiments
├── reports/ # Operational reports
└── templates/ # Project templates
└── project-charter.md # Standard project charter
Previous structure (deprecated 2026-02-24): Used categorical folders (development/, compliance/, business/, operations/, strategic/). Migrated to project-based organization for clarity.
OpenClaw Platform Repository¶
| Repo | Purpose | Primary Branch | Location (local) | Notes |
|---|---|---|---|---|
openclaw/openclaw |
OpenClaw messaging/agent platform | main |
/home/skai8888/openclaw/ |
Reference — read-mostly |
SSH Key Profiles (Simon's local machine)¶
| Profile | Account | Used For |
|---|---|---|
github.com |
ic-claw account |
ic-claw/main and default GitHub |
github.com-coown |
coown-box account (Maya) |
coown-box/Dev-Ops, coown-box/Tech-Pub |
Rules Summary¶
- backoffice-ims: Read-only for all agents. Simon writes. Never push here without explicit Simon instruction.
- backoffice-aml: No agent access at all. n8n deploy key only.
- Secrets: Never in
backoffice-hub(public) or any markdown file. - Commit signing: Required for backoffice-ims releases.
- Release tags:
v{YYYY}.{MM}.{seq}format.
See WI-004 for the full access matrix and document promotion workflow.