From 6ea3bfa406b38e347c4e5966234521fdd1bcc60e Mon Sep 17 00:00:00 2001 From: toki Date: Tue, 12 May 2026 07:17:38 +0900 Subject: [PATCH] sync: to agentic-framework v1.1.10 --- agent-ops/.version | 2 +- agent-ops/rules/common/rules.md | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/agent-ops/.version b/agent-ops/.version index 512a1fa..5ed5faa 100644 --- a/agent-ops/.version +++ b/agent-ops/.version @@ -1 +1 @@ -1.1.9 +1.1.10 diff --git a/agent-ops/rules/common/rules.md b/agent-ops/rules/common/rules.md index 6648b75..aab62be 100644 --- a/agent-ops/rules/common/rules.md +++ b/agent-ops/rules/common/rules.md @@ -5,12 +5,13 @@ - 요청 범위를 넘는 변경을 하지 않는다. - 불확실하면 단정하지 말고 후보를 제시한다. -아래 요청은 `agent-ops/skills/common/router.md`를 읽고 수행한다. +`agent-ops/rules/project/rules.md`와 `agent-ops/rules/private/rules.md`는 세션 최초 1회 읽는다. 파일이 없으면 무시한다. +domain rule은 해당 domain 최초 진입 시 1회 읽고, 이미 읽은 rule은 반복하지 않는다. +rule 변경, 새 domain, 컨텍스트 전환, 사용자 요청 시 다시 읽는다. + +아래 성격의 요청은 사용자가 명시적으로 요청한 경우에만 `agent-ops/skills/common/router.md`를 작업 최초 1회 읽고 수행한다. 자동으로 수행하지 않는다. - agent-ops 초기화 - domain rule 생성 - skill 생성 -- git commit / git push +- git commit / push - agent-ops 업데이트 / 진입 파일 재적용 - -`agent-ops/rules/project/rules.md`와 -`agent-ops/rules/private/rules.md`를 읽고 작업을 시작한다. 파일이 없을경우 무시한다.