diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 4a017da..f2e9f1c 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "dev-loop", "description": "loop-orchestrator's verification loop (TDD / PDCA / Reflexion) with the plan step FIXED to a wiki-grounded planning methodology (wiki-plan): every design decision is routed to a bundled semantic-layer wiki before code is written. Adds a knowledge-capture loop — sessions emit verified insights, and knowledge-flush researches, dedups, routes, and opens a wiki PR for owner review.", - "version": "1.8.3", + "version": "1.8.4", "author": { "name": "choiyounggi", "url": "https://github.com/choiyounggi" diff --git a/README.ko.md b/README.ko.md index 5b4a6a3..9930483 100644 --- a/README.ko.md +++ b/README.ko.md @@ -7,7 +7,9 @@ - **[loop-orchestrator]** — 하나의 태스크, 또는 여러 병렬 태스크를 "done"까지 끌고 가는 방법론 기반 검증 루프 (TDD / PDCA / Reflexion). - **[dev-llm-wiki]** — 케이스 라우팅되는 시맨틱 레이어 소프트웨어 - 베스트프랙티스·엣지케이스 지식 베이스, 그리고 모든 설계 결정을 거기에 + 베스트프랙티스·엣지케이스·개발 프로세스 방법론(테스트 선행 순서, 리뷰 + 규율, 완료 주장 증거 게이트, 에이전트 오케스트레이션 판단 정책, + 에이전트향 도구·지침 설계) 지식 베이스, 그리고 모든 설계 결정을 거기에 근거시키는 계획 방법론. 그리고 세션 하나를 넘어 확장됩니다: `orchestrate` 스킬은 같은 루프 위의 @@ -237,7 +239,7 @@ fail-closed로 거부됩니다. 게이트는 knowledge-flush PR로 좁게 스코 dev-loop/ ├── .claude-plugin/{plugin,marketplace}.json ├── AGENTS.md INDEX.md templates/ # 위키 스키마 + 라우팅 진입점 + 페이지/브리프/세션프롬프트 템플릿 -├── wiki/ # 10개 도메인 시맨틱 레이어 지식 베이스 +├── wiki/ # 10개 도메인 시맨틱 레이어 지식 베이스 (260페이지: 베스트프랙티스·엣지케이스·프로세스 방법론) ├── skills/ # 위의 스킬 8종 (사용자 호출 가능; / 메뉴에 스킬 이름으로 표시) ├── agents/test-quality-auditor.md # 번들된 독립 테스트 감사자 (루프 스텝 6.5) ├── hooks/ diff --git a/README.md b/README.md index ed0f321..a9940d0 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,10 @@ A Claude Code plugin that merges two things into one self-contained tool: - **[loop-orchestrator]** — a methodology-grounded verification loop (TDD / PDCA / Reflexion) for driving one task, or many parallel tasks, to "done". - **[dev-llm-wiki]** — a case-routed, semantic-layer knowledge base of software - best-practices and edge cases, plus a planning methodology that grounds every - design decision in it. + best-practices, edge cases, and development-process methodology (test-first + ordering, review discipline, completion-evidence gates, agent-orchestration + decision policy, agent-facing tool/instruction design), plus a planning + methodology that grounds every design decision in it. And it scales past one session: the `orchestrate` skill is a **multi-session orchestrator** over the same loop — it decomposes a goal into a dependency @@ -241,7 +243,7 @@ ordinary `gh pr create` in any repo. dev-loop/ ├── .claude-plugin/{plugin,marketplace}.json ├── AGENTS.md INDEX.md templates/ # wiki schema + routing entry + page/brief/session-prompt templates -├── wiki/ # 10-domain semantic-layer knowledge base +├── wiki/ # 10-domain semantic-layer knowledge base (260 pages: best practices, edge cases, process methodology) ├── skills/ # the 8 skills above (user-invocable; appear in the / menu by skill name) ├── agents/test-quality-auditor.md # bundled independent test auditor (loop step 6.5) ├── hooks/