Snapshotmain · 6f372d3
A repeatable factory that studies an application, generates a stateful CLI harness, drives the real backend, and verifies real outputs.
Click a building or route
System map8 components · 9 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
CLI harnessA command-line layer that exposes another application's useful capabilities to scripts and agents.
How to study this repo
- 1Read the factory contract
Compare the command phases with HARNESS.md and identify which artifacts each phase must leave behind.
- 2Trace one Blender mutation
Follow a Click command into a core module, then into Session.snapshot and auto-save.
- 3Verify the real boundary
Read blender_backend.py and its E2E test; note how exit status, file existence, format, and size are checked.