Agentic Icon

Agentic

1.1.0

July 22nd, 2026

Automated editor onboarding

Hand-over no longer means driving the editor's computer yourself. Two prerequisites (the client's GitHub account added as collaborator, Claude Code signed in on their own account), then you email one prompt from the new ONBOARDING.md — and the editor's own agent installs gh, walks them through the GitHub sign-in, clones the repo, sets a git identity that stays off the maintainer list, and verifies push access.

  • agentic:setup gains --repo-url and stamps ONBOARDING.md (repo URL + maintainer emails; empty keeps current).
  • Interactive agentic:setup re-runs are now safe: every prompt defaults to the currently stamped value.
  • Guardrail allowlist adds uuidgen and git pull --rebase (both prescribed by the agent brief; previously triggered permission prompts).

Docs restructure

  • SETUP.md: git init -b main; private/public decision up front (branch protection on free plans needs a public repo); CI PHP-pin note; preview + repo URL stamped in a step-4 re-run; a new step 5 — build the site — covering the staging PR flow, merge commits (not squash), and the catalog obligation; step 6 rewritten around the emailed prompt with per-tier commands; an explicit "this file is for the developer" header.
  • AGENTS.md: stache:refresh rationale corrected — it's for local checks; the preview site refreshes on push.
  • README: synced with the new setup structure and deduplicated.

1.0.0

July 21st, 2026

First release. A Statamic starter kit that makes a site safely editable by an AI content agent: guarded local editing (PreToolUse hook + command allow-rules), blueprint validation for flat-file content, an auto-generated block catalogue, and default-deny CI that keeps non-maintainer commits content-only and production behind a reviewed PR. MIT.