{% extends "base.html" %} {% block title %}Plan tree · {{ goal.title }} · Maverick{% endblock %} {% block content %}

← all goals · trajectory

Goal #{{ goal.id }}: {{ goal.title }}

in_progress succeeded failed blocked pending loading…

Plan tree updates live as the swarm spawns / completes sub-goals. You can also run maverick monitor --goal-id {{ goal.id }} in your terminal for a TUI view.

{% endblock %}