mattermost-mobile/agent-ops/rules/_templates/domain-rule-template.md
toki f013531d65
Some checks failed
ci / test (push) Has been cancelled
Update project configuration and add agent-ops skills
2026-03-21 13:05:45 +09:00

739 B

name description type
<domain-name> <도메인 한 줄 설명> core | supporting | generic

목적 / 책임

<이 도메인이 담당하는 핵심 책임>

포함 경로

  • app/<path>/
  • app/actions/local/<file>.ts
  • app/actions/remote/<file>.ts

제외 경로

  • <이 도메인에 속하지 않는 경로>

주요 구성 요소

  • : <역할>
  • : <역할>

유지할 패턴

  • <이 도메인에서 따라야 할 패턴>

다른 도메인과의 경계

  • database 도메인: DB 조작은 database 도메인 패턴을 따른다
  • network 도메인: API 호출은 ClientMix 패턴을 따른다

금지 사항

  • <이 도메인에서 하면 안 되는 것>