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
FixesOpenCoven#98.
FixesOpenCoven#99.
FixesOpenCoven#104.
FixesOpenCoven#110.
- add hosted tenant/installation/repo/domain scope types
- key hosted memory, transcripts, settings sync, and team memory by scoped identity
- add canonical repo parsing and Windows test isolation for home-derived paths
Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
-`cargo test -p claurst-core --lib hosted -- --nocapture`
25
+
-`cargo test -p claurst-core --lib local_project_id -- --nocapture`
26
+
-`cargo test -p claurst-core --lib sync_keys -- --nocapture`
27
+
-`cargo test -p claurst-core --lib team_memory_key -- --nocapture`
28
+
-`cargo test -p claurst-commands --lib named_commands::tests::test_agents_reset_removes_saved_roster_state -- --nocapture`
29
+
-`cargo test -p claurst-core --lib roster_reset -- --nocapture`
30
+
-`cargo test -p claurst-core --lib build_import_preview_maps_settings_and_doc -- --nocapture`
31
+
-`cargo test -p claurst-core --lib test_imported_anthropic_cli_token_resolves_without_coven_oauth_client -- --nocapture`
32
+
33
+
## Full-suite status
34
+
35
+
-`cargo test --workspace` progressed through CLI, ACP, API, bridge, buddy, commands, and core tests, then Smart App Control blocked an unsigned freshly built test binary.
36
+
- Latest block: `C:\dev-cargo-target\coven-code\debug\deps\claurst_tools-f5b8d284b5de1d1b.exe`, OS error 4551.
37
+
- Code Integrity event: Smart App Control reported the binary did not meet Enterprise signing level requirements under policy `{0283ac0f-fff1-49ae-ada1-8a933130cad6}`.
38
+
39
+
## Risk notes
40
+
41
+
- Local mode pathing remains available through existing local APIs.
42
+
- Hosted durable state now requires explicit scope to avoid path-derived cross-tenant collisions.
43
+
- Security-private domains are represented and are excluded from public review loading unless explicitly allowed by policy.
0 commit comments