Table of Contents generated with DocToc

Magpie setup overrides

Adopter overrides for the magpie-setup family's own behaviour — the checks it runs, not the skills it installs. Copy this file into your <project-config>/ directory.

Every key is optional, and the documented default applies when a key or the whole file is absent. This file exists so a project can disagree with a default without editing a skill.


magpie_setup:

  # `setup verify` flags a git worktree as stale when both its file
  # modification time and its branch activity are older than this. Raise it on
  # a project where long-lived worktrees are normal; a stale worktree is only
  # ever reported, never removed.
  worktree_stale_days: 7