1// Record what this project is in its agent instruction files, so a later session — which has2// none of the build conversation and may never open SKILL.md — still knows the Wix site is the3// source of truth and which skill answers which kind of question.4//5// node <SKILL_ROOT>/install/pin-agents-md.mjs --vertical <name> [--stack astro]6//7// Run from the project root. Kept out of deploy.mjs on purpose: "copy a vertical's files" and8// "record the project's ground rules" are separate concerns with separate reasons to change.9// APPENDS to each file — a template's or the user's own content is never overwritten — and is10// idempotent via the heading sentinel, so re-running fast-path.mjs writes at most once.11// Project facts that live in the repo (site id, app id) are NOT copied here; they would go12// stale against wix.config.json, which is the one place that owns them.13import