| name | project-layout |
| description | Generated repo structure for the td EtherClaw instance |
| triggers | ["ETHERCLAW.toml","project layout","governed demo","CLAUDE_COLONY.md","docs/humans","docs/contributors","docs/agents"] |
Project Layout
This repository was generated by etherclaw init for ENS td.onthe.eth.
Important Files
ETHERCLAW.toml — instance metadata and [[lazy]] package entries
CLAUDE.md — high-level repo guidance for agents
CLAUDE_COLONY.md — colony/daemon-oriented operating guidance
docs/humans/governance.md — governance model and roles
docs/humans/dao-config.md — canister and parameter placeholders
docs/agents/mcp-endpoints.md — MCP-facing contract surface summary
pkgs/Idris2Mmnt/CLAUDE.md — mmnt-specific context
Demo-Specific Files
scripts/demo-tmux.sh — launches the 6-pane tmux demo
scripts/setup-branch-protection.sh — enables PR-only merge policy
docs/agents/codex-demo-supervisor.md — prompt template for a Codex supervisor
docs/prd/*.md — seed PRDs used during the demo
Packages
pkgs/Idris2TextDao — EVM governance logic used in the demo
pkgs/Idris2TextDaoCli — CLI surface expected to be implemented by Colony
Working Assumptions
- Governed mode means PR merge authority is delegated to GitHub Actions + TheWorld checks.
- Runtime state belongs in
.etherclaw/ and should remain untracked.
- Demo operators work from this repo root; scripts assume repo-local execution.