-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
66 lines (58 loc) · 6.68 KB
/
Copy pathmanifest.json
File metadata and controls
66 lines (58 loc) · 6.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"$comment": "Machine catalog of every devkit asset. Generated by aggregating each asset's meta.json (see CONTRIBUTING.md). Agents: locate assets here instead of crawling directories.",
"name": "storefront-devkit",
"description": "Runnable templates, schemas, and examples for building regulated ecommerce storefronts on the Token of Trust Storefront platform. Tenant-side and source-free.",
"version": "0.1.0",
"contract": {
"blockPalette": "block-palette@3",
"cli": "@tokenoftrust/cli",
"runner": "@tokenoftrust/storefront-runner"
},
"entryPoints": {
"humans": "README.md",
"agents": "AGENTS.md",
"linkIndex": "llms.txt"
},
"tenantOwnedFiles": [
".tot/config.json",
"theme.json",
"content/chrome.json",
"content/home.json",
"content/pages/*.json",
"content/*.html (unregulated only)",
"public/**",
"capabilities.json",
"scripts.json"
],
"assets": [
{ "id": "schema-theme", "kind": "schema", "title": "theme.json schema", "path": "schemas/theme.schema.json", "describes": "theme.json", "tags": ["theme", "branding", "tokens"] },
{ "id": "schema-chrome", "kind": "schema", "title": "chrome.json schema", "path": "schemas/chrome.schema.json", "describes": "content/chrome.json", "tags": ["chrome", "nav", "footer"] },
{ "id": "schema-home", "kind": "schema", "title": "home.json schema (block-palette@3)", "path": "schemas/home.schema.json", "describes": "content/home.json", "contract": "block-palette@3", "tags": ["home", "blocks", "merchandising"] },
{ "id": "schema-pages", "kind": "schema", "title": "pages/*.json schema (block-palette@3)", "path": "schemas/pages.schema.json", "describes": "content/pages/*.json", "contract": "block-palette@3", "tags": ["pages", "editorial", "blocks"] },
{ "id": "schema-scripts", "kind": "schema", "title": "scripts.json schema", "path": "schemas/scripts.schema.json", "describes": "scripts.json", "tags": ["widgets", "scripts", "sandbox"] },
{ "id": "schema-capabilities", "kind": "schema", "title": "capabilities.json schema", "path": "schemas/capabilities.schema.json", "describes": "capabilities.json", "tags": ["capabilities"] },
{ "id": "schema-compliance", "kind": "schema", "title": "compliance config schema", "path": "schemas/compliance.schema.json", "describes": ".tot/config.json#/compliance", "tags": ["compliance", "regulated"] },
{ "id": "schema-tot-config", "kind": "schema", "title": ".tot/config.json schema", "path": "schemas/tot-config.schema.json", "describes": ".tot/config.json", "tags": ["config", "facts"] },
{ "id": "template-commerce-minimal", "kind": "template", "title": "Commerce (minimal)", "path": "templates/commerce-minimal", "siteType": "commerce", "contract": "block-palette@3", "tags": ["starter", "commerce"] },
{ "id": "template-marketing-minimal", "kind": "template", "title": "Marketing (minimal)", "path": "templates/marketing-minimal", "siteType": "marketing", "tags": ["starter", "marketing", "landing"] },
{ "id": "template-regulated-vape", "kind": "template", "title": "Regulated vape store", "path": "templates/regulated-vape", "siteType": "commerce", "contract": "block-palette@3", "tags": ["starter", "commerce", "regulated", "vape", "compliance"] },
{ "id": "snippet-blocks", "kind": "snippet-set", "title": "Homepage block snippets", "path": "snippets/blocks", "tags": ["home", "blocks"] },
{ "id": "snippet-chrome", "kind": "snippet-set", "title": "Chrome patterns", "path": "snippets/chrome", "tags": ["chrome", "nav", "footer"] },
{ "id": "snippet-compliance", "kind": "snippet-set", "title": "Compliance widget configs", "path": "snippets/compliance", "tags": ["compliance"] },
{ "id": "snippet-product-sources", "kind": "snippet-set", "title": "Product source forms", "path": "snippets/product-sources", "tags": ["merchandising", "catalog"] },
{ "id": "snippet-theme-presets", "kind": "snippet-set", "title": "Theme presets", "path": "snippets/theme-presets", "tags": ["theme", "palette", "type"] },
{ "id": "snippet-checkout", "kind": "snippet-set", "title": "Checkout / cart-drawer theming", "path": "snippets/checkout", "tags": ["checkout", "cart", "theming"] },
{ "id": "snippet-seo", "kind": "snippet-set", "title": "Store SEO fields", "path": "snippets/seo", "tags": ["seo", "performance", "metadata"] },
{ "id": "widget-loyalty-signup", "kind": "widget", "title": "Loyalty signup (sandboxed)", "path": "widgets/loyalty-signup", "slot": "product.aside", "isolation": "sandbox", "tags": ["widget", "sandbox", "loyalty"] },
{ "id": "recipe-enable-pact-compliance", "kind": "recipe", "title": "Enable PACT Act compliance", "path": "recipes/enable-pact-compliance", "tags": ["compliance", "pact", "regulated"] },
{ "id": "recipe-add-subscription-option", "kind": "recipe", "title": "Add a subscription (Autopilot) option", "path": "recipes/add-subscription-option", "tags": ["subscription", "checkout", "purchase-options"] },
{ "id": "ci-github-actions", "kind": "ci", "title": "GitHub Actions validate gate", "path": "ci/github-actions/validate.yml", "tags": ["ci", "validate"] },
{ "id": "agent-kit", "kind": "agent-kit", "title": "Agent kit (drop-ins)", "path": "agent-kit", "tags": ["agents", "prompts"] },
{ "id": "migration-visual-parity", "kind": "migration", "title": "Visual-parity port method", "path": "migration/visual-parity", "tags": ["migration", "parity"] },
{ "id": "industries", "kind": "guide", "title": "Build regulated ecommerce by industry", "path": "industries/README.md", "tags": ["industries", "regulated", "vape", "alcohol", "hemp", "cbd", "firearms", "marketplace", "compliance"], "verticals": ["tobacco-vape-nicotine", "wine-spirits-alcohol", "hemp-cbd", "firearms-ammo", "marketplaces-high-value"] },
{ "id": "private-apps-track", "kind": "guide", "title": "Private Apps — the app-developer track", "path": "private-apps/README.md", "tags": ["private-apps", "apps", "integrations", "webhooks", "oauth", "escalation"], "links": { "devbook": "recipe://storefront-private-apps-devbook", "contract": "docs/private-apps/contract/ (storefront repo)", "referenceApp": "examples/affiliate-attribution/ (storefront repo)", "cli": "tot app scaffold" } },
{ "id": "store-performance-seo", "kind": "guide", "title": "Store performance & SEO", "path": "docs/store-performance-seo.md", "tags": ["seo", "performance", "web-vitals", "structured-data", "store"] },
{ "id": "discoverability", "kind": "guide", "title": "Discoverability & SEO for this repo", "path": "docs/DISCOVERABILITY.md", "tags": ["seo", "discoverability", "github", "pages", "robots"] },
{ "id": "site-pages", "kind": "site", "title": "GitHub Pages landing (optional)", "path": "site", "tags": ["seo", "pages", "landing", "robots", "sitemap"] }
]
}