Documentation
¶
Overview ¶
Package quickstart generates reference material for AI agent quickstart prompts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildPrompt ¶
BuildPrompt assembles the full quickstart prompt from a workspace scan, schema reference, deps catalog, examples, and instructions. The returned string is suitable for use as a system prompt when asking an AI agent to generate a moat.yaml for a project.
func GenerateDepsReference ¶
func GenerateDepsReference() string
GenerateDepsReference produces a markdown reference of all available dependencies.
func GenerateSchemaReference ¶
func GenerateSchemaReference() string
GenerateSchemaReference produces a markdown reference of all moat.yaml fields by reflecting on the config.Config struct.
func ScanWorkspace ¶
ScanWorkspace walks the workspace and produces a summary of detected file types and manifest files. The output is a markdown section suitable for inclusion in a quickstart prompt.
Types ¶
This section is empty.