What problem does it solve? Packaging an application as a snap requires chaining analysis, manifest generation, building, and validation with iterative patching, which is tedious and error-prone to coordinate manually. ## Core Features & Use Cases - Full Pipeline Orchestration: Delegates analysis, packaging, and validation to focused sub-agents that communicate through files on disk, minimizing context usage. - Iterative Patch Loop: Loops validate → patch → rebuild with separate caps for denial fixes (5), devmode build fixes (3), and OCI reproducibility fixes (3). - Dual Input Support: Selects snap-analyzer for source-code projects or snap-oci-analyzer for Docker/OCI container input, driving the same pipeline for both. - Use Case: Point it at a project root or a Docker image reference and receive a built, validated .snap plus a consolidated report of interfaces, denials, and reproducibility status. ## Quick Start Run the full snap packaging pipeline on this project and build and validate a snap from the source code in the current directory.