Skip to content

Instantly share code, notes, and snippets.

# WeBuild — Phase Output Schemas
# Knowledge source for the WeBuild Copilot agent.
# The agent MUST read the schema for the active phase before producing any output.
# All output must conform exactly to the schema — no extra fields, no missing fields.
# If a value cannot be determined from available input, set it to null and add to uncertainties[].
---
## AGENT_STATE schema
# The agent maintains this object throughout the full session.