Imported from 0xCozart/atelier (
AGENTS.md). Install upstream withnpx skills add 0xCozart/atelier. Copyright stays with the author.
Atelier repository rules
- This repository contains a public website and a distributable Hermes profile.
- Never commit credentials, contact identifiers, mailbox data, original attachments, EXIF-bearing source photos, runtime state, or private drafts.
- Public content lives only in
src/content/recipes/andpublic/images/recipes/. - Private content artifacts, including originals, drafts, and previews, live only under repo-local
/.atelier/, which is ignored. - Hermes credentials and runtime configuration live only in
~/.hermes/profiles/atelier/outside this repository. - An entry may move from draft to public only through
npm run --silent atelier -- publish <slug> --approval @<absolute-private-token-file>. - Run
npm run checkbefore every commit andnpm run test:e2ebefore release.