Skip to content

Compliance pack — example manifest

Source: platform/content/packs/_example/pack.yaml · rendered from main on every deploy — edit in the repo, not here

platform/content/packs/_example/pack.yaml
# Example pack — reference layout for authors.
# Underscore prefix marks this as non-shipping; the ingest pipeline skips
# any pack whose slug starts with `_`.
#
# To create a real pack: copy this directory, rename to your slug, edit
# pack.yaml + source.yaml + add your .md documents under the matching
# collection directory.
id: pack_example_v1
slug: example
title: Example Pack
description: A minimal sample pack demonstrating the manifest format. Not ingested.
jurisdiction: GLOBAL
framework: example
# Engineering semver. Bump major on breaking chunk-anchor changes.
version: 1.0.0
# ISO date the regulation itself took effect. Snapshot to every
# system_documents.effective_date at ingest; stable across pack version bumps.
effective_date: 2026-05-16
language: en
# Approved values: public-domain, CC-BY-4.0, CC-BY-SA-4.0, CC-BY-NC-4.0,
# Puccha-Marketplace-Commercial-v1
license: CC-BY-4.0
source_url: https://example.com/regulation
# Pack class — drives plan-bundling vs à la carte pricing. ADR-0103 §1.
# commodity — bundled from Team plan up (table-stakes)
# regional — bundled in regional plan bundles
# vertical — bundled in vertical-specific plans
# specialty — à la carte add-on at every tier (default)
tier: specialty
# draft | published | deprecated. `pnpm pack:publish` flips draft → published.
status: draft