MVP: web project improves itself through AgentOS and Gitea PRs #4

Closed
opened 2026-07-23 20:10:47 +00:00 by puter · 1 comment
Owner

Build the minimum working web-first loop on feat/projects-backend. Reuse projectIssues and projectWorkRuns. Target flow: connected project -> Signal or user request creates issue -> AgentOS clones repository -> coding agent changes code and verifies -> branch pushed -> Gitea PR created -> web displays run and PR status. Merge remains human-controlled. Use apps/web/design as the visual source. Avoid new generalized platform layers unless required by this exact loop.

Build the minimum working web-first loop on feat/projects-backend. Reuse projectIssues and projectWorkRuns. Target flow: connected project -> Signal or user request creates issue -> AgentOS clones repository -> coding agent changes code and verifies -> branch pushed -> Gitea PR created -> web displays run and PR status. Merge remains human-controlled. Use apps/web/design as the visual source. Avoid new generalized platform layers unless required by this exact loop.
Author
Owner

Architecture constraint: every new domain rule, validated input/result, state transition, and meaningful error must be implemented first as a small Effect v4 primitive under @code/primitives. Convex/backend, Flue agents, AgentOS/Rivet, Gitea adapters, scripts, and web hooks consume those primitives instead of duplicating business logic. Keep the primitives limited to the minimum required for this MVP.

Architecture constraint: every new domain rule, validated input/result, state transition, and meaningful error must be implemented first as a small Effect v4 primitive under `@code/primitives`. Convex/backend, Flue agents, AgentOS/Rivet, Gitea adapters, scripts, and web hooks consume those primitives instead of duplicating business logic. Keep the primitives limited to the minimum required for this MVP.
puter closed this issue 2026-07-27 09:47:46 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: puter/zopu-code#4
No description provided.