55  Adoption Kit

56 Adoption Kit

The adoption kit is intentionally small. It exists to make the field spell templates, stack workflows, and defensive jailbreak-resilience assets usable outside this repository.

56.1 Raw Prompt Assets

56.2 Minimal CLI

Use the repository CLI through Python:

python3 scripts/grimoire.py validate
python3 scripts/grimoire.py new spell tmp/my-spell.json
python3 scripts/grimoire.py validate tmp/my-spell.json
python3 scripts/grimoire.py seal tmp/my-spell.json

The CLI stays local. It has no hidden model calls and no provider dependency.

56.3 Defensive Use

The jailbreak-resilience assets are defensive red-team materials. They use harmless fixtures and canaries to test trust boundaries, prompt-injection handling, leakage resistance, tool scope, and audit quality. They do not include operational jailbreak prompts.

56.4 Use Policy

  • Copy templates first; customize only the context and constraints needed for the task.
  • Keep verification visible.
  • Save prompts and outputs that worked.
  • Retire local variants that no longer improve output.
  • Record evidence before promoting a local spell to a team template.
  • Label project-owned, reviewer-supplied, and external-user evidence separately.