{
  "schema": "inquiry-publishing-stack/machine-entry/v1",
  "role": "composition-and-configuration-entry",
  "public_landing": "https://inquirystack.philohub.workers.dev/agent/",
  "human_entry": "https://inquirystack.philohub.workers.dev/",
  "canonical": {
    "ecosystem": "https://github.com/ChongLiuPhil/Inquiry-Publishing-Project-Starter/blob/main/ecosystem.yaml",
    "agent_retrieval_contract_en": "https://github.com/ChongLiuPhil/Inquiry-Publishing-Project-Starter/blob/main/docs/AGENT_RETRIEVAL_CONTRACT.md",
    "agent_retrieval_contract_zh_cn": "https://github.com/ChongLiuPhil/Inquiry-Publishing-Project-Starter/blob/main/docs/AGENT_RETRIEVAL_CONTRACT.zh-CN.md",
    "llms": "https://inquirystack.philohub.workers.dev/llms.txt",
    "project_provisioning_contract_en": "https://github.com/ChongLiuPhil/Inquiry-Publishing-Project-Starter/blob/main/docs/PROJECT_PROVISIONING_CONTRACT.md",
    "project_provisioning_contract_zh_cn": "https://github.com/ChongLiuPhil/Inquiry-Publishing-Project-Starter/blob/main/docs/PROJECT_PROVISIONING_CONTRACT.zh-CN.md"
  },
  "default_baseline": [
    "full-ahicp",
    "full-ppf",
    "vault-interface",
    "project-owned-content"
  ],
  "defaults": {
    "original_source_visibility": "private",
    "unpublished_web_visibility": "restricted",
    "reader_access": "authenticated",
    "public_cutover": "explicit-human-authorization",
    "infrastructure_profile": "workers-builds-native",
    "preview": "disabled-until-protected-preview-acceptance",
    "project_bootstrap": "human-assisted-once-per-project",
    "default_project_access": "worker-scoped-access",
    "ci_cost_profile": "private-project-quota-saver"
  },
  "authorization": {
    "public_links_grant_private_access": false,
    "secrets_in_chat": false,
    "external_writes_require_authorization": true,
    "platform_standing_authorization_reusable": true,
    "public_release_requires_separate_human_approval": true,
    "deployment_token_plaintext_in_model_context": false,
    "platform_standing_authorization_required_for_default": false
  },
  "public_delivery": {
    "canonical_source_provider": "github",
    "current_provider": "cloudflare-workers",
    "preferred_provider": "cloudflare-workers",
    "migration_state": "verified-cutover",
    "migration_plan": "https://github.com/ChongLiuPhil/Inquiry-Publishing-Project-Starter/blob/main/templates/cloudflare-public-delivery.yaml",
    "migration_guide": "https://github.com/ChongLiuPhil/Inquiry-Publishing-Project-Starter/blob/main/docs/CLOUDFLARE_PUBLIC_DELIVERY_MIGRATION.md",
    "cutover_rule": "workers-dev-canonical-after-verified-human-approved-cutover",
    "target_topology": "single-site-multi-repository",
    "source_lock": "https://github.com/ChongLiuPhil/Inquiry-Publishing-Project-Starter/blob/main/site/sources.lock.json",
    "target_active_worker_count": 1,
    "cloud_handoff": "https://github.com/ChongLiuPhil/Inquiry-Publishing-Project-Starter/blob/main/docs/CLOUDFLARE_WEB_AGENT_HANDOFF.zh-CN.md"
  },
  "project_provisioning": {
    "status": "guided-per-project-default",
    "preferred_profile": "workers-builds-native",
    "request": "project-provisioning.yaml",
    "default_github_owner": "ChongLiuPhil",
    "default_github_owner_type": "user",
    "default_repository_visibility": "private",
    "default_setup_mode": "human-assisted-once-per-project",
    "default_access_mode": "worker-scoped-access",
    "platform_authorization": "optional-advanced-profile-state",
    "ppf_executable_authority": "https://github.com/ChongLiuPhil/Personal-Publishing-Framework",
    "per_project_setup_contract": "https://github.com/ChongLiuPhil/Personal-Publishing-Framework/blob/main/docs/PER_PROJECT_GITHUB_CLOUDFLARE_SETUP.md",
    "advanced_external_ci_contract": "https://github.com/ChongLiuPhil/Personal-Publishing-Framework/blob/main/docs/AGENT_PROVISIONED_EXTERNAL_CI.md",
    "secret_broker_required_for_default": false,
    "secret_broker_orchestration": "optional-advanced-ppf-implemented",
    "trusted_secret_broker_contract": "https://github.com/ChongLiuPhil/Personal-Publishing-Framework/blob/main/docs/TRUSTED_SECRET_BROKER.md",
    "cloudflare_granular_token_issuer": "optional-advanced-live-acceptance-pending",
    "ordinary_project_human_bootstrap": [
      "create-or-confirm-private-personal-repository",
      "reuse-existing-cloudflare-git-account-connection-if-available",
      "authorize-cloudflare-github-app-repository-access-if-needed",
      "connect-workers-builds",
      "ensure-worker-application-name-matches-wrangler-jsonc-name",
      "enable-cloudflare-zero-trust-once-if-needed",
      "protect-target-worker-with-access",
      "verify-first-restricted-deployment",
      "verify-second-push-auto-deploy-without-reauthorization"
    ],
    "human_reserved_gates": [
      "public-release",
      "source-repository-public",
      "reader-audience-expansion",
      "custom-domain-or-dns-authority",
      "provider-permission-scope-expansion",
      "paid-plan-or-billing-change",
      "direct-secret-input-if-trusted-broker-unavailable"
    ],
    "public_contract_en": "https://inquirystack.philohub.workers.dev/PROJECT_PROVISIONING_CONTRACT.md",
    "public_contract_zh_cn": "https://inquirystack.philohub.workers.dev/PROJECT_PROVISIONING_CONTRACT.zh-CN.md",
    "public_acceptance": "https://inquirystack.philohub.workers.dev/PROJECT_PROVISIONING_ACCEPTANCE.md",
    "default_ci_cost_profile": "private-project-quota-saver",
    "ci_cost_policy": "https://github.com/ChongLiuPhil/Personal-Publishing-Framework/blob/main/docs/CI_COST_POLICY.md",
    "private_project_github_actions": {
      "content_only_changes": "none",
      "configuration_pull_request": {
        "target_branch": "main",
        "class": "light-contract-check",
        "timeout_minutes": 5
      },
      "main_push": "none",
      "heavy_validation": "manual",
      "artifact_policy": {
        "automatic_success_upload": false,
        "manual_publication_retention_days": 1,
        "diagnostic_retention_days": 1
      },
      "retry": "failed-job-or-workflow-only"
    },
    "ci_profile_tiers": {
      "ordinary_private": {
        "mode": "quota-saver-native",
        "infrastructure_profile": "workers-builds-native",
        "ci_cost_profile": "private-project-quota-saver"
      },
      "hardened_external_ci": {
        "mode": "hardened-external-ci",
        "infrastructure_profile": "agent-provisioned-external-ci",
        "ci_cost_profile": "external-ci-required"
      },
      "public_framework": {
        "mode": "full-ci",
        "ci_cost_profile": "full-validation"
      }
    }
  }
}
