fabro/crates/arc-devcontainer
Bryan Helmkamp eab81aee99 Simplify feature fetch functions: extract shared helpers
- Extract read_feature_metadata(), extract_tgz(), and create_feature_dir()
  helpers to eliminate copy-paste across fetch_feature_oci/local/https
- Move ensure_oras() out of per-feature calls into a once-per-resolve
  check via oras_checked flag
- Simplify dockerfile::generate() to take &HashMap instead of
  &Option<HashMap>, removing an unnecessary clone in the caller

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 00:59:41 -05:00
..
src Simplify feature fetch functions: extract shared helpers 2026-03-03 00:59:41 -05:00
tests Add e2e tests for 5 devcontainer spec gaps using local features 2026-03-03 00:51:26 -05:00
Cargo.toml Add local path and HTTPS feature references to arc-devcontainer 2026-03-03 00:45:17 -05:00
DEVCONTAINER-COMPATIBILITY.md Update DEVCONTAINER-COMPATIBILITY.md for 5 new spec gaps 2026-03-03 00:45:44 -05:00
INTEGRATION.md Fix 4 spec compliance gaps in arc-devcontainer 2026-03-03 00:06:23 -05:00