mergegate/project_memory/tasks.json
林 駿甫 (Shunsuke Hayashi) 286cf5664a [整備] tasks.json を v2 (3 Phase) に更新 + Phase A ロック
- 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>
2026-04-10 01:19:43 +09:00

80 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"version": 2,
"last_updated": "2026-04-10T01:30:00Z",
"tasks": [
{
"id": "phase-a",
"title": "GATE + Lock + Store + Protocol4ファイル新規",
"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"]
]
}