1.3 KiB
1.3 KiB
| name | description | version |
|---|---|---|
| router | 작업 유형별 필요한 skill / domain rule 라우팅 | 1.0.0 |
Skill Router
작업 시작 전 이 파일을 먼저 읽고, 해당하는 skill 또는 domain rule만 로드한다.
라우팅 축
도메인 판별이 필요할 때
→ agent-ops/skills/find-domain/SKILL.md
코드 변경 작업
→ agent-ops/skills/code-change/SKILL.md
→ 변경 대상 도메인의 agent-ops/rules/domain/<domain>/rules.md
푸시 알림 관련 작업
→ agent-ops/rules/domain/push-notification/rules.md
Flutter UI / 화면 / 라우팅 작업
→ agent-ops/rules/domain/flutter-app/rules.md
Room DB / 데이터 저장 관련 작업
→ agent-ops/rules/domain/database/rules.md
Android 진입점 / 채널 / 생명주기 작업
→ agent-ops/rules/domain/android-native/rules.md
전체 구조 파악 / 스캐폴드
→ agent-ops/rules/global.md
→ 도메인 전체 rules.md 순차 로드
도메인 맵
| 도메인 | 경로 | 유형 |
|---|---|---|
| push-notification | agent-ops/rules/domain/push-notification/rules.md |
Core |
| flutter-app | agent-ops/rules/domain/flutter-app/rules.md |
Core |
| database | agent-ops/rules/domain/database/rules.md |
Supporting |
| android-native | agent-ops/rules/domain/android-native/rules.md |
Supporting |