Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
trydirect
/
stacker
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
6
Code
Issues
7
Pull requests
18
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Ci/build once reuse binaries
- #268
#268
Open
vsilent
wants to merge 27 commits into
main
trydirect/stacker:main
from
ci/build-once-reuse-binaries
trydirect/stacker:ci/build-once-reuse-binaries
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
Ci/build once reuse binaries
#268
vsilent
wants to merge 27 commits into
main
trydirect/stacker:main
from
ci/build-once-reuse-binaries
trydirect/stacker:ci/build-once-reuse-binaries
Copy head branch name to clipboard
Commits
Commits on Sep 18, 2026
release: bump version to 0.3.3
Show description for 942b826
robotizeit
committed
942b826
View commit details
Copy full SHA for 942b826
Browse repository at this point
logging, db cronjob migration fix, reclaim disk space query / VACUUM
robotizeit
committed
098c80f
View commit details
Copy full SHA for 098c80f
Browse repository at this point
fix: allow re-submitting approved marketplace templates
Show description for 108be8c
robotizeit
committed
108be8c
View commit details
Copy full SHA for 108be8c
Browse repository at this point
PIPE audit log, not implemented, on hold, should be discussed
robotizeit
committed
b1df4cf
View commit details
Copy full SHA for b1df4cf
Browse repository at this point
fix: propagate config_contract during sync and fix source_project_id lookup for resubmit
Show description for ae8fc64
robotizeit
committed
ae8fc64
View commit details
Copy full SHA for ae8fc64
Browse repository at this point
test: add coverage for config_contract sync and approved template resubmit
Show description for 0c0e37f
robotizeit
committed
0c0e37f
View commit details
Copy full SHA for 0c0e37f
Browse repository at this point
fix: persist config_contract via set_config_contract during app sync
Show description for 0be7f06
robotizeit
committed
0be7f06
View commit details
Copy full SHA for 0be7f06
Browse repository at this point
test: authenticate audit BDD ingest as a registered agent
robotizeit
committed
b04fbe0
View commit details
Copy full SHA for b04fbe0
Browse repository at this point
feat(agents): add sweep_dead and sweep_malformed for periodic cleanup
Show description for c85091d
robotizeit
committed
c85091d
View commit details
Copy full SHA for c85091d
Browse repository at this point
fix: include config_contract in sync payload
robotizeit
committed
0515e96
View commit details
Copy full SHA for 0515e96
Browse repository at this point
Merge pull request #258 from trydirect/feature/agent-sweep
Show description for 6b7f4a8
vsilent
authored
6b7f4a8
View commit details
Copy full SHA for 6b7f4a8
Browse repository at this point
Commits on Sep 19, 2026
feat(compose): parameterize env vars to prevent secret leakage in baked snapshots
Show description for 7b6c5e6
robotizeit
committed
7b6c5e6
View commit details
Copy full SHA for 7b6c5e6
Browse repository at this point
fix(compose): cover protected service environment keys
robotizeit
committed
1a10914
View commit details
Copy full SHA for 1a10914
Browse repository at this point
prepare server for baking, clean creds, keys, logs etc
robotizeit
committed
27017fa
View commit details
Copy full SHA for 27017fa
Browse repository at this point
Merge pull request #259 from trydirect/feature/agent-sweep
Show description for 4b1e286
vsilent
authored
4b1e286
View commit details
Copy full SHA for 4b1e286
Browse repository at this point
Merge pull request #261 from trydirect/bake-improvement
Show description for 13a65d3
vsilent
authored
13a65d3
View commit details
Copy full SHA for 13a65d3
Browse repository at this point
Commits on Sep 21, 2026
fix(bake): close the gaps an audit found in build-box sanitization
Show description for 07828d0
robotizeit
and
claude
committed
07828d0
View commit details
Copy full SHA for 07828d0
Browse repository at this point
Merge pull request #263 from trydirect/feature/bake-sanitization
Show description for 51d5ff1
vsilent
authored
51d5ff1
View commit details
Copy full SHA for 51d5ff1
Browse repository at this point
fix(compose): stop double-wrapping healthcheck test commands
Show description for 27508ec
robotizeit
and
claude
committed
27508ec
View commit details
Copy full SHA for 27508ec
Browse repository at this point
Merge pull request #264 from trydirect/fix/healthcheck-test-form
Show description for 2623fed
vsilent
authored
2623fed
View commit details
Copy full SHA for 2623fed
Browse repository at this point
ci: stop caching the Rust target directory in the docker workflow
Show description for 3ee1465
robotizeit
and
claude
committed
3ee1465
View commit details
Copy full SHA for 3ee1465
Browse repository at this point
Merge pull request #265 from trydirect/ci/no-target-cache
Show description for 996cdca
vsilent
authored
996cdca
View commit details
Copy full SHA for 996cdca
Browse repository at this point
Commits on Sep 23, 2026
feat(contract): let the author declare which volumes survive a bake
Show description for 9686684
robotizeit
and
claude
committed
9686684
View commit details
Copy full SHA for 9686684
Browse repository at this point
Merge pull request #266 from trydirect/feat/contract-volume-policy
Show description for e34b2dc
vsilent
authored
e34b2dc
View commit details
Copy full SHA for e34b2dc
Browse repository at this point
ci: build the release binaries once, not twice
Show description for 7fc8513
robotizeit
and
claude
committed
7fc8513
View commit details
Copy full SHA for 7fc8513
Browse repository at this point
docs: restore the config_contract reference, with names that parse
Show description for a865c3f
robotizeit
and
claude
committed
a865c3f
View commit details
Copy full SHA for a865c3f
Browse repository at this point
ci: fix what moving the job into a container broke
Show description for 492a29b
robotizeit
and
claude
committed
492a29b
View commit details
Copy full SHA for 492a29b
Browse repository at this point
You can’t perform that action at this time.