{% extends "base.html" %} {% block content %}
Wave: {{ summary.drilldown.wave.wave_id }}
Artifacts: {{ summary.drilldown.wave.artifact_count }}
Task: {{ summary.drilldown.wave.task_prompt_head or "n/a" }}
Reply: {{ summary.drilldown.wave.reply_head or "n/a" }}
{% if summary.drilldown.wave.reuse_validation.count %}Reuse validations: {{ summary.drilldown.wave.reuse_validation.count }}
{% endif %} {% if summary.drilldown.wave.artifact_type_counts %}Release: {{ summary.drilldown.release.release_id }}
Status: {{ summary.drilldown.release.status or "n/a" }}
Artifacts: {{ summary.drilldown.release.artifact_count }}
Verification Runs: {{ (summary.drilldown.release.verification_refs or []) | join(", ") or "n/a" }}
Generation Waves: {{ (summary.drilldown.release.wave_refs or []) | join(", ") or "n/a" }}
{% if summary.drilldown.release.reuse_validation.count %}Reuse validations: {{ summary.drilldown.release.reuse_validation.count }}
{% endif %} {% if summary.drilldown.release.reuse_validation.recommendation_counts %}No entities found for this scope.
{% endif %}Agent runs: {{ summary.provenance.agent_run_count }}
Artifacts: {{ summary.provenance.artifact_count }}
Contract artifacts: {{ summary.provenance.contract_artifact_count }}
Reuse validations: {{ summary.provenance.reuse_validation.count }}
Generation waves: {{ summary.provenance.wave_count }}
Releases: {{ summary.provenance.release_count }}
Facts tracked: {{ summary.fact_count }}
No agent provenance has been recorded yet.
{% endif %}No outcome labels were recorded for the current filter set.
{% endif %}No artifacts were recorded for the current filter set.
{% endif %}No reuse validations were recorded for the current filter set.
{% endif %}{{ authority_level }}={{ count }}{% if not loop.last %}, {% endif %}
{% endfor %}
{% endif %}
| Agent ID | Role | Authority | Status | Approved / Denied | Outcome Labels | Wave | Release | Contract | Summary |
|---|---|---|---|---|---|---|---|---|---|
{{ run.agent_id }} |
{{ run.role or "unknown" }} | {{ run.authority_level or "n/a" }} | {{ run.status or "unknown" }} | {{ run.approved_action_count or 0 }} / {{ run.denied_action_count or 0 }} | {{ (run.outcome_labels or []) | join(", ") or "n/a" }} | {{ (run.wave_refs or []) | join(", ") or "n/a" }} | {{ (run.release_refs or []) | join(", ") or "n/a" }} | {{ run.contract_type or "n/a" }} | {{ run.summary or "No summary available." }} |
No agent-run provenance has been recorded for this scope yet.
{% endif %}| Artifact ID | Type | Status | Wave | Release | File/Ref | Description |
|---|---|---|---|---|---|---|
{{ artifact.artifact_id }}
{% if artifact.artifact_type == "reuse_validation_result" %}
View JSON {% endif %} |
{{ artifact.artifact_type or "unknown" }} | {{ artifact.status or "n/a" }} | {{ artifact.wave_id or "n/a" }} | {{ artifact.release_id or "n/a" }} | {{ artifact.file_path or artifact.reference_id or "n/a" }} | {{ artifact.description or artifact.name or "No description available." }} |
No artifacts have been recorded for this scope yet.
{% endif %}| Artifact ID | Recommendation | Reference | Target Repos | Resolved Source | Checks |
|---|---|---|---|---|---|
{{ item.artifact_id }}
View JSON |
{{ item.recommendation or item.status or "n/a" }} |
{{ item.reference_project_id or "n/a" }}/{{ item.reference_repo_id or "n/a" }}
{{ item.reference_symbol_id or item.reference_entity_id or "n/a" }} |
{{ (item.target_repo_ids or []) | join(", ") or "n/a" }} | {{ item.resolved_reference_source_path or "n/a" }} | {{ (item.check_summaries or []) | join("; ") or "n/a" }} |
No reuse validations have been recorded for this scope yet.
{% endif %}