docs: update AGENT.md references to .agents/AGENT.md
This commit is contained in:
+4
-2
@@ -10,7 +10,10 @@
|
|||||||
|
|
||||||
본 프로젝트를 새로운 환경에 복제(Clone)한 후, 핵심 구성 요소들의 위치와 역할을 먼저 파악해야 합니다.
|
본 프로젝트를 새로운 환경에 복제(Clone)한 후, 핵심 구성 요소들의 위치와 역할을 먼저 파악해야 합니다.
|
||||||
|
|
||||||
* `.agents/skills/`: 멀티 에이전트 구동 및 비동기 잡 처리를 수행하는 셸 스크립트 모음
|
* `.agents/`: 오케스트레이션 및 에이전트 커스텀 스킬 디렉터리
|
||||||
|
* `AGENT.md`: 에이전트 간의 역할 분담(PM, Worker, Reviewer) 및 이벤트 발행 규약 정의
|
||||||
|
* `AGENT.ko.md`: 에이전트 간의 역할 분담(PM, Worker, Reviewer) 및 이벤트 발행 규약 정의 (한국어)
|
||||||
|
* `skills/`: 멀티 에이전트 구동 및 비동기 잡 처리를 수행하는 셸 스크립트 모음
|
||||||
* `lib.sh`: 오케스트레이션의 핵심 셸 함수 및 가상환경(venv) 자동 연동 라이브러리
|
* `lib.sh`: 오케스트레이션의 핵심 셸 함수 및 가상환경(venv) 자동 연동 라이브러리
|
||||||
* `multi-agent-mux-create/`: 격리된 tmux 에이전트 세션을 시작하는 스크립트
|
* `multi-agent-mux-create/`: 격리된 tmux 에이전트 세션을 시작하는 스크립트
|
||||||
* `multi-agent-mux-stop/`: 세션을 정상적으로 중지하고 상태를 업데이트하는 스크립트
|
* `multi-agent-mux-stop/`: 세션을 정상적으로 중지하고 상태를 업데이트하는 스크립트
|
||||||
@@ -24,7 +27,6 @@
|
|||||||
* `job_subscriber.py`: 백그라운드 이벤트 구독기 및 오디팅 로그 생성기
|
* `job_subscriber.py`: 백그라운드 이벤트 구독기 및 오디팅 로그 생성기
|
||||||
* `publish_event.py`: 실행 상태 및 에러 트랩 시 이벤트 퍼블리셔
|
* `publish_event.py`: 실행 상태 및 에러 트랩 시 이벤트 퍼블리셔
|
||||||
* `mqtt_common.py`: 공통 MQTT 브로커 연결 유틸리티
|
* `mqtt_common.py`: 공통 MQTT 브로커 연결 유틸리티
|
||||||
* `AGENT.md`: 에이전트 간의 역할 분담(PM, Worker, Reviewer) 및 이벤트 발행 규약 정의
|
|
||||||
* `MESSAGING.md`: 에이전트 간 주고받는 MQTT 메시지 와이어 스킴 가이드라인
|
* `MESSAGING.md`: 에이전트 간 주고받는 MQTT 메시지 와이어 스킴 가이드라인
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
+4
-2
@@ -10,7 +10,10 @@ A new agent can follow the steps in this guide sequentially to establish a stabl
|
|||||||
|
|
||||||
Before cloning this project into a new environment, you must first understand the locations and roles of its core components:
|
Before cloning this project into a new environment, you must first understand the locations and roles of its core components:
|
||||||
|
|
||||||
* `.agents/skills/`: A collection of shell scripts that execute multi-agent coordination and asynchronous job processing.
|
* `.agents/`: Orchestration and custom agent skills root.
|
||||||
|
* `AGENT.md`: Definition of agent roles (PM, Worker, Reviewer) and event publication rules.
|
||||||
|
* `AGENT.ko.md`: Definition of agent roles (PM, Worker, Reviewer) and event publication rules (Korean).
|
||||||
|
* `skills/`: A collection of shell scripts that execute multi-agent coordination and asynchronous job processing.
|
||||||
* `lib.sh`: The core orchestration shell functions and virtual environment (venv) auto-loading library.
|
* `lib.sh`: The core orchestration shell functions and virtual environment (venv) auto-loading library.
|
||||||
* `multi-agent-mux-create/`: Script to launch isolated tmux agent sessions.
|
* `multi-agent-mux-create/`: Script to launch isolated tmux agent sessions.
|
||||||
* `multi-agent-mux-stop/`: Script to gracefully stop agent sessions and update states.
|
* `multi-agent-mux-stop/`: Script to gracefully stop agent sessions and update states.
|
||||||
@@ -24,7 +27,6 @@ Before cloning this project into a new environment, you must first understand th
|
|||||||
* `job_subscriber.py`: Background event subscriber and audit log generator.
|
* `job_subscriber.py`: Background event subscriber and audit log generator.
|
||||||
* `publish_event.py`: Event publisher for runtime states and error traps.
|
* `publish_event.py`: Event publisher for runtime states and error traps.
|
||||||
* `mqtt_common.py`: Common utility for connecting to the MQTT broker.
|
* `mqtt_common.py`: Common utility for connecting to the MQTT broker.
|
||||||
* `AGENT.md`: Definition of agent roles (PM, Worker, Reviewer) and event publication rules.
|
|
||||||
* `MESSAGING.md`: Messaging scheme and wire protocol guidelines for MQTT communication between agents.
|
* `MESSAGING.md`: Messaging scheme and wire protocol guidelines for MQTT communication between agents.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
+1
-1
@@ -64,4 +64,4 @@ Strong success criteria let you loop independently. Weak criteria ("make it work
|
|||||||
|
|
||||||
**These guidelines are working if:** fewer unnecessary changes in diffs, fewer rewrites due to overcomplication, and clarifying questions come before implementation rather than after mistakes.
|
**These guidelines are working if:** fewer unnecessary changes in diffs, fewer rewrites due to overcomplication, and clarifying questions come before implementation rather than after mistakes.
|
||||||
|
|
||||||
Read AGENT.md first before working and follow the instructions for orchestration.
|
Read .agents/AGENT.md first before working and follow the instructions for orchestration.
|
||||||
Reference in New Issue
Block a user