Commit a686962
refactor: remove --enable-chroot flag, make chroot mode always-on (#714)
* Initial plan
* refactor: remove --enable-chroot flag, make chroot mode always-on
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
* refactor: remove --enable-chroot from tests, docs, and workflows
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
* refactor: clean up comments referencing optional chroot mode
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
* fix: post-process all agentic workflows to use --build-local
Chroot mode is now always-on, which requires the container image to be
built from the current source (matching entrypoint.sh). The 13 agentic
workflows (security-guard, ci-doctor, etc.) were still using
--image-tag 0.13.12 --skip-pull with pre-built GHCR images from before
the chroot-always-on change.
Add all agentic workflow lock files to the post-processing script and
run it to replace --image-tag/--skip-pull with --build-local, remove
sparse-checkout (full repo needed for npm build), and replace the
install step with local build steps.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Co-authored-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com>1 parent abaf8dc commit a686962
50 files changed
Lines changed: 674 additions & 629 deletions
File tree
- .claude/skills/awf-skill
- .github/workflows
- docs-site/src/content/docs/reference
- docs
- scripts/ci
- src
- tests
- fixtures
- integration
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
| |||
195 | 194 | | |
196 | 195 | | |
197 | 196 | | |
198 | | - | |
| 197 | + | |
199 | 198 | | |
200 | 199 | | |
201 | | - | |
202 | | - | |
| 200 | + | |
| 201 | + | |
203 | 202 | | |
204 | 203 | | |
205 | 204 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments