{% 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" %} {# v10.0.0a5: per-project memories viewer (read-only). Lists CLAUDE.md + .serena/memories/*.md for the current project; click a file to render its markdown in-place. Uses vendored marked.min.js. #}

Memories

No memories found

This project doesn't yet have a CLAUDE.md or any .serena/memories/*.md files.

Select a file to view.

Cmd+Z = previous revision · Cmd+Shift+Z = next revision · position

Create new memory…

Recent Q&A

No questions asked yet

Use the Ask form above to query this project. Each question + answer pair lands here as a trajectory.

{% endblock %}