This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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. |