{% extends "base.html" %} {% block title %}Workflow - {{ pack.pack }}{% endblock %} {% block content %}

Knowledge-base workflow

Durable state under .local/{{ pack.pack }}/autopilot/. Claude may submit proposals; only this human-facing screen records approvals, network confirmation, fact-review completion and final attestation.

{% if not workflow and not integrity_error and not read_only %}

Initialize

{% endif %}
{% include "workflow/status_body.html" %}
{% endblock %}