- Finalized PROJECT.md incorporating 'Zero-Pollution' constraints - Enforced native Git portability (git pull sync only) - Generated ARCHITECTURE.md and STACK.md maps - Deleted .agent/skills/.gitignore to physically track flattened skills
935 B
935 B
Agent System Architecture
Core Components
- Orchestrator Layer (
get-shit-done): 프로젝트.planning/디렉터리의 상태를 관리하며 개발 페이즈(Phase)를 통제. CLI 명령어 체이닝을 담당. - Skill Encapsulation Layer (
.agent/vendor/,.agent/skills/): 19종 이상의 핵심 무기가 CLI에 직결됨. 하위 모듈이 아니라 원시 폴더로 직접 트래킹되어 Git Clone 시 100% 작동. - External Sync Bridge (
.agent/scripts/): Gitea Wiki와 Vikunja Ticket으로 상태를 푸시하는 노드 기반 보안 터널. - Memory Protocol (
claude-mem): MCP 기반 로컬 SQLite 영구 기억 장치. - Rule Enforcement (
agent_lifecycle_sop.md): 코딩 전 반드시 숙지해야 하는 최종 헌법.
Data Flow
[Agent NLU] → [GSD Phase Task] → [Superpowers Skill (Worktree 생성)] → [코드 작성/TDD] → [sync_*.js 로 Vikunja/Gitea 자동 보고]