From 481585f865ea6d1e20e3aed589c91589ccda051d Mon Sep 17 00:00:00 2001 From: bellman Date: Thu, 14 May 2026 17:00:10 +0900 Subject: [PATCH] omx(team): auto-checkpoint worker-1 [1] --- scripts/generate_cc2_board.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/generate_cc2_board.py b/scripts/generate_cc2_board.py index 3c547d83..311fb405 100755 --- a/scripts/generate_cc2_board.py +++ b/scripts/generate_cc2_board.py @@ -275,7 +275,8 @@ def roadmap_item(record: RoadmapRecord, index: int) -> dict[str, Any]: "title": record.title, "source_anchor": f"ROADMAP.md:L{record.line}", "source_type": record.source_type, - "source_path": record.path, + "source_path": "ROADMAP.md", + "source_context": record.path, "source_line": record.line, "source_level": record.level if record.source_type == "roadmap_heading" else None, "source_ordinal": record.ordinal,