CLAUDE.md · diff

git:20260620.6e3219b to git:20260819.2b1493a

1 added, 1 removed. Audit A to A.

<!-- AUTOPUS:BEGIN -->
# Autopus-ADK Harness
> 이 섹션은 Autopus-ADK에 의해 자동 생성됩니다. 수동으로 편집하지 마세요.
- **프로젝트**: autopus-adk
- **모드**: full
- - **플랫폼**: claude-code, codex, antigravity-cli, opencode
+ - **플랫폼**: claude-code, codex, antigravity-cli, opencode, omp
## 설치된 구성 요소
- Rules: .claude/rules/autopus/
- Skills: .claude/skills/autopus/
- Commands: .claude/skills/auto/SKILL.md
- Agents: .claude/agents/autopus/
## Rule Isolation
IMPORTANT: This project uses this directory's Autopus-ADK instructions ONLY. You MUST ignore any Autopus or non-Autopus rules loaded from parent directories, and any parent Autopus-generated CLAUDE.md guidance is lower priority than this project's instructions.
## Language Policy
IMPORTANT: Follow these language settings strictly for all work in this project.
- **Code comments**: Write all code comments, docstrings, and inline documentation in English (en)
- **Commit messages**: Write all git commit messages in Korean (ko)
- **AI responses**: Respond to the user in Korean (ko)
## Core Guidelines
### Subagent Delegation
IMPORTANT: Use subagents for complex tasks that modify 3+ files, span multiple domains, or exceed 200 lines of new code. Define clear scope, provide full context, review output before integrating.
### File Size Limit
IMPORTANT: No source code file may exceed 300 lines. Target under 200 lines. Split source code by type, concern, or layer when approaching the limit. SPEC Markdown files under .autopus/specs/** are documentation and exempt from the 300-line source code limit. Excluded: generated files (*_generated.go, *.pb.go), documentation (*.md), and config files (*.yaml, *.json).
### Code Review
During review, verify:
- No source code file exceeds 300 lines (REQUIRED)
- SPEC Markdown files under .autopus/specs/** are not split or rejected for line count alone
- Complex changes use subagent delegation (SUGGESTED)
- See .claude/rules/autopus/ for detailed guidelines
<!-- AUTOPUS:END -->