Automation Team Nheo β Docs Central
Single source of truth for the Nheo Automation Team.
Notion is no longer maintained. Everything lives here.
π§ Knowledge Base
π Projects
CLOSRADS β Facebook Ads Geo Sync
| Document |
Description |
| Overview |
Project summary, background, status, dry-run results |
| Architecture |
Data flow, file structure, layer separation, execution sequence |
| Module Reference |
Detailed docs for all 7 modules in src/ |
| GitHub Actions & CI/CD |
Workflow, secrets, IP whitelist problem, branch strategy |
| Tests & Coverage |
18 tests, offline strategy, fixtures, coverage gaps |
| Activation Plan |
6 ordered steps to go live + blockers |
| Design Decisions |
D01βD10 with full reasoning |
OpenClaw β ReadyMode Bot (Arpa Growth)
| Document |
Description |
| Overview |
Project summary, requirements, support scenarios |
| Operations |
All 4 operations β status, selectors, blockers |
| Architecture |
Execution flow, design decisions, server infra, 3-layer memory proposal |
| Support Playbook |
13 conversational support scenarios |
| Incidents & Lessons Learned |
10 Phase 1 incidents with root cause and fix |
| Security Audit |
27 findings, 3-phase remediation plan |
| Compliance Matrix |
R01βR33 (57% done, 30% TODO, 6% blocked) |
| Gap Analysis & Roadmap |
G01βG13, prioritized roadmap, ~10β16 dev days |
π SOPs & Processes
π¬ Research
| Document |
Description |
| Research Hub |
Index β one file per research topic |
Repo Rules
- Everything in markdown (
.md)
- One file per topic β do not mix projects
- Commit format:
docs(project): description of change
- Architecture decisions go in the relevant project file, not in PRs
- Never commit credentials or
.env files