Pointer doc for Claude Code agents working in doppel.
Read AGENTS.md first. It is the canonical instruction layer for project
structure, commands, testing, and agent-specific rules.
AGENTS.md- canonical repository guidance.README.md- user-facing setup and command surface.- Relevant
.codex/skills/*/SKILL.mdfiles for the subsystem being changed.
doppel session viewis a daemon-hosted, terminal-only browser view.apps/webis the administrative Web UI and is served separately viadoppel-server start --web-ui.- Do not route session-view work through the administrative Web UI unless the product requirement explicitly changes this boundary.
- Use Claude Code's native subagent feature when session policy allows it.
- Specialists live under
.claude/agents/and mirror.codex/agents/. - Skills are canonical under
.codex/skills/; do not duplicate them in.claude/skills/. - Use
devbox shellwhen possible and preferpnpm typecheck,pnpm test, andpnpm lintbefore finishing meaningful changes. - Serialize shared-checkout mutations such as edits, generated output updates, staging, committing, rebasing, branch switching, and pushing.