diff --git a/openspec/changes/config-profile-git-mounts/tasks.md b/openspec/changes/config-profile-git-mounts/tasks.md index 034eb2a..d8aa759 100644 --- a/openspec/changes/config-profile-git-mounts/tasks.md +++ b/openspec/changes/config-profile-git-mounts/tasks.md @@ -17,7 +17,7 @@ - [x] 3.1 Update `config_profile_resolver.py` to include git mounts in resolved profile output - [x] 3.2 Ensure git mounts from included profiles are merged (with override rules) -- [ ] 3.3 Add tests for profile resolution with git mounts +- [x] 3.3 Add tests for profile resolution with git mounts ## 4. Instance Startup Integration @@ -46,13 +46,13 @@ ## 7. Testing and Verification -- [ ] 7.1 Backend unit tests for git mount validation -- [ ] 7.2 Backend integration tests for profile CRUD with git mounts -- [ ] 7.3 Test instance startup with git mounts (verify bind mounts created) -- [ ] 7.4 Test auto-clone behavior (clone triggered, mount created) -- [ ] 7.5 Test clone failure handling (error logged, mount skipped, startup continues) -- [ ] 7.6 Test glob pattern expansion (files matched, limit enforced) -- [ ] 7.7 Test branch checkout behavior (success and fallback) +- [x] 7.1 Backend unit tests for git mount validation +- [x] 7.2 Backend integration tests for profile CRUD with git mounts +- [x] 7.3 Test instance startup with git mounts (verify bind mounts created) +- [x] 7.4 Test auto-clone behavior (clone triggered, mount created) +- [x] 7.5 Test clone failure handling (error logged, mount skipped, startup continues) +- [x] 7.6 Test glob pattern expansion (files matched, limit enforced) +- [x] 7.7 Test branch checkout behavior (success and fallback) - [x] 7.8 Frontend type check passes - [x] 7.9 Frontend production build succeeds - [ ] 7.10 Manual end-to-end test: create profile with git mount, start instance, verify files mounted