AGENTS.md@examples/workspaces/multi-repo · git:20260123.c6f92e9 · 2026-01-23 · sha256 fb748e6193701000

AGENTS.md@examples/workspaces/multi-repo git:20260123.c6f92e9A

Immutable. This exact content is served forever at /api/v1/blob/fb748e6193701000.

<!-- WORKSPACE-RULES:START -->
# Workspace Rules

## Rule: Workspace Discovery
TRIGGER: Any task
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 `.allagents/workspace.yaml`, not assumptions

## Rule: Cross-Repository Context
TRIGGER: Tasks involving multiple repositories
ACTION: Check all repository paths in .allagents/workspace.yaml before making changes
<!-- WORKSPACE-RULES:END -->