A useful personal app should not require a project plan, a build pipeline, and a release ceremony. In Adhoc, app structure can live as data in the workspace.
Manifesto
Implementation is the data.
Adhoc treats software as structured state: data, presentation, and reasoning bound together by explicit commands.
ViewEngine renders from structured app data, so the shape of the record and the shape of the interface can evolve together.
Poly does not get a secret product. Its writes are commands with source, validation, undo, and audit expectations.
Headless OS
The operating system is the contract.
Data is the durable body, Face is the rendered surface, and Brain is the reasoning layer. The system is headless because the app is not hardwired to one deployed interface. The implementation is the workspace data plus the commands that safely change it.