- tasks.json: v1 (8 Phase) → v2 (3 Phase: A/B/C) - Phase A: implementing, codex-a@macbook-pro にロック - file_locks: gate.rs, lock.rs, protocol.rs, store.rs → phase-a - Phase B/C: pending(Phase A 完了待ち) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
80 lines
2.2 KiB
JSON
80 lines
2.2 KiB
JSON
{
|
||
"version": 2,
|
||
"last_updated": "2026-04-10T01:30:00Z",
|
||
"tasks": [
|
||
{
|
||
"id": "phase-a",
|
||
"title": "GATE + Lock + Store + Protocol(4ファイル新規)",
|
||
"github_issue_number": 0,
|
||
"state": "implementing",
|
||
"dependencies": [],
|
||
"dependents": ["phase-b", "phase-c"],
|
||
"soft_dependencies": [],
|
||
"lock": {
|
||
"locked_by": "codex-a@macbook-pro",
|
||
"locked_at": "2026-04-10T01:30:00Z",
|
||
"ttl_secs": 3600,
|
||
"affected_files": [
|
||
"crates/miyabi-core/src/gate.rs",
|
||
"crates/miyabi-core/src/lock.rs",
|
||
"crates/miyabi-core/src/protocol.rs",
|
||
"crates/miyabi-core/src/store.rs"
|
||
]
|
||
},
|
||
"impact": {
|
||
"risk_level": "LOW",
|
||
"affected_symbols": 0,
|
||
"depth1": [],
|
||
"analyzed_at": "2026-04-10T01:25:00Z"
|
||
},
|
||
"branch_name": null,
|
||
"pr_number": null,
|
||
"merge_commit": null,
|
||
"created_at": "2026-04-10T01:30:00Z",
|
||
"updated_at": "2026-04-10T01:30:00Z"
|
||
},
|
||
{
|
||
"id": "phase-b",
|
||
"title": "CLI サブコマンド追加",
|
||
"github_issue_number": 0,
|
||
"state": "pending",
|
||
"dependencies": ["phase-a"],
|
||
"dependents": ["phase-c"],
|
||
"soft_dependencies": [],
|
||
"lock": null,
|
||
"impact": null,
|
||
"branch_name": null,
|
||
"pr_number": null,
|
||
"merge_commit": null,
|
||
"created_at": "2026-04-10T01:30:00Z",
|
||
"updated_at": "2026-04-10T01:30:00Z"
|
||
},
|
||
{
|
||
"id": "phase-c",
|
||
"title": "GitHub Evidence + E2E テスト",
|
||
"github_issue_number": 0,
|
||
"state": "pending",
|
||
"dependencies": ["phase-a", "phase-b"],
|
||
"dependents": [],
|
||
"soft_dependencies": [],
|
||
"lock": null,
|
||
"impact": null,
|
||
"branch_name": null,
|
||
"pr_number": null,
|
||
"merge_commit": null,
|
||
"created_at": "2026-04-10T01:30:00Z",
|
||
"updated_at": "2026-04-10T01:30:00Z"
|
||
}
|
||
],
|
||
"file_locks": {
|
||
"crates/miyabi-core/src/gate.rs": "phase-a",
|
||
"crates/miyabi-core/src/lock.rs": "phase-a",
|
||
"crates/miyabi-core/src/protocol.rs": "phase-a",
|
||
"crates/miyabi-core/src/store.rs": "phase-a"
|
||
},
|
||
"dag_levels": [
|
||
["phase-a"],
|
||
["phase-b"],
|
||
["phase-c"]
|
||
]
|
||
}
|