Done in 75a50987d3/.gitea/workflows/update-badges.yml. Added the README coverage badge and wired `update-badge…
Addressed in d9a9eef.
Removed the prd-new placeholder citations from Python docstrings/section comments in the detector and related tests. I also scanned bot_bottle and tests Python files…
Addressed the backend-agnostic concern from https://gitea.dideric.is/didericis/bot-bottle/pulls/263/files#issuecomment-2326 in 5204b98.
The egress launch env rules now live in shared helpers:
-…
Good catch: smolmachines was not covered by the Docker compose launch path. It shares the sidecar image and EgressPlan, but has separate docker run bundle env assembly plus separate smolvm…
Done in 4808ef5.
The canary now uses a per-launch random WORD_WORD_SECRET env var name generated from a fixed word list. Both Docker and macOS launch paths inject that same name/value into…
Implemented the smolmachines backend commit flow in 02b38b63f5ee9a65f20b5d5f0f7f983918633594.
Summary:
./cli.py commit <slug>now usessmolvm pack create --from-vmfor smolmachines bottles…
Addressed the remaining review threads in 5498f20 and updated the PR description now that Part II and Part III are merged into this branch.
- Re: https://gitea.dideric.is/didericis/bot-bottle/pu…
Re: didericis/bot-bottle#231 (comment)
That value is just a long-lived sleep duration used to keep the detached agent container alive after launch so later…