에이전트 협업 인프라 구축 — .claude/ 확장
All checks were successful
Publish ParaWiki / build-and-deploy (push) Successful in 29s
All checks were successful
Publish ParaWiki / build-and-deploy (push) Successful in 29s
- PLAN.md · PROGRESS.md 도입: 병렬 에이전트 조정 지점 - CLAUDE.md 린화 + 에이전트 작업 흐름 섹션 (상세는 Output/guides/로 분리) - Output/guides/cimery-dev-guide.md, obsidian-cli.md 신설 - Agents: cimery-architect-researcher, adr-drafter - Commands: /plan, /progress, /adr, /research, /cimery-start - Skill: plan-commit - Hooks: raw/ 쓰기 차단, SessionStart PLAN/PROGRESS 주입, wiki/ADR 변경 시 log 갱신 알림, auto-approve (deny 훅 우선 유지) - .gitignore: .claude/ 공유 자산 포함, 로컬 상태·바이너리만 유지 제외 Closes #3 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
22
.claude/commands/progress.md
Normal file
22
.claude/commands/progress.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
description: Show recent PROGRESS.md entries or add a completion entry
|
||||
argument-hint: [add <type> <text> | snapshot | (empty)]
|
||||
---
|
||||
|
||||
PROGRESS.md at project root 관리 커맨드.
|
||||
|
||||
## 인수 없으면
|
||||
타임라인 최근 10건 + "현재 스냅샷" 섹션 요약.
|
||||
|
||||
## `add <type> <text>`
|
||||
타임라인 **오늘 섹션 맨 위**에 `- <type> — <text>` 추가. `type`은 `adr|wiki|guide|meta|raw|code|infra` 중 하나.
|
||||
오늘 섹션이 없으면 `### YYYY-MM-DD` 헤더와 함께 새로 생성.
|
||||
|
||||
## `snapshot`
|
||||
"현재 스냅샷" 섹션을 현재 저장소 상태 기반으로 재작성 (위키 페이지 수·ADR 수·가이드 수·cimery 코드 존재 여부).
|
||||
|
||||
## 규칙
|
||||
- PLAN.md에서 제거된 항목은 여기에 추가되어야 함 (pair). `/plan done` 명령과 대칭.
|
||||
- 날짜는 오늘(`date +%F`).
|
||||
|
||||
$ARGUMENTS
|
||||
Reference in New Issue
Block a user