git:20260123.dd8d09f to git:20260123.c6f92e9

3 added, 3 removed. Audit A to A.

<!-- WORKSPACE-RULES:START -->
# Workspace Rules
## Rule: Workspace Discovery
TRIGGER: Any task
- ACTION: Read `workspace.yaml` to get repository paths and project domains
+ ACTION: Read `.allagents/workspace.yaml` to get repository paths and project domains
## Rule: Correct Repository Paths
TRIGGER: File operations (read, search, modify)
- ACTION: Use repository paths from `workspace.yaml`, not assumptions
+ ACTION: Use repository paths from `.allagents/workspace.yaml`, not assumptions
## Rule: Cross-Repository Context
TRIGGER: Tasks involving multiple repositories
- ACTION: Check all repository paths in workspace.yaml before making changes
+ ACTION: Check all repository paths in .allagents/workspace.yaml before making changes
<!-- WORKSPACE-RULES:END -->