feat(smolmachines): provision_prompt + provision_skills (PRD 0023 chunk 4a) #69

Merged
didericis merged 2 commits from prd-0023-chunk-4a-provision-prompt-skills into main 2026-05-27 05:21:26 -04:00
Showing only changes of commit 085a0c1923 - Show all commits
@@ -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
Outdated
Review

why delete these, even as a stub? Why not just do pass?

why delete these, even as a stub? Why not just do pass?
def prepare_cleanup(self) -> SmolmachinesBottleCleanupPlan:
return SmolmachinesBottleCleanupPlan()