Cross-cutting platform services: forms, submissions, more.
The Builds page (/builds) lists every build Insight has run for the project, with live progress and the final result message for each. Users open a build to see what changed and any warnings. This is the user-facing place where build results surface; it is read-only.
The Todo List is a living plan of the app, shown as a tab in the side panel on every project page. Each feature has a status (planned / requested / built / abandoned) that the platform updates automatically after every reasoning commit. Users select planned items and hit Send it to queue a build. The features list is read-only in the UI.
Form submission storage, spam protection, and email notifications on submit are built in. The form UI itself is generated per-page via request_feature_build, describe the form fields and where it should live, and the build agent wires it into the submission store automatically.