From d904c22de91d854a0be0a82a808bd9c1dcc342ad Mon Sep 17 00:00:00 2001 From: toki Date: Sun, 24 May 2026 09:25:17 +0900 Subject: [PATCH] update: add rules files and update version --- .clinerules | 4 ++++ .cursorrules | 4 ++++ AGENTS.md | 4 ++++ CLAUDE.md | 4 ++++ GEMINI.md | 4 ++++ agent-ops/.version | 2 +- agent-ops/rules/common/rules.md | 2 ++ 7 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .clinerules create mode 100644 .cursorrules create mode 100644 AGENTS.md create mode 100644 CLAUDE.md create mode 100644 GEMINI.md diff --git a/.clinerules b/.clinerules new file mode 100644 index 0000000..ff8588e --- /dev/null +++ b/.clinerules @@ -0,0 +1,4 @@ +# 프로젝트 작업 완료 규칙 + +- 이 프로젝트에서 작업을 하나 완료할 때마다 `agent-ops/bin/bump-version.sh`를 실행해 `agent-ops/.version`을 한 단계 올린다. + 예: `next="$(agent-ops/bin/bump-version.sh "$(cat agent-ops/.version)")" && printf '%s\n' "$next" > agent-ops/.version` diff --git a/.cursorrules b/.cursorrules new file mode 100644 index 0000000..ff8588e --- /dev/null +++ b/.cursorrules @@ -0,0 +1,4 @@ +# 프로젝트 작업 완료 규칙 + +- 이 프로젝트에서 작업을 하나 완료할 때마다 `agent-ops/bin/bump-version.sh`를 실행해 `agent-ops/.version`을 한 단계 올린다. + 예: `next="$(agent-ops/bin/bump-version.sh "$(cat agent-ops/.version)")" && printf '%s\n' "$next" > agent-ops/.version` diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..ff8588e --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,4 @@ +# 프로젝트 작업 완료 규칙 + +- 이 프로젝트에서 작업을 하나 완료할 때마다 `agent-ops/bin/bump-version.sh`를 실행해 `agent-ops/.version`을 한 단계 올린다. + 예: `next="$(agent-ops/bin/bump-version.sh "$(cat agent-ops/.version)")" && printf '%s\n' "$next" > agent-ops/.version` diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..ff8588e --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,4 @@ +# 프로젝트 작업 완료 규칙 + +- 이 프로젝트에서 작업을 하나 완료할 때마다 `agent-ops/bin/bump-version.sh`를 실행해 `agent-ops/.version`을 한 단계 올린다. + 예: `next="$(agent-ops/bin/bump-version.sh "$(cat agent-ops/.version)")" && printf '%s\n' "$next" > agent-ops/.version` diff --git a/GEMINI.md b/GEMINI.md new file mode 100644 index 0000000..ff8588e --- /dev/null +++ b/GEMINI.md @@ -0,0 +1,4 @@ +# 프로젝트 작업 완료 규칙 + +- 이 프로젝트에서 작업을 하나 완료할 때마다 `agent-ops/bin/bump-version.sh`를 실행해 `agent-ops/.version`을 한 단계 올린다. + 예: `next="$(agent-ops/bin/bump-version.sh "$(cat agent-ops/.version)")" && printf '%s\n' "$next" > agent-ops/.version` diff --git a/agent-ops/.version b/agent-ops/.version index c1847bf..73a29c9 100644 --- a/agent-ops/.version +++ b/agent-ops/.version @@ -1 +1 @@ -1.1.31 +1.1.34 diff --git a/agent-ops/rules/common/rules.md b/agent-ops/rules/common/rules.md index 226a177..2dadabe 100644 --- a/agent-ops/rules/common/rules.md +++ b/agent-ops/rules/common/rules.md @@ -5,6 +5,8 @@ - 요청 범위를 넘는 변경을 하지 않는다. - 불확실하면 단정하지 말고 후보를 제시한다. - `agent-task/archive/**`와 `agent-ops/roadmap/archive/**`는 사용자가 명시적으로 요청한 경우에만 읽는다. +- 이 프로젝트에서 작업을 하나 완료할 때마다 `agent-ops/bin/bump-version.sh`를 실행해 `agent-ops/.version`을 한 단계 올린다. + 예: `next="$(agent-ops/bin/bump-version.sh "$(cat agent-ops/.version)")" && printf '%s\n' "$next" > agent-ops/.version` `agent-ops/rules/project/rules.md`와 `agent-ops/rules/private/rules.md`는 세션 최초 1회 읽는다. 파일이 없으면 무시한다.