# SherpaMD Format Quick Reference (v0.1.0) For the full normative specification, see [`SherpaMDSpecification.sherpa.md`](./SherpaMDSpecification.sherpa.md). ## Front Matter Schema Reference ```yaml --- schema_version: "0.1.0" id: "" title: "" domain: "" version: "0.1.0" status: "active" # draft | active | deprecated | archived verification_state: "verified" # verified | unverified | needs-retest | contradiction last_verified: "YYYY-MM-DDTHH:MM:SSZ" confidentiality: "public" # public | internal | restricted | private provenance: origin_task: "" author_alias: "" verifier_alias: "" sources: - id: "" title: "" uri: "" type: "" tags: - "" - "" related_links: - rel: "spec" uri: "https://github.com/sherpa-md/sherpa-spec" --- ``` ## Standard Document Sections 1. `# [Title]` 2. `## 1. Purpose & Scope` 3. `## 2. Core Directives & Rules` 4. `## 3. Knowledge Graph & Architecture` 5. `## 4. Operational Procedures & Commands` 6. `## 5. Contradiction Notes & Reconciliations` 7. `## 6. Related Links & Dependencies` 8. `## 7. Verification & Audit Evidence` 9. `## 8. Revision History` ## Shareable Filename Convention Every canonical kit entrypoint and shareable handoff uses: ```text .sherpa.md ``` The brief description states the outcome before the file is opened. Collect these files under `handoffs/` when producing a bundle. Generic `SHERPA.md` filenames are not compliant.