Skip to content

docs: prepare release v2.9.0

Choose a tag to compare

@jhlee0409 jhlee0409 released this 10 Mar 08:03
· 32 commits to main since this release

v2.9.0

SDD+TDD 방법론 통합과 다국어 지원 강화 — 테스트 우선 개발을 파이프라인 수준에서 강제하고, 한국어 사용자를 위한 자연어 라우팅을 추가했습니다.

Highlights

  • TDD Guard: 구현 파일 작성 시 대응하는 테스트 파일이 없으면 자동 차단 — spec의 EARS 표기법, plan의 Test Strategy 섹션과 함께 SDD+TDD 워크플로우를 완성합니다
  • Peer Mode (consult): /afc:consult에 동료 모드 추가 — 일방적 자문이 아닌 상호 대화형 브레인스토밍이 가능합니다
  • 한국어 스킬 라우팅: "버그 수정해줘", "테스트 작성", "보안 점검" 등 한국어 자연어로 afc 스킬을 직접 호출할 수 있습니다

What's Changed

Added

  • SDD+TDD methodology integration (EARS spec, Test Strategy, TDD Guard hook)
  • Peer mode for /afc:consult — interactive thinking-together dialogue
  • Reverse impact analysis in review command
  • Auto-run /afc:spec from plan when spec.md is missing
  • Project rules auto-generation in /afc:init (.claude/rules/afc-project.md)
  • Korean language intent detection patterns
  • Skill catalog fallback for unmatched prompts

Changed

  • Intent detection hardened with catalog-based fallback
  • Fork commands receive streamlined subagent context

Tests

  • 396 examples, 0 failures (+63 new cases)

Full Changelog: v2.8.2...v2.9.0