Run: {{ run_id }}

Metadata and artifacts from the analysis.

{% if resume_md %} View Resume {% endif %}

Run Information

Timestamp
{{ manifest.timestamp }}
Tool Version
v{{ manifest.tool_version }}
Duration
{{ manifest.stats.duration_seconds }} seconds
Repository Path
{{ manifest.inputs.path }}

Output Artifacts

    {% for output in manifest.outputs %}
  • {{ output.name }}
  • {% endfor %}
{% if repo_info %}

Repository Summary

{{ repo_info.summary.total_files_processed }} Files
{{ (repo_info.summary.total_size_bytes / 1024)|round(1) }} Size (KB)
{{ repo_info.summary.code_metrics.total_functions }} Functions
{{ repo_info.summary.code_metrics.total_classes }} Classes

File Types

{% for ext, count in repo_info.summary.file_types.items() %} {{ ext }}: {{ count }} {% endfor %}
{% else %}

No repository data found.

The analysis might have failed or the repo.json file is missing.

{% endif %} {% if resume_md %}

Generated Resume Snippet

View Full Resume
{{ resume_md[:1000] }}...
{% endif %}