One rollback-capable group
CSS, source map, style manifest, Token Graph, findings, control manifest, and receipt are generated from one exact input snapshot.
pliego-cssc compile --source src --output dist/app.css \
--manifest dist/app.manifest.json --control-dir distCheck without writing
The same command with --check recomputes every artifact and fails on byte drift without taking publication locks or replacing files.
pliego-cssc compile --source src --output dist/app.css \
--manifest dist/app.manifest.json --control-dir dist --checkCompletion is explicit
Consumers treat the fixed receipt as the publication boundary. Its absence means the group is incomplete, even if individual files are present.