{
  "schemaVersion": "1.0.0",
  "project": "Sanchika",
  "description": "A framework-agnostic design contract and static evidence system for evidence-first Indian compliance interfaces. It provides typed tokens, React-ready primitive contracts, package CSS, product patterns, and inspectable gallery proof.",
  "boundary": "Sanchika is not a model runtime, compliance authority, government service, automated judgment system, or proof that every consumer and assistive technology has been validated.",
  "sourceRepository": "https://github.com/lamemustafa/sanchika",
  "canonicalSite": "https://sanchika.complyeaze.com",
  "releases": {
    "currentStable": {
      "version": "0.1.1",
      "status": "released-current",
      "url": "https://github.com/lamemustafa/sanchika/releases/tag/v0.1.1",
      "distribution": "GitHub release artifacts; not published to npm"
    },
    "next": null,
    "nextAnnouncement": "No next package release is currently announced."
  },
  "packages": [
    {
      "name": "@sanchika/tokens",
      "entrypoints": [
        "@sanchika/tokens",
        "@sanchika/tokens/theme.css"
      ],
      "docs": "/foundations/tokens/",
      "source": "https://github.com/lamemustafa/sanchika/tree/master/packages/tokens",
      "documentation": "https://sanchika.complyeaze.com/foundations/tokens/"
    },
    {
      "name": "@sanchika/primitives",
      "entrypoints": [
        "@sanchika/primitives",
        "@sanchika/primitives/styles.css"
      ],
      "docs": "/primitives/",
      "source": "https://github.com/lamemustafa/sanchika/tree/master/packages/primitives",
      "documentation": "https://sanchika.complyeaze.com/primitives/"
    },
    {
      "name": "@sanchika/patterns",
      "entrypoints": [
        "@sanchika/patterns",
        "@sanchika/patterns/styles.css"
      ],
      "docs": "/patterns/",
      "source": "https://github.com/lamemustafa/sanchika/tree/master/packages/patterns",
      "documentation": "https://sanchika.complyeaze.com/patterns/"
    }
  ],
  "tokens": {
    "groups": [
      {
        "id": "color-surfaces",
        "title": "Color and surfaces",
        "names": [
          "color.canvas",
          "color.surface",
          "color.surface-raised",
          "color.surface-inset",
          "color.surface-muted",
          "color.ink-primary",
          "color.ink-secondary",
          "color.ink-muted",
          "color.ink-inverse",
          "color.border-subtle",
          "color.border-default",
          "color.border-strong",
          "color.brand-primary",
          "color.brand-secondary",
          "color.accent-seal",
          "color.link",
          "color.link-hover",
          "color.focus",
          "color.selection-bg",
          "color.selection-text",
          "color.overlay",
          "color.success-bg",
          "color.success-fg",
          "color.success-border",
          "color.warning-bg",
          "color.warning-fg",
          "color.warning-border",
          "color.danger-bg",
          "color.danger-fg",
          "color.danger-border",
          "color.info-bg",
          "color.info-fg",
          "color.info-border",
          "color.neutral-bg",
          "color.neutral-fg",
          "color.neutral-border"
        ]
      },
      {
        "id": "typography",
        "title": "Typography",
        "names": [
          "font.display",
          "font.body",
          "font.mono",
          "font-size.xs",
          "font-size.sm",
          "font-size.md",
          "font-size.lg",
          "font-size.xl",
          "font-size.2xl",
          "font-size.3xl",
          "font-size.4xl",
          "font-size.5xl",
          "font-weight.regular",
          "font-weight.medium",
          "font-weight.semibold",
          "font-weight.bold",
          "line-height.ui",
          "line-height.body",
          "line-height.display",
          "line-height.caption",
          "letter-spacing.tight",
          "letter-spacing.normal",
          "letter-spacing.caps"
        ]
      },
      {
        "id": "layout-rhythm",
        "title": "Layout and rhythm",
        "names": [
          "space.1",
          "space.2",
          "space.3",
          "space.4",
          "space.6",
          "space.8",
          "space.12",
          "space.16",
          "container.reading",
          "container.content",
          "container.wide",
          "container.full",
          "section-padding.sm",
          "section-padding.md",
          "section-padding.lg",
          "content-gap.sm",
          "content-gap.md",
          "content-gap.lg",
          "page-gutter",
          "control-height.sm",
          "control-height.md",
          "control-height.lg",
          "table-row.compact",
          "table-row.comfortable"
        ]
      },
      {
        "id": "borders-elevation",
        "title": "Borders, radius, elevation, and focus",
        "names": [
          "border-width.hairline",
          "border-width.default",
          "border-width.strong",
          "radius.sm",
          "radius.md",
          "radius.lg",
          "shadow.card",
          "shadow.raised",
          "shadow.popover",
          "shadow.focus",
          "focus.outline-width",
          "focus.outline-offset"
        ]
      },
      {
        "id": "motion",
        "title": "Motion",
        "names": [
          "motion.duration-instant",
          "motion.duration-fast",
          "motion.duration-standard",
          "motion.duration-slow",
          "motion.ease-standard",
          "motion.ease-enter",
          "motion.ease-exit",
          "motion.ease-emphasized",
          "motion.distance-xs",
          "motion.distance-md"
        ]
      },
      {
        "id": "compatibility",
        "title": "One-release compatibility",
        "names": [
          "compat.duration-loading",
          "compat.easing-linear",
          "compat.badge-min"
        ]
      }
    ]
  },
  "primitives": [
    {
      "name": "Button",
      "role": "Command trigger",
      "importantStates": [
        "default",
        "hover",
        "focus-visible",
        "pressed",
        "disabled",
        "loading"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/button/"
    },
    {
      "name": "Card",
      "role": "Grouped information surface",
      "importantStates": [
        "default",
        "focus-visible"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/card/"
    },
    {
      "name": "Badge",
      "role": "Short status or classification label",
      "importantStates": [
        "default"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/badge/"
    },
    {
      "name": "Field",
      "role": "Accessible label, control, hint, and error wrapper",
      "importantStates": [
        "default",
        "focus-visible",
        "disabled",
        "error"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/field/"
    },
    {
      "name": "Container",
      "role": "Bounded page or region measure",
      "importantStates": [
        "default"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/container/"
    },
    {
      "name": "Section",
      "role": "Vertical rhythm region",
      "importantStates": [
        "default"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/section/"
    },
    {
      "name": "Stack",
      "role": "Vertical composition",
      "importantStates": [
        "default"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/stack/"
    },
    {
      "name": "Cluster",
      "role": "Wrapping inline composition",
      "importantStates": [
        "default"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/cluster/"
    },
    {
      "name": "Grid",
      "role": "Repeated peer-item composition",
      "importantStates": [
        "default"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/grid/"
    },
    {
      "name": "Split",
      "role": "Asymmetrical primary and supporting composition",
      "importantStates": [
        "default",
        "stacked"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/split/"
    },
    {
      "name": "Surface",
      "role": "Semantic visual plane",
      "importantStates": [
        "default",
        "forced-colors"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/surface/"
    },
    {
      "name": "Divider",
      "role": "Thematic or structural separator",
      "importantStates": [
        "default",
        "forced-colors"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/divider/"
    },
    {
      "name": "VisuallyHidden",
      "role": "Assistive-technology-only text",
      "importantStates": [
        "default"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/visuallyhidden/"
    },
    {
      "name": "Text",
      "role": "Semantic presentation roles",
      "importantStates": [
        "default",
        "long-content"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/text/"
    },
    {
      "name": "Link",
      "role": "Navigation target",
      "importantStates": [
        "default",
        "hover",
        "focus-visible",
        "visited"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/link/"
    },
    {
      "name": "LinkCard",
      "role": "Single navigation target with grouped context",
      "importantStates": [
        "default",
        "hover",
        "focus-visible"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/linkcard/"
    },
    {
      "name": "SearchField",
      "role": "Labelled local filtering control",
      "importantStates": [
        "default",
        "focus-visible",
        "has-value",
        "filtering",
        "results",
        "no-results",
        "disabled",
        "error"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/searchfield/"
    },
    {
      "name": "InlineStatus",
      "role": "Compact visible state with optional source metadata",
      "importantStates": [
        "default",
        "with-metadata",
        "forced-colors"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/inlinestatus/"
    },
    {
      "name": "Skeleton",
      "role": "Layout-preserving loading placeholder",
      "importantStates": [
        "loading",
        "reduced-motion",
        "forced-colors"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/skeleton/"
    },
    {
      "name": "EmptyState",
      "role": "Guided absence and next action",
      "importantStates": [
        "empty",
        "filtered",
        "unavailable"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/emptystate/"
    },
    {
      "name": "ErrorState",
      "role": "Recoverable failure explanation",
      "importantStates": [
        "recoverable",
        "blocking",
        "with-details"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/errorstate/"
    },
    {
      "name": "Progress",
      "role": "Visible determinate or pending progress",
      "importantStates": [
        "determinate",
        "indeterminate",
        "complete",
        "error"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/progress/"
    },
    {
      "name": "Stepper",
      "role": "Ordered process state",
      "importantStates": [
        "complete",
        "current",
        "upcoming",
        "blocked"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/stepper/"
    },
    {
      "name": "Disclosure",
      "role": "Native progressive disclosure",
      "importantStates": [
        "closed",
        "open",
        "long-content",
        "nested-guidance"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/disclosure/"
    },
    {
      "name": "CopyButton",
      "role": "Explicit copy command with visible feedback",
      "importantStates": [
        "idle",
        "copied",
        "failed",
        "disabled"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/copybutton/"
    },
    {
      "name": "Breadcrumb",
      "role": "Current-location navigation trail",
      "importantStates": [
        "default",
        "long-label",
        "current-page"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/breadcrumb/"
    },
    {
      "name": "Stat",
      "role": "Labelled operational value",
      "importantStates": [
        "default",
        "with-delta",
        "with-source"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/stat/"
    },
    {
      "name": "TableShell",
      "role": "Semantic responsive table wrapper",
      "importantStates": [
        "comfortable",
        "compact",
        "sticky-header",
        "overflow",
        "zoom-200",
        "zoom-400"
      ],
      "route": "https://sanchika.complyeaze.com/primitives/tableshell/"
    }
  ],
  "patterns": [
    {
      "name": "PublicHero",
      "group": "public-product",
      "productMode": "complyeaze/core",
      "importantStates": [
        "default",
        "with-proof-artifact",
        "compact-mobile"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/publichero/"
    },
    {
      "name": "ProductRouteMap",
      "group": "public-product",
      "productMode": "complyeaze/core",
      "importantStates": [
        "default",
        "compact",
        "limited",
        "unavailable",
        "colophon"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/productroutemap/"
    },
    {
      "name": "ProofStrip",
      "group": "public-product",
      "productMode": "complyeaze/core",
      "importantStates": [
        "verified",
        "limited"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/proofstrip/"
    },
    {
      "name": "TrustBoundary",
      "group": "public-product",
      "productMode": "complyeaze/core",
      "importantStates": [
        "local-only",
        "permission-required",
        "upload-required",
        "unavailable"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/trustboundary/"
    },
    {
      "name": "SourceProvenanceStrip",
      "group": "public-product",
      "productMode": "complyeaze/core",
      "importantStates": [
        "current",
        "stale",
        "unavailable",
        "limited",
        "unverified"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/sourceprovenancestrip/"
    },
    {
      "name": "PricingBlock",
      "group": "public-product",
      "productMode": "complyeaze/core",
      "importantStates": [
        "available"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/pricingblock/"
    },
    {
      "name": "FAQAccordion",
      "group": "public-product",
      "productMode": "complyeaze/core",
      "importantStates": [
        "collapsed",
        "expanded"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/faqaccordion/"
    },
    {
      "name": "ReleaseStatusBanner",
      "group": "public-product",
      "productMode": "complyeaze/core",
      "importantStates": [
        "current",
        "alpha",
        "stale",
        "limited",
        "planned",
        "unavailable"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/releasestatusbanner/"
    },
    {
      "name": "ReviewDeskPreview",
      "group": "axal-workspace",
      "productMode": "axal/workspace",
      "importantStates": [
        "ca-review-needed",
        "client-input-pending",
        "evidence-requested",
        "source-unavailable",
        "ready-for-reviewer",
        "blocked"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/reviewdeskpreview/"
    },
    {
      "name": "EvidencePanel",
      "group": "axal-workspace",
      "productMode": "axal/workspace",
      "importantStates": [
        "available",
        "requested",
        "missing",
        "stale",
        "disputed",
        "under-review"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/evidencepanel/"
    },
    {
      "name": "HumanReviewCheckpoint",
      "group": "axal-workspace",
      "productMode": "axal/workspace",
      "importantStates": [
        "preparation",
        "review-needed",
        "held",
        "approved",
        "rejected-returned",
        "blocked"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/humanreviewcheckpoint/"
    },
    {
      "name": "AuditTrailPreview",
      "group": "axal-workspace",
      "productMode": "axal/workspace",
      "importantStates": [
        "compact",
        "expanded",
        "empty"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/audittrailpreview/"
    },
    {
      "name": "WorkQueueRow",
      "group": "axal-workspace",
      "productMode": "axal/workspace",
      "importantStates": [
        "selected",
        "waiting",
        "ready",
        "overdue"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/workqueuerow/"
    },
    {
      "name": "LocalArtifactFlow",
      "group": "pack-local-utility",
      "productMode": "pack/local-utility",
      "importantStates": [
        "ready",
        "running",
        "complete",
        "blocked"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/localartifactflow/"
    },
    {
      "name": "PermissionExplainer",
      "group": "pack-local-utility",
      "productMode": "pack/local-utility",
      "importantStates": [
        "required",
        "optional",
        "granted",
        "denied",
        "unavailable",
        "not-requested"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/permissionexplainer/"
    },
    {
      "name": "CustodyBoundary",
      "group": "pack-local-utility",
      "productMode": "pack/local-utility",
      "importantStates": [
        "local-only",
        "workspace-scoped",
        "public-metadata-only",
        "transfer-pending",
        "no-transfer"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/custodyboundary/"
    },
    {
      "name": "ToolDirectory",
      "group": "tools-local-artifact",
      "productMode": "tools/local-artifact",
      "importantStates": [
        "default",
        "filtered",
        "no-results"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/tooldirectory/"
    },
    {
      "name": "ToolCard",
      "group": "tools-local-artifact",
      "productMode": "tools/local-artifact",
      "importantStates": [
        "available",
        "limited",
        "unavailable"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/toolcard/"
    },
    {
      "name": "LocalBoundaryBanner",
      "group": "tools-local-artifact",
      "productMode": "tools/local-artifact",
      "importantStates": [
        "local-only",
        "handoff"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/localboundarybanner/"
    },
    {
      "name": "OutputArtifactSummary",
      "group": "tools-local-artifact",
      "productMode": "tools/local-artifact",
      "importantStates": [
        "generated-draft",
        "ready-for-review",
        "copied-downloaded",
        "failed",
        "unavailable"
      ],
      "route": "https://sanchika.complyeaze.com/patterns/outputartifactsummary/"
    }
  ],
  "patternGroups": [
    {
      "name": "public-product",
      "label": "Public and product pages",
      "patterns": [
        "PublicHero",
        "ProductRouteMap",
        "ProofStrip",
        "TrustBoundary",
        "SourceProvenanceStrip",
        "PricingBlock",
        "FAQAccordion",
        "ReleaseStatusBanner"
      ]
    },
    {
      "name": "axal-workspace",
      "label": "Axal professional workspace",
      "patterns": [
        "ReviewDeskPreview",
        "EvidencePanel",
        "HumanReviewCheckpoint",
        "AuditTrailPreview",
        "WorkQueueRow"
      ]
    },
    {
      "name": "pack-local-utility",
      "label": "Pack local utility",
      "patterns": [
        "LocalArtifactFlow",
        "PermissionExplainer",
        "CustodyBoundary"
      ]
    },
    {
      "name": "tools-local-artifact",
      "label": "Tools local artifact",
      "patterns": [
        "ToolDirectory",
        "ToolCard",
        "LocalBoundaryBanner",
        "OutputArtifactSummary"
      ]
    }
  ],
  "visualGrammar": [
    {
      "name": "ledgerRail",
      "principle": "A border-and-spacing rail communicates sequence, lineage, or grouped work without decorative repetition.",
      "className": "sk-pattern-grammar--ledger-rail"
    },
    {
      "name": "fileTabLabel",
      "principle": "A text label names one real record or artifact type without pretending to be a browser tab or control.",
      "className": "sk-pattern-grammar--file-tab-label"
    },
    {
      "name": "provenanceStrip",
      "principle": "A compact row keeps source, release or reference, checked time, status, reviewer, and limitation inspectable.",
      "className": "sk-pattern-grammar--provenance-strip"
    },
    {
      "name": "evidenceAperture",
      "principle": "Selected work and source evidence remain adjacent in logical review order, then stack deliberately on mobile.",
      "className": "sk-pattern-grammar--evidence-aperture"
    },
    {
      "name": "custodyLine",
      "principle": "Every step names custodian, location, crossing, never-crosses facts, source, and resulting local artifact.",
      "className": "sk-pattern-grammar--custody-line"
    },
    {
      "name": "quietVerifiedSeal",
      "principle": "A restrained text treatment names source or verifier and checked time without resembling government approval.",
      "className": "sk-pattern-grammar--quiet-verified-seal"
    }
  ],
  "motionAssist": [
    {
      "key": "focus-feedback",
      "className": "sk-motion-focus-feedback",
      "purpose": "Adds restrained spatial acknowledgement to an existing visible focus indicator.",
      "reducedMotionResult": "The transform and transition are removed; the focus outline remains primary."
    },
    {
      "key": "press-feedback",
      "className": "sk-motion-press-feedback",
      "purpose": "Confirms direct activation without adding bounce, lift, or delayed action.",
      "reducedMotionResult": "The transform and transition are removed; native pressed state remains."
    },
    {
      "key": "fade-entrance",
      "className": "sk-motion-fade-in",
      "purpose": "Softens the first paint of newly rendered, already-visible supporting content.",
      "reducedMotionResult": "Content is immediately and fully visible."
    },
    {
      "key": "rise-entrance",
      "className": "sk-motion-rise-in",
      "purpose": "Provides a short, one-pass spatial cue for newly rendered supporting content.",
      "reducedMotionResult": "Content is immediately visible in its settled position."
    },
    {
      "key": "disclosure-continuity",
      "className": "sk-motion-disclosure-continuity",
      "purpose": "Acknowledges native disclosure opening without animating layout dimensions.",
      "reducedMotionResult": "Disclosed content appears immediately in its settled position."
    },
    {
      "key": "status-highlight",
      "className": "sk-motion-status-highlight",
      "purpose": "Briefly reinforces a visible settled status without repeating or changing its meaning.",
      "reducedMotionResult": "The settled status remains visible without animation."
    },
    {
      "key": "copy-confirmation",
      "className": "sk-motion-copy-confirmation",
      "purpose": "Reinforces the existing copied state after explicit clipboard activation.",
      "reducedMotionResult": "Copied wording remains immediately visible without movement."
    },
    {
      "key": "skeleton-loading",
      "className": "sk-motion-skeleton-loading",
      "purpose": "Indicates an unresolved loading region while preserving stable placeholder geometry.",
      "reducedMotionResult": "A static outlined placeholder remains visible."
    }
  ],
  "routes": [
    {
      "url": "https://sanchika.complyeaze.com/",
      "kind": "overview",
      "label": "Sanchika showcase"
    },
    {
      "url": "https://sanchika.complyeaze.com/adoption/",
      "kind": "adoption",
      "label": "Adoption"
    },
    {
      "url": "https://sanchika.complyeaze.com/foundations/",
      "kind": "foundation",
      "label": "Foundations"
    },
    {
      "url": "https://sanchika.complyeaze.com/foundations/motion/",
      "kind": "foundation",
      "label": "Motion"
    },
    {
      "url": "https://sanchika.complyeaze.com/foundations/tokens/",
      "kind": "foundation",
      "label": "Tokens"
    },
    {
      "url": "https://sanchika.complyeaze.com/foundations/typography/",
      "kind": "foundation",
      "label": "Typography"
    },
    {
      "url": "https://sanchika.complyeaze.com/modes/",
      "kind": "mode-index",
      "label": "Product modes"
    },
    {
      "url": "https://sanchika.complyeaze.com/modes/axal/",
      "kind": "mode",
      "label": "Axal / workspace"
    },
    {
      "url": "https://sanchika.complyeaze.com/modes/complyeaze/",
      "kind": "mode",
      "label": "ComplyEaze / core"
    },
    {
      "url": "https://sanchika.complyeaze.com/modes/pack/",
      "kind": "mode",
      "label": "Pack / local utility"
    },
    {
      "url": "https://sanchika.complyeaze.com/modes/tools/",
      "kind": "mode",
      "label": "Tools / browser-local artifact bench"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/",
      "kind": "pattern-index",
      "label": "Patterns"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/audittrailpreview/",
      "kind": "pattern",
      "label": "AuditTrailPreview"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/custodyboundary/",
      "kind": "pattern",
      "label": "CustodyBoundary"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/evidencepanel/",
      "kind": "pattern",
      "label": "EvidencePanel"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/faqaccordion/",
      "kind": "pattern",
      "label": "FAQAccordion"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/humanreviewcheckpoint/",
      "kind": "pattern",
      "label": "HumanReviewCheckpoint"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/localartifactflow/",
      "kind": "pattern",
      "label": "LocalArtifactFlow"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/localboundarybanner/",
      "kind": "pattern",
      "label": "LocalBoundaryBanner"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/outputartifactsummary/",
      "kind": "pattern",
      "label": "OutputArtifactSummary"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/permissionexplainer/",
      "kind": "pattern",
      "label": "PermissionExplainer"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/pricingblock/",
      "kind": "pattern",
      "label": "PricingBlock"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/productroutemap/",
      "kind": "pattern",
      "label": "ProductRouteMap"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/proofstrip/",
      "kind": "pattern",
      "label": "ProofStrip"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/publichero/",
      "kind": "pattern",
      "label": "PublicHero"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/releasestatusbanner/",
      "kind": "pattern",
      "label": "ReleaseStatusBanner"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/reviewdeskpreview/",
      "kind": "pattern",
      "label": "ReviewDeskPreview"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/sourceprovenancestrip/",
      "kind": "pattern",
      "label": "SourceProvenanceStrip"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/toolcard/",
      "kind": "pattern",
      "label": "ToolCard"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/tooldirectory/",
      "kind": "pattern",
      "label": "ToolDirectory"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/trustboundary/",
      "kind": "pattern",
      "label": "TrustBoundary"
    },
    {
      "url": "https://sanchika.complyeaze.com/patterns/workqueuerow/",
      "kind": "pattern",
      "label": "WorkQueueRow"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/",
      "kind": "primitive-index",
      "label": "Primitives"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/badge/",
      "kind": "primitive",
      "label": "Badge"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/breadcrumb/",
      "kind": "primitive",
      "label": "Breadcrumb"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/button/",
      "kind": "primitive",
      "label": "Button"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/card/",
      "kind": "primitive",
      "label": "Card"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/cluster/",
      "kind": "primitive",
      "label": "Cluster"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/container/",
      "kind": "primitive",
      "label": "Container"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/copybutton/",
      "kind": "primitive",
      "label": "CopyButton"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/disclosure/",
      "kind": "primitive",
      "label": "Disclosure"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/divider/",
      "kind": "primitive",
      "label": "Divider"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/emptystate/",
      "kind": "primitive",
      "label": "EmptyState"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/errorstate/",
      "kind": "primitive",
      "label": "ErrorState"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/field/",
      "kind": "primitive",
      "label": "Field"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/grid/",
      "kind": "primitive",
      "label": "Grid"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/inlinestatus/",
      "kind": "primitive",
      "label": "InlineStatus"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/link/",
      "kind": "primitive",
      "label": "Link"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/linkcard/",
      "kind": "primitive",
      "label": "LinkCard"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/progress/",
      "kind": "primitive",
      "label": "Progress"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/searchfield/",
      "kind": "primitive",
      "label": "SearchField"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/section/",
      "kind": "primitive",
      "label": "Section"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/skeleton/",
      "kind": "primitive",
      "label": "Skeleton"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/split/",
      "kind": "primitive",
      "label": "Split"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/stack/",
      "kind": "primitive",
      "label": "Stack"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/stat/",
      "kind": "primitive",
      "label": "Stat"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/stepper/",
      "kind": "primitive",
      "label": "Stepper"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/surface/",
      "kind": "primitive",
      "label": "Surface"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/tableshell/",
      "kind": "primitive",
      "label": "TableShell"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/text/",
      "kind": "primitive",
      "label": "Text"
    },
    {
      "url": "https://sanchika.complyeaze.com/primitives/visuallyhidden/",
      "kind": "primitive",
      "label": "VisuallyHidden"
    }
  ],
  "documentation": [
    {
      "label": "Foundations",
      "url": "https://sanchika.complyeaze.com/foundations/"
    },
    {
      "label": "Primitives",
      "url": "https://sanchika.complyeaze.com/primitives/"
    },
    {
      "label": "Patterns",
      "url": "https://sanchika.complyeaze.com/patterns/"
    },
    {
      "label": "Adoption",
      "url": "https://sanchika.complyeaze.com/adoption/"
    }
  ],
  "generatedDocuments": [
    {
      "label": "Machine-readable manifest",
      "url": "https://sanchika.complyeaze.com/sanchika-manifest.json"
    },
    {
      "label": "LLM-readable project summary",
      "url": "https://sanchika.complyeaze.com/llms.txt"
    }
  ],
  "productModes": [
    {
      "id": "complyeaze",
      "label": "ComplyEaze / core",
      "purpose": "Choose the operating boundary before work begins.",
      "route": "https://sanchika.complyeaze.com/modes/complyeaze/"
    },
    {
      "id": "axal",
      "label": "Axal / workspace",
      "purpose": "Keep source, owner, blocker, and judgment in one review path.",
      "route": "https://sanchika.complyeaze.com/modes/axal/"
    },
    {
      "id": "pack",
      "label": "Pack / local utility",
      "purpose": "Trace custody from the portal response to a user-controlled file.",
      "route": "https://sanchika.complyeaze.com/modes/pack/"
    },
    {
      "id": "tools",
      "label": "Tools / browser-local artifact bench",
      "purpose": "Find a bounded draft tool by the work on the desk.",
      "route": "https://sanchika.complyeaze.com/modes/tools/"
    }
  ],
  "trustAndAccessibilityRules": [
    "Name source, limitation, review owner, and safe next action.",
    "Do not rely on color or motion alone.",
    "Keep human judgment explicit and label gallery examples as synthetic.",
    "Target WCAG 2.2 AA and WAI-ARIA APG behavior without claiming universal validation."
  ],
  "limitations": [
    "Real consumer adoption remains incomplete.",
    "Physical assistive-technology testing remains necessary.",
    "Synthetic gallery evidence does not prove protected-workspace depth or every production workflow."
  ],
  "preferredSources": [
    {
      "label": "Source",
      "url": "https://github.com/lamemustafa/sanchika"
    },
    {
      "label": "Release v0.1.1",
      "url": "https://github.com/lamemustafa/sanchika/releases/tag/v0.1.1"
    },
    {
      "label": "Security",
      "url": "https://github.com/lamemustafa/sanchika/blob/master/SECURITY.md"
    },
    {
      "label": "License and trademark",
      "url": "https://github.com/lamemustafa/sanchika/blob/master/LICENSE.brand.md"
    }
  ],
  "adoption": "https://sanchika.complyeaze.com/adoption/",
  "nonGoals": [
    "No model runtime or automated compliance judgment.",
    "No government affiliation, certification, or guaranteed outcome.",
    "No universal framework runtime claim.",
    "No claim that synthetic gallery evidence proves every consumer or assistive technology."
  ]
}
