profile_id: ts-workspace capabilities: - id: checkout-flow name: Checkout Flow path_patterns: - "packages/checkout/**" keywords: - checkout - order - cart aliases: - checkout public_entries: - "packages/checkout/src/index.ts" contracts: - "Scope: owns checkout flow orchestration, cart-to-order handoff, and checkout UI state under packages/checkout." - "Boundary: does not own payment provider adapters, billing ledger updates, or inventory reservation internals." - "Risk: changes to exported checkout hooks or order submission payloads require review." - "Cross-capability: billing and inventory integrations stay behind declared checkout ports." lifecycle: definition_version: "1.0" status: stable stage: stable changelog: - date: "2026-05-23" event: initial-ts-workspace-template ownership_rules: - path_patterns: - "packages/checkout/**" owner: checkout-team capability_ownership: - target: checkout-flow primary: checkout-team reviewers: - checkout-architecture-reviewers escalation_group: architecture-council module_overrides: - path_patterns: - "packages/checkout/**" layer: feature-module