Checkpoint raw-preservation pipeline and Type B refactor
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user