deterministic-task-protocol リポから miyabi-cli-standalone に統合: - docs/dtp/: PLAYBOOK, PLAN, UML, GIT-RULES, Codex レビュー 3件 - autorun/: Phase 0-8 の TASKS/ASSIGNMENT/GATE + INDEX/HANDOFF/ROLLBACK - project_memory/tasks.json: 全9 Phase の DAG SSOT - skills/: polaris-ops, rust-llm-pitfalls - .codex/instructions.md: Codex 設定 実装は miyabi-core に gate.rs, lock.rs, protocol.rs, store.rs を追加する方針。 既存の dag.rs, github.rs, approval.rs 等は変更不要。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
538 B
538 B
Codex Instructions for Polaris
必読ファイル
- CLAUDE.md(ルール)
- autorun/INDEX.md(Phase DAG)
- 該当 Phase の TASKS.md
品質チェック(タスク完了前に必ず実行)
cargo test && cargo clippy --all-targets --all-features -- -D warnings
コミットルール
日本語タグ形式: [追加], [修正], [改善], [整備], [文書], [検証], [完了]
禁止事項
- unsafe コード
- GATE バイパス
- テスト RED のまま完了宣言
- git push --force