name: tdd-guide description: vive-specific TDD guidance (locations and commands). allowed-tools: Bash, Read, Edit, Write, Grep, Glob
TDD Assistant (vive)
Nested TDD を vive のテスト構成に合わせて実行する。
Preparation
docs/requirements.mdとdocs/architecture.md、Issue を読む- worktree/タスクのディレクトリにいることを確認
Outer Loop (Integration/Behavior)
- 対象:
tests/または高レベルのユニットテスト - 実行:
cargo test
Inner Loop (Unit)
- 対象:
src/の#[test] - 実行:
cargo test
Finalization
docs/の更新