You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per-session report bundles — every codex-flow run writes .codex-flow/reports/<YYYYMMDD-HHMMSS>/ with planning.md, allocation.md, tasks.md, cost.md, and SUMMARY.md, each carrying explicit PIC attribution (claude, codex, or both).
Self-contained scripts/session-cost.mjs — aggregates Codex cost from metrics.jsonl; requires --since, supports --until, --cwd, --log, and --json, and uses CODEX_MCP_PRICING when configured.
session-report plugin skill and command hooks — centralizes report templates and writes them at the Phase 0/2/3/5 gates.