{% extends "_base.html" %} {% block title %}Setup wizard · {{ project.name | humanize }} · Urika{% endblock %} {% block heading %}Setup wizard: {{ project.name | humanize }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}

The project builder agent will ask clarifying questions to scope this project, suggest experiments, and draft an initial plan. Closing this page does not abort — reopen the wizard to re-attach. Clicking Abort discards this project entirely (recoverable from trash).

Connecting…
{# Chronological event log. Each event becomes a row classified by kind so theme CSS can colour-code phase / tool_use / error / agent_text differently. Matches the CLI's audit-trail rendering. #}
{# Answer composer: hidden until a question event arrives, then reveals either a button row (for terminal-choice questions) or a free-text input. Disabled across the network round-trip to prevent double-submit. #}
{% endblock %}