{% extends "base.html" %} {# CUI // SP-CTI #} {% block title %}{{ app_name }} β€” Knowledge Handoff{% endblock %} {% block content %}
πŸ“€

Export Knowledge Package

Package your audit history, fine-tuning patterns, and config overrides into a portable ZIP.

  • βœ“ Audit trail (last 90 days)
  • βœ“ Fine-tuning patterns used
  • βœ“ Args config overrides
  • βœ“ Git log summary
πŸ“₯

Import Knowledge Package

Onboard a new team member by importing a previously exported knowledge package.

Path to the ZIP file from the Export step above.

Handoff Process

1
Outgoing member exports β€” fills in their email, downloads the ZIP.
β†’
2
ZIP is transferred β€” via secure file share, email attachment, or shared drive.
β†’
3
Incoming member imports β€” enters new email and path, ICDEVβ„’ applies the package.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}