# [DEV01] Development: Workflow / Docs Base
## 1. Problem / Context
To accept external contributions, we need reproducible dev setup and quality rules.
## 2. Definition of Done
- Local dev steps are reproducible
- Coding standards and PR rules are documented
- CI jobs are defined
## 3. Action Items
- [x] Add dev steps (build/run/test) to README
- [x] Define coding standards (rustfmt/clippy)
- [x] Define PR/Issue workflow rules
- [x] Run build/test/lint in CI
- [x] Create CONTRIBUTING guide skeleton
## 4. References
- README.md
- ROADMAP.md
---
# [DEV01] 開発: ワークフロー/ドキュメント基盤
## 1. 課題・現状 (Problem/Context)
外部コントリビューションを受け入れるためには、開発手順と品質基準が必要。
## 2. 達成すること (Definition of Done)
- ローカル開発手順が再現可能
- コーディング規約とPR運用が明文化されている
- CIの基本ジョブが定義されている
## 3. やること (Action Items)
- [x] 開発手順(ビルド/実行/テスト)をREADMEへ追記する
- [x] コーディング規約(例: rustfmt/clippy)を決める
- [x] PR/Issueの運用ルールを整備する
- [x] CIでビルド/テスト/リントを実行できるようにする
- [x] コントリビューションガイド(CONTRIBUTING)の骨子を作る
## 4. 参考・メモ (References)
- README.md
- ROADMAP.md