AGENTS.md@scripts · git:20260812.206facb · 2026-08-12 · sha256 4ea3da90b175880f

AGENTS.md@scripts git:20260812.206facbA

Immutable. This exact content is served forever at /api/v1/blob/4ea3da90b175880f.

# scripts Agent Contract

Root scripts install, update, validate, and dispatch the CCL skill package.

Rules:

- Keep scripts path-portable and idempotent. Prefer explicit flags over hidden
  host-specific behavior.
- Do not hard-code personal paths, secrets, or credentials.
- Destructive cleanup scripts must be dry-run by default or protected by
  explicit apply flags and negative tests.
- Installer and runtime-surface changes are shared-skill behavior changes.

Validation:

- `bash skills/skill-extraction-workflow/scripts/check-ccl-skills.sh .`
- Relevant script self-tests for touched scripts.