{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Gvelo Enterprise Platform IP Package{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Gvelo Enterprise Platform IP Package

Server-admin-only access to numbered IP package PDFs, appendix records, and downloadable zip evidence.

Back To Agents
{% if package.zip_exists %} Download Full Zip {% endif %} {% if package.manifest_exists %} Download Manifest {% endif %} {% if package.index_exists %} Download Index {% endif %} Official IP Archive Gvelo DOC System Documentation

Package Status

{{ package.rebuild_status.status|replace('_', ' ')|title }}

{{ package.rebuild_status.message }}

{% if package.rebuild_status.updated_at %}

Last update: {{ package.rebuild_status.updated_at }}

{% endif %}

Folder: {{ package.package_root }}

Zip: {% if package.zip_exists %}available, {{ package.zip_size }} bytes{% else %}not generated yet{% endif %}

PDF Documents

{% for pdf in package.pdfs %} {% else %} {% endfor %}
DocumentSizeAction
{{ pdf.name }} {{ pdf.size }} bytes Download
No PDFs found. Rebuild the package.

Appendix

The Appendix folder contains source markdown, JSON exports, diagrams, brand assets, API specs, database records, security records, and the UI screenshot manifest. Download the full zip to include the Appendix.

{% endblock %}