Package: sharedType: guideSurface: tooling
AI Agents and Vibe Coding
This page keeps agent-assisted implementation accurate.
What this page answers
- Which docs artifact should an agent load?
- How do I force exact API usage?
Artifact choice
- Use
/llms.txt for fast discovery and route mapping.
- Use
/llms-full.txt for full corpus context in one file.
Prompt contract
- Ask for exact APIs first (props, command IDs, extension exports).
- Ask for implementation only after the API list is confirmed.
- Ask for validation steps (lint, tests, and runtime checks).