607 B
607 B
Component Discovery
Purpose
Identify the real repository areas affected by a request before any task is executed.
Repository Areas
- Root docs: repository purpose and rules
docs/: scope, roadmap and decisionsfrontend/: current live product surfacebackend/: future Python backend foundationai/: orchestration and task workflowscripts/: local platform automation
Rules
- Read the smallest relevant set of files first.
- Prefer extending existing documents and scripts instead of duplicating them.
- Do not assume framework layers that do not exist in this repository.