| Tier | Project | Mode | Active | Awaiting | Failed | Last updated |
|---|
| Urgency | Project | task_id | theme / lane | Status | Step | Updated |
|---|
| Updated | Project | task_id | Lane | Status | Step |
|---|
| Sev | Cat | Finding | Evidence | Remediation |
|---|
total_cost_usd(API-equivalent 単価の内部見積り)を集計。
実際の plan 消費・ヒット状況は claude.ai UI の 5h meter が最終参照。
budget 値($20/5h、$50/day、$200/month)は仮置き、後で config で差替可能。
| CLI | Invocations | Cost (USD) | 期間 | 備考 |
|---|
| Actor | Invocations | Cost (USD) | 平均 / 呼出 |
|---|
| Project | Invocations | Cost (USD) |
|---|
pm2 list | grep online が 8/8、PRAGMA wal_checkpoint(PASSIVE) = 0 確認
.env に USAGE_LEDGER_ENABLED=1 を追記
pm2 restart bright-worker --update-env → 30 min 観察pm2 restart char-worker --update-env → 30 min 観察pm2 restart amuro-worker --update-env → 30 min 観察SELECT cli, actor, COUNT(*), SUM(total_cost_usd) FROM usage_ledger WHERE source='live' GROUP BY cli, actor;
+1 のみ (crash loop 無し)SQLITE_BUSY_RECOVERY / usage ledger record failed 無しecho USAGE_LEDGER_ENABLED=0 >> .env; pm2 restart bright-worker char-worker amuro-worker --update-env
control-plane/priority-scorer.ts が single source of truth。
| 状態 | Band | Score | Task | Intent | 軸 | Breakdown |
|---|
runClaudeFreeform を stream-json 化して amuro の Claude 経路も ledger 対象化config/model-routing.yaml で actor×priority→model を選択、base-worker 起動時に --model 付与