1.7 KiB
1.7 KiB
OpenCode Merge Rules
This file defines how OpenCode should combine the Coffee Project's Codex-era and Claude-era guidance.
Precedence
AGENTS.mdis the primary workflow, editing, and delegation policy..codex/agent-team.mdand.codex/agent-skills.mddefine team topology, role boundaries, and skill selection.CLAUDE.mdand service-levelCLAUDE.mdfiles are supporting context for architecture, commands, conventions, and service gotchas only.
Migration Rules
- Do not read from or rely on the
.claude/directory. - Ignore stale
CLAUDE.mdtext that points to.claude/*or assumes the assistant is literally Claude Code. - If a service-level
AGENTS.mdis missing or intentionally thin, fall back to the rootAGENTS.mdplus that service'sCLAUDE.md. remotion_service/AGENTS.mdpreviously pointed to a missing.codex/services/remotion.mdfile. Treatremotion_service/CLAUDE.mdas the active service guide until a dedicated Codex service guide exists.
Working Mode
- Keep the repo's team-first behavior for non-trivial tasks.
- Use the minimum viable delegation rather than mandatory full handoff.
- Purely mechanical or clearly bounded tasks may be handled directly.
- Keep user-facing UI text in Russian.
MCP Ownership
- The repo-local
opencode.jsoncfile is the primary OpenCode MCP roster for this workspace. - Shared MCP binaries may live under
~/.config/opencode/vendor/, but this repo should enable only the servers it actually wants to use. - Do not infer repo MCPs from
~/.claude.json. - Prefer
context7for library and framework documentation. - Use
web-searchfor broader web research when docs or local source inspection are not enough.