Checkpoint raw-preservation pipeline and Type B refactor

This commit is contained in:
2026-04-07 08:54:10 +09:00
parent 4a71d7db88
commit 0cc2a997b6
109 changed files with 4721 additions and 2993 deletions

View File

@@ -14,6 +14,7 @@ if str(ROOT) not in sys.path:
sys.path.insert(0, str(ROOT))
from scripts.gitea_issue_sync import create_comment
from scripts.raw_bootstrap import rebuild_run_from_raw
DESIGN_AGENT_ROOT = Path(r"D:\ad-hoc\kei\design_agent")
if str(DESIGN_AGENT_ROOT) not in sys.path:
@@ -387,6 +388,8 @@ def main() -> None:
comments_dir.mkdir(parents=True, exist_ok=True)
validation_path = run_dir / "06-validation" / "validation-result.md"
bootstrap_info = rebuild_run_from_raw(repo_root, run_dir, input_file)
issue_numbers = [int(x.strip()) for x in args.issue_numbers.split(",")]
step_comment_bodies = {
1: comments_dir / "step-1.md",