feat(smolmachines): provision_prompt + provision_skills (PRD 0023 chunk 4a) #69
@@ -53,7 +53,7 @@ class SmolmachinesBottleBackend(
|
||||
# Chunk 4 follow-on: needs the git-gate inner Plan (so the
|
||||
# gitconfig insteadOf URL points at the gate's host) and
|
||||
# the agent image must contain `git`. Stub for chunk 4a.
|
||||
del plan, target
|
||||
pass
|
||||
|
didericis marked this conversation as resolved
Outdated
|
||||
|
||||
def prepare_cleanup(self) -> SmolmachinesBottleCleanupPlan:
|
||||
return SmolmachinesBottleCleanupPlan()
|
||||
|
||||
Reference in New Issue
Block a user
why delete these, even as a stub? Why not just do pass?