Problem
`/llms.txt` (companion issue) is an index. Agents that want full context still need to make N requests. `/llms-full.txt` provides everything inline.
Goal
One-fetch, complete agent context: install instructions, philosophy, docs, every component name + description + dependencies.
Acceptance criteria
References
Depends on
- llms.txt issue (build the index first, reuse the data layer)
Problem
`/llms.txt` (companion issue) is an index. Agents that want full context still need to make N requests. `/llms-full.txt` provides everything inline.
Goal
One-fetch, complete agent context: install instructions, philosophy, docs, every component name + description + dependencies.
Acceptance criteria
References
Depends on