{% extends "base.html" %} {% block title %}{{ run.run_id }}{% endblock %} {% block body %}
{{ run.status }} {{ run.mode }} · {{ run.execution_location }} · {% if mechanical %}git · no model{% else %}{{ run.harness or 'harness' }}{% if run.model %}:{{ run.model }}{% endif %}{% endif %} · {{ '%.0f' % run.elapsed_minutes() }} min{% if run.cost_usd is not none %} · ${{ '%.2f' % run.cost_usd }}{% endif %}
Mechanical rebase onto {{ run.base or 'the base' }} — no model, no cost. The scheduler ran git rebase in the worktree and force-pushed with a lease; a worker was never started.
{{ run.diff_stat or '(no diff recorded)' }}
{{ check_result.status }} · {{ check_result.run_id }}
{% if check_result.checks %}No pre-PR checks are configured, or the check run has not finished yet.
{% endif %}{{ check_view.conclusion }} Process {{ check_view.process }}{% if check_view.exit_code is not none %} · exit {{ check_view.exit_code }}{% else %} · exit code not recorded{% endif %}
{{ check.details }}{% endif %}These results are not associated with a configured command.
{{ result.details }}{% endif %}No accepted check outcome has been recorded yet.
{% endif %}Next action: {{ check_view.next_action }}
This run recorded a single claude-json result rather than a streamed transcript. Its final message is below.
{{ final_text or '(no final message)' }}
{% endif %}
{{ brief_text or '(no brief recorded)' }}{{ final_text or '(no final message)' }}{{ stderr_text or '(stderr was empty)' }}