--- # Opt-in scheduled detection (Spor C / C1). Copy this file to # `ms-ai-architect.local.md` (gitignored) and flip enabled:true to turn it on. # # Detection (poll → report → discovery → skill-lifecycle) is pure node and NEVER # contacts Claude/Anthropic — it only writes JSON reports under data/. Apply # (the one Claude step) always stays manual + in-session + gated. The schedule # is therefore outside the Anthropic ToS surface (Consumer Terms §3.7 restricts # automated access to "our Services", not local non-Claude scripts). scheduled_detection: enabled: false # default OFF — nothing runs until this is true interval_days: 7 # re-run detection when >= N days since last poll include_skill_lifecycle: true # include skill-lifecycle detection (overlap/gap/bloat) --- # ms-ai-architect — local settings This file holds per-checkout plugin settings. The real file (`ms-ai-architect.local.md`) is gitignored; this `.example` is the tracked template. See `commands/kb-update.md` → "Scheduled deteksjon (opt-in)" for details.