From ba744aa770c7ddf6c18417e18fdb169c5b73c9ed Mon Sep 17 00:00:00 2001 From: jijivski Date: Wed, 1 Apr 2026 11:56:32 +0800 Subject: [PATCH] Fix lib_agent indentation regression --- scripts/lib_agent.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/lib_agent.py b/scripts/lib_agent.py index 7f261bf..4c4c362 100644 --- a/scripts/lib_agent.py +++ b/scripts/lib_agent.py @@ -366,14 +366,12 @@ def prepare_task_workspace(skill_dir: Path, run_id: str, task: Task, agent_id: s _BOOTSTRAP_FILES = ["SOUL.md", "BOOTSTRAP.md", "USER.md", "IDENTITY.md", "HEARTBEAT.md", "TOOLS.md"] - def _remove_readonly(func, path, _): def _remove_readonly(func, path, _): try: os.chmod(path, stat.S_IWRITE) func(path) except OSError: pass - func(path) saved_bootstrap: dict[str, bytes] = {} if workspace.exists():