{% extends "base.html" %} {% import "macros.html" as m %} {% block title %}Release - {{ pack.pack }}{% endblock %} {% block content %}
Edited in the pack form of the workbench; the two fields returned on every coverage root call are shown with their length.
No curation file for this pack.
{% endif %}Loading the job log...
No earlier release is archived under {{ pack.console_dir }}/releases/ yet. The
console archives each release it builds, since Git holds only the current one.
from {{ diff.old_id }} to {{ diff.new_id }}. Computed from the two
release files, so it shows what callers will see change.
| Concepts added | {{ diff.concepts_added | join(', ') or '-' }} |
|---|---|
| Concepts removed | {{ diff.concepts_removed | join(', ') or '-' }} |
| Facts added | {{ diff.facts_added | join(', ') or '-' }} |
| Facts removed | {{ diff.facts_removed | join(', ') or '-' }} |
| Facts re-cited | {{ diff.facts_recited | join(', ') or '-' }} |
| Documents added | {{ diff.documents_added | join(', ') or '-' }} |
| Documents removed | {{ diff.documents_removed | join(', ') or '-' }} |
| Review status before | {{ diff.review_before }} |
| Review status after | {{ diff.review_after }} |
{{ m.fact_link(pack.pack, item.fact_id) }}
before: {{ item.before }}
after: {{ item.after }}
| Field | Before | After |
|---|---|---|
| {{ item.field }} | {{ item.before }} | {{ item.after }} |
No release to preview.
{% else %}Coverage root: {{ preview.root_bytes }} bytes against the {{ preview.target }} byte target of the tool contracts {% if preview.over_target %}over the target; shorten the scope statement, the out-of-scope list or the limitations{% else %}within the target{% endif %}
| Topic page | Concepts | Bytes |
|---|---|---|
| {{ topic.title }} {{ topic.topic_id }} | {{ topic.concepts }} | {{ topic.bytes }} |
{{ preview.root }}{{ preview.coverage_md }}{{ preview.limitations_md }}Read-only git calls. There is no commit button: the lead commits from Git.
Commit messages are a single imperative subject line in the style of the recent commits, with no trailers
(see AGENTS.md).
{{ git_status or '(clean)' }}
{{ git_diff or '(no change)' }}
{{ git_log }}
{% endblock %}