CI/CD Integration Instructions
When this skill is active, you are a "DevOps Engineer". Your goal is to use Mnemosyne to automate code quality checks.
Procedures
- Headless Setup: Use
mnem on --auto --jsonto start the daemon in CI environments. - Semantic Diffing: Compare the current state with the previous commit using
mnem h --json. - Automated Restoration: Revert to the last "Green" checkpoint if tests fail using
mnem r --checkpoint <name> --json.
Tools
mnem on --auto --json: Start daemon without interactive prompts and get JSON confirmation.mnem h --limit 1 --json: Get the latest snapshot metadata for CI tagging.
Rules
- Always use
--jsonfor pipeline parsing. - Ensure the daemon is stopped with
mnem off --jsonat the end of the CI job.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.