This website requires JavaScript.
Explore
Help
Sign In
didericis
/
bot-bottle
Watch
1
Star
0
Fork
0
You've already forked bot-bottle
Code
Issues
7
Pull Requests
15
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
canaries.yml
lint.yml
prd-number.yml
test.yml
update-badges.yml
1471 workflow runs
Actor
All actors
didericis
didericis-claude
didericis-codex
Status
All status
Success
Failure
Waiting
Running
refactor(docker): prepare_proxy takes stage_dir and owns the yaml path
test.yml #63
:
Commit
1b8d3bbb94
pushed by
didericis
#5
2026-05-11 01:22:45 -04:00
15s
View workflow file
refactor(pipelock): introduce PipelockProxy class housing the yaml body
test.yml #62
:
Commit
30ead9102a
pushed by
didericis
#5
2026-05-11 01:19:10 -04:00
13s
View workflow file
test(pipelock): cut low-value tests (naming + entrypoint/cmd inspection)
test.yml #61
:
Commit
f344c8cd9d
pushed by
didericis
#5
2026-05-11 01:12:20 -04:00
15s
View workflow file
refactor(docker): inline pipelock_write_yaml body into prepare_proxy
test.yml #60
:
Commit
11f17d7927
pushed by
didericis
#5
2026-05-11 01:05:07 -04:00
16s
View workflow file
refactor(util): move expand_tilde to top-level claude_bottle/util.py
test.yml #59
:
Commit
8457869dcd
pushed by
didericis
#5
2026-05-11 00:53:02 -04:00
22s
View workflow file
refactor(docker): absorb claude_bottle/ssh.py into DockerBottleBackend
test.yml #58
:
Commit
6298d33c31
pushed by
didericis
#5
2026-05-11 00:49:29 -04:00
18s
View workflow file
refactor(docker): absorb claude_bottle/skills.py into DockerBottleBackend
test.yml #57
:
Commit
c9fe23a043
pushed by
didericis
#5
2026-05-11 00:44:59 -04:00
18s
View workflow file
refactor(docker): inline skills_copy_into into provision_skills
test.yml #56
:
Commit
d45d4fec8a
pushed by
didericis
#5
2026-05-11 00:38:46 -04:00
14s
View workflow file
refactor(backend): make provision_* abstract; provision lives on the base
test.yml #55
:
Commit
054dc09b38
pushed by
didericis
#5
2026-05-11 00:31:55 -04:00
15s
View workflow file
refactor(docker): extract provision_skills to mirror the others
test.yml #54
:
Commit
5d46d1bea4
pushed by
didericis
#5
2026-05-11 00:26:31 -04:00
16s
View workflow file
refactor(docker): split provision into provision_prompt / _ssh / _git
test.yml #53
:
Commit
5a024259a6
pushed by
didericis
#5
2026-05-11 00:20:39 -04:00
14s
View workflow file
refactor(backend): fold BottleProvisioner back into BottleBackend
test.yml #52
:
Commit
133a7a39e7
pushed by
didericis
#5
2026-05-11 00:13:58 -04:00
15s
View workflow file
refactor(backend): introduce BottleProvisioner ABC + DockerBottleProvisioner
test.yml #51
:
Commit
7b5a798186
pushed by
didericis
#5
2026-05-11 00:04:36 -04:00
18s
View workflow file
refactor: rename platform abstraction to backend
test.yml #50
:
Commit
70a22fa210
pushed by
didericis
#5
2026-05-11 00:00:07 -04:00
22s
View workflow file
refactor(docker): move network.py into platform/docker/
test.yml #49
:
Commit
c79966731c
pushed by
didericis
#5
2026-05-10 23:41:20 -04:00
15s
View workflow file
refactor(platform): rename claude_bottle/bottles -> claude_bottle/platform
test.yml #48
:
Commit
1d2c18eaae
pushed by
didericis
#5
2026-05-10 23:37:50 -04:00
14s
View workflow file
refactor(bottles): Bottle becomes an ABC; DockerBottle inherits
test.yml #47
:
Commit
aaed390953
pushed by
didericis
#5
2026-05-10 23:32:52 -04:00
15s
View workflow file
refactor(docker): split bottles/docker/__init__.py into sibling modules
test.yml #46
:
Commit
d28f0e6d9b
pushed by
didericis
#5
2026-05-10 23:29:59 -04:00
14s
View workflow file
refactor(bottles): make docker a package; absorb top-level docker.py
test.yml #45
:
Commit
e20f8af05a
pushed by
didericis
#5
2026-05-10 23:26:00 -04:00
14s
View workflow file
refactor(bottles): move 'list active' onto DockerBottlePlatform
test.yml #44
:
Commit
47b882f634
pushed by
didericis
#5
2026-05-10 23:19:43 -04:00
14s
View workflow file
refactor(bottles): two-phase cleanup parallel to prepare/launch
test.yml #43
:
Commit
18d29fc23f
pushed by
didericis
#5
2026-05-10 23:15:13 -04:00
14s
View workflow file
refactor(cli): remove redundant 'build' command
test.yml #42
:
Commit
4a45c267f3
pushed by
didericis
#5
2026-05-10 23:05:45 -04:00
14s
View workflow file
refactor(bottles): move _run_agent_container and _provision_container onto the platform class
test.yml #41
:
Commit
5f82044403
pushed by
didericis
#5
2026-05-10 23:02:42 -04:00
14s
View workflow file
refactor(bottles): absorb prepare/launch fns into DockerBottlePlatform
test.yml #40
:
Commit
7ab35a5e2a
pushed by
didericis
#5
2026-05-10 23:00:28 -04:00
14s
View workflow file
refactor(bottles): BottlePlatform becomes ABC; DockerBottlePlatform in docker.py
test.yml #39
:
Commit
e22a96e511
pushed by
didericis
#5
2026-05-10 22:57:15 -04:00
19s
View workflow file
refactor(bottles): introduce BottlePlan base + move print onto plan
test.yml #38
:
Commit
2827d9b899
pushed by
didericis
#5
2026-05-10 22:50:24 -04:00
20s
View workflow file
refactor(bottles): rename DockerBottleSpec to BottleSpec
test.yml #37
:
Commit
236c4fa50c
pushed by
didericis
#5
2026-05-10 22:40:40 -04:00
14s
View workflow file
refactor(bottles): split factory into prepare + launch phases
test.yml #36
:
Commit
4f16b3a9e1
pushed by
didericis
#5
2026-05-10 22:36:48 -04:00
16s
View workflow file
refactor(start): show_plan now takes DockerBottleSpec
test.yml #35
:
Commit
a284d85296
pushed by
didericis
#5
2026-05-10 22:24:03 -04:00
16s
View workflow file
refactor(start): extract show_plan from cmd_start
test.yml #34
:
Commit
7500ba230c
pushed by
didericis
#5
2026-05-10 22:20:57 -04:00
14s
View workflow file
First
Previous
...
46
47
48
49
50
Next
Last