1e0f95f8bd
Move the following audited-and-implemented changes into openspec/changes/archive/2026-06-12-completed-changes-archive/: - tool-config-mount-cleanup - config-profile-directory-mounts Update archive README count and project map index/files accordingly. openspec/changes/ now contains only the archive directory. Quality gates: pytest 313 passed/34 skipped, npm run typecheck/lint clean, npm test -- --run 87 passed
9 lines
439 B
Markdown
9 lines
439 B
Markdown
# Tasks
|
|
|
|
- [x] Identify the per-file mount staging in `apply_resolved_profile` as the root cause.
|
|
- [x] Refactor `apply_resolved_profile` to stage one directory per mount target and bind-mount the directory.
|
|
- [x] Propagate read-only mode to the volume entry.
|
|
- [x] Update `TestApplyResolvedProfile` unit tests to assert directory-level mounts.
|
|
- [x] Run backend quality gates (`py_compile`, `pytest`).
|
|
- [x] Commit, merge to `dev`, push.
|