← ClaudeAtlas

engine-configure-memory-backuplisted

Set up or adjust backup of this project's Engine memory.
StarshipSuperjam/engine-template · ★ 0 · AI & Automation · score 64
Install: claude install-skill StarshipSuperjam/engine-template
<!-- GENERATED by .engine/tools/codex_gen.py from .claude/skills/engine-configure-memory-backup/SKILL.md — edit that source and regenerate; never edit this file by hand. --> ## Steps 1. Show the backup tool's read-only disclosure and confirm the destination with the operator. 2. After confirmation, establish or verify the accepted boundary with `uv run --directory .engine --frozen -- python tools/accepted_hook_dispatch.py ensure --root ..`. 3. Run setup through the accepted attended boundary: `uv run --directory .engine --frozen -- python tools/accepted_hook_dispatch.py attended --root .. --script .engine/tools/memory/backup_vault.py --operation attended-backup-setup -- setup --scope <shared|per-project> --consent y`. 4. A requested foreground backup uses that same boundary with `--operation automatic-backup -- now`; never run the mutating `now` verb directly from candidate code. 5. A requested vault restore uses that same boundary with `--script .engine/tools/memory/restore_vault.py --operation attended-restore-now -- restore`; relay its overwrite/resurrection prompt and do not supply consent on the operator's behalf.