{% extends "base.html" %} {% block title %}{{ project_name }} · Harbormaster{% endblock %} {% block content %}

{{ project_name }}

{% if project %} last commit: {% if project.last_commit %} {{ project.last_commit.hash }} {% else %} (no git) {% endif %} {% endif %}
{% if project %}

{{ project.brief or "(no description)" }}

{% endif %}

Status

sourced from project_status
{{ status_markdown }}
{% include "_partials/ask_form.html" %} {% include "_partials/delegate_form.html" %}

Recent Q&A

No prior trajectories yet — ask or delegate something above and it will record here.

{% endblock %}