diff --git a/.clinerules b/.clinerules index 2279ce5..8095d70 100644 --- a/.clinerules +++ b/.clinerules @@ -8,7 +8,7 @@ `agent-ops/rules/project/rules.md`와 `agent-ops/rules/private/rules.md`는 세션 최초 1회 읽는다. 파일이 없으면 무시한다. -`agent-ops/roadmap/current.md`가 있으면 세션 최초 1회 읽고, 활성 Milestone의 이름, 경로, 목표, 주요 범위, 주의할 범위 제외 항목만 짧게 요약해 세션 컨텍스트로 유지한다. +`agent-ops/roadmap/` 디렉터리가 있으면 세션 최초 1회 `agent-ops/rules/common/rules-roadmap.md`를 읽는다. 로드맵 디렉터리나 파일이 없으면 무시한다. 아래 성격의 요청은 사용자가 명시적으로 요청한 경우에만 `agent-ops/skills/common/router.md`를 작업 최초 1회 읽고 수행한다. 자동으로 수행하지 않는다. - agent-ops 초기화 diff --git a/.cursorrules b/.cursorrules index 2279ce5..8095d70 100644 --- a/.cursorrules +++ b/.cursorrules @@ -8,7 +8,7 @@ `agent-ops/rules/project/rules.md`와 `agent-ops/rules/private/rules.md`는 세션 최초 1회 읽는다. 파일이 없으면 무시한다. -`agent-ops/roadmap/current.md`가 있으면 세션 최초 1회 읽고, 활성 Milestone의 이름, 경로, 목표, 주요 범위, 주의할 범위 제외 항목만 짧게 요약해 세션 컨텍스트로 유지한다. +`agent-ops/roadmap/` 디렉터리가 있으면 세션 최초 1회 `agent-ops/rules/common/rules-roadmap.md`를 읽는다. 로드맵 디렉터리나 파일이 없으면 무시한다. 아래 성격의 요청은 사용자가 명시적으로 요청한 경우에만 `agent-ops/skills/common/router.md`를 작업 최초 1회 읽고 수행한다. 자동으로 수행하지 않는다. - agent-ops 초기화 diff --git a/CLAUDE.md b/CLAUDE.md index 2279ce5..8095d70 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -8,7 +8,7 @@ `agent-ops/rules/project/rules.md`와 `agent-ops/rules/private/rules.md`는 세션 최초 1회 읽는다. 파일이 없으면 무시한다. -`agent-ops/roadmap/current.md`가 있으면 세션 최초 1회 읽고, 활성 Milestone의 이름, 경로, 목표, 주요 범위, 주의할 범위 제외 항목만 짧게 요약해 세션 컨텍스트로 유지한다. +`agent-ops/roadmap/` 디렉터리가 있으면 세션 최초 1회 `agent-ops/rules/common/rules-roadmap.md`를 읽는다. 로드맵 디렉터리나 파일이 없으면 무시한다. 아래 성격의 요청은 사용자가 명시적으로 요청한 경우에만 `agent-ops/skills/common/router.md`를 작업 최초 1회 읽고 수행한다. 자동으로 수행하지 않는다. - agent-ops 초기화 diff --git a/GEMINI.md b/GEMINI.md index 2279ce5..8095d70 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -8,7 +8,7 @@ `agent-ops/rules/project/rules.md`와 `agent-ops/rules/private/rules.md`는 세션 최초 1회 읽는다. 파일이 없으면 무시한다. -`agent-ops/roadmap/current.md`가 있으면 세션 최초 1회 읽고, 활성 Milestone의 이름, 경로, 목표, 주요 범위, 주의할 범위 제외 항목만 짧게 요약해 세션 컨텍스트로 유지한다. +`agent-ops/roadmap/` 디렉터리가 있으면 세션 최초 1회 `agent-ops/rules/common/rules-roadmap.md`를 읽는다. 로드맵 디렉터리나 파일이 없으면 무시한다. 아래 성격의 요청은 사용자가 명시적으로 요청한 경우에만 `agent-ops/skills/common/router.md`를 작업 최초 1회 읽고 수행한다. 자동으로 수행하지 않는다. - agent-ops 초기화 diff --git a/agent-ops/.version b/agent-ops/.version index 9090603..ad7bb75 100644 --- a/agent-ops/.version +++ b/agent-ops/.version @@ -1 +1 @@ -1.1.28 +1.1.29 diff --git a/agent-ops/rules/common/rules-roadmap.md b/agent-ops/rules/common/rules-roadmap.md index 3f9e44e..56cbaf0 100644 --- a/agent-ops/rules/common/rules-roadmap.md +++ b/agent-ops/rules/common/rules-roadmap.md @@ -4,7 +4,8 @@ ## 로딩 -- 세션 최초 1회 `agent-ops/roadmap/current.md`를 읽고 활성 Milestone 이름, 경로, 목표, 주요 범위, 범위 제외만 짧게 기억한다. +- 세션 최초 1회 `agent-ops/roadmap/current.md`를 읽고 활성 Milestone 후보의 이름, 경로, 선택 규칙만 짧게 기억한다. +- Milestone의 목표, 주요 범위, 범위 제외는 선택한 Milestone 문서에서 확인한다. - 일반 작업에서는 `ROADMAP.md`를 읽지 않는다. - `ROADMAP.md`는 로드맵 생성/갱신, Phase 전환, Milestone 추가/수정, 활성 Milestone 밖 작업 확인 때만 읽는다.