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

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

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

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

## Rule: Workspace Discovery
TRIGGER: Any task
ACTION: Read `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

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