avc info
Detailed view of a single snapshot, including every file with its hash and size.
avc info snap-abc123avc info snap-abc123 --jsonJSON output
Section titled “JSON output”{ "id": "snap-abc123", "label": "Before refactor", "timestamp": 1712275200, "agent_name": "claude", "notes": "Stable baseline", "file_count": 12, "total_size": 524288, "files": [ { "path": "main.go", "hash": "abc...", "size": 1024 }, { "path": "src/auth.go", "hash": "def...", "size": 4096 } ]}See also
Section titled “See also”avc cat— print a file’s contents from this snapshotavc restore-file— restore one file from this snapshot