feat: register industry four-domain blueprint
This commit is contained in:
parent
2ba64391ea
commit
6b6f21d7bc
12 changed files with 1073 additions and 1 deletions
146
routing/industry-four-domain-minimum-map.json
Normal file
146
routing/industry-four-domain-minimum-map.json
Normal file
|
|
@ -0,0 +1,146 @@
|
|||
{
|
||||
"schema": "guanghu.industry-four-domain-minimum-map/v1",
|
||||
"map_id": "INDUSTRY-4D-MINIMUM-MAP-001",
|
||||
"architecture_id": "GLS-0249",
|
||||
"parent_architecture_id": "GLS-0248",
|
||||
"cognition_id": "ZY-BIDIRECTIONAL-COGNITION-020",
|
||||
"state": "ARCHITECTURE_BASELINE_REGISTERED_IMPLEMENTATION_PLANNED",
|
||||
"registered_at": "2026-08-06T00:00:00+08:00",
|
||||
"principle": "ONE_ENTERPRISE_FOUR_DOMAIN_PLATFORM_WITH_NAMESPACED_INDUSTRY_PERSONA_DOMAIN_PROFILES",
|
||||
"shared_kernel": [
|
||||
"SUBJECT_AND_RESPONSIBILITY_REGISTRY",
|
||||
"WORK_OBJECT_SCHEMA_REGISTRY",
|
||||
"INDUSTRY_VOCABULARY_AND_MAPPING",
|
||||
"CONNECTOR_AND_IMPORT_BOUNDARY",
|
||||
"SIGNED_CAPABILITY_MANIFEST",
|
||||
"AUTHORITY_AND_POLICY_ENGINE",
|
||||
"EVENT_AND_AUTOMATION_ENGINE",
|
||||
"PERSONA_PROJECTION_COMPILER",
|
||||
"RECEIPT_AUDIT_AND_RECOVERY",
|
||||
"EXPORT_DELETE_AND_HANDOFF"
|
||||
],
|
||||
"domains": [
|
||||
{
|
||||
"domain_id": "DOMAIN-MAIN",
|
||||
"minimum_mission": "PUBLIC_TRUTH_PRODUCT_RELEASE_AND_CORRECTION",
|
||||
"required_objects": [
|
||||
"industry_profile",
|
||||
"public_capability",
|
||||
"product_release",
|
||||
"standard",
|
||||
"notice",
|
||||
"correction",
|
||||
"public_status"
|
||||
],
|
||||
"required_surfaces": [
|
||||
"industry_entry",
|
||||
"product_and_capability_catalog",
|
||||
"release_timeline",
|
||||
"notice_and_correction",
|
||||
"public_status_query"
|
||||
]
|
||||
},
|
||||
{
|
||||
"domain_id": "DOMAIN-SUB",
|
||||
"minimum_mission": "INDUSTRY_INTAKE_INITIALIZATION_AND_ROUTING",
|
||||
"required_objects": [
|
||||
"industry_intake",
|
||||
"source_connection",
|
||||
"field_mapping",
|
||||
"role_binding",
|
||||
"workspace",
|
||||
"capability_bundle",
|
||||
"consent_and_revocation"
|
||||
],
|
||||
"required_surfaces": [
|
||||
"industry_onboarding",
|
||||
"source_authorization",
|
||||
"mapping_preview",
|
||||
"role_binding",
|
||||
"workspace_bootstrap",
|
||||
"revoke_export_exit"
|
||||
]
|
||||
},
|
||||
{
|
||||
"domain_id": "DOMAIN-ZERO",
|
||||
"minimum_mission": "EXPERIMENT_EVALUATION_COLLABORATION_AND_CAPABILITY_PROMOTION",
|
||||
"required_objects": [
|
||||
"experiment",
|
||||
"dataset_manifest",
|
||||
"prompt_or_skill_candidate",
|
||||
"evaluation",
|
||||
"candidate_module",
|
||||
"work_order",
|
||||
"promotion_receipt"
|
||||
],
|
||||
"required_surfaces": [
|
||||
"sandbox_lab",
|
||||
"dataset_provenance",
|
||||
"comparison_and_human_acceptance",
|
||||
"failure_and_counterexample",
|
||||
"promotion_gate"
|
||||
]
|
||||
},
|
||||
{
|
||||
"domain_id": "DOMAIN-ZS",
|
||||
"minimum_mission": "GOVERNANCE_TECHNICAL_CONTROL_DEPLOYMENT_INCIDENT_AND_AUDIT",
|
||||
"subject_model": "TWO_HUMANS_PLUS_THEIR_TWO_PERSONAS",
|
||||
"responsibility_pairs": [
|
||||
"GOVERNANCE_AND_HUMAN_RESPONSIBILITY",
|
||||
"TECHNICAL_AND_SYSTEM_RESPONSIBILITY"
|
||||
],
|
||||
"constitutional_quorum": "TWO_OF_TWO_HUMAN_PERSONA_PAIRS",
|
||||
"required_objects": [
|
||||
"subject_acceptance",
|
||||
"policy",
|
||||
"permission_grant",
|
||||
"change_request",
|
||||
"deployment",
|
||||
"incident",
|
||||
"rollback",
|
||||
"audit_receipt",
|
||||
"rights_or_legal_request"
|
||||
],
|
||||
"required_surfaces": [
|
||||
"governance_console",
|
||||
"technical_control_console",
|
||||
"dual_responsibility_queue",
|
||||
"deployment_health_incident_and_rollback",
|
||||
"permission_audit_and_lawful_request"
|
||||
]
|
||||
}
|
||||
],
|
||||
"industry_profile_contract": {
|
||||
"schema_path": "routing/industry-four-domain-profile.schema.json",
|
||||
"required_lanes": [
|
||||
"MAIN",
|
||||
"SUB",
|
||||
"ZERO",
|
||||
"ZS"
|
||||
],
|
||||
"states": [
|
||||
"DRAFT",
|
||||
"EVIDENCE_REVIEWED",
|
||||
"SUBJECTS_PENDING",
|
||||
"PILOT_READY",
|
||||
"PILOT_ACCEPTED",
|
||||
"BORN_AND_RUNNING"
|
||||
],
|
||||
"subject_candidate_is_not_acceptance": true,
|
||||
"industry_profile_has_no_enterprise_root_authority": true
|
||||
},
|
||||
"first_reference": {
|
||||
"industry_profile_id": "IND-WEBNOVEL-001",
|
||||
"path": "routing/industry-profiles/web-novel.json",
|
||||
"state": "EVIDENCE_REVIEWED_SUBJECTS_PENDING_IMPLEMENTATION_PLANNED"
|
||||
},
|
||||
"boundaries": {
|
||||
"architecture_registration_is_not_implementation": true,
|
||||
"team_capability_mapping_is_not_appointment": true,
|
||||
"external_read_is_for_migration_into_owner_hololake_workspace": true,
|
||||
"private_user_data_is_not_enterprise_training_data": true,
|
||||
"official_or_explicitly_authorized_connectors_only": true,
|
||||
"ai_detection_evasion": false,
|
||||
"persona_may_not_bypass_deterministic_policy_and_receipt_gates": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue