{% 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 or clicking Abort will discard the partial project (moved to 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 %}