soloforge 1.4.16 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +76 -3
- package/dist/adapters/claude_code/claude_md.d.ts +1 -1
- package/dist/adapters/claude_code/claude_md.d.ts.map +1 -1
- package/dist/adapters/claude_code/claude_md.js.map +1 -1
- package/dist/adapters/claude_code/pre_prompt_contract.d.ts +4 -59
- package/dist/adapters/claude_code/pre_prompt_contract.d.ts.map +1 -1
- package/dist/adapters/claude_code/pre_prompt_contract.js +3 -111
- package/dist/adapters/claude_code/pre_prompt_contract.js.map +1 -1
- package/dist/adapters/claude_code/server.d.ts +1 -1
- package/dist/adapters/claude_code/server.d.ts.map +1 -1
- package/dist/adapters/claude_code/server.js.map +1 -1
- package/dist/adapters/claude_code/tools.d.ts +1 -1
- package/dist/adapters/claude_code/tools.d.ts.map +1 -1
- package/dist/adapters/claude_code/tools.js +65 -46
- package/dist/adapters/claude_code/tools.js.map +1 -1
- package/dist/adapters/codex/codex_rules.d.ts +1 -1
- package/dist/adapters/codex/codex_rules.d.ts.map +1 -1
- package/dist/adapters/codex/codex_rules.js +1 -24
- package/dist/adapters/codex/codex_rules.js.map +1 -1
- package/dist/adapters/shared/workflow_template.d.ts +8 -12
- package/dist/adapters/shared/workflow_template.d.ts.map +1 -1
- package/dist/adapters/shared/workflow_template.js +16 -78
- package/dist/adapters/shared/workflow_template.js.map +1 -1
- package/dist/adapters/trae/trae_rules.d.ts +1 -1
- package/dist/adapters/trae/trae_rules.d.ts.map +1 -1
- package/dist/adapters/trae/trae_rules.js +1 -10
- package/dist/adapters/trae/trae_rules.js.map +1 -1
- package/dist/bin/soloforge.d.ts.map +1 -1
- package/dist/bin/soloforge.js +53 -100
- package/dist/bin/soloforge.js.map +1 -1
- package/dist/engine/asset_manifest.d.ts.map +1 -1
- package/dist/engine/asset_manifest.js +118 -120
- package/dist/engine/asset_manifest.js.map +1 -1
- package/dist/engine/audit_pool.js.map +1 -1
- package/dist/engine/capability_registry.js +25 -25
- package/dist/engine/capability_registry.js.map +1 -1
- package/dist/engine/capability_state_store.js.map +1 -1
- package/dist/engine/change_coordinator.d.ts +1 -1
- package/dist/engine/change_coordinator.d.ts.map +1 -1
- package/dist/engine/change_coordinator.js.map +1 -1
- package/dist/engine/classifier.d.ts +1 -1
- package/dist/engine/classifier.d.ts.map +1 -1
- package/dist/engine/classifier.js +1 -1
- package/dist/engine/classifier.js.map +1 -1
- package/dist/engine/code_reviewer.d.ts +1 -1
- package/dist/engine/code_reviewer.d.ts.map +1 -1
- package/dist/engine/code_reviewer.js +1 -1
- package/dist/engine/code_reviewer.js.map +1 -1
- package/dist/engine/confidence_scorer.d.ts +1 -1
- package/dist/engine/confidence_scorer.d.ts.map +1 -1
- package/dist/engine/config_auto_repair.js.map +1 -1
- package/dist/engine/config_precedence_contract.js.map +1 -1
- package/dist/engine/consumable_asset_registry.d.ts +1 -1
- package/dist/engine/consumable_asset_registry.d.ts.map +1 -1
- package/dist/engine/consumable_asset_registry.js +236 -126
- package/dist/engine/consumable_asset_registry.js.map +1 -1
- package/dist/engine/consumption_trace_store.d.ts +40 -6
- package/dist/engine/consumption_trace_store.d.ts.map +1 -1
- package/dist/engine/consumption_trace_store.js +90 -47
- package/dist/engine/consumption_trace_store.js.map +1 -1
- package/dist/engine/contract_guard.d.ts +1 -1
- package/dist/engine/contract_guard.d.ts.map +1 -1
- package/dist/engine/contract_guard.js +9 -8
- package/dist/engine/contract_guard.js.map +1 -1
- package/dist/engine/contract_registry.d.ts.map +1 -1
- package/dist/engine/contract_registry.js +9 -11
- package/dist/engine/contract_registry.js.map +1 -1
- package/dist/engine/control_plane_contract.d.ts.map +1 -1
- package/dist/engine/control_plane_contract.js +7 -3
- package/dist/engine/control_plane_contract.js.map +1 -1
- package/dist/engine/convention_detector.js.map +1 -1
- package/dist/engine/core_engineering_principles.d.ts +1 -1
- package/dist/engine/core_engineering_principles.d.ts.map +1 -1
- package/dist/engine/core_engineering_principles.js +6 -6
- package/dist/engine/core_engineering_principles.js.map +1 -1
- package/dist/engine/core_experience_principle.d.ts +2 -2
- package/dist/engine/core_experience_principle.d.ts.map +1 -1
- package/dist/engine/core_experience_principle.js +4 -4
- package/dist/engine/core_experience_principle.js.map +1 -1
- package/dist/engine/debt_reporter.d.ts +1 -1
- package/dist/engine/debt_reporter.d.ts.map +1 -1
- package/dist/engine/debt_tracker.d.ts +1 -1
- package/dist/engine/debt_tracker.d.ts.map +1 -1
- package/dist/engine/debt_tracker.js.map +1 -1
- package/dist/engine/debugger.d.ts +1 -1
- package/dist/engine/debugger.d.ts.map +1 -1
- package/dist/engine/delivery.d.ts +1 -1
- package/dist/engine/delivery.d.ts.map +1 -1
- package/dist/engine/delivery.js.map +1 -1
- package/dist/engine/delivery_readiness.d.ts +2 -2
- package/dist/engine/delivery_readiness.d.ts.map +1 -1
- package/dist/engine/delivery_readiness.js.map +1 -1
- package/dist/engine/dependency_scanner.d.ts +1 -1
- package/dist/engine/dependency_scanner.d.ts.map +1 -1
- package/dist/engine/design_lifecycle_contract.js +2 -2
- package/dist/engine/design_lifecycle_contract.js.map +1 -1
- package/dist/engine/developer_sovereignty.d.ts +1 -1
- package/dist/engine/developer_sovereignty.d.ts.map +1 -1
- package/dist/engine/developer_sovereignty.js.map +1 -1
- package/dist/engine/diff_ownership_store.js.map +1 -1
- package/dist/engine/dual_layer_mechanism_registry.d.ts +1 -1
- package/dist/engine/dual_layer_mechanism_registry.d.ts.map +1 -1
- package/dist/engine/dual_layer_mechanism_registry.js +206 -84
- package/dist/engine/dual_layer_mechanism_registry.js.map +1 -1
- package/dist/engine/evolution_regression_gate.d.ts +2 -2
- package/dist/engine/evolution_regression_gate.js +3 -3
- package/dist/engine/evolution_regression_gate.js.map +1 -1
- package/dist/engine/evolver.d.ts +1 -1
- package/dist/engine/evolver.d.ts.map +1 -1
- package/dist/engine/evolver.js +1 -1
- package/dist/engine/evolver.js.map +1 -1
- package/dist/engine/expand_pipeline.d.ts +1 -1
- package/dist/engine/expand_pipeline.d.ts.map +1 -1
- package/dist/engine/explicit_asset_registry.d.ts.map +1 -1
- package/dist/engine/explicit_asset_registry.js +641 -268
- package/dist/engine/explicit_asset_registry.js.map +1 -1
- package/dist/engine/exploration.d.ts +1 -1
- package/dist/engine/exploration.d.ts.map +1 -1
- package/dist/engine/extension_platform_contracts.d.ts +2 -4
- package/dist/engine/extension_platform_contracts.d.ts.map +1 -1
- package/dist/engine/extension_platform_contracts.js +2 -3
- package/dist/engine/extension_platform_contracts.js.map +1 -1
- package/dist/engine/extension_scenario_registry.d.ts.map +1 -1
- package/dist/engine/extension_scenario_registry.js +5 -18
- package/dist/engine/extension_scenario_registry.js.map +1 -1
- package/dist/engine/failure_classifier.d.ts +1 -1
- package/dist/engine/failure_classifier.d.ts.map +1 -1
- package/dist/engine/feasibility_checker.d.ts +1 -1
- package/dist/engine/feasibility_checker.d.ts.map +1 -1
- package/dist/engine/foundation_scenario_registry.d.ts +3 -35
- package/dist/engine/foundation_scenario_registry.d.ts.map +1 -1
- package/dist/engine/foundation_scenario_registry.js +4 -181
- package/dist/engine/foundation_scenario_registry.js.map +1 -1
- package/dist/engine/foundation_scenario_runners.js +5 -5
- package/dist/engine/foundation_scenario_runners.js.map +1 -1
- package/dist/engine/gate_checks/checkAdapterLayerConsistency.d.ts +6 -0
- package/dist/engine/gate_checks/checkAdapterLayerConsistency.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkAdapterLayerConsistency.js +117 -0
- package/dist/engine/gate_checks/checkAdapterLayerConsistency.js.map +1 -0
- package/dist/engine/gate_checks/checkCodeObservability.d.ts +6 -0
- package/dist/engine/gate_checks/checkCodeObservability.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkCodeObservability.js +252 -0
- package/dist/engine/gate_checks/checkCodeObservability.js.map +1 -0
- package/dist/engine/gate_checks/checkCodeStyleEnforcement.d.ts +7 -0
- package/dist/engine/gate_checks/checkCodeStyleEnforcement.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkCodeStyleEnforcement.js +73 -0
- package/dist/engine/gate_checks/checkCodeStyleEnforcement.js.map +1 -0
- package/dist/engine/gate_checks/checkControlPlaneTrust.d.ts +9 -0
- package/dist/engine/gate_checks/checkControlPlaneTrust.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkControlPlaneTrust.js +111 -0
- package/dist/engine/gate_checks/checkControlPlaneTrust.js.map +1 -0
- package/dist/engine/gate_checks/checkCriticalProblemConsumption.d.ts +6 -0
- package/dist/engine/gate_checks/checkCriticalProblemConsumption.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkCriticalProblemConsumption.js +476 -0
- package/dist/engine/gate_checks/checkCriticalProblemConsumption.js.map +1 -0
- package/dist/engine/gate_checks/checkDependencyAudit.d.ts +6 -0
- package/dist/engine/gate_checks/checkDependencyAudit.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkDependencyAudit.js +40 -0
- package/dist/engine/gate_checks/checkDependencyAudit.js.map +1 -0
- package/dist/engine/gate_checks/checkDeprecatedCode.d.ts +6 -0
- package/dist/engine/gate_checks/checkDeprecatedCode.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkDeprecatedCode.js +262 -0
- package/dist/engine/gate_checks/checkDeprecatedCode.js.map +1 -0
- package/dist/engine/gate_checks/checkDiagnosticCentralization.d.ts +9 -0
- package/dist/engine/gate_checks/checkDiagnosticCentralization.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkDiagnosticCentralization.js +24 -0
- package/dist/engine/gate_checks/checkDiagnosticCentralization.js.map +1 -0
- package/dist/engine/gate_checks/checkDistFreshness.d.ts +6 -0
- package/dist/engine/gate_checks/checkDistFreshness.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkDistFreshness.js +57 -0
- package/dist/engine/gate_checks/checkDistFreshness.js.map +1 -0
- package/dist/engine/gate_checks/checkDualLayerSemantics.d.ts +6 -0
- package/dist/engine/gate_checks/checkDualLayerSemantics.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkDualLayerSemantics.js +88 -0
- package/dist/engine/gate_checks/checkDualLayerSemantics.js.map +1 -0
- package/dist/engine/gate_checks/checkImplementationContract.d.ts +6 -0
- package/dist/engine/gate_checks/checkImplementationContract.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkImplementationContract.js +90 -0
- package/dist/engine/gate_checks/checkImplementationContract.js.map +1 -0
- package/dist/engine/gate_checks/checkKnowledgeAssetSchemaP0.d.ts +6 -0
- package/dist/engine/gate_checks/checkKnowledgeAssetSchemaP0.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkKnowledgeAssetSchemaP0.js +30 -0
- package/dist/engine/gate_checks/checkKnowledgeAssetSchemaP0.js.map +1 -0
- package/dist/engine/gate_checks/checkKnowledgeLayer.d.ts +6 -0
- package/dist/engine/gate_checks/checkKnowledgeLayer.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkKnowledgeLayer.js +163 -0
- package/dist/engine/gate_checks/checkKnowledgeLayer.js.map +1 -0
- package/dist/engine/gate_checks/checkLongTermMechanization.d.ts +6 -0
- package/dist/engine/gate_checks/checkLongTermMechanization.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkLongTermMechanization.js +55 -0
- package/dist/engine/gate_checks/checkLongTermMechanization.js.map +1 -0
- package/dist/engine/gate_checks/checkMainlineConsumption.d.ts +6 -0
- package/dist/engine/gate_checks/checkMainlineConsumption.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkMainlineConsumption.js +312 -0
- package/dist/engine/gate_checks/checkMainlineConsumption.js.map +1 -0
- package/dist/engine/gate_checks/checkMechanismChain.d.ts +6 -0
- package/dist/engine/gate_checks/checkMechanismChain.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkMechanismChain.js +196 -0
- package/dist/engine/gate_checks/checkMechanismChain.js.map +1 -0
- package/dist/engine/gate_checks/checkMechanismIdentity.d.ts +6 -0
- package/dist/engine/gate_checks/checkMechanismIdentity.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkMechanismIdentity.js +125 -0
- package/dist/engine/gate_checks/checkMechanismIdentity.js.map +1 -0
- package/dist/engine/gate_checks/checkReleaseIssueDesignPath.d.ts +6 -0
- package/dist/engine/gate_checks/checkReleaseIssueDesignPath.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkReleaseIssueDesignPath.js +736 -0
- package/dist/engine/gate_checks/checkReleaseIssueDesignPath.js.map +1 -0
- package/dist/engine/gate_checks/checkStandardAssetCoverage.d.ts +6 -0
- package/dist/engine/gate_checks/checkStandardAssetCoverage.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkStandardAssetCoverage.js +34 -0
- package/dist/engine/gate_checks/checkStandardAssetCoverage.js.map +1 -0
- package/dist/engine/gate_checks/checkStateChainHealth.d.ts +6 -0
- package/dist/engine/gate_checks/checkStateChainHealth.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkStateChainHealth.js +147 -0
- package/dist/engine/gate_checks/checkStateChainHealth.js.map +1 -0
- package/dist/engine/gate_checks/checkTemplateKnowledgeHygiene.d.ts +10 -0
- package/dist/engine/gate_checks/checkTemplateKnowledgeHygiene.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkTemplateKnowledgeHygiene.js +314 -0
- package/dist/engine/gate_checks/checkTemplateKnowledgeHygiene.js.map +1 -0
- package/dist/engine/gate_checks/checkTestPollution.d.ts +6 -0
- package/dist/engine/gate_checks/checkTestPollution.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkTestPollution.js +67 -0
- package/dist/engine/gate_checks/checkTestPollution.js.map +1 -0
- package/dist/engine/gate_checks/checkWorkflowNavigation.d.ts +6 -0
- package/dist/engine/gate_checks/checkWorkflowNavigation.d.ts.map +1 -0
- package/dist/engine/gate_checks/checkWorkflowNavigation.js +168 -0
- package/dist/engine/gate_checks/checkWorkflowNavigation.js.map +1 -0
- package/dist/engine/gate_checks/helpers.d.ts +28 -0
- package/dist/engine/gate_checks/helpers.d.ts.map +1 -0
- package/dist/engine/gate_checks/helpers.js +91 -0
- package/dist/engine/gate_checks/helpers.js.map +1 -0
- package/dist/engine/gate_checks/types.d.ts +38 -0
- package/dist/engine/gate_checks/types.d.ts.map +1 -0
- package/dist/engine/gate_checks/types.js +5 -0
- package/dist/engine/gate_checks/types.js.map +1 -0
- package/dist/engine/governance_report.d.ts +1 -1
- package/dist/engine/governance_report.d.ts.map +1 -1
- package/dist/engine/helpers.d.ts +9 -0
- package/dist/engine/helpers.d.ts.map +1 -0
- package/dist/engine/helpers.js +13 -0
- package/dist/engine/helpers.js.map +1 -0
- package/dist/engine/hook_context_types.d.ts +66 -0
- package/dist/engine/hook_context_types.d.ts.map +1 -0
- package/dist/engine/hook_context_types.js +118 -0
- package/dist/engine/hook_context_types.js.map +1 -0
- package/dist/engine/impact_analyzer.d.ts +1 -1
- package/dist/engine/impact_analyzer.d.ts.map +1 -1
- package/dist/engine/impact_analyzer.js.map +1 -1
- package/dist/engine/input_material_extractor.d.ts.map +1 -1
- package/dist/engine/input_material_extractor.js +10 -9
- package/dist/engine/input_material_extractor.js.map +1 -1
- package/dist/engine/instruction_contract.d.ts +6 -0
- package/dist/engine/instruction_contract.d.ts.map +1 -1
- package/dist/engine/instruction_contract.js +2 -3
- package/dist/engine/instruction_contract.js.map +1 -1
- package/dist/engine/intent_expander.d.ts +10 -1
- package/dist/engine/intent_expander.d.ts.map +1 -1
- package/dist/engine/intent_expander.js +49 -9
- package/dist/engine/intent_expander.js.map +1 -1
- package/dist/engine/intent_router.d.ts +2 -0
- package/dist/engine/intent_router.d.ts.map +1 -1
- package/dist/engine/intent_router.js +1 -1
- package/dist/engine/intent_router.js.map +1 -1
- package/dist/engine/job_manager.js.map +1 -1
- package/dist/engine/knowledge_acceptance_registry.d.ts.map +1 -1
- package/dist/engine/knowledge_acceptance_registry.js +0 -10
- package/dist/engine/knowledge_acceptance_registry.js.map +1 -1
- package/dist/engine/knowledge_asset_consumer.d.ts +1 -1
- package/dist/engine/knowledge_asset_consumer.js +11 -11
- package/dist/engine/knowledge_asset_consumer.js.map +1 -1
- package/dist/engine/knowledge_asset_schema.d.ts +1 -1
- package/dist/engine/knowledge_asset_schema.js +1 -1
- package/dist/engine/knowledge_config_loader.d.ts.map +1 -1
- package/dist/engine/knowledge_config_loader.js +35 -4
- package/dist/engine/knowledge_config_loader.js.map +1 -1
- package/dist/engine/knowledge_injection_boundary.d.ts +1 -1
- package/dist/engine/knowledge_injection_boundary.d.ts.map +1 -1
- package/dist/engine/knowledge_injection_boundary.js +10 -4
- package/dist/engine/knowledge_injection_boundary.js.map +1 -1
- package/dist/engine/knowledge_manager.d.ts +1 -1
- package/dist/engine/knowledge_manager.d.ts.map +1 -1
- package/dist/engine/knowledge_scenario_registry.d.ts.map +1 -1
- package/dist/engine/knowledge_scenario_registry.js +0 -8
- package/dist/engine/knowledge_scenario_registry.js.map +1 -1
- package/dist/engine/knowledge_sovereignty.js.map +1 -1
- package/dist/engine/knowledge_template_contracts.d.ts +0 -1
- package/dist/engine/knowledge_template_contracts.d.ts.map +1 -1
- package/dist/engine/knowledge_template_contracts.js.map +1 -1
- package/dist/engine/legacy_type_migration.d.ts +63 -0
- package/dist/engine/legacy_type_migration.d.ts.map +1 -0
- package/dist/engine/legacy_type_migration.js +227 -0
- package/dist/engine/legacy_type_migration.js.map +1 -0
- package/dist/engine/lifecycle_knowledge_contract.d.ts +1 -1
- package/dist/engine/lifecycle_knowledge_contract.d.ts.map +1 -1
- package/dist/engine/local_docker_acceptance.js.map +1 -1
- package/dist/engine/log_governance.js +1 -1
- package/dist/engine/log_governance.js.map +1 -1
- package/dist/engine/main_path_integration_contract.js.map +1 -1
- package/dist/engine/mechanism_contract_registry.d.ts.map +1 -1
- package/dist/engine/mechanism_contract_registry.js +79 -14
- package/dist/engine/mechanism_contract_registry.js.map +1 -1
- package/dist/engine/mechanism_health_check.d.ts.map +1 -1
- package/dist/engine/mechanism_health_check.js +2 -3
- package/dist/engine/mechanism_health_check.js.map +1 -1
- package/dist/engine/migration_guard.d.ts +1 -1
- package/dist/engine/migration_guard.d.ts.map +1 -1
- package/dist/engine/mutation_audit.d.ts +1 -1
- package/dist/engine/mutation_audit.d.ts.map +1 -1
- package/dist/engine/next_action_planner.d.ts +1 -1
- package/dist/engine/next_action_planner.d.ts.map +1 -1
- package/dist/engine/next_action_planner.js +32 -36
- package/dist/engine/next_action_planner.js.map +1 -1
- package/dist/engine/observability.d.ts +1 -1
- package/dist/engine/observability.d.ts.map +1 -1
- package/dist/engine/observability.js.map +1 -1
- package/dist/engine/observed_consumption.d.ts.map +1 -1
- package/dist/engine/observed_consumption.js +5 -2
- package/dist/engine/observed_consumption.js.map +1 -1
- package/dist/engine/onboarding.d.ts +1 -1
- package/dist/engine/onboarding.d.ts.map +1 -1
- package/dist/engine/privacy_secret_contract.js +1 -1
- package/dist/engine/privacy_secret_contract.js.map +1 -1
- package/dist/engine/project_knowledge_contract.d.ts +1 -1
- package/dist/engine/project_knowledge_contract.d.ts.map +1 -1
- package/dist/engine/project_knowledge_contract.js +2 -1
- package/dist/engine/project_knowledge_contract.js.map +1 -1
- package/dist/engine/project_stage_detector.js.map +1 -1
- package/dist/engine/regression_matrix.js.map +1 -1
- package/dist/engine/release_issue_scenario_registry.d.ts +1 -3
- package/dist/engine/release_issue_scenario_registry.d.ts.map +1 -1
- package/dist/engine/release_issue_scenario_registry.js +7 -49
- package/dist/engine/release_issue_scenario_registry.js.map +1 -1
- package/dist/engine/release_readiness_gate.d.ts +25 -39
- package/dist/engine/release_readiness_gate.d.ts.map +1 -1
- package/dist/engine/release_readiness_gate.js +129 -3353
- package/dist/engine/release_readiness_gate.js.map +1 -1
- package/dist/engine/release_tool_harness.d.ts +2 -2
- package/dist/engine/release_tool_harness.d.ts.map +1 -1
- package/dist/engine/release_tool_harness.js +1 -1
- package/dist/engine/rollback_router.d.ts +35 -0
- package/dist/engine/rollback_router.d.ts.map +1 -0
- package/dist/engine/rollback_router.js +50 -0
- package/dist/engine/rollback_router.js.map +1 -0
- package/dist/engine/scaffolder.d.ts +1 -1
- package/dist/engine/scaffolder.d.ts.map +1 -1
- package/dist/engine/scope_controller.d.ts +1 -1
- package/dist/engine/scope_controller.d.ts.map +1 -1
- package/dist/engine/scope_controller.js +1 -1
- package/dist/engine/scope_controller.js.map +1 -1
- package/dist/engine/scope_resolver.d.ts +1 -1
- package/dist/engine/scope_resolver.d.ts.map +1 -1
- package/dist/engine/semantic_evidence.d.ts +1 -1
- package/dist/engine/semantic_evidence.d.ts.map +1 -1
- package/dist/engine/slice_executor.d.ts +79 -0
- package/dist/engine/slice_executor.d.ts.map +1 -0
- package/dist/engine/slice_executor.js +100 -0
- package/dist/engine/slice_executor.js.map +1 -0
- package/dist/engine/source_code_matcher.js +1 -1
- package/dist/engine/source_code_matcher.js.map +1 -1
- package/dist/engine/stage_gate_engine.d.ts +32 -0
- package/dist/engine/stage_gate_engine.d.ts.map +1 -0
- package/dist/engine/stage_gate_engine.js +105 -0
- package/dist/engine/stage_gate_engine.js.map +1 -0
- package/dist/engine/stale_current_task_detector.js.map +1 -1
- package/dist/engine/standard_asset_contract.d.ts +1 -1
- package/dist/engine/standard_asset_contract.d.ts.map +1 -1
- package/dist/engine/standard_asset_contract.js +7 -7
- package/dist/engine/standard_asset_contract.js.map +1 -1
- package/dist/engine/standard_asset_coverage.js +19 -19
- package/dist/engine/standard_asset_coverage.js.map +1 -1
- package/dist/engine/task_context.d.ts +6 -6
- package/dist/engine/task_context.d.ts.map +1 -1
- package/dist/engine/task_context.js +22 -20
- package/dist/engine/task_context.js.map +1 -1
- package/dist/engine/task_planner.d.ts +2 -2
- package/dist/engine/task_planner.d.ts.map +1 -1
- package/dist/engine/task_planner.js.map +1 -1
- package/dist/engine/task_stage_detector.d.ts +7 -1
- package/dist/engine/task_stage_detector.d.ts.map +1 -1
- package/dist/engine/task_stage_detector.js +82 -123
- package/dist/engine/task_stage_detector.js.map +1 -1
- package/dist/engine/team_awareness.d.ts +1 -1
- package/dist/engine/team_awareness.d.ts.map +1 -1
- package/dist/engine/team_awareness.js.map +1 -1
- package/dist/engine/template_asset_contract_registry.d.ts +2 -2
- package/dist/engine/template_asset_contract_registry.d.ts.map +1 -1
- package/dist/engine/template_asset_contract_registry.js +37 -10
- package/dist/engine/template_asset_contract_registry.js.map +1 -1
- package/dist/engine/template_asset_visibility.js +1 -1
- package/dist/engine/template_asset_visibility.js.map +1 -1
- package/dist/engine/template_init_sync.d.ts +29 -0
- package/dist/engine/template_init_sync.d.ts.map +1 -1
- package/dist/engine/template_init_sync.js +246 -69
- package/dist/engine/template_init_sync.js.map +1 -1
- package/dist/engine/template_manifest_io.d.ts +1 -1
- package/dist/engine/template_manifest_io.d.ts.map +1 -1
- package/dist/engine/template_manifest_io.js +13 -9
- package/dist/engine/template_manifest_io.js.map +1 -1
- package/dist/engine/template_mechanism_auditor.d.ts +1 -1
- package/dist/engine/template_mechanism_auditor.d.ts.map +1 -1
- package/dist/engine/template_mechanism_auditor.js +10 -10
- package/dist/engine/template_mechanism_auditor.js.map +1 -1
- package/dist/engine/test_generator.d.ts +1 -1
- package/dist/engine/test_generator.d.ts.map +1 -1
- package/dist/engine/test_quality.d.ts +1 -1
- package/dist/engine/test_quality.d.ts.map +1 -1
- package/dist/engine/tool_invocation_contract_registry.js +7 -7
- package/dist/engine/tool_invocation_contract_registry.js.map +1 -1
- package/dist/engine/traceability.d.ts +3 -3
- package/dist/engine/traceability.d.ts.map +1 -1
- package/dist/engine/traceability.js +1 -1
- package/dist/engine/traceability.js.map +1 -1
- package/dist/engine/user_feedback_contract.d.ts +1 -1
- package/dist/engine/user_feedback_contract.d.ts.map +1 -1
- package/dist/engine/user_feedback_contract.js +5 -5
- package/dist/engine/user_feedback_contract.js.map +1 -1
- package/dist/engine/verifier.d.ts +1 -1
- package/dist/engine/verifier.d.ts.map +1 -1
- package/dist/engine/verifier.js +1 -1
- package/dist/engine/verifier.js.map +1 -1
- package/dist/engine/workflow_contract_registry.d.ts +80 -42
- package/dist/engine/workflow_contract_registry.d.ts.map +1 -1
- package/dist/engine/workflow_contract_registry.js +341 -152
- package/dist/engine/workflow_contract_registry.js.map +1 -1
- package/dist/engine/workflow_navigation_contract.d.ts +17 -3
- package/dist/engine/workflow_navigation_contract.d.ts.map +1 -1
- package/dist/engine/workflow_navigation_contract.js +8 -16
- package/dist/engine/workflow_navigation_contract.js.map +1 -1
- package/dist/engine/workflow_rule_generator.d.ts +22 -0
- package/dist/engine/workflow_rule_generator.d.ts.map +1 -0
- package/dist/engine/workflow_rule_generator.js +83 -0
- package/dist/engine/workflow_rule_generator.js.map +1 -0
- package/dist/engine/zero_config_init.js.map +1 -1
- package/dist/knowledge/conflict_detector.d.ts +1 -1
- package/dist/knowledge/conflict_detector.d.ts.map +1 -1
- package/dist/knowledge/conflict_detector.js +2 -1
- package/dist/knowledge/conflict_detector.js.map +1 -1
- package/dist/knowledge/health_checker.d.ts +1 -1
- package/dist/knowledge/health_checker.d.ts.map +1 -1
- package/dist/knowledge/index_manager.d.ts +1 -1
- package/dist/knowledge/index_manager.d.ts.map +1 -1
- package/dist/knowledge/index_manager.js +7 -5
- package/dist/knowledge/index_manager.js.map +1 -1
- package/dist/knowledge/loader.d.ts +1 -1
- package/dist/knowledge/loader.d.ts.map +1 -1
- package/dist/knowledge/loader.js +7 -5
- package/dist/knowledge/loader.js.map +1 -1
- package/dist/knowledge/writer.d.ts +1 -1
- package/dist/knowledge/writer.d.ts.map +1 -1
- package/dist/types/analysis.d.ts +353 -0
- package/dist/types/analysis.d.ts.map +1 -0
- package/dist/types/analysis.js +2 -0
- package/dist/types/analysis.js.map +1 -0
- package/dist/types/base.d.ts +11 -0
- package/dist/types/base.d.ts.map +1 -0
- package/dist/{types.js → types/base.js} +1 -1
- package/dist/types/base.js.map +1 -0
- package/dist/types/config.d.ts +128 -0
- package/dist/types/config.d.ts.map +1 -0
- package/dist/types/config.js +2 -0
- package/dist/types/config.js.map +1 -0
- package/dist/types/delivery.d.ts +261 -0
- package/dist/types/delivery.d.ts.map +1 -0
- package/dist/types/delivery.js +2 -0
- package/dist/types/delivery.js.map +1 -0
- package/dist/types/dual_layer.d.ts +97 -0
- package/dist/types/dual_layer.d.ts.map +1 -0
- package/dist/types/dual_layer.js +3 -0
- package/dist/types/dual_layer.js.map +1 -0
- package/dist/types/evidence.d.ts +41 -0
- package/dist/types/evidence.d.ts.map +1 -0
- package/dist/types/evidence.js +3 -0
- package/dist/types/evidence.js.map +1 -0
- package/dist/types/execution.d.ts +31 -0
- package/dist/types/execution.d.ts.map +1 -0
- package/dist/types/execution.js +3 -0
- package/dist/types/execution.js.map +1 -0
- package/dist/types/index.d.ts +13 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +13 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/knowledge.d.ts +105 -0
- package/dist/types/knowledge.d.ts.map +1 -0
- package/dist/types/knowledge.js +5 -0
- package/dist/types/knowledge.js.map +1 -0
- package/dist/types/phase.d.ts +50 -0
- package/dist/types/phase.d.ts.map +1 -0
- package/dist/types/phase.js +3 -0
- package/dist/types/phase.js.map +1 -0
- package/dist/types/pipeline.d.ts +353 -0
- package/dist/types/pipeline.d.ts.map +1 -0
- package/dist/types/pipeline.js +2 -0
- package/dist/types/pipeline.js.map +1 -0
- package/dist/types/review.d.ts +149 -0
- package/dist/types/review.d.ts.map +1 -0
- package/dist/types/review.js +2 -0
- package/dist/types/review.js.map +1 -0
- package/dist/types/task.d.ts +203 -0
- package/dist/types/task.d.ts.map +1 -0
- package/dist/types/task.js +2 -0
- package/dist/types/task.js.map +1 -0
- package/package.json +3 -6
- package/templates/artifacts/existing-system//344/270/200/351/224/256/345/274/200/345/205/263/351/205/215/347/275/256/346/250/241/347/211/210.json +24 -0
- package/templates/artifacts/existing-system//345/216/206/345/217/262/346/225/260/346/215/256/346/270/205/346/264/227/350/204/232/346/234/254/346/250/241/347/211/210.md +44 -0
- package/templates/artifacts/existing-system//345/216/206/345/217/262/351/201/227/347/225/231/351/233/267/345/214/272/346/270/205/345/215/225/346/250/241/347/211/210.md +43 -0
- package/templates/artifacts/existing-system//345/220/221/345/220/216/345/205/274/345/256/271/346/200/247/345/220/210/350/247/204/346/212/245/345/221/212/346/250/241/347/211/210.md +36 -0
- package/templates/artifacts/existing-system//345/242/236/351/207/217/350/276/271/347/225/214/347/225/214/345/256/232/346/226/207/346/241/243/346/250/241/347/211/210.md +36 -0
- package/templates/artifacts/existing-system//346/224/271/351/200/240/345/275/261/345/223/215/350/214/203/345/233/264/350/257/204/344/274/260/346/250/241/347/211/210.md +39 -0
- package/templates/artifacts/existing-system//346/225/260/346/215/256/350/241/200/347/274/230/345/233/276/346/250/241/347/211/210.md +36 -0
- package/templates/artifacts/existing-system//346/226/260/350/200/201/351/200/273/350/276/221/346/257/224/345/257/271/346/227/245/345/277/227/346/250/241/347/211/210.md +29 -0
- package/templates/artifacts/existing-system//347/264/247/346/200/245/345/233/236/346/273/232/346/211/213/345/206/214/346/250/241/347/211/210.md +38 -0
- package/templates/artifacts/existing-system//351/232/224/347/246/273/351/200/202/351/205/215/345/231/250/346/226/271/346/241/210/346/250/241/347/211/210.md +34 -0
- package/templates/artifacts/shared/ADR/346/250/241/347/211/210.md +41 -0
- package/templates/{knowledge/acceptance_templates → artifacts/shared}/API/346/216/245/345/217/243/350/247/204/346/240/274/346/226/207/346/241/243/346/250/241/347/211/210.md +25 -0
- package/templates/artifacts/shared//344/273/243/347/240/201/345/256/241/346/237/245/346/212/245/345/221/212/346/250/241/347/211/210.md +33 -0
- package/templates/artifacts/shared//345/210/207/347/211/207/350/256/241/345/210/222/346/250/241/347/211/210.md +45 -0
- package/templates/{knowledge/acceptance_templates → artifacts/shared}//345/216/237/345/236/213/350/257/264/346/230/216/346/250/241/347/211/210.md +2 -0
- package/templates/{knowledge/acceptance_templates → artifacts/shared}//346/236/266/346/236/204/350/256/276/350/256/241/346/250/241/347/211/210.md +7 -0
- package/templates/gates/existing-system/gate-/347/216/260/346/234/211/347/263/273/347/273/237/345/210/206/346/236/220.yaml +13 -0
- package/templates/gates/existing-system/gate-/347/274/226/347/240/201/344/270/216/345/215/225/345/205/203/346/265/213/350/257/225.yaml +18 -0
- package/templates/gates/existing-system/gate-/350/257/225/350/277/220/350/241/214.yaml +21 -0
- package/templates/gates/shared/gate-/344/273/273/345/212/241/350/247/204/345/210/222.yaml +18 -0
- package/templates/gates/shared/gate-/347/274/226/347/240/201/344/270/216/345/215/225/345/205/203/346/265/213/350/257/225.yaml +14 -0
- package/templates/{knowledge/rules//346/225/217/346/204/237/344/277/241/346/201/257/346/227/245/345/277/227 → internal/rules//346/225/217/346/204/237/344/277/241/346/201/257/345/244/204/347/220/206}/350/247/204/345/210/231.md +42 -19
- package/templates/{knowledge → internal}/rules//346/274/224/350/277/233/345/233/236/345/275/222/351/227/250/346/216/247/350/247/204/345/210/231.md +2 -0
- package/templates/{knowledge/procedures → procedures}//346/236/266/346/236/204/350/256/276/350/256/241/345/267/245/344/275/234/346/265/201.md +1 -1
- package/templates/{knowledge/procedures → procedures}//347/264/247/346/200/245/344/277/256/345/244/215/346/265/201/346/260/264/347/272/277.md +1 -1
- package/templates/{knowledge/procedures → procedures}//350/260/203/350/257/225/346/216/222/346/237/245/346/265/201/347/250/213.md +1 -1
- package/templates/{knowledge/procedures → procedures}//351/252/214/346/224/266/346/265/213/350/257/225/350/247/204/345/210/222.md +1 -1
- package/templates/rules/existing-system//345/205/274/345/256/271/346/200/247/346/243/200/346/237/245/350/247/204/345/210/231.md +33 -0
- package/templates/rules/existing-system//350/200/246/345/220/210/346/243/200/346/265/213/350/247/204/345/210/231.md +35 -0
- package/templates/rules/existing-system//350/257/225/350/277/220/350/241/214/347/206/224/346/226/255/350/247/204/345/210/231.md +39 -0
- package/templates/rules/existing-system//351/230/262/345/276/241/346/200/247/347/274/226/347/240/201/350/247/204/345/210/231.md +35 -0
- package/templates/rules/existing-system//351/233/267/345/214/272/345/217/215/346/250/241/345/274/217/346/270/205/345/215/225.md +34 -0
- package/templates/rules/new-system//350/201/224/350/260/203/350/256/276/350/256/241/347/274/272/351/231/267/345/210/244/345/256/232/350/247/204/345/210/231.md +36 -0
- package/templates/rules/shared//344/270/200/350/207/264/346/200/247/346/240/241/351/252/214/350/247/204/345/210/231.md +21 -0
- package/templates/rules/shared//350/201/224/350/260/203/351/252/214/350/257/201/346/270/205/345/215/225.md +29 -0
- package/templates/rules/shared//350/246/206/347/233/226/347/216/207/346/240/207/345/207/206.md +26 -0
- package/dist/engine/deprecated_contract.d.ts +0 -21
- package/dist/engine/deprecated_contract.d.ts.map +0 -1
- package/dist/engine/deprecated_contract.js +0 -14
- package/dist/engine/deprecated_contract.js.map +0 -1
- package/dist/engine/historical_issue_mechanization_matrix.d.ts +0 -28
- package/dist/engine/historical_issue_mechanization_matrix.d.ts.map +0 -1
- package/dist/engine/historical_issue_mechanization_matrix.js +0 -134
- package/dist/engine/historical_issue_mechanization_matrix.js.map +0 -1
- package/dist/engine/implementation_roadmap_registry.d.ts +0 -105
- package/dist/engine/implementation_roadmap_registry.d.ts.map +0 -1
- package/dist/engine/implementation_roadmap_registry.js +0 -1340
- package/dist/engine/implementation_roadmap_registry.js.map +0 -1
- package/dist/engine/mechanism_family_registry.d.ts +0 -48
- package/dist/engine/mechanism_family_registry.d.ts.map +0 -1
- package/dist/engine/mechanism_family_registry.js +0 -197
- package/dist/engine/mechanism_family_registry.js.map +0 -1
- package/dist/engine/project_knowledge_system_regression_matrix.d.ts +0 -27
- package/dist/engine/project_knowledge_system_regression_matrix.d.ts.map +0 -1
- package/dist/engine/project_knowledge_system_regression_matrix.js +0 -295
- package/dist/engine/project_knowledge_system_regression_matrix.js.map +0 -1
- package/dist/engine/release_gate.d.ts +0 -29
- package/dist/engine/release_gate.d.ts.map +0 -1
- package/dist/engine/release_gate.js +0 -675
- package/dist/engine/release_gate.js.map +0 -1
- package/dist/types.d.ts +0 -1737
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js.map +0 -1
- package/templates/knowledge/acceptance_templates//346/216/245/345/217/243/350/256/276/350/256/241/346/250/241/347/211/210.md +0 -82
- package/templates/knowledge/procedures//346/236/266/346/236/204/350/256/276/350/256/241/346/265/201/347/250/213.md +0 -57
- package/templates/knowledge/procedures//347/264/247/346/200/245/344/277/256/345/244/215/346/265/201/347/250/213.md +0 -60
- package/templates/knowledge/procedures//347/274/272/351/231/267/344/277/256/345/244/215/346/265/201/346/260/264/347/272/277.md +0 -55
- package/templates/knowledge/procedures//351/252/214/350/257/201/350/256/241/345/210/222/346/265/201/347/250/213.md +0 -59
- package/templates/knowledge/rules//346/225/217/346/204/237/344/277/241/346/201/257/345/244/204/347/220/206/350/247/204/345/210/231.md +0 -56
- package/templates/knowledge/rules//346/274/224/350/277/233/345/233/236/345/275/222/350/247/204/345/210/231.md +0 -51
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}/Bug/345/210/206/346/236/220/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}/OOD/350/256/276/350/256/241/346/221/230/350/246/201/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}/POC/347/273/223/350/256/272/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//344/273/243/347/240/201/346/263/250/351/207/212/344/270/216/346/227/245/345/277/227/351/252/214/346/224/266/346/250/241/346/235/277.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//345/211/215/347/253/257/351/241/265/351/235/242/351/252/214/346/224/266/346/270/205/345/215/225.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//345/220/216/347/253/257API/351/252/214/346/224/266/346/270/205/345/215/225.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//345/220/216/347/253/257/345/256/236/347/216/260/351/252/214/346/224/266/346/270/205/345/215/225.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//345/256/211/345/205/250/345/256/241/350/256/241/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/templates → artifacts/shared}//345/256/241/346/237/245/346/221/230/350/246/201.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//346/200/247/350/203/275/345/210/206/346/236/220/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//346/212/200/346/234/257/351/200/211/345/236/213/351/252/214/346/224/266/346/270/205/345/215/225.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//346/216/245/345/217/243/345/257/271/346/216/245/346/226/271/346/241/210/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//346/225/205/351/232/234/345/244/215/347/233/230/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//346/225/260/346/215/256/345/272/223/345/217/230/346/233/264/346/226/271/346/241/210/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//346/225/260/346/215/256/345/272/223/345/217/230/346/233/264/351/252/214/346/224/266/346/270/205/345/215/225.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//346/225/260/346/215/256/345/272/223/350/256/276/350/256/241/346/226/207/346/241/243/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//346/265/213/350/257/225/350/256/241/345/210/222/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//350/256/276/350/256/241/344/270/200/350/207/264/346/200/247/351/252/214/346/224/266/346/212/245/345/221/212/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//350/257/246/347/273/206/350/256/276/350/256/241/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//350/277/201/347/247/273/350/257/204/344/274/260/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//351/200/232/347/224/250/350/264/250/351/207/217/351/252/214/346/224/266/346/270/205/345/215/225.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//351/207/215/346/236/204/346/226/271/346/241/210/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//351/234/200/346/261/202/345/210/206/346/236/220/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/acceptance_templates → artifacts/shared}//351/234/200/346/261/202/345/216/237/345/236/213/350/256/276/350/256/241/345/256/236/347/216/260/350/277/275/350/270/252/347/237/251/351/230/265/346/250/241/347/211/210.md" +0 -0
- /package/templates/{knowledge/checklists → checklists}//344/270/273/351/223/276/350/267/257/346/216/245/345/205/245/351/252/214/346/224/266/346/270/205/345/215/225.md" +0 -0
- /package/templates/{knowledge/checklists → checklists}//344/274/232/350/257/235/346/201/242/345/244/215.md" +0 -0
- /package/templates/{knowledge/checklists → checklists}//345/267/245/344/275/234/346/265/201/351/252/214/346/224/266/346/270/205/345/215/225.md" +0 -0
- /package/templates/{knowledge/checklists → checklists}//346/240/270/345/277/203/345/267/245/347/250/213/346/211/247/350/241/214/351/252/214/346/224/266/346/270/205/345/215/225.md" +0 -0
- /package/templates/{knowledge/checklists → checklists}//347/237/245/350/257/206/346/263/250/345/205/245/351/252/214/346/224/266/346/270/205/345/215/225.md" +0 -0
- /package/templates/{knowledge/checklists → checklists}//351/232/220/347/247/201/345/256/241/346/237/245/346/270/205/345/215/225.md" +0 -0
- /package/templates/{knowledge/checklists → checklists}//351/252/214/350/257/201/351/252/214/346/224/266/346/270/205/345/215/225.md" +0 -0
- /package/templates/{knowledge/domain → domain}//345/244/232/347/247/237/346/210/267.md" +0 -0
- /package/templates/{knowledge/domain → domain}//345/256/241/350/256/241/346/227/245/345/277/227.md" +0 -0
- /package/templates/{knowledge/domain → domain}//345/257/274/345/205/245/345/257/274/345/207/272/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge/domain → domain}//345/267/245/344/275/234/346/265/201/345/274/225/346/223/216.md" +0 -0
- /package/templates/{knowledge/domain → domain}//346/212/245/350/241/250/347/273/237/350/256/241.md" +0 -0
- /package/templates/{knowledge/domain → domain}//346/224/257/344/273/230/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge/domain → domain}//346/225/260/346/215/256/346/235/203/351/231/220.md" +0 -0
- /package/templates/{knowledge/domain → domain}//351/200/232/347/224/250/346/234/272/346/242/260/346/235/241/346/254/276.md" +0 -0
- /package/templates/{knowledge/domain → domain}//351/200/232/347/237/245/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}/Diff/345/275/222/345/261/236/350/277/275/350/270/252.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}/Java/350/264/250/351/207/217/351/227/250/347/246/201.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}/LLM/351/242/204/347/256/227/347/275/221/345/205/263.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//344/273/273/345/212/241/344/270/212/344/270/213/346/226/207/347/224/237/345/221/275/345/221/250/346/234/237.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//344/273/273/345/212/241/347/256/241/347/220/206/345/231/250.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//344/275/234/347/224/250/345/237/237/344/270/216/345/257/206/351/222/245/346/213/246/346/210/252.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//344/275/234/347/224/250/345/237/237/347/247/237/347/272/246.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//345/206/262/347/252/201/351/227/250/347/246/201.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//345/206/263/347/255/226/347/275/221/345/205/263.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//345/217/230/345/274/202/345/256/241/350/256/241.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//345/233/236/345/275/222/347/237/251/351/230/265.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//345/267/245/344/275/234/345/214/272/344/272/222/346/226/245/351/224/201.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//345/267/245/344/275/234/345/214/272/345/224/244/351/206/222.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//345/271/266/345/217/221/351/224/201.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//345/274/200/345/217/221/350/200/205/345/256/252/346/263/225.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//346/225/217/346/204/237/344/277/241/346/201/257/346/211/253/346/217/217.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//346/262/273/347/220/206/350/277/220/350/241/214/346/227/266/345/276/252/347/216/257.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//346/265/201/345/274/217/345/277/203/350/267/263.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//347/237/245/350/257/206/344/270/273/346/235/203.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//350/257/255/344/271/211/350/257/201/346/215/256.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//350/277/220/350/241/214/345/256/211/345/205/250/345/214/205.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//351/233/266/351/205/215/347/275/256/345/210/235/345/247/213/345/214/226.md" +0 -0
- /package/templates/{knowledge/patterns/core → internal/patterns}//351/252/214/350/257/201/345/221/275/344/273/244/347/224/237/346/210/220.md" +0 -0
- /package/templates/{knowledge → internal}/rules/OOD/344/270/216SOLID/350/256/276/350/256/241/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//344/272/247/347/211/251/345/245/221/347/272/246/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//344/273/243/347/240/201/346/263/250/351/207/212/344/270/216/346/227/245/345/277/227/345/245/221/347/272/246/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//344/273/273/345/212/241/344/270/212/344/270/213/346/226/207/347/224/237/345/221/275/345/221/250/346/234/237/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//345/220/216/347/253/257/345/256/236/347/216/260/345/267/245/347/250/213/345/245/221/347/272/246/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//345/221/275/344/273/244/346/211/247/350/241/214/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//345/267/245/344/275/234/346/265/201/345/245/221/347/272/246/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//345/267/245/344/275/234/346/265/201/345/257/274/350/210/252/345/245/221/347/272/246/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//345/267/245/344/275/234/346/265/201/346/250/241/346/235/277/345/214/205/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//345/267/245/345/205/267/350/260/203/347/224/250/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/204/217/345/233/276/350/267/257/347/224/261/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/211/247/350/241/214/345/256/210/345/215/253/350/257/204/344/274/260/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/211/251/345/261/225/347/224/237/345/221/275/345/221/250/346/234/237/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/212/200/346/234/257/345/206/263/347/255/226/344/270/273/346/235/203/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/226/275/345/267/245/346/214/207/344/273/244/345/245/221/347/272/246/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/227/245/345/277/227/346/262/273/347/220/206/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/234/272/345/210/266/350/207/252/346/262/273/347/220/206/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/236/266/346/236/204/345/206/263/347/255/226/347/240/224/350/256/250/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/240/207/345/207/206/350/265/204/344/272/247/350/246/206/347/233/226/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/240/270/345/277/203/344/275/223/351/252/214/345/216/237/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/240/270/345/277/203/345/267/245/347/250/213/346/211/247/350/241/214/345/216/237/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/250/241/346/235/277/350/265/204/344/272/247/345/217/257/350/247/201/346/200/247/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//346/263/250/345/206/214/350/241/250/345/237/272/347/241/200/350/256/276/346/226/275/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//347/224/250/346/210/267/345/217/215/351/246/210/345/245/221/347/272/246/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//347/237/245/350/257/206/346/262/273/347/220/206/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//347/237/245/350/257/206/346/263/250/345/205/245/350/276/271/347/225/214/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//347/237/245/350/257/206/350/265/204/344/272/247/346/262/273/347/220/206/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//347/254/254/344/270/200/346/200/247/345/216/237/347/220/206/346/216/250/347/220/206/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//347/273/206/350/212/202/347/272/252/345/276/213/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//350/204/221/346/232/264/344/270/216/346/226/271/346/241/210/346/216/242/347/264/242/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//350/256/241/345/210/222/345/211/215/347/275/256/351/227/250/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//350/256/276/350/256/241/344/272/247/347/211/251/345/214/205/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//350/257/201/346/215/256/351/251/261/345/212/250/344/270/216/345/217/215/345/271/273/350/247/211/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//350/267/250/345/271/263/345/217/260/350/267/257/345/276/204/345/256/211/345/205/250/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//350/276/223/345/205/245/346/235/220/346/226/231/345/245/221/347/272/246/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//351/200/232/347/224/250/345/206/263/347/255/226/347/240/224/350/256/250/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//351/205/215/347/275/256/344/274/230/345/205/210/347/272/247/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//351/205/215/347/275/256/350/220/275/347/233/230/350/276/271/347/225/214/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//351/230/262/345/255/244/345/262/233/345/256/236/347/216/260/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//351/233/266/351/205/215/347/275/256/345/210/235/345/247/213/345/214/226/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//351/252/214/346/224/266/346/250/241/346/235/277/350/276/223/345/207/272/345/245/221/347/272/246/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge → internal}/rules//351/252/214/350/257/201/345/245/221/347/272/246/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}/OOD/350/256/276/350/256/241/345/267/245/344/275/234/346/265/201.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}/Schema/345/217/230/346/233/264/346/265/201/346/260/264/347/272/277.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//344/270/273/351/223/276/350/267/257/346/216/245/345/205/245/351/252/214/350/257/201/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//344/273/243/347/240/201/351/227/250/347/246/201/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//344/273/273/345/212/241/346/213/206/350/247/243/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//345/205/250/347/224/237/345/221/275/345/221/250/346/234/237/345/267/245/344/275/234/346/265/201/345/257/274/350/210/252.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//345/212/237/350/203/275/345/274/200/345/217/221/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//345/220/216/347/253/257/346/216/245/345/217/243/345/256/236/347/216/260/345/267/245/344/275/234/346/265/201.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//345/221/275/344/273/244/346/211/247/350/241/214/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//345/256/211/345/205/250/345/212/240/345/233/272/346/265/201/346/260/264/347/272/277.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//345/267/245/345/205/267/350/260/203/347/224/250/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//346/200/247/350/203/275/346/265/201/346/260/264/347/272/277.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//346/204/217/345/233/276/350/267/257/347/224/261/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//346/216/245/345/217/243/351/233/206/346/210/220/346/265/201/346/260/264/347/272/277.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//346/225/260/346/215/256/345/272/223/350/277/201/347/247/273/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//346/234/254/345/234/260/346/265/217/350/247/210/345/231/250/351/252/214/346/224/266/345/267/245/344/275/234/346/265/201.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//346/236/266/346/236/204/345/206/263/347/255/226/347/240/224/350/256/250/345/267/245/344/275/234/346/265/201.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//346/246/202/345/277/265/351/252/214/350/257/201/346/265/201/346/260/264/347/272/277.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//346/265/213/350/257/225/344/274/230/345/205/210/347/274/226/347/240/201/345/267/245/344/275/234/346/265/201.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//346/272/220/347/240/201/345/216/237/345/236/213/344/272/244/344/273/230/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//347/216/260/346/234/211/347/263/273/347/273/237/345/267/256/350/267/235/345/210/206/346/236/220/345/267/245/344/275/234/346/265/201.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//347/237/245/350/257/206/347/273/264/346/212/244/346/265/201/346/260/264/347/272/277.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//347/274/226/347/240/201/345/211/215/346/276/204/346/270/205/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//350/207/252/344/270/273/351/200/211/345/236/213/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//350/256/276/350/256/241/344/272/247/347/211/251/347/224/237/346/210/220/344/270/216/345/244/215/351/252/214/345/267/245/344/275/234/346/265/201.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//350/257/246/347/273/206/350/256/276/350/256/241/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//350/277/201/347/247/273/346/265/201/346/260/264/347/272/277.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//351/203/250/347/275/262/345/217/221/345/270/203/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//351/207/215/346/236/204/346/265/201/346/260/264/347/272/277.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//351/233/206/346/210/220/351/252/214/350/257/201/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/procedures → procedures}//351/234/200/346/261/202/346/276/204/346/270/205/346/265/201/347/250/213.md" +0 -0
- /package/templates/{knowledge/product_profiles → profiles}/b2b-internal.yaml +0 -0
- /package/templates/{knowledge/product_profiles → profiles}/b2c.yaml +0 -0
- /package/templates/{knowledge/product_profiles → profiles}/saas.yaml +0 -0
- /package/templates/{knowledge/review_rules → rules/shared}/SOLID/344/273/243/347/240/201/345/256/241/346/237/245/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge/review_rules → rules/shared}//344/272/244/344/273/230/345/256/214/345/244/207/346/200/247/345/256/241/346/237/245/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge/review → rules/shared}//344/273/243/347/240/201/345/217/257/347/273/264/346/212/244/346/200/247/344/270/216/345/217/257/350/247/202/346/265/213/346/200/247/345/256/241/346/237/245.md" +0 -0
- /package/templates/{knowledge/review_rules → rules/shared}//345/220/216/347/253/257/345/256/236/347/216/260/345/267/245/347/250/213/345/256/241/346/237/245/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge/review_rules → rules/shared}//345/256/211/345/205/250/345/256/241/346/237/245/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge/review_rules → rules/shared}//345/271/266/345/217/221/345/256/241/346/237/245/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge/review_rules → rules/shared}//346/200/247/350/203/275/345/256/241/346/237/245/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge/review_rules → rules/shared}//346/216/245/345/217/243/345/245/221/347/272/246/345/256/241/346/237/245/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge/review_rules → rules/shared}//346/236/266/346/236/204/345/256/241/346/237/245/350/247/204/345/210/231.md" +0 -0
- /package/templates/{knowledge/review_rules → rules/shared}//350/264/250/351/207/217/345/256/241/346/237/245/350/247/204/345/210/231.md" +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* 该清单为权威显式注册,不由类别默认值自动生成或放行未登记文件。
|
|
5
5
|
*/
|
|
6
6
|
export const EXPLICIT_ASSET_REGISTRY = {
|
|
7
|
-
"templates/
|
|
7
|
+
"templates/artifacts/shared/API接口规格文档模版.md": {
|
|
8
8
|
asset_kind: "acceptance_template",
|
|
9
9
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
10
10
|
asset_visibility: "user_project",
|
|
@@ -20,7 +20,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
20
20
|
mainline_consumer: "",
|
|
21
21
|
validation_entrypoint: "template_mechanism_auditor",
|
|
22
22
|
},
|
|
23
|
-
"templates/
|
|
23
|
+
"templates/artifacts/shared/Bug分析模版.md": {
|
|
24
24
|
asset_kind: "acceptance_template",
|
|
25
25
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
26
26
|
asset_visibility: "user_project",
|
|
@@ -36,7 +36,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
36
36
|
mainline_consumer: "",
|
|
37
37
|
validation_entrypoint: "template_mechanism_auditor",
|
|
38
38
|
},
|
|
39
|
-
"templates/
|
|
39
|
+
"templates/artifacts/shared/POC结论模版.md": {
|
|
40
40
|
asset_kind: "acceptance_template",
|
|
41
41
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
42
42
|
asset_visibility: "user_project",
|
|
@@ -52,7 +52,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
52
52
|
mainline_consumer: "",
|
|
53
53
|
validation_entrypoint: "template_mechanism_auditor",
|
|
54
54
|
},
|
|
55
|
-
"templates/
|
|
55
|
+
"templates/artifacts/shared/前端页面验收清单.md": {
|
|
56
56
|
asset_kind: "acceptance_template",
|
|
57
57
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
58
58
|
asset_visibility: "user_project",
|
|
@@ -68,7 +68,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
68
68
|
mainline_consumer: "",
|
|
69
69
|
validation_entrypoint: "template_mechanism_auditor",
|
|
70
70
|
},
|
|
71
|
-
"templates/
|
|
71
|
+
"templates/artifacts/shared/原型说明模版.md": {
|
|
72
72
|
asset_kind: "acceptance_template",
|
|
73
73
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
74
74
|
asset_visibility: "user_project",
|
|
@@ -84,7 +84,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
84
84
|
mainline_consumer: "",
|
|
85
85
|
validation_entrypoint: "template_mechanism_auditor",
|
|
86
86
|
},
|
|
87
|
-
"templates/
|
|
87
|
+
"templates/artifacts/shared/需求原型设计实现追踪矩阵模版.md": {
|
|
88
88
|
asset_kind: "acceptance_template",
|
|
89
89
|
owner_mechanism_id: "mc-design-artifact-pack",
|
|
90
90
|
asset_visibility: "user_project",
|
|
@@ -100,7 +100,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
100
100
|
mainline_consumer: "",
|
|
101
101
|
validation_entrypoint: "template_mechanism_auditor",
|
|
102
102
|
},
|
|
103
|
-
"templates/
|
|
103
|
+
"templates/artifacts/shared/后端API验收清单.md": {
|
|
104
104
|
asset_kind: "acceptance_template",
|
|
105
105
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
106
106
|
asset_visibility: "user_project",
|
|
@@ -116,7 +116,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
116
116
|
mainline_consumer: "",
|
|
117
117
|
validation_entrypoint: "template_mechanism_auditor",
|
|
118
118
|
},
|
|
119
|
-
"templates/
|
|
119
|
+
"templates/artifacts/shared/安全审计模版.md": {
|
|
120
120
|
asset_kind: "acceptance_template",
|
|
121
121
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
122
122
|
asset_visibility: "user_project",
|
|
@@ -132,7 +132,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
132
132
|
mainline_consumer: "",
|
|
133
133
|
validation_entrypoint: "template_mechanism_auditor",
|
|
134
134
|
},
|
|
135
|
-
"templates/
|
|
135
|
+
"templates/artifacts/shared/性能分析模版.md": {
|
|
136
136
|
asset_kind: "acceptance_template",
|
|
137
137
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
138
138
|
asset_visibility: "user_project",
|
|
@@ -148,7 +148,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
148
148
|
mainline_consumer: "",
|
|
149
149
|
validation_entrypoint: "template_mechanism_auditor",
|
|
150
150
|
},
|
|
151
|
-
"templates/
|
|
151
|
+
"templates/artifacts/shared/技术选型验收清单.md": {
|
|
152
152
|
asset_kind: "acceptance_template",
|
|
153
153
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
154
154
|
asset_visibility: "user_project",
|
|
@@ -164,7 +164,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
164
164
|
mainline_consumer: "",
|
|
165
165
|
validation_entrypoint: "template_mechanism_auditor",
|
|
166
166
|
},
|
|
167
|
-
"templates/
|
|
167
|
+
"templates/artifacts/shared/接口对接方案模版.md": {
|
|
168
168
|
asset_kind: "acceptance_template",
|
|
169
169
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
170
170
|
asset_visibility: "user_project",
|
|
@@ -180,7 +180,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
180
180
|
mainline_consumer: "",
|
|
181
181
|
validation_entrypoint: "template_mechanism_auditor",
|
|
182
182
|
},
|
|
183
|
-
"templates/
|
|
183
|
+
"templates/artifacts/shared/故障复盘模版.md": {
|
|
184
184
|
asset_kind: "acceptance_template",
|
|
185
185
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
186
186
|
asset_visibility: "user_project",
|
|
@@ -196,7 +196,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
196
196
|
mainline_consumer: "",
|
|
197
197
|
validation_entrypoint: "template_mechanism_auditor",
|
|
198
198
|
},
|
|
199
|
-
"templates/
|
|
199
|
+
"templates/artifacts/shared/数据库变更方案模版.md": {
|
|
200
200
|
asset_kind: "acceptance_template",
|
|
201
201
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
202
202
|
asset_visibility: "user_project",
|
|
@@ -212,7 +212,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
212
212
|
mainline_consumer: "",
|
|
213
213
|
validation_entrypoint: "template_mechanism_auditor",
|
|
214
214
|
},
|
|
215
|
-
"templates/
|
|
215
|
+
"templates/artifacts/shared/数据库变更验收清单.md": {
|
|
216
216
|
asset_kind: "acceptance_template",
|
|
217
217
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
218
218
|
asset_visibility: "user_project",
|
|
@@ -228,7 +228,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
228
228
|
mainline_consumer: "",
|
|
229
229
|
validation_entrypoint: "template_mechanism_auditor",
|
|
230
230
|
},
|
|
231
|
-
"templates/
|
|
231
|
+
"templates/artifacts/shared/数据库设计文档模版.md": {
|
|
232
232
|
asset_kind: "acceptance_template",
|
|
233
233
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
234
234
|
asset_visibility: "user_project",
|
|
@@ -244,7 +244,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
244
244
|
mainline_consumer: "",
|
|
245
245
|
validation_entrypoint: "template_mechanism_auditor",
|
|
246
246
|
},
|
|
247
|
-
"templates/
|
|
247
|
+
"templates/artifacts/shared/架构设计模版.md": {
|
|
248
248
|
asset_kind: "acceptance_template",
|
|
249
249
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
250
250
|
asset_visibility: "user_project",
|
|
@@ -260,7 +260,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
260
260
|
mainline_consumer: "",
|
|
261
261
|
validation_entrypoint: "template_mechanism_auditor",
|
|
262
262
|
},
|
|
263
|
-
"templates/
|
|
263
|
+
"templates/artifacts/shared/测试计划模版.md": {
|
|
264
264
|
asset_kind: "acceptance_template",
|
|
265
265
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
266
266
|
asset_visibility: "user_project",
|
|
@@ -276,7 +276,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
276
276
|
mainline_consumer: "",
|
|
277
277
|
validation_entrypoint: "template_mechanism_auditor",
|
|
278
278
|
},
|
|
279
|
-
"templates/
|
|
279
|
+
"templates/artifacts/shared/设计一致性验收报告模版.md": {
|
|
280
280
|
asset_kind: "acceptance_template",
|
|
281
281
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
282
282
|
asset_visibility: "user_project",
|
|
@@ -292,7 +292,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
292
292
|
mainline_consumer: "",
|
|
293
293
|
validation_entrypoint: "template_mechanism_auditor",
|
|
294
294
|
},
|
|
295
|
-
"templates/
|
|
295
|
+
"templates/artifacts/shared/详细设计模版.md": {
|
|
296
296
|
asset_kind: "acceptance_template",
|
|
297
297
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
298
298
|
asset_visibility: "user_project",
|
|
@@ -308,7 +308,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
308
308
|
mainline_consumer: "",
|
|
309
309
|
validation_entrypoint: "template_mechanism_auditor",
|
|
310
310
|
},
|
|
311
|
-
"templates/
|
|
311
|
+
"templates/artifacts/shared/迁移评估模版.md": {
|
|
312
312
|
asset_kind: "acceptance_template",
|
|
313
313
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
314
314
|
asset_visibility: "user_project",
|
|
@@ -324,7 +324,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
324
324
|
mainline_consumer: "",
|
|
325
325
|
validation_entrypoint: "template_mechanism_auditor",
|
|
326
326
|
},
|
|
327
|
-
"templates/
|
|
327
|
+
"templates/artifacts/shared/通用质量验收清单.md": {
|
|
328
328
|
asset_kind: "acceptance_template",
|
|
329
329
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
330
330
|
asset_visibility: "user_project",
|
|
@@ -340,7 +340,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
340
340
|
mainline_consumer: "",
|
|
341
341
|
validation_entrypoint: "template_mechanism_auditor",
|
|
342
342
|
},
|
|
343
|
-
"templates/
|
|
343
|
+
"templates/artifacts/shared/重构方案模版.md": {
|
|
344
344
|
asset_kind: "acceptance_template",
|
|
345
345
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
346
346
|
asset_visibility: "user_project",
|
|
@@ -356,7 +356,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
356
356
|
mainline_consumer: "",
|
|
357
357
|
validation_entrypoint: "template_mechanism_auditor",
|
|
358
358
|
},
|
|
359
|
-
"templates/
|
|
359
|
+
"templates/artifacts/shared/需求分析模版.md": {
|
|
360
360
|
asset_kind: "acceptance_template",
|
|
361
361
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
362
362
|
asset_visibility: "user_project",
|
|
@@ -372,23 +372,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
372
372
|
mainline_consumer: "",
|
|
373
373
|
validation_entrypoint: "template_mechanism_auditor",
|
|
374
374
|
},
|
|
375
|
-
"templates/
|
|
376
|
-
asset_kind: "acceptance_template",
|
|
377
|
-
owner_mechanism_id: "mc-standard-asset-contract",
|
|
378
|
-
asset_visibility: "user_project",
|
|
379
|
-
sync_to_user_project: true,
|
|
380
|
-
sync_target: "project_knowledge",
|
|
381
|
-
runtime_visibility: "index_only",
|
|
382
|
-
evidence_role: "template_guidance",
|
|
383
|
-
user_visible: true,
|
|
384
|
-
applicable_routes: ["artifact_generation", "operation"],
|
|
385
|
-
applicable_tech_stack: [],
|
|
386
|
-
lifecycle_status: "active",
|
|
387
|
-
consume_category: "copy_only",
|
|
388
|
-
mainline_consumer: "",
|
|
389
|
-
validation_entrypoint: "template_mechanism_auditor",
|
|
390
|
-
},
|
|
391
|
-
"templates/knowledge/checklists/主链路接入验收清单.md": {
|
|
375
|
+
"templates/checklists/主链路接入验收清单.md": {
|
|
392
376
|
asset_kind: "checklist",
|
|
393
377
|
owner_mechanism_id: "mc-verifier",
|
|
394
378
|
asset_visibility: "user_project",
|
|
@@ -404,7 +388,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
404
388
|
mainline_consumer: "",
|
|
405
389
|
validation_entrypoint: "template_mechanism_auditor",
|
|
406
390
|
},
|
|
407
|
-
"templates/
|
|
391
|
+
"templates/checklists/会话恢复.md": {
|
|
408
392
|
asset_kind: "checklist",
|
|
409
393
|
owner_mechanism_id: "mc-verifier",
|
|
410
394
|
asset_visibility: "user_project",
|
|
@@ -420,7 +404,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
420
404
|
mainline_consumer: "",
|
|
421
405
|
validation_entrypoint: "template_mechanism_auditor",
|
|
422
406
|
},
|
|
423
|
-
"templates/
|
|
407
|
+
"templates/checklists/工作流验收清单.md": {
|
|
424
408
|
asset_kind: "checklist",
|
|
425
409
|
owner_mechanism_id: "mc-verifier",
|
|
426
410
|
asset_visibility: "user_project",
|
|
@@ -436,7 +420,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
436
420
|
mainline_consumer: "",
|
|
437
421
|
validation_entrypoint: "template_mechanism_auditor",
|
|
438
422
|
},
|
|
439
|
-
"templates/
|
|
423
|
+
"templates/checklists/核心工程执行验收清单.md": {
|
|
440
424
|
asset_kind: "checklist",
|
|
441
425
|
owner_mechanism_id: "mc-verifier",
|
|
442
426
|
asset_visibility: "user_project",
|
|
@@ -452,7 +436,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
452
436
|
mainline_consumer: "",
|
|
453
437
|
validation_entrypoint: "template_mechanism_auditor",
|
|
454
438
|
},
|
|
455
|
-
"templates/
|
|
439
|
+
"templates/checklists/知识注入验收清单.md": {
|
|
456
440
|
asset_kind: "checklist",
|
|
457
441
|
owner_mechanism_id: "mc-verifier",
|
|
458
442
|
asset_visibility: "user_project",
|
|
@@ -468,7 +452,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
468
452
|
mainline_consumer: "",
|
|
469
453
|
validation_entrypoint: "template_mechanism_auditor",
|
|
470
454
|
},
|
|
471
|
-
"templates/
|
|
455
|
+
"templates/checklists/隐私审查清单.md": {
|
|
472
456
|
asset_kind: "checklist",
|
|
473
457
|
owner_mechanism_id: "mc-verifier",
|
|
474
458
|
asset_visibility: "user_project",
|
|
@@ -484,7 +468,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
484
468
|
mainline_consumer: "",
|
|
485
469
|
validation_entrypoint: "template_mechanism_auditor",
|
|
486
470
|
},
|
|
487
|
-
"templates/
|
|
471
|
+
"templates/checklists/验证验收清单.md": {
|
|
488
472
|
asset_kind: "checklist",
|
|
489
473
|
owner_mechanism_id: "mc-verifier",
|
|
490
474
|
asset_visibility: "user_project",
|
|
@@ -500,7 +484,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
500
484
|
mainline_consumer: "",
|
|
501
485
|
validation_entrypoint: "template_mechanism_auditor",
|
|
502
486
|
},
|
|
503
|
-
"templates/
|
|
487
|
+
"templates/domain/多租户.md": {
|
|
504
488
|
asset_kind: "domain",
|
|
505
489
|
owner_mechanism_id: "mc-knowledge-injection-boundary",
|
|
506
490
|
asset_visibility: "user_project",
|
|
@@ -516,7 +500,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
516
500
|
mainline_consumer: "",
|
|
517
501
|
validation_entrypoint: "template_mechanism_auditor",
|
|
518
502
|
},
|
|
519
|
-
"templates/
|
|
503
|
+
"templates/domain/审计日志.md": {
|
|
520
504
|
asset_kind: "domain",
|
|
521
505
|
owner_mechanism_id: "mc-knowledge-injection-boundary",
|
|
522
506
|
asset_visibility: "user_project",
|
|
@@ -532,7 +516,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
532
516
|
mainline_consumer: "",
|
|
533
517
|
validation_entrypoint: "template_mechanism_auditor",
|
|
534
518
|
},
|
|
535
|
-
"templates/
|
|
519
|
+
"templates/domain/导入导出规则.md": {
|
|
536
520
|
asset_kind: "domain",
|
|
537
521
|
owner_mechanism_id: "mc-knowledge-injection-boundary",
|
|
538
522
|
asset_visibility: "user_project",
|
|
@@ -548,7 +532,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
548
532
|
mainline_consumer: "",
|
|
549
533
|
validation_entrypoint: "template_mechanism_auditor",
|
|
550
534
|
},
|
|
551
|
-
"templates/
|
|
535
|
+
"templates/domain/工作流引擎.md": {
|
|
552
536
|
asset_kind: "domain",
|
|
553
537
|
owner_mechanism_id: "mc-knowledge-injection-boundary",
|
|
554
538
|
asset_visibility: "user_project",
|
|
@@ -564,7 +548,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
564
548
|
mainline_consumer: "",
|
|
565
549
|
validation_entrypoint: "template_mechanism_auditor",
|
|
566
550
|
},
|
|
567
|
-
"templates/
|
|
551
|
+
"templates/domain/报表统计.md": {
|
|
568
552
|
asset_kind: "domain",
|
|
569
553
|
owner_mechanism_id: "mc-knowledge-injection-boundary",
|
|
570
554
|
asset_visibility: "user_project",
|
|
@@ -580,7 +564,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
580
564
|
mainline_consumer: "",
|
|
581
565
|
validation_entrypoint: "template_mechanism_auditor",
|
|
582
566
|
},
|
|
583
|
-
"templates/
|
|
567
|
+
"templates/domain/支付规则.md": {
|
|
584
568
|
asset_kind: "domain",
|
|
585
569
|
owner_mechanism_id: "mc-knowledge-injection-boundary",
|
|
586
570
|
asset_visibility: "user_project",
|
|
@@ -596,7 +580,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
596
580
|
mainline_consumer: "",
|
|
597
581
|
validation_entrypoint: "template_mechanism_auditor",
|
|
598
582
|
},
|
|
599
|
-
"templates/
|
|
583
|
+
"templates/domain/数据权限.md": {
|
|
600
584
|
asset_kind: "domain",
|
|
601
585
|
owner_mechanism_id: "mc-knowledge-injection-boundary",
|
|
602
586
|
asset_visibility: "user_project",
|
|
@@ -612,7 +596,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
612
596
|
mainline_consumer: "",
|
|
613
597
|
validation_entrypoint: "template_mechanism_auditor",
|
|
614
598
|
},
|
|
615
|
-
"templates/
|
|
599
|
+
"templates/domain/通用机械条款.md": {
|
|
616
600
|
asset_kind: "domain",
|
|
617
601
|
owner_mechanism_id: "mc-knowledge-injection-boundary",
|
|
618
602
|
asset_visibility: "user_project",
|
|
@@ -628,7 +612,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
628
612
|
mainline_consumer: "",
|
|
629
613
|
validation_entrypoint: "template_mechanism_auditor",
|
|
630
614
|
},
|
|
631
|
-
"templates/
|
|
615
|
+
"templates/domain/通知规则.md": {
|
|
632
616
|
asset_kind: "domain",
|
|
633
617
|
owner_mechanism_id: "mc-knowledge-injection-boundary",
|
|
634
618
|
asset_visibility: "user_project",
|
|
@@ -644,7 +628,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
644
628
|
mainline_consumer: "",
|
|
645
629
|
validation_entrypoint: "template_mechanism_auditor",
|
|
646
630
|
},
|
|
647
|
-
"templates/
|
|
631
|
+
"templates/internal/patterns/Diff归属追踪.md": {
|
|
648
632
|
asset_kind: "pattern_core",
|
|
649
633
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
650
634
|
asset_visibility: "soloforge_internal",
|
|
@@ -660,7 +644,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
660
644
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
661
645
|
validation_entrypoint: "validate-release",
|
|
662
646
|
},
|
|
663
|
-
"templates/
|
|
647
|
+
"templates/internal/patterns/Java质量门禁.md": {
|
|
664
648
|
asset_kind: "pattern_core",
|
|
665
649
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
666
650
|
asset_visibility: "soloforge_internal",
|
|
@@ -676,7 +660,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
676
660
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
677
661
|
validation_entrypoint: "validate-release",
|
|
678
662
|
},
|
|
679
|
-
"templates/
|
|
663
|
+
"templates/internal/patterns/LLM预算网关.md": {
|
|
680
664
|
asset_kind: "pattern_core",
|
|
681
665
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
682
666
|
asset_visibility: "soloforge_internal",
|
|
@@ -692,7 +676,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
692
676
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
693
677
|
validation_entrypoint: "validate-release",
|
|
694
678
|
},
|
|
695
|
-
"templates/
|
|
679
|
+
"templates/internal/patterns/任务上下文生命周期.md": {
|
|
696
680
|
asset_kind: "pattern_core",
|
|
697
681
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
698
682
|
asset_visibility: "soloforge_internal",
|
|
@@ -708,7 +692,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
708
692
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
709
693
|
validation_entrypoint: "validate-release",
|
|
710
694
|
},
|
|
711
|
-
"templates/
|
|
695
|
+
"templates/internal/patterns/任务管理器.md": {
|
|
712
696
|
asset_kind: "pattern_core",
|
|
713
697
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
714
698
|
asset_visibility: "soloforge_internal",
|
|
@@ -724,7 +708,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
724
708
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
725
709
|
validation_entrypoint: "validate-release",
|
|
726
710
|
},
|
|
727
|
-
"templates/
|
|
711
|
+
"templates/internal/patterns/作用域与密钥拦截.md": {
|
|
728
712
|
asset_kind: "pattern_core",
|
|
729
713
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
730
714
|
asset_visibility: "soloforge_internal",
|
|
@@ -740,7 +724,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
740
724
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
741
725
|
validation_entrypoint: "validate-release",
|
|
742
726
|
},
|
|
743
|
-
"templates/
|
|
727
|
+
"templates/internal/patterns/作用域租约.md": {
|
|
744
728
|
asset_kind: "pattern_core",
|
|
745
729
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
746
730
|
asset_visibility: "soloforge_internal",
|
|
@@ -756,7 +740,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
756
740
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
757
741
|
validation_entrypoint: "validate-release",
|
|
758
742
|
},
|
|
759
|
-
"templates/
|
|
743
|
+
"templates/internal/patterns/冲突门禁.md": {
|
|
760
744
|
asset_kind: "pattern_core",
|
|
761
745
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
762
746
|
asset_visibility: "soloforge_internal",
|
|
@@ -772,7 +756,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
772
756
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
773
757
|
validation_entrypoint: "validate-release",
|
|
774
758
|
},
|
|
775
|
-
"templates/
|
|
759
|
+
"templates/internal/patterns/决策网关.md": {
|
|
776
760
|
asset_kind: "pattern_core",
|
|
777
761
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
778
762
|
asset_visibility: "soloforge_internal",
|
|
@@ -788,7 +772,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
788
772
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
789
773
|
validation_entrypoint: "validate-release",
|
|
790
774
|
},
|
|
791
|
-
"templates/
|
|
775
|
+
"templates/internal/patterns/变异审计.md": {
|
|
792
776
|
asset_kind: "pattern_core",
|
|
793
777
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
794
778
|
asset_visibility: "soloforge_internal",
|
|
@@ -804,7 +788,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
804
788
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
805
789
|
validation_entrypoint: "validate-release",
|
|
806
790
|
},
|
|
807
|
-
"templates/
|
|
791
|
+
"templates/internal/patterns/回归矩阵.md": {
|
|
808
792
|
asset_kind: "pattern_core",
|
|
809
793
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
810
794
|
asset_visibility: "soloforge_internal",
|
|
@@ -820,7 +804,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
820
804
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
821
805
|
validation_entrypoint: "validate-release",
|
|
822
806
|
},
|
|
823
|
-
"templates/
|
|
807
|
+
"templates/internal/patterns/工作区互斥锁.md": {
|
|
824
808
|
asset_kind: "pattern_core",
|
|
825
809
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
826
810
|
asset_visibility: "soloforge_internal",
|
|
@@ -836,7 +820,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
836
820
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
837
821
|
validation_entrypoint: "validate-release",
|
|
838
822
|
},
|
|
839
|
-
"templates/
|
|
823
|
+
"templates/internal/patterns/工作区唤醒.md": {
|
|
840
824
|
asset_kind: "pattern_core",
|
|
841
825
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
842
826
|
asset_visibility: "soloforge_internal",
|
|
@@ -852,7 +836,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
852
836
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
853
837
|
validation_entrypoint: "validate-release",
|
|
854
838
|
},
|
|
855
|
-
"templates/
|
|
839
|
+
"templates/internal/patterns/并发锁.md": {
|
|
856
840
|
asset_kind: "pattern_core",
|
|
857
841
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
858
842
|
asset_visibility: "soloforge_internal",
|
|
@@ -868,7 +852,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
868
852
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
869
853
|
validation_entrypoint: "validate-release",
|
|
870
854
|
},
|
|
871
|
-
"templates/
|
|
855
|
+
"templates/internal/patterns/开发者宪法.md": {
|
|
872
856
|
asset_kind: "pattern_core",
|
|
873
857
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
874
858
|
asset_visibility: "soloforge_internal",
|
|
@@ -884,7 +868,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
884
868
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
885
869
|
validation_entrypoint: "validate-release",
|
|
886
870
|
},
|
|
887
|
-
"templates/
|
|
871
|
+
"templates/internal/patterns/敏感信息扫描.md": {
|
|
888
872
|
asset_kind: "pattern_core",
|
|
889
873
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
890
874
|
asset_visibility: "soloforge_internal",
|
|
@@ -900,7 +884,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
900
884
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
901
885
|
validation_entrypoint: "validate-release",
|
|
902
886
|
},
|
|
903
|
-
"templates/
|
|
887
|
+
"templates/internal/patterns/治理运行时循环.md": {
|
|
904
888
|
asset_kind: "pattern_core",
|
|
905
889
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
906
890
|
asset_visibility: "soloforge_internal",
|
|
@@ -916,7 +900,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
916
900
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
917
901
|
validation_entrypoint: "validate-release",
|
|
918
902
|
},
|
|
919
|
-
"templates/
|
|
903
|
+
"templates/internal/patterns/流式心跳.md": {
|
|
920
904
|
asset_kind: "pattern_core",
|
|
921
905
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
922
906
|
asset_visibility: "soloforge_internal",
|
|
@@ -932,7 +916,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
932
916
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
933
917
|
validation_entrypoint: "validate-release",
|
|
934
918
|
},
|
|
935
|
-
"templates/
|
|
919
|
+
"templates/internal/patterns/知识主权.md": {
|
|
936
920
|
asset_kind: "pattern_core",
|
|
937
921
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
938
922
|
asset_visibility: "soloforge_internal",
|
|
@@ -948,7 +932,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
948
932
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
949
933
|
validation_entrypoint: "validate-release",
|
|
950
934
|
},
|
|
951
|
-
"templates/
|
|
935
|
+
"templates/internal/patterns/语义证据.md": {
|
|
952
936
|
asset_kind: "pattern_core",
|
|
953
937
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
954
938
|
asset_visibility: "soloforge_internal",
|
|
@@ -964,7 +948,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
964
948
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
965
949
|
validation_entrypoint: "validate-release",
|
|
966
950
|
},
|
|
967
|
-
"templates/
|
|
951
|
+
"templates/internal/patterns/运行安全包.md": {
|
|
968
952
|
asset_kind: "pattern_core",
|
|
969
953
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
970
954
|
asset_visibility: "soloforge_internal",
|
|
@@ -980,7 +964,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
980
964
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
981
965
|
validation_entrypoint: "validate-release",
|
|
982
966
|
},
|
|
983
|
-
"templates/
|
|
967
|
+
"templates/internal/patterns/零配置初始化.md": {
|
|
984
968
|
asset_kind: "pattern_core",
|
|
985
969
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
986
970
|
asset_visibility: "soloforge_internal",
|
|
@@ -996,7 +980,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
996
980
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
997
981
|
validation_entrypoint: "validate-release",
|
|
998
982
|
},
|
|
999
|
-
"templates/
|
|
983
|
+
"templates/internal/patterns/验证命令生成.md": {
|
|
1000
984
|
asset_kind: "pattern_core",
|
|
1001
985
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
1002
986
|
asset_visibility: "soloforge_internal",
|
|
@@ -1012,7 +996,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1012
996
|
mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
|
|
1013
997
|
validation_entrypoint: "validate-release",
|
|
1014
998
|
},
|
|
1015
|
-
"templates/
|
|
999
|
+
"templates/procedures/Schema变更流水线.md": {
|
|
1016
1000
|
asset_kind: "pipeline_procedure",
|
|
1017
1001
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1018
1002
|
asset_visibility: "user_project",
|
|
@@ -1028,7 +1012,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1028
1012
|
mainline_consumer: "",
|
|
1029
1013
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1030
1014
|
},
|
|
1031
|
-
"templates/
|
|
1015
|
+
"templates/procedures/主链路接入验证流程.md": {
|
|
1032
1016
|
asset_kind: "pipeline_procedure",
|
|
1033
1017
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1034
1018
|
asset_visibility: "user_project",
|
|
@@ -1044,7 +1028,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1044
1028
|
mainline_consumer: "",
|
|
1045
1029
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1046
1030
|
},
|
|
1047
|
-
"templates/
|
|
1031
|
+
"templates/procedures/代码门禁流程.md": {
|
|
1048
1032
|
asset_kind: "pipeline_procedure",
|
|
1049
1033
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1050
1034
|
asset_visibility: "user_project",
|
|
@@ -1060,7 +1044,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1060
1044
|
mainline_consumer: "",
|
|
1061
1045
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1062
1046
|
},
|
|
1063
|
-
"templates/
|
|
1047
|
+
"templates/procedures/任务拆解流程.md": {
|
|
1064
1048
|
asset_kind: "pipeline_procedure",
|
|
1065
1049
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1066
1050
|
asset_visibility: "user_project",
|
|
@@ -1076,7 +1060,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1076
1060
|
mainline_consumer: "",
|
|
1077
1061
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1078
1062
|
},
|
|
1079
|
-
"templates/
|
|
1063
|
+
"templates/procedures/功能开发流程.md": {
|
|
1080
1064
|
asset_kind: "pipeline_procedure",
|
|
1081
1065
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1082
1066
|
asset_visibility: "user_project",
|
|
@@ -1092,7 +1076,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1092
1076
|
mainline_consumer: "",
|
|
1093
1077
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1094
1078
|
},
|
|
1095
|
-
"templates/
|
|
1079
|
+
"templates/procedures/命令执行流程.md": {
|
|
1096
1080
|
asset_kind: "pipeline_procedure",
|
|
1097
1081
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1098
1082
|
asset_visibility: "user_project",
|
|
@@ -1108,7 +1092,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1108
1092
|
mainline_consumer: "",
|
|
1109
1093
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1110
1094
|
},
|
|
1111
|
-
"templates/
|
|
1095
|
+
"templates/procedures/安全加固流水线.md": {
|
|
1112
1096
|
asset_kind: "pipeline_procedure",
|
|
1113
1097
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1114
1098
|
asset_visibility: "user_project",
|
|
@@ -1124,7 +1108,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1124
1108
|
mainline_consumer: "",
|
|
1125
1109
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1126
1110
|
},
|
|
1127
|
-
"templates/
|
|
1111
|
+
"templates/procedures/工具调用流程.md": {
|
|
1128
1112
|
asset_kind: "pipeline_procedure",
|
|
1129
1113
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1130
1114
|
asset_visibility: "user_project",
|
|
@@ -1140,7 +1124,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1140
1124
|
mainline_consumer: "",
|
|
1141
1125
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1142
1126
|
},
|
|
1143
|
-
"templates/
|
|
1127
|
+
"templates/procedures/性能流水线.md": {
|
|
1144
1128
|
asset_kind: "pipeline_procedure",
|
|
1145
1129
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1146
1130
|
asset_visibility: "user_project",
|
|
@@ -1156,7 +1140,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1156
1140
|
mainline_consumer: "",
|
|
1157
1141
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1158
1142
|
},
|
|
1159
|
-
"templates/
|
|
1143
|
+
"templates/procedures/意图路由流程.md": {
|
|
1160
1144
|
asset_kind: "pipeline_procedure",
|
|
1161
1145
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1162
1146
|
asset_visibility: "user_project",
|
|
@@ -1172,7 +1156,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1172
1156
|
mainline_consumer: "",
|
|
1173
1157
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1174
1158
|
},
|
|
1175
|
-
"templates/
|
|
1159
|
+
"templates/procedures/接口集成流水线.md": {
|
|
1176
1160
|
asset_kind: "pipeline_procedure",
|
|
1177
1161
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1178
1162
|
asset_visibility: "user_project",
|
|
@@ -1188,7 +1172,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1188
1172
|
mainline_consumer: "",
|
|
1189
1173
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1190
1174
|
},
|
|
1191
|
-
"templates/
|
|
1175
|
+
"templates/procedures/数据库迁移流程.md": {
|
|
1192
1176
|
asset_kind: "pipeline_procedure",
|
|
1193
1177
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1194
1178
|
asset_visibility: "user_project",
|
|
@@ -1204,7 +1188,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1204
1188
|
mainline_consumer: "",
|
|
1205
1189
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1206
1190
|
},
|
|
1207
|
-
"templates/
|
|
1191
|
+
"templates/procedures/本地浏览器验收工作流.md": {
|
|
1208
1192
|
asset_kind: "pipeline_procedure",
|
|
1209
1193
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1210
1194
|
asset_visibility: "user_project",
|
|
@@ -1220,7 +1204,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1220
1204
|
mainline_consumer: "",
|
|
1221
1205
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1222
1206
|
},
|
|
1223
|
-
"templates/
|
|
1207
|
+
"templates/procedures/架构决策研讨工作流.md": {
|
|
1224
1208
|
asset_kind: "pipeline_procedure",
|
|
1225
1209
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1226
1210
|
asset_visibility: "user_project",
|
|
@@ -1236,7 +1220,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1236
1220
|
mainline_consumer: "",
|
|
1237
1221
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1238
1222
|
},
|
|
1239
|
-
"templates/
|
|
1223
|
+
"templates/procedures/架构设计工作流.md": {
|
|
1240
1224
|
asset_kind: "pipeline_procedure",
|
|
1241
1225
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1242
1226
|
asset_visibility: "user_project",
|
|
@@ -1252,7 +1236,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1252
1236
|
mainline_consumer: "",
|
|
1253
1237
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1254
1238
|
},
|
|
1255
|
-
"templates/
|
|
1239
|
+
"templates/procedures/概念验证流水线.md": {
|
|
1256
1240
|
asset_kind: "pipeline_procedure",
|
|
1257
1241
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1258
1242
|
asset_visibility: "user_project",
|
|
@@ -1268,23 +1252,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1268
1252
|
mainline_consumer: "",
|
|
1269
1253
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1270
1254
|
},
|
|
1271
|
-
"templates/
|
|
1272
|
-
asset_kind: "pipeline_procedure",
|
|
1273
|
-
owner_mechanism_id: "mc-workflow-contract",
|
|
1274
|
-
asset_visibility: "user_project",
|
|
1275
|
-
sync_to_user_project: true,
|
|
1276
|
-
sync_target: "project_knowledge",
|
|
1277
|
-
runtime_visibility: "index_only",
|
|
1278
|
-
evidence_role: "template_guidance",
|
|
1279
|
-
user_visible: true,
|
|
1280
|
-
applicable_routes: ["operation", "multi_stage_plan"],
|
|
1281
|
-
applicable_tech_stack: [],
|
|
1282
|
-
lifecycle_status: "active",
|
|
1283
|
-
consume_category: "copy_only",
|
|
1284
|
-
mainline_consumer: "",
|
|
1285
|
-
validation_entrypoint: "template_mechanism_auditor",
|
|
1286
|
-
},
|
|
1287
|
-
"templates/knowledge/procedures/测试优先编码工作流.md": {
|
|
1255
|
+
"templates/procedures/测试优先编码工作流.md": {
|
|
1288
1256
|
asset_kind: "pipeline_procedure",
|
|
1289
1257
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1290
1258
|
asset_visibility: "user_project",
|
|
@@ -1300,7 +1268,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1300
1268
|
mainline_consumer: "",
|
|
1301
1269
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1302
1270
|
},
|
|
1303
|
-
"templates/
|
|
1271
|
+
"templates/procedures/源码原型交付流程.md": {
|
|
1304
1272
|
asset_kind: "pipeline_procedure",
|
|
1305
1273
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1306
1274
|
asset_visibility: "user_project",
|
|
@@ -1316,7 +1284,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1316
1284
|
mainline_consumer: "",
|
|
1317
1285
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1318
1286
|
},
|
|
1319
|
-
"templates/
|
|
1287
|
+
"templates/procedures/现有系统差距分析工作流.md": {
|
|
1320
1288
|
asset_kind: "pipeline_procedure",
|
|
1321
1289
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1322
1290
|
asset_visibility: "user_project",
|
|
@@ -1332,7 +1300,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1332
1300
|
mainline_consumer: "",
|
|
1333
1301
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1334
1302
|
},
|
|
1335
|
-
"templates/
|
|
1303
|
+
"templates/procedures/知识维护流水线.md": {
|
|
1336
1304
|
asset_kind: "pipeline_procedure",
|
|
1337
1305
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1338
1306
|
asset_visibility: "soloforge_internal",
|
|
@@ -1348,7 +1316,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1348
1316
|
mainline_consumer: "template_mechanism_auditor",
|
|
1349
1317
|
validation_entrypoint: "validate-release",
|
|
1350
1318
|
},
|
|
1351
|
-
"templates/
|
|
1319
|
+
"templates/procedures/紧急修复流水线.md": {
|
|
1352
1320
|
asset_kind: "pipeline_procedure",
|
|
1353
1321
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1354
1322
|
asset_visibility: "user_project",
|
|
@@ -1364,23 +1332,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1364
1332
|
mainline_consumer: "",
|
|
1365
1333
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1366
1334
|
},
|
|
1367
|
-
"templates/
|
|
1368
|
-
asset_kind: "pipeline_procedure",
|
|
1369
|
-
owner_mechanism_id: "mc-workflow-contract",
|
|
1370
|
-
asset_visibility: "user_project",
|
|
1371
|
-
sync_to_user_project: true,
|
|
1372
|
-
sync_target: "project_knowledge",
|
|
1373
|
-
runtime_visibility: "index_only",
|
|
1374
|
-
evidence_role: "template_guidance",
|
|
1375
|
-
user_visible: true,
|
|
1376
|
-
applicable_routes: ["operation", "multi_stage_plan"],
|
|
1377
|
-
applicable_tech_stack: [],
|
|
1378
|
-
lifecycle_status: "active",
|
|
1379
|
-
consume_category: "copy_only",
|
|
1380
|
-
mainline_consumer: "",
|
|
1381
|
-
validation_entrypoint: "template_mechanism_auditor",
|
|
1382
|
-
},
|
|
1383
|
-
"templates/knowledge/procedures/编码前澄清流程.md": {
|
|
1335
|
+
"templates/procedures/编码前澄清流程.md": {
|
|
1384
1336
|
asset_kind: "pipeline_procedure",
|
|
1385
1337
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1386
1338
|
asset_visibility: "user_project",
|
|
@@ -1396,23 +1348,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1396
1348
|
mainline_consumer: "",
|
|
1397
1349
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1398
1350
|
},
|
|
1399
|
-
"templates/
|
|
1400
|
-
asset_kind: "pipeline_procedure",
|
|
1401
|
-
owner_mechanism_id: "mc-workflow-contract",
|
|
1402
|
-
asset_visibility: "user_project",
|
|
1403
|
-
sync_to_user_project: true,
|
|
1404
|
-
sync_target: "project_knowledge",
|
|
1405
|
-
runtime_visibility: "index_only",
|
|
1406
|
-
evidence_role: "template_guidance",
|
|
1407
|
-
user_visible: true,
|
|
1408
|
-
applicable_routes: ["operation", "multi_stage_plan"],
|
|
1409
|
-
applicable_tech_stack: [],
|
|
1410
|
-
lifecycle_status: "active",
|
|
1411
|
-
consume_category: "copy_only",
|
|
1412
|
-
mainline_consumer: "",
|
|
1413
|
-
validation_entrypoint: "template_mechanism_auditor",
|
|
1414
|
-
},
|
|
1415
|
-
"templates/knowledge/procedures/自主选型流程.md": {
|
|
1351
|
+
"templates/procedures/自主选型流程.md": {
|
|
1416
1352
|
asset_kind: "pipeline_procedure",
|
|
1417
1353
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1418
1354
|
asset_visibility: "user_project",
|
|
@@ -1428,7 +1364,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1428
1364
|
mainline_consumer: "",
|
|
1429
1365
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1430
1366
|
},
|
|
1431
|
-
"templates/
|
|
1367
|
+
"templates/procedures/设计产物生成与复验工作流.md": {
|
|
1432
1368
|
asset_kind: "pipeline_procedure",
|
|
1433
1369
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1434
1370
|
asset_visibility: "user_project",
|
|
@@ -1444,7 +1380,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1444
1380
|
mainline_consumer: "",
|
|
1445
1381
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1446
1382
|
},
|
|
1447
|
-
"templates/
|
|
1383
|
+
"templates/procedures/全生命周期工作流导航.md": {
|
|
1448
1384
|
asset_kind: "pipeline_procedure",
|
|
1449
1385
|
owner_mechanism_id: "mc-workflow-navigation-contract",
|
|
1450
1386
|
asset_visibility: "soloforge_internal",
|
|
@@ -1460,23 +1396,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1460
1396
|
mainline_consumer: "template_mechanism_auditor",
|
|
1461
1397
|
validation_entrypoint: "validate-release",
|
|
1462
1398
|
},
|
|
1463
|
-
"templates/
|
|
1464
|
-
asset_kind: "pipeline_procedure",
|
|
1465
|
-
owner_mechanism_id: "mc-workflow-contract",
|
|
1466
|
-
asset_visibility: "user_project",
|
|
1467
|
-
sync_to_user_project: true,
|
|
1468
|
-
sync_target: "project_knowledge",
|
|
1469
|
-
runtime_visibility: "index_only",
|
|
1470
|
-
evidence_role: "template_guidance",
|
|
1471
|
-
user_visible: true,
|
|
1472
|
-
applicable_routes: ["operation", "multi_stage_plan"],
|
|
1473
|
-
applicable_tech_stack: [],
|
|
1474
|
-
lifecycle_status: "active",
|
|
1475
|
-
consume_category: "copy_only",
|
|
1476
|
-
mainline_consumer: "",
|
|
1477
|
-
validation_entrypoint: "template_mechanism_auditor",
|
|
1478
|
-
},
|
|
1479
|
-
"templates/knowledge/procedures/调试排查流程.md": {
|
|
1399
|
+
"templates/procedures/详细设计流程.md": {
|
|
1480
1400
|
asset_kind: "pipeline_procedure",
|
|
1481
1401
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1482
1402
|
asset_visibility: "user_project",
|
|
@@ -1492,7 +1412,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1492
1412
|
mainline_consumer: "",
|
|
1493
1413
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1494
1414
|
},
|
|
1495
|
-
"templates/
|
|
1415
|
+
"templates/procedures/调试排查流程.md": {
|
|
1496
1416
|
asset_kind: "pipeline_procedure",
|
|
1497
1417
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1498
1418
|
asset_visibility: "user_project",
|
|
@@ -1508,7 +1428,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1508
1428
|
mainline_consumer: "",
|
|
1509
1429
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1510
1430
|
},
|
|
1511
|
-
"templates/
|
|
1431
|
+
"templates/procedures/迁移流水线.md": {
|
|
1512
1432
|
asset_kind: "pipeline_procedure",
|
|
1513
1433
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1514
1434
|
asset_visibility: "user_project",
|
|
@@ -1524,7 +1444,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1524
1444
|
mainline_consumer: "",
|
|
1525
1445
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1526
1446
|
},
|
|
1527
|
-
"templates/
|
|
1447
|
+
"templates/procedures/部署发布流程.md": {
|
|
1528
1448
|
asset_kind: "pipeline_procedure",
|
|
1529
1449
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1530
1450
|
asset_visibility: "user_project",
|
|
@@ -1540,7 +1460,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1540
1460
|
mainline_consumer: "",
|
|
1541
1461
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1542
1462
|
},
|
|
1543
|
-
"templates/
|
|
1463
|
+
"templates/procedures/重构流水线.md": {
|
|
1544
1464
|
asset_kind: "pipeline_procedure",
|
|
1545
1465
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1546
1466
|
asset_visibility: "user_project",
|
|
@@ -1556,7 +1476,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1556
1476
|
mainline_consumer: "",
|
|
1557
1477
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1558
1478
|
},
|
|
1559
|
-
"templates/
|
|
1479
|
+
"templates/procedures/集成验证流程.md": {
|
|
1560
1480
|
asset_kind: "pipeline_procedure",
|
|
1561
1481
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1562
1482
|
asset_visibility: "user_project",
|
|
@@ -1572,7 +1492,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1572
1492
|
mainline_consumer: "",
|
|
1573
1493
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1574
1494
|
},
|
|
1575
|
-
"templates/
|
|
1495
|
+
"templates/procedures/需求澄清流程.md": {
|
|
1576
1496
|
asset_kind: "pipeline_procedure",
|
|
1577
1497
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1578
1498
|
asset_visibility: "user_project",
|
|
@@ -1588,7 +1508,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1588
1508
|
mainline_consumer: "",
|
|
1589
1509
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1590
1510
|
},
|
|
1591
|
-
"templates/
|
|
1511
|
+
"templates/procedures/验收测试规划.md": {
|
|
1592
1512
|
asset_kind: "pipeline_procedure",
|
|
1593
1513
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1594
1514
|
asset_visibility: "user_project",
|
|
@@ -1604,7 +1524,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1604
1524
|
mainline_consumer: "",
|
|
1605
1525
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1606
1526
|
},
|
|
1607
|
-
"templates/
|
|
1527
|
+
"templates/profiles/b2b-internal.yaml": {
|
|
1608
1528
|
asset_kind: "product_profile",
|
|
1609
1529
|
owner_mechanism_id: "mc-zero-config-init",
|
|
1610
1530
|
asset_visibility: "user_project",
|
|
@@ -1620,7 +1540,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1620
1540
|
mainline_consumer: "",
|
|
1621
1541
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1622
1542
|
},
|
|
1623
|
-
"templates/
|
|
1543
|
+
"templates/profiles/b2c.yaml": {
|
|
1624
1544
|
asset_kind: "product_profile",
|
|
1625
1545
|
owner_mechanism_id: "mc-zero-config-init",
|
|
1626
1546
|
asset_visibility: "user_project",
|
|
@@ -1636,7 +1556,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1636
1556
|
mainline_consumer: "",
|
|
1637
1557
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1638
1558
|
},
|
|
1639
|
-
"templates/
|
|
1559
|
+
"templates/profiles/saas.yaml": {
|
|
1640
1560
|
asset_kind: "product_profile",
|
|
1641
1561
|
owner_mechanism_id: "mc-zero-config-init",
|
|
1642
1562
|
asset_visibility: "user_project",
|
|
@@ -1652,7 +1572,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1652
1572
|
mainline_consumer: "",
|
|
1653
1573
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1654
1574
|
},
|
|
1655
|
-
"templates/
|
|
1575
|
+
"templates/rules/shared/交付完备性审查规则.md": {
|
|
1656
1576
|
asset_kind: "review_rule",
|
|
1657
1577
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
1658
1578
|
asset_visibility: "user_project",
|
|
@@ -1674,7 +1594,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1674
1594
|
mainline_consumer: "",
|
|
1675
1595
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1676
1596
|
},
|
|
1677
|
-
"templates/
|
|
1597
|
+
"templates/rules/shared/安全审查规则.md": {
|
|
1678
1598
|
asset_kind: "review_rule",
|
|
1679
1599
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
1680
1600
|
asset_visibility: "user_project",
|
|
@@ -1696,7 +1616,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1696
1616
|
mainline_consumer: "",
|
|
1697
1617
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1698
1618
|
},
|
|
1699
|
-
"templates/
|
|
1619
|
+
"templates/rules/shared/并发审查规则.md": {
|
|
1700
1620
|
asset_kind: "review_rule",
|
|
1701
1621
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
1702
1622
|
asset_visibility: "user_project",
|
|
@@ -1718,7 +1638,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1718
1638
|
mainline_consumer: "",
|
|
1719
1639
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1720
1640
|
},
|
|
1721
|
-
"templates/
|
|
1641
|
+
"templates/rules/shared/性能审查规则.md": {
|
|
1722
1642
|
asset_kind: "review_rule",
|
|
1723
1643
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
1724
1644
|
asset_visibility: "user_project",
|
|
@@ -1740,7 +1660,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1740
1660
|
mainline_consumer: "",
|
|
1741
1661
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1742
1662
|
},
|
|
1743
|
-
"templates/
|
|
1663
|
+
"templates/rules/shared/接口契约审查规则.md": {
|
|
1744
1664
|
asset_kind: "review_rule",
|
|
1745
1665
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
1746
1666
|
asset_visibility: "user_project",
|
|
@@ -1762,7 +1682,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1762
1682
|
mainline_consumer: "",
|
|
1763
1683
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1764
1684
|
},
|
|
1765
|
-
"templates/
|
|
1685
|
+
"templates/rules/shared/架构审查规则.md": {
|
|
1766
1686
|
asset_kind: "review_rule",
|
|
1767
1687
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
1768
1688
|
asset_visibility: "user_project",
|
|
@@ -1784,7 +1704,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1784
1704
|
mainline_consumer: "",
|
|
1785
1705
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1786
1706
|
},
|
|
1787
|
-
"templates/
|
|
1707
|
+
"templates/rules/shared/质量审查规则.md": {
|
|
1788
1708
|
asset_kind: "review_rule",
|
|
1789
1709
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
1790
1710
|
asset_visibility: "user_project",
|
|
@@ -1806,7 +1726,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1806
1726
|
mainline_consumer: "",
|
|
1807
1727
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1808
1728
|
},
|
|
1809
|
-
"templates/
|
|
1729
|
+
"templates/internal/rules/产物契约规则.md": {
|
|
1810
1730
|
asset_kind: "knowledge_rule",
|
|
1811
1731
|
owner_mechanism_id: "mc-artifact-contract",
|
|
1812
1732
|
asset_visibility: "user_project",
|
|
@@ -1822,7 +1742,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1822
1742
|
mainline_consumer: "",
|
|
1823
1743
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1824
1744
|
},
|
|
1825
|
-
"templates/
|
|
1745
|
+
"templates/internal/rules/任务上下文生命周期规则.md": {
|
|
1826
1746
|
asset_kind: "knowledge_rule",
|
|
1827
1747
|
owner_mechanism_id: "mc-task-context-lifecycle",
|
|
1828
1748
|
asset_visibility: "user_project",
|
|
@@ -1838,7 +1758,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1838
1758
|
mainline_consumer: "",
|
|
1839
1759
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1840
1760
|
},
|
|
1841
|
-
"templates/
|
|
1761
|
+
"templates/internal/rules/命令执行规则.md": {
|
|
1842
1762
|
asset_kind: "knowledge_rule",
|
|
1843
1763
|
owner_mechanism_id: "mc-command-execution",
|
|
1844
1764
|
asset_visibility: "user_project",
|
|
@@ -1854,7 +1774,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1854
1774
|
mainline_consumer: "",
|
|
1855
1775
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1856
1776
|
},
|
|
1857
|
-
"templates/
|
|
1777
|
+
"templates/internal/rules/工作流契约规则.md": {
|
|
1858
1778
|
asset_kind: "knowledge_rule",
|
|
1859
1779
|
owner_mechanism_id: "mc-workflow-contract",
|
|
1860
1780
|
asset_visibility: "user_project",
|
|
@@ -1870,7 +1790,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1870
1790
|
mainline_consumer: "",
|
|
1871
1791
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1872
1792
|
},
|
|
1873
|
-
"templates/
|
|
1793
|
+
"templates/internal/rules/工作流模板包规则.md": {
|
|
1874
1794
|
asset_kind: "knowledge_rule",
|
|
1875
1795
|
owner_mechanism_id: "mc-workflow-template-pack",
|
|
1876
1796
|
asset_visibility: "soloforge_internal",
|
|
@@ -1886,7 +1806,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1886
1806
|
mainline_consumer: "template_mechanism_auditor",
|
|
1887
1807
|
validation_entrypoint: "validate-release",
|
|
1888
1808
|
},
|
|
1889
|
-
"templates/
|
|
1809
|
+
"templates/internal/rules/工具调用规则.md": {
|
|
1890
1810
|
asset_kind: "knowledge_rule",
|
|
1891
1811
|
owner_mechanism_id: "mc-tool-invocation-contract",
|
|
1892
1812
|
asset_visibility: "user_project",
|
|
@@ -1902,7 +1822,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1902
1822
|
mainline_consumer: "",
|
|
1903
1823
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1904
1824
|
},
|
|
1905
|
-
"templates/
|
|
1825
|
+
"templates/internal/rules/意图路由规则.md": {
|
|
1906
1826
|
asset_kind: "knowledge_rule",
|
|
1907
1827
|
owner_mechanism_id: "mc-intent-router",
|
|
1908
1828
|
asset_visibility: "user_project",
|
|
@@ -1918,7 +1838,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1918
1838
|
mainline_consumer: "",
|
|
1919
1839
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1920
1840
|
},
|
|
1921
|
-
"templates/
|
|
1841
|
+
"templates/internal/rules/执行守卫评估规则.md": {
|
|
1922
1842
|
asset_kind: "knowledge_rule",
|
|
1923
1843
|
owner_mechanism_id: "mc-guard-evaluation",
|
|
1924
1844
|
asset_visibility: "user_project",
|
|
@@ -1934,7 +1854,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1934
1854
|
mainline_consumer: "",
|
|
1935
1855
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1936
1856
|
},
|
|
1937
|
-
"templates/
|
|
1857
|
+
"templates/internal/rules/扩展生命周期规则.md": {
|
|
1938
1858
|
asset_kind: "knowledge_rule",
|
|
1939
1859
|
owner_mechanism_id: "mc-extension-contract",
|
|
1940
1860
|
asset_visibility: "soloforge_internal",
|
|
@@ -1950,7 +1870,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1950
1870
|
mainline_consumer: "template_mechanism_auditor",
|
|
1951
1871
|
validation_entrypoint: "validate-release",
|
|
1952
1872
|
},
|
|
1953
|
-
"templates/
|
|
1873
|
+
"templates/internal/rules/技术决策主权规则.md": {
|
|
1954
1874
|
asset_kind: "knowledge_rule",
|
|
1955
1875
|
owner_mechanism_id: "mc-decision-sovereignty",
|
|
1956
1876
|
asset_visibility: "user_project",
|
|
@@ -1966,7 +1886,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1966
1886
|
mainline_consumer: "",
|
|
1967
1887
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1968
1888
|
},
|
|
1969
|
-
"templates/
|
|
1889
|
+
"templates/internal/rules/敏感信息处理规则.md": {
|
|
1970
1890
|
asset_kind: "knowledge_rule",
|
|
1971
1891
|
owner_mechanism_id: "mc-privacy-boundary",
|
|
1972
1892
|
asset_visibility: "user_project",
|
|
@@ -1982,7 +1902,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1982
1902
|
mainline_consumer: "",
|
|
1983
1903
|
validation_entrypoint: "template_mechanism_auditor",
|
|
1984
1904
|
},
|
|
1985
|
-
"templates/
|
|
1905
|
+
"templates/internal/rules/施工指令契约规则.md": {
|
|
1986
1906
|
asset_kind: "knowledge_rule",
|
|
1987
1907
|
owner_mechanism_id: "mc-instruction-contract",
|
|
1988
1908
|
asset_visibility: "user_project",
|
|
@@ -1998,7 +1918,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
1998
1918
|
mainline_consumer: "",
|
|
1999
1919
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2000
1920
|
},
|
|
2001
|
-
"templates/
|
|
1921
|
+
"templates/internal/rules/架构决策研讨规则.md": {
|
|
2002
1922
|
asset_kind: "knowledge_rule",
|
|
2003
1923
|
owner_mechanism_id: "mc-architecture-decision-workshop",
|
|
2004
1924
|
asset_visibility: "user_project",
|
|
@@ -2014,7 +1934,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2014
1934
|
mainline_consumer: "",
|
|
2015
1935
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2016
1936
|
},
|
|
2017
|
-
"templates/
|
|
1937
|
+
"templates/internal/rules/标准资产覆盖规则.md": {
|
|
2018
1938
|
asset_kind: "knowledge_rule",
|
|
2019
1939
|
owner_mechanism_id: "mc-standard-asset-coverage",
|
|
2020
1940
|
asset_visibility: "soloforge_internal",
|
|
@@ -2030,7 +1950,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2030
1950
|
mainline_consumer: "template_mechanism_auditor",
|
|
2031
1951
|
validation_entrypoint: "validate-release",
|
|
2032
1952
|
},
|
|
2033
|
-
"templates/
|
|
1953
|
+
"templates/internal/rules/核心体验原则.md": {
|
|
2034
1954
|
asset_kind: "knowledge_rule",
|
|
2035
1955
|
owner_mechanism_id: "mc-core-experience-principle",
|
|
2036
1956
|
asset_visibility: "user_project",
|
|
@@ -2046,7 +1966,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2046
1966
|
mainline_consumer: "",
|
|
2047
1967
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2048
1968
|
},
|
|
2049
|
-
"templates/
|
|
1969
|
+
"templates/internal/rules/核心工程执行原则.md": {
|
|
2050
1970
|
asset_kind: "knowledge_rule",
|
|
2051
1971
|
owner_mechanism_id: "mc-core-engineering-principles",
|
|
2052
1972
|
asset_visibility: "user_project",
|
|
@@ -2062,7 +1982,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2062
1982
|
mainline_consumer: "",
|
|
2063
1983
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2064
1984
|
},
|
|
2065
|
-
"templates/
|
|
1985
|
+
"templates/internal/rules/模板资产可见性规则.md": {
|
|
2066
1986
|
asset_kind: "knowledge_rule",
|
|
2067
1987
|
owner_mechanism_id: "mc-template-asset-visibility",
|
|
2068
1988
|
asset_visibility: "soloforge_internal",
|
|
@@ -2078,7 +1998,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2078
1998
|
mainline_consumer: "template_mechanism_auditor",
|
|
2079
1999
|
validation_entrypoint: "validate-release",
|
|
2080
2000
|
},
|
|
2081
|
-
"templates/
|
|
2001
|
+
"templates/internal/rules/注册表基础设施规则.md": {
|
|
2082
2002
|
asset_kind: "knowledge_rule",
|
|
2083
2003
|
owner_mechanism_id: "mc-registry-infrastructure",
|
|
2084
2004
|
asset_visibility: "soloforge_internal",
|
|
@@ -2094,7 +2014,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2094
2014
|
mainline_consumer: "template_mechanism_auditor",
|
|
2095
2015
|
validation_entrypoint: "validate-release",
|
|
2096
2016
|
},
|
|
2097
|
-
"templates/
|
|
2017
|
+
"templates/internal/rules/演进回归门控规则.md": {
|
|
2098
2018
|
asset_kind: "knowledge_rule",
|
|
2099
2019
|
owner_mechanism_id: "mc-evolution-regression",
|
|
2100
2020
|
asset_visibility: "soloforge_internal",
|
|
@@ -2110,23 +2030,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2110
2030
|
mainline_consumer: "template_mechanism_auditor",
|
|
2111
2031
|
validation_entrypoint: "validate-release",
|
|
2112
2032
|
},
|
|
2113
|
-
"templates/
|
|
2114
|
-
asset_kind: "knowledge_rule",
|
|
2115
|
-
owner_mechanism_id: "mc-evolution-regression",
|
|
2116
|
-
asset_visibility: "soloforge_internal",
|
|
2117
|
-
sync_to_user_project: false,
|
|
2118
|
-
sync_target: "none",
|
|
2119
|
-
runtime_visibility: "internal_only",
|
|
2120
|
-
evidence_role: "template_guidance",
|
|
2121
|
-
user_visible: false,
|
|
2122
|
-
applicable_routes: [],
|
|
2123
|
-
applicable_tech_stack: [],
|
|
2124
|
-
lifecycle_status: "internal_only",
|
|
2125
|
-
consume_category: "audit_only",
|
|
2126
|
-
mainline_consumer: "template_mechanism_auditor",
|
|
2127
|
-
validation_entrypoint: "validate-release",
|
|
2128
|
-
},
|
|
2129
|
-
"templates/knowledge/rules/用户反馈契约规则.md": {
|
|
2033
|
+
"templates/internal/rules/用户反馈契约规则.md": {
|
|
2130
2034
|
asset_kind: "knowledge_rule",
|
|
2131
2035
|
owner_mechanism_id: "mc-user-feedback",
|
|
2132
2036
|
asset_visibility: "soloforge_internal",
|
|
@@ -2142,7 +2046,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2142
2046
|
mainline_consumer: "template_mechanism_auditor",
|
|
2143
2047
|
validation_entrypoint: "validate-release",
|
|
2144
2048
|
},
|
|
2145
|
-
"templates/
|
|
2049
|
+
"templates/internal/rules/知识注入边界规则.md": {
|
|
2146
2050
|
asset_kind: "knowledge_rule",
|
|
2147
2051
|
owner_mechanism_id: "mc-knowledge-injection-boundary",
|
|
2148
2052
|
asset_visibility: "user_project",
|
|
@@ -2158,7 +2062,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2158
2062
|
mainline_consumer: "",
|
|
2159
2063
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2160
2064
|
},
|
|
2161
|
-
"templates/
|
|
2065
|
+
"templates/internal/rules/知识资产治理规则.md": {
|
|
2162
2066
|
asset_kind: "knowledge_rule",
|
|
2163
2067
|
owner_mechanism_id: "mc-knowledge-asset-governance",
|
|
2164
2068
|
asset_visibility: "soloforge_internal",
|
|
@@ -2174,7 +2078,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2174
2078
|
mainline_consumer: "template_mechanism_auditor",
|
|
2175
2079
|
validation_entrypoint: "validate-release",
|
|
2176
2080
|
},
|
|
2177
|
-
"templates/
|
|
2081
|
+
"templates/internal/rules/第一性原理推理规则.md": {
|
|
2178
2082
|
asset_kind: "knowledge_rule",
|
|
2179
2083
|
owner_mechanism_id: "mc-first-principles",
|
|
2180
2084
|
asset_visibility: "user_project",
|
|
@@ -2190,7 +2094,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2190
2094
|
mainline_consumer: "",
|
|
2191
2095
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2192
2096
|
},
|
|
2193
|
-
"templates/
|
|
2097
|
+
"templates/internal/rules/细节纪律规则.md": {
|
|
2194
2098
|
asset_kind: "knowledge_rule",
|
|
2195
2099
|
owner_mechanism_id: "mc-detail-discipline",
|
|
2196
2100
|
asset_visibility: "user_project",
|
|
@@ -2206,7 +2110,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2206
2110
|
mainline_consumer: "",
|
|
2207
2111
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2208
2112
|
},
|
|
2209
|
-
"templates/
|
|
2113
|
+
"templates/internal/rules/脑暴与方案探索规则.md": {
|
|
2210
2114
|
asset_kind: "knowledge_rule",
|
|
2211
2115
|
owner_mechanism_id: "mc-brainstorm-contract",
|
|
2212
2116
|
asset_visibility: "user_project",
|
|
@@ -2222,7 +2126,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2222
2126
|
mainline_consumer: "",
|
|
2223
2127
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2224
2128
|
},
|
|
2225
|
-
"templates/
|
|
2129
|
+
"templates/internal/rules/计划前置门规则.md": {
|
|
2226
2130
|
asset_kind: "knowledge_rule",
|
|
2227
2131
|
owner_mechanism_id: "mc-plan-proposal-gate",
|
|
2228
2132
|
asset_visibility: "user_project",
|
|
@@ -2238,7 +2142,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2238
2142
|
mainline_consumer: "",
|
|
2239
2143
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2240
2144
|
},
|
|
2241
|
-
"templates/
|
|
2145
|
+
"templates/internal/rules/设计产物包规则.md": {
|
|
2242
2146
|
asset_kind: "knowledge_rule",
|
|
2243
2147
|
owner_mechanism_id: "mc-design-artifact-pack",
|
|
2244
2148
|
asset_visibility: "user_project",
|
|
@@ -2254,7 +2158,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2254
2158
|
mainline_consumer: "",
|
|
2255
2159
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2256
2160
|
},
|
|
2257
|
-
"templates/
|
|
2161
|
+
"templates/internal/rules/证据驱动与反幻觉规则.md": {
|
|
2258
2162
|
asset_kind: "knowledge_rule",
|
|
2259
2163
|
owner_mechanism_id: "mc-evidence-grounding",
|
|
2260
2164
|
asset_visibility: "user_project",
|
|
@@ -2270,7 +2174,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2270
2174
|
mainline_consumer: "",
|
|
2271
2175
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2272
2176
|
},
|
|
2273
|
-
"templates/
|
|
2177
|
+
"templates/internal/rules/跨平台路径安全规则.md": {
|
|
2274
2178
|
asset_kind: "knowledge_rule",
|
|
2275
2179
|
owner_mechanism_id: "mc-platform-compatibility",
|
|
2276
2180
|
asset_visibility: "user_project",
|
|
@@ -2286,7 +2190,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2286
2190
|
mainline_consumer: "",
|
|
2287
2191
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2288
2192
|
},
|
|
2289
|
-
"templates/
|
|
2193
|
+
"templates/internal/rules/输入材料契约规则.md": {
|
|
2290
2194
|
asset_kind: "knowledge_rule",
|
|
2291
2195
|
owner_mechanism_id: "mc-input-material-contract",
|
|
2292
2196
|
asset_visibility: "user_project",
|
|
@@ -2302,7 +2206,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2302
2206
|
mainline_consumer: "",
|
|
2303
2207
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2304
2208
|
},
|
|
2305
|
-
"templates/
|
|
2209
|
+
"templates/internal/rules/通用决策研讨规则.md": {
|
|
2306
2210
|
asset_kind: "knowledge_rule",
|
|
2307
2211
|
owner_mechanism_id: "mc-decision-workshop",
|
|
2308
2212
|
asset_visibility: "soloforge_internal",
|
|
@@ -2318,7 +2222,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2318
2222
|
mainline_consumer: "template_mechanism_auditor",
|
|
2319
2223
|
validation_entrypoint: "validate-release",
|
|
2320
2224
|
},
|
|
2321
|
-
"templates/
|
|
2225
|
+
"templates/internal/rules/工作流导航契约规则.md": {
|
|
2322
2226
|
asset_kind: "knowledge_rule",
|
|
2323
2227
|
owner_mechanism_id: "mc-workflow-navigation-contract",
|
|
2324
2228
|
asset_visibility: "soloforge_internal",
|
|
@@ -2334,7 +2238,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2334
2238
|
mainline_consumer: "template_mechanism_auditor",
|
|
2335
2239
|
validation_entrypoint: "validate-release",
|
|
2336
2240
|
},
|
|
2337
|
-
"templates/
|
|
2241
|
+
"templates/internal/rules/配置优先级规则.md": {
|
|
2338
2242
|
asset_kind: "knowledge_rule",
|
|
2339
2243
|
owner_mechanism_id: "mc-config-precedence",
|
|
2340
2244
|
asset_visibility: "user_project",
|
|
@@ -2350,7 +2254,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2350
2254
|
mainline_consumer: "",
|
|
2351
2255
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2352
2256
|
},
|
|
2353
|
-
"templates/
|
|
2257
|
+
"templates/internal/rules/防孤岛实现规则.md": {
|
|
2354
2258
|
asset_kind: "knowledge_rule",
|
|
2355
2259
|
owner_mechanism_id: "mc-main-path-integration",
|
|
2356
2260
|
asset_visibility: "user_project",
|
|
@@ -2366,7 +2270,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2366
2270
|
mainline_consumer: "",
|
|
2367
2271
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2368
2272
|
},
|
|
2369
|
-
"templates/
|
|
2273
|
+
"templates/internal/rules/零配置初始化规则.md": {
|
|
2370
2274
|
asset_kind: "knowledge_rule",
|
|
2371
2275
|
owner_mechanism_id: "mc-zero-config-init",
|
|
2372
2276
|
asset_visibility: "user_project",
|
|
@@ -2382,7 +2286,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2382
2286
|
mainline_consumer: "",
|
|
2383
2287
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2384
2288
|
},
|
|
2385
|
-
"templates/
|
|
2289
|
+
"templates/internal/rules/验收模板输出契约规则.md": {
|
|
2386
2290
|
asset_kind: "knowledge_rule",
|
|
2387
2291
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
2388
2292
|
asset_visibility: "soloforge_internal",
|
|
@@ -2398,7 +2302,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2398
2302
|
mainline_consumer: "template_mechanism_auditor",
|
|
2399
2303
|
validation_entrypoint: "validate-release",
|
|
2400
2304
|
},
|
|
2401
|
-
"templates/
|
|
2305
|
+
"templates/internal/rules/验证契约规则.md": {
|
|
2402
2306
|
asset_kind: "knowledge_rule",
|
|
2403
2307
|
owner_mechanism_id: "mc-verifier",
|
|
2404
2308
|
asset_visibility: "user_project",
|
|
@@ -2414,7 +2318,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
2414
2318
|
mainline_consumer: "",
|
|
2415
2319
|
validation_entrypoint: "template_mechanism_auditor",
|
|
2416
2320
|
},
|
|
2417
|
-
"templates/
|
|
2321
|
+
"templates/artifacts/shared/审查摘要.md": {
|
|
2418
2322
|
asset_kind: "knowledge_template",
|
|
2419
2323
|
owner_mechanism_id: "mc-standard-asset-contract",
|
|
2420
2324
|
asset_visibility: "user_project",
|
|
@@ -3536,7 +3440,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3536
3440
|
validation_entrypoint: "validate-release",
|
|
3537
3441
|
required_template_vars: ["ModuleName", "moduleName", "basePackage", "packagePath"],
|
|
3538
3442
|
},
|
|
3539
|
-
"templates/
|
|
3443
|
+
"templates/internal/rules/OOD与SOLID设计规则.md": {
|
|
3540
3444
|
asset_kind: "knowledge_rule",
|
|
3541
3445
|
owner_mechanism_id: "mc-ood-solid-contract",
|
|
3542
3446
|
asset_visibility: "user_project",
|
|
@@ -3552,7 +3456,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3552
3456
|
mainline_consumer: "",
|
|
3553
3457
|
validation_entrypoint: "template_mechanism_auditor",
|
|
3554
3458
|
},
|
|
3555
|
-
"templates/
|
|
3459
|
+
"templates/procedures/OOD设计工作流.md": {
|
|
3556
3460
|
asset_kind: "pipeline_procedure",
|
|
3557
3461
|
owner_mechanism_id: "mc-ood-solid-contract",
|
|
3558
3462
|
asset_visibility: "user_project",
|
|
@@ -3568,7 +3472,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3568
3472
|
mainline_consumer: "",
|
|
3569
3473
|
validation_entrypoint: "template_mechanism_auditor",
|
|
3570
3474
|
},
|
|
3571
|
-
"templates/
|
|
3475
|
+
"templates/rules/shared/SOLID代码审查规则.md": {
|
|
3572
3476
|
asset_kind: "review_rule",
|
|
3573
3477
|
owner_mechanism_id: "mc-ood-solid-contract",
|
|
3574
3478
|
asset_visibility: "user_project",
|
|
@@ -3590,7 +3494,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3590
3494
|
verification_strategy: "pattern_match",
|
|
3591
3495
|
failure_severity: "hard_fail",
|
|
3592
3496
|
},
|
|
3593
|
-
"templates/
|
|
3497
|
+
"templates/artifacts/shared/OOD设计摘要模版.md": {
|
|
3594
3498
|
asset_kind: "acceptance_template",
|
|
3595
3499
|
owner_mechanism_id: "mc-ood-solid-contract",
|
|
3596
3500
|
asset_visibility: "user_project",
|
|
@@ -3622,7 +3526,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3622
3526
|
mainline_consumer: "soloforge.copyGlobalPatterns",
|
|
3623
3527
|
validation_entrypoint: "validate-release",
|
|
3624
3528
|
},
|
|
3625
|
-
"templates/
|
|
3529
|
+
"templates/internal/rules/后端实现工程契约规则.md": {
|
|
3626
3530
|
asset_kind: "knowledge_rule",
|
|
3627
3531
|
owner_mechanism_id: "mc-backend-implementation-contract",
|
|
3628
3532
|
asset_visibility: "user_project",
|
|
@@ -3638,7 +3542,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3638
3542
|
mainline_consumer: "",
|
|
3639
3543
|
validation_entrypoint: "template_mechanism_auditor",
|
|
3640
3544
|
},
|
|
3641
|
-
"templates/
|
|
3545
|
+
"templates/procedures/后端接口实现工作流.md": {
|
|
3642
3546
|
asset_kind: "pipeline_procedure",
|
|
3643
3547
|
owner_mechanism_id: "mc-backend-implementation-contract",
|
|
3644
3548
|
asset_visibility: "user_project",
|
|
@@ -3654,7 +3558,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3654
3558
|
mainline_consumer: "",
|
|
3655
3559
|
validation_entrypoint: "template_mechanism_auditor",
|
|
3656
3560
|
},
|
|
3657
|
-
"templates/
|
|
3561
|
+
"templates/rules/shared/后端实现工程审查规则.md": {
|
|
3658
3562
|
asset_kind: "review_rule",
|
|
3659
3563
|
owner_mechanism_id: "mc-backend-implementation-contract",
|
|
3660
3564
|
asset_visibility: "user_project",
|
|
@@ -3676,7 +3580,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3676
3580
|
verification_strategy: "pattern_match",
|
|
3677
3581
|
failure_severity: "hard_fail",
|
|
3678
3582
|
},
|
|
3679
|
-
"templates/
|
|
3583
|
+
"templates/artifacts/shared/后端实现验收清单.md": {
|
|
3680
3584
|
asset_kind: "acceptance_template",
|
|
3681
3585
|
owner_mechanism_id: "mc-backend-implementation-contract",
|
|
3682
3586
|
asset_visibility: "user_project",
|
|
@@ -3724,23 +3628,55 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3724
3628
|
mainline_consumer: "claude_md.generateClaudeMd",
|
|
3725
3629
|
validation_entrypoint: "validate-release",
|
|
3726
3630
|
},
|
|
3727
|
-
"
|
|
3728
|
-
asset_kind: "
|
|
3729
|
-
owner_mechanism_id: "mc-
|
|
3730
|
-
asset_visibility: "
|
|
3731
|
-
sync_to_user_project:
|
|
3732
|
-
sync_target: "
|
|
3733
|
-
runtime_visibility: "
|
|
3631
|
+
"src/adapters/claude_code/claude_md.ts": {
|
|
3632
|
+
asset_kind: "adapter_rules_generator",
|
|
3633
|
+
owner_mechanism_id: "mc-workflow-contract",
|
|
3634
|
+
asset_visibility: "soloforge_internal",
|
|
3635
|
+
sync_to_user_project: false,
|
|
3636
|
+
sync_target: "none",
|
|
3637
|
+
runtime_visibility: "internal_only",
|
|
3734
3638
|
evidence_role: "template_guidance",
|
|
3735
|
-
user_visible:
|
|
3736
|
-
applicable_routes: ["
|
|
3737
|
-
applicable_tech_stack: [
|
|
3639
|
+
user_visible: false,
|
|
3640
|
+
applicable_routes: ["operation"],
|
|
3641
|
+
applicable_tech_stack: [],
|
|
3738
3642
|
lifecycle_status: "active",
|
|
3739
|
-
consume_category: "
|
|
3740
|
-
mainline_consumer: "",
|
|
3741
|
-
validation_entrypoint: "
|
|
3643
|
+
consume_category: "internal_runtime",
|
|
3644
|
+
mainline_consumer: "generateClaudeMd",
|
|
3645
|
+
validation_entrypoint: "validate-release",
|
|
3646
|
+
},
|
|
3647
|
+
"src/adapters/codex/codex_rules.ts": {
|
|
3648
|
+
asset_kind: "adapter_rules_generator",
|
|
3649
|
+
owner_mechanism_id: "mc-workflow-contract",
|
|
3650
|
+
asset_visibility: "soloforge_internal",
|
|
3651
|
+
sync_to_user_project: false,
|
|
3652
|
+
sync_target: "none",
|
|
3653
|
+
runtime_visibility: "internal_only",
|
|
3654
|
+
evidence_role: "template_guidance",
|
|
3655
|
+
user_visible: false,
|
|
3656
|
+
applicable_routes: ["operation"],
|
|
3657
|
+
applicable_tech_stack: [],
|
|
3658
|
+
lifecycle_status: "active",
|
|
3659
|
+
consume_category: "internal_runtime",
|
|
3660
|
+
mainline_consumer: "generateCodexAgentsMd",
|
|
3661
|
+
validation_entrypoint: "validate-release",
|
|
3662
|
+
},
|
|
3663
|
+
"src/adapters/trae/trae_rules.ts": {
|
|
3664
|
+
asset_kind: "adapter_rules_generator",
|
|
3665
|
+
owner_mechanism_id: "mc-workflow-contract",
|
|
3666
|
+
asset_visibility: "soloforge_internal",
|
|
3667
|
+
sync_to_user_project: false,
|
|
3668
|
+
sync_target: "none",
|
|
3669
|
+
runtime_visibility: "internal_only",
|
|
3670
|
+
evidence_role: "template_guidance",
|
|
3671
|
+
user_visible: false,
|
|
3672
|
+
applicable_routes: ["operation"],
|
|
3673
|
+
applicable_tech_stack: [],
|
|
3674
|
+
lifecycle_status: "active",
|
|
3675
|
+
consume_category: "internal_runtime",
|
|
3676
|
+
mainline_consumer: "generateTraeRules",
|
|
3677
|
+
validation_entrypoint: "validate-release",
|
|
3742
3678
|
},
|
|
3743
|
-
"templates/
|
|
3679
|
+
"templates/internal/rules/代码注释与日志契约规则.md": {
|
|
3744
3680
|
asset_kind: "knowledge_rule",
|
|
3745
3681
|
owner_mechanism_id: "mc-code-maintainability-observability-contract",
|
|
3746
3682
|
asset_visibility: "user_project",
|
|
@@ -3749,14 +3685,14 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3749
3685
|
runtime_visibility: "index_only",
|
|
3750
3686
|
evidence_role: "template_guidance",
|
|
3751
3687
|
user_visible: true,
|
|
3752
|
-
applicable_routes: ["code_change", "artifact_generation"],
|
|
3688
|
+
applicable_routes: ["code_change", "artifact_generation", "multi_stage_plan"],
|
|
3753
3689
|
applicable_tech_stack: ["spring-boot", "spring", "node", "nestjs", "express", "react", "vue"],
|
|
3754
3690
|
lifecycle_status: "active",
|
|
3755
3691
|
consume_category: "copy_only",
|
|
3756
3692
|
mainline_consumer: "",
|
|
3757
3693
|
validation_entrypoint: "template_mechanism_auditor",
|
|
3758
3694
|
},
|
|
3759
|
-
"templates/
|
|
3695
|
+
"templates/rules/shared/代码可维护性与可观测性审查.md": {
|
|
3760
3696
|
asset_kind: "review_rule",
|
|
3761
3697
|
owner_mechanism_id: "mc-code-maintainability-observability-contract",
|
|
3762
3698
|
asset_visibility: "user_project",
|
|
@@ -3778,7 +3714,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3778
3714
|
verification_strategy: "pattern_match",
|
|
3779
3715
|
failure_severity: "hard_fail",
|
|
3780
3716
|
},
|
|
3781
|
-
"templates/
|
|
3717
|
+
"templates/artifacts/shared/代码注释与日志验收模板.md": {
|
|
3782
3718
|
asset_kind: "acceptance_template",
|
|
3783
3719
|
owner_mechanism_id: "mc-code-maintainability-observability-contract",
|
|
3784
3720
|
asset_visibility: "user_project",
|
|
@@ -3794,7 +3730,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3794
3730
|
mainline_consumer: "",
|
|
3795
3731
|
validation_entrypoint: "template_mechanism_auditor",
|
|
3796
3732
|
},
|
|
3797
|
-
"templates/
|
|
3733
|
+
"templates/internal/rules/机制自治理规则.md": {
|
|
3798
3734
|
asset_kind: "knowledge_rule",
|
|
3799
3735
|
owner_mechanism_id: "mc-mechanism-health",
|
|
3800
3736
|
asset_visibility: "soloforge_internal",
|
|
@@ -3810,7 +3746,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3810
3746
|
mainline_consumer: "mechanism_health_check.runFullHealthCheck",
|
|
3811
3747
|
validation_entrypoint: "validate-release",
|
|
3812
3748
|
},
|
|
3813
|
-
"templates/
|
|
3749
|
+
"templates/internal/rules/配置落盘边界规则.md": {
|
|
3814
3750
|
asset_kind: "knowledge_rule",
|
|
3815
3751
|
owner_mechanism_id: "mc-config-write-boundary",
|
|
3816
3752
|
asset_visibility: "soloforge_internal",
|
|
@@ -3826,7 +3762,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3826
3762
|
mainline_consumer: "config_write_boundary.validateWriteBoundary",
|
|
3827
3763
|
validation_entrypoint: "validate-release",
|
|
3828
3764
|
},
|
|
3829
|
-
"templates/
|
|
3765
|
+
"templates/internal/rules/知识治理规则.md": {
|
|
3830
3766
|
asset_kind: "knowledge_rule",
|
|
3831
3767
|
owner_mechanism_id: "mc-knowledge-governance",
|
|
3832
3768
|
asset_visibility: "soloforge_internal",
|
|
@@ -3842,7 +3778,7 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3842
3778
|
mainline_consumer: "knowledge_governance_gate.runKnowledgeGovernanceCheck",
|
|
3843
3779
|
validation_entrypoint: "validate-release",
|
|
3844
3780
|
},
|
|
3845
|
-
"templates/
|
|
3781
|
+
"templates/internal/rules/日志治理规则.md": {
|
|
3846
3782
|
asset_kind: "knowledge_rule",
|
|
3847
3783
|
owner_mechanism_id: "mc-log-governance",
|
|
3848
3784
|
asset_visibility: "soloforge_internal",
|
|
@@ -3858,5 +3794,442 @@ export const EXPLICIT_ASSET_REGISTRY = {
|
|
|
3858
3794
|
mainline_consumer: "log_governance.enforceLogGovernance",
|
|
3859
3795
|
validation_entrypoint: "validate-release",
|
|
3860
3796
|
},
|
|
3797
|
+
// ── 管线资产(type-first 结构: artifacts/existing-system, artifacts/new-system) ──
|
|
3798
|
+
"templates/artifacts/existing-system/一键开关配置模版.json": {
|
|
3799
|
+
asset_kind: "pipeline_artifact",
|
|
3800
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3801
|
+
asset_visibility: "user_project",
|
|
3802
|
+
sync_to_user_project: true,
|
|
3803
|
+
sync_target: "project_knowledge",
|
|
3804
|
+
runtime_visibility: "index_only",
|
|
3805
|
+
evidence_role: "template_guidance",
|
|
3806
|
+
user_visible: true,
|
|
3807
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
3808
|
+
applicable_tech_stack: [],
|
|
3809
|
+
lifecycle_status: "active",
|
|
3810
|
+
consume_category: "copy_only_pipeline",
|
|
3811
|
+
mainline_consumer: "",
|
|
3812
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
3813
|
+
},
|
|
3814
|
+
"templates/artifacts/existing-system/历史数据清洗脚本模版.md": {
|
|
3815
|
+
asset_kind: "pipeline_artifact",
|
|
3816
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3817
|
+
asset_visibility: "user_project",
|
|
3818
|
+
sync_to_user_project: true,
|
|
3819
|
+
sync_target: "project_knowledge",
|
|
3820
|
+
runtime_visibility: "index_only",
|
|
3821
|
+
evidence_role: "template_guidance",
|
|
3822
|
+
user_visible: true,
|
|
3823
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
3824
|
+
applicable_tech_stack: [],
|
|
3825
|
+
lifecycle_status: "active",
|
|
3826
|
+
consume_category: "copy_only_pipeline",
|
|
3827
|
+
mainline_consumer: "",
|
|
3828
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
3829
|
+
},
|
|
3830
|
+
"templates/artifacts/existing-system/历史遗留雷区清单模版.md": {
|
|
3831
|
+
asset_kind: "pipeline_artifact",
|
|
3832
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3833
|
+
asset_visibility: "user_project",
|
|
3834
|
+
sync_to_user_project: true,
|
|
3835
|
+
sync_target: "project_knowledge",
|
|
3836
|
+
runtime_visibility: "index_only",
|
|
3837
|
+
evidence_role: "template_guidance",
|
|
3838
|
+
user_visible: true,
|
|
3839
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
3840
|
+
applicable_tech_stack: [],
|
|
3841
|
+
lifecycle_status: "active",
|
|
3842
|
+
consume_category: "copy_only_pipeline",
|
|
3843
|
+
mainline_consumer: "",
|
|
3844
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
3845
|
+
},
|
|
3846
|
+
"templates/artifacts/existing-system/向后兼容性合规报告模版.md": {
|
|
3847
|
+
asset_kind: "pipeline_artifact",
|
|
3848
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3849
|
+
asset_visibility: "user_project",
|
|
3850
|
+
sync_to_user_project: true,
|
|
3851
|
+
sync_target: "project_knowledge",
|
|
3852
|
+
runtime_visibility: "index_only",
|
|
3853
|
+
evidence_role: "template_guidance",
|
|
3854
|
+
user_visible: true,
|
|
3855
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
3856
|
+
applicable_tech_stack: [],
|
|
3857
|
+
lifecycle_status: "active",
|
|
3858
|
+
consume_category: "copy_only_pipeline",
|
|
3859
|
+
mainline_consumer: "",
|
|
3860
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
3861
|
+
},
|
|
3862
|
+
"templates/artifacts/existing-system/增量边界界定文档模版.md": {
|
|
3863
|
+
asset_kind: "pipeline_artifact",
|
|
3864
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3865
|
+
asset_visibility: "user_project",
|
|
3866
|
+
sync_to_user_project: true,
|
|
3867
|
+
sync_target: "project_knowledge",
|
|
3868
|
+
runtime_visibility: "index_only",
|
|
3869
|
+
evidence_role: "template_guidance",
|
|
3870
|
+
user_visible: true,
|
|
3871
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
3872
|
+
applicable_tech_stack: [],
|
|
3873
|
+
lifecycle_status: "active",
|
|
3874
|
+
consume_category: "copy_only_pipeline",
|
|
3875
|
+
mainline_consumer: "",
|
|
3876
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
3877
|
+
},
|
|
3878
|
+
"templates/artifacts/existing-system/改造影响范围评估模版.md": {
|
|
3879
|
+
asset_kind: "pipeline_artifact",
|
|
3880
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3881
|
+
asset_visibility: "user_project",
|
|
3882
|
+
sync_to_user_project: true,
|
|
3883
|
+
sync_target: "project_knowledge",
|
|
3884
|
+
runtime_visibility: "index_only",
|
|
3885
|
+
evidence_role: "template_guidance",
|
|
3886
|
+
user_visible: true,
|
|
3887
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
3888
|
+
applicable_tech_stack: [],
|
|
3889
|
+
lifecycle_status: "active",
|
|
3890
|
+
consume_category: "copy_only_pipeline",
|
|
3891
|
+
mainline_consumer: "",
|
|
3892
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
3893
|
+
},
|
|
3894
|
+
"templates/artifacts/existing-system/数据血缘图模版.md": {
|
|
3895
|
+
asset_kind: "pipeline_artifact",
|
|
3896
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3897
|
+
asset_visibility: "user_project",
|
|
3898
|
+
sync_to_user_project: true,
|
|
3899
|
+
sync_target: "project_knowledge",
|
|
3900
|
+
runtime_visibility: "index_only",
|
|
3901
|
+
evidence_role: "template_guidance",
|
|
3902
|
+
user_visible: true,
|
|
3903
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
3904
|
+
applicable_tech_stack: [],
|
|
3905
|
+
lifecycle_status: "active",
|
|
3906
|
+
consume_category: "copy_only_pipeline",
|
|
3907
|
+
mainline_consumer: "",
|
|
3908
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
3909
|
+
},
|
|
3910
|
+
"templates/artifacts/existing-system/新老逻辑比对日志模版.md": {
|
|
3911
|
+
asset_kind: "pipeline_artifact",
|
|
3912
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3913
|
+
asset_visibility: "user_project",
|
|
3914
|
+
sync_to_user_project: true,
|
|
3915
|
+
sync_target: "project_knowledge",
|
|
3916
|
+
runtime_visibility: "index_only",
|
|
3917
|
+
evidence_role: "template_guidance",
|
|
3918
|
+
user_visible: true,
|
|
3919
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
3920
|
+
applicable_tech_stack: [],
|
|
3921
|
+
lifecycle_status: "active",
|
|
3922
|
+
consume_category: "copy_only_pipeline",
|
|
3923
|
+
mainline_consumer: "",
|
|
3924
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
3925
|
+
},
|
|
3926
|
+
"templates/artifacts/existing-system/紧急回滚手册模版.md": {
|
|
3927
|
+
asset_kind: "pipeline_artifact",
|
|
3928
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3929
|
+
asset_visibility: "user_project",
|
|
3930
|
+
sync_to_user_project: true,
|
|
3931
|
+
sync_target: "project_knowledge",
|
|
3932
|
+
runtime_visibility: "index_only",
|
|
3933
|
+
evidence_role: "template_guidance",
|
|
3934
|
+
user_visible: true,
|
|
3935
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
3936
|
+
applicable_tech_stack: [],
|
|
3937
|
+
lifecycle_status: "active",
|
|
3938
|
+
consume_category: "copy_only_pipeline",
|
|
3939
|
+
mainline_consumer: "",
|
|
3940
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
3941
|
+
},
|
|
3942
|
+
"templates/artifacts/existing-system/隔离适配器方案模版.md": {
|
|
3943
|
+
asset_kind: "pipeline_artifact",
|
|
3944
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3945
|
+
asset_visibility: "user_project",
|
|
3946
|
+
sync_to_user_project: true,
|
|
3947
|
+
sync_target: "project_knowledge",
|
|
3948
|
+
runtime_visibility: "index_only",
|
|
3949
|
+
evidence_role: "template_guidance",
|
|
3950
|
+
user_visible: true,
|
|
3951
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
3952
|
+
applicable_tech_stack: [],
|
|
3953
|
+
lifecycle_status: "active",
|
|
3954
|
+
consume_category: "copy_only_pipeline",
|
|
3955
|
+
mainline_consumer: "",
|
|
3956
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
3957
|
+
},
|
|
3958
|
+
// ── 共享验收模板补充(artifacts/shared 新增) ──
|
|
3959
|
+
"templates/artifacts/shared/ADR模版.md": {
|
|
3960
|
+
asset_kind: "acceptance_template",
|
|
3961
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3962
|
+
asset_visibility: "user_project",
|
|
3963
|
+
sync_to_user_project: true,
|
|
3964
|
+
sync_target: "project_knowledge",
|
|
3965
|
+
runtime_visibility: "index_only",
|
|
3966
|
+
evidence_role: "template_guidance",
|
|
3967
|
+
user_visible: true,
|
|
3968
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
3969
|
+
applicable_tech_stack: [],
|
|
3970
|
+
lifecycle_status: "active",
|
|
3971
|
+
consume_category: "copy_only",
|
|
3972
|
+
mainline_consumer: "",
|
|
3973
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
3974
|
+
},
|
|
3975
|
+
"templates/artifacts/shared/代码审查报告模版.md": {
|
|
3976
|
+
asset_kind: "acceptance_template",
|
|
3977
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3978
|
+
asset_visibility: "user_project",
|
|
3979
|
+
sync_to_user_project: true,
|
|
3980
|
+
sync_target: "project_knowledge",
|
|
3981
|
+
runtime_visibility: "index_only",
|
|
3982
|
+
evidence_role: "template_guidance",
|
|
3983
|
+
user_visible: true,
|
|
3984
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
3985
|
+
applicable_tech_stack: [],
|
|
3986
|
+
lifecycle_status: "active",
|
|
3987
|
+
consume_category: "copy_only",
|
|
3988
|
+
mainline_consumer: "",
|
|
3989
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
3990
|
+
},
|
|
3991
|
+
"templates/artifacts/shared/切片计划模版.md": {
|
|
3992
|
+
asset_kind: "acceptance_template",
|
|
3993
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
3994
|
+
asset_visibility: "user_project",
|
|
3995
|
+
sync_to_user_project: true,
|
|
3996
|
+
sync_target: "project_knowledge",
|
|
3997
|
+
runtime_visibility: "index_only",
|
|
3998
|
+
evidence_role: "template_guidance",
|
|
3999
|
+
user_visible: true,
|
|
4000
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
4001
|
+
applicable_tech_stack: [],
|
|
4002
|
+
lifecycle_status: "active",
|
|
4003
|
+
consume_category: "copy_only",
|
|
4004
|
+
mainline_consumer: "",
|
|
4005
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4006
|
+
},
|
|
4007
|
+
// ── 阶段门禁(type-first 结构: gates/shared, gates/existing-system) ──
|
|
4008
|
+
"templates/gates/shared/gate-任务规划.yaml": {
|
|
4009
|
+
asset_kind: "stage_gate",
|
|
4010
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
4011
|
+
asset_visibility: "user_project",
|
|
4012
|
+
sync_to_user_project: true,
|
|
4013
|
+
sync_target: "project_knowledge",
|
|
4014
|
+
runtime_visibility: "index_only",
|
|
4015
|
+
evidence_role: "template_guidance",
|
|
4016
|
+
user_visible: true,
|
|
4017
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
4018
|
+
applicable_tech_stack: [],
|
|
4019
|
+
lifecycle_status: "active",
|
|
4020
|
+
consume_category: "copy_only_pipeline",
|
|
4021
|
+
mainline_consumer: "",
|
|
4022
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4023
|
+
},
|
|
4024
|
+
"templates/gates/shared/gate-编码与单元测试.yaml": {
|
|
4025
|
+
asset_kind: "stage_gate",
|
|
4026
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
4027
|
+
asset_visibility: "user_project",
|
|
4028
|
+
sync_to_user_project: true,
|
|
4029
|
+
sync_target: "project_knowledge",
|
|
4030
|
+
runtime_visibility: "index_only",
|
|
4031
|
+
evidence_role: "template_guidance",
|
|
4032
|
+
user_visible: true,
|
|
4033
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
4034
|
+
applicable_tech_stack: [],
|
|
4035
|
+
lifecycle_status: "active",
|
|
4036
|
+
consume_category: "copy_only_pipeline",
|
|
4037
|
+
mainline_consumer: "",
|
|
4038
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4039
|
+
},
|
|
4040
|
+
"templates/gates/existing-system/gate-现有系统分析.yaml": {
|
|
4041
|
+
asset_kind: "stage_gate",
|
|
4042
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
4043
|
+
asset_visibility: "user_project",
|
|
4044
|
+
sync_to_user_project: true,
|
|
4045
|
+
sync_target: "project_knowledge",
|
|
4046
|
+
runtime_visibility: "index_only",
|
|
4047
|
+
evidence_role: "template_guidance",
|
|
4048
|
+
user_visible: true,
|
|
4049
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
4050
|
+
applicable_tech_stack: [],
|
|
4051
|
+
lifecycle_status: "active",
|
|
4052
|
+
consume_category: "copy_only_pipeline",
|
|
4053
|
+
mainline_consumer: "",
|
|
4054
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4055
|
+
},
|
|
4056
|
+
"templates/gates/existing-system/gate-编码与单元测试.yaml": {
|
|
4057
|
+
asset_kind: "stage_gate",
|
|
4058
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
4059
|
+
asset_visibility: "user_project",
|
|
4060
|
+
sync_to_user_project: true,
|
|
4061
|
+
sync_target: "project_knowledge",
|
|
4062
|
+
runtime_visibility: "index_only",
|
|
4063
|
+
evidence_role: "template_guidance",
|
|
4064
|
+
user_visible: true,
|
|
4065
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
4066
|
+
applicable_tech_stack: [],
|
|
4067
|
+
lifecycle_status: "active",
|
|
4068
|
+
consume_category: "copy_only_pipeline",
|
|
4069
|
+
mainline_consumer: "",
|
|
4070
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4071
|
+
},
|
|
4072
|
+
"templates/gates/existing-system/gate-试运行.yaml": {
|
|
4073
|
+
asset_kind: "stage_gate",
|
|
4074
|
+
owner_mechanism_id: "mc-standard-asset-contract",
|
|
4075
|
+
asset_visibility: "user_project",
|
|
4076
|
+
sync_to_user_project: true,
|
|
4077
|
+
sync_target: "project_knowledge",
|
|
4078
|
+
runtime_visibility: "index_only",
|
|
4079
|
+
evidence_role: "template_guidance",
|
|
4080
|
+
user_visible: true,
|
|
4081
|
+
applicable_routes: ["artifact_generation", "operation"],
|
|
4082
|
+
applicable_tech_stack: [],
|
|
4083
|
+
lifecycle_status: "active",
|
|
4084
|
+
consume_category: "copy_only_pipeline",
|
|
4085
|
+
mainline_consumer: "",
|
|
4086
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4087
|
+
},
|
|
4088
|
+
// ── 共享管线规则补充(rules/shared 新增) ──
|
|
4089
|
+
"templates/rules/shared/一致性校验规则.md": {
|
|
4090
|
+
asset_kind: "pipeline_rule",
|
|
4091
|
+
owner_mechanism_id: "mc-workflow-contract",
|
|
4092
|
+
asset_visibility: "user_project",
|
|
4093
|
+
sync_to_user_project: true,
|
|
4094
|
+
sync_target: "none",
|
|
4095
|
+
runtime_visibility: "index_only",
|
|
4096
|
+
evidence_role: "template_guidance",
|
|
4097
|
+
user_visible: true,
|
|
4098
|
+
applicable_routes: ["operation"],
|
|
4099
|
+
applicable_tech_stack: [],
|
|
4100
|
+
lifecycle_status: "active",
|
|
4101
|
+
consume_category: "copy_only_pipeline",
|
|
4102
|
+
mainline_consumer: "pipeline_sync",
|
|
4103
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4104
|
+
},
|
|
4105
|
+
"templates/rules/shared/联调验证清单.md": {
|
|
4106
|
+
asset_kind: "pipeline_rule",
|
|
4107
|
+
owner_mechanism_id: "mc-workflow-contract",
|
|
4108
|
+
asset_visibility: "user_project",
|
|
4109
|
+
sync_to_user_project: true,
|
|
4110
|
+
sync_target: "none",
|
|
4111
|
+
runtime_visibility: "index_only",
|
|
4112
|
+
evidence_role: "template_guidance",
|
|
4113
|
+
user_visible: true,
|
|
4114
|
+
applicable_routes: ["operation"],
|
|
4115
|
+
applicable_tech_stack: [],
|
|
4116
|
+
lifecycle_status: "active",
|
|
4117
|
+
consume_category: "copy_only_pipeline",
|
|
4118
|
+
mainline_consumer: "pipeline_sync",
|
|
4119
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4120
|
+
},
|
|
4121
|
+
"templates/rules/shared/覆盖率标准.md": {
|
|
4122
|
+
asset_kind: "pipeline_rule",
|
|
4123
|
+
owner_mechanism_id: "mc-workflow-contract",
|
|
4124
|
+
asset_visibility: "user_project",
|
|
4125
|
+
sync_to_user_project: true,
|
|
4126
|
+
sync_target: "none",
|
|
4127
|
+
runtime_visibility: "index_only",
|
|
4128
|
+
evidence_role: "template_guidance",
|
|
4129
|
+
user_visible: true,
|
|
4130
|
+
applicable_routes: ["operation"],
|
|
4131
|
+
applicable_tech_stack: [],
|
|
4132
|
+
lifecycle_status: "active",
|
|
4133
|
+
consume_category: "copy_only_pipeline",
|
|
4134
|
+
mainline_consumer: "pipeline_sync",
|
|
4135
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4136
|
+
},
|
|
4137
|
+
// ── 系统专属管线规则(rules/new-system, rules/existing-system) ──
|
|
4138
|
+
"templates/rules/new-system/联调设计缺陷判定规则.md": {
|
|
4139
|
+
asset_kind: "pipeline_rule",
|
|
4140
|
+
owner_mechanism_id: "mc-workflow-contract",
|
|
4141
|
+
asset_visibility: "user_project",
|
|
4142
|
+
sync_to_user_project: true,
|
|
4143
|
+
sync_target: "none",
|
|
4144
|
+
runtime_visibility: "index_only",
|
|
4145
|
+
evidence_role: "template_guidance",
|
|
4146
|
+
user_visible: true,
|
|
4147
|
+
applicable_routes: ["operation"],
|
|
4148
|
+
applicable_tech_stack: [],
|
|
4149
|
+
lifecycle_status: "active",
|
|
4150
|
+
consume_category: "copy_only_pipeline",
|
|
4151
|
+
mainline_consumer: "pipeline_sync",
|
|
4152
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4153
|
+
},
|
|
4154
|
+
"templates/rules/existing-system/兼容性检查规则.md": {
|
|
4155
|
+
asset_kind: "pipeline_rule",
|
|
4156
|
+
owner_mechanism_id: "mc-workflow-contract",
|
|
4157
|
+
asset_visibility: "user_project",
|
|
4158
|
+
sync_to_user_project: true,
|
|
4159
|
+
sync_target: "none",
|
|
4160
|
+
runtime_visibility: "index_only",
|
|
4161
|
+
evidence_role: "template_guidance",
|
|
4162
|
+
user_visible: true,
|
|
4163
|
+
applicable_routes: ["operation"],
|
|
4164
|
+
applicable_tech_stack: [],
|
|
4165
|
+
lifecycle_status: "active",
|
|
4166
|
+
consume_category: "copy_only_pipeline",
|
|
4167
|
+
mainline_consumer: "pipeline_sync",
|
|
4168
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4169
|
+
},
|
|
4170
|
+
"templates/rules/existing-system/耦合检测规则.md": {
|
|
4171
|
+
asset_kind: "pipeline_rule",
|
|
4172
|
+
owner_mechanism_id: "mc-workflow-contract",
|
|
4173
|
+
asset_visibility: "user_project",
|
|
4174
|
+
sync_to_user_project: true,
|
|
4175
|
+
sync_target: "none",
|
|
4176
|
+
runtime_visibility: "index_only",
|
|
4177
|
+
evidence_role: "template_guidance",
|
|
4178
|
+
user_visible: true,
|
|
4179
|
+
applicable_routes: ["operation"],
|
|
4180
|
+
applicable_tech_stack: [],
|
|
4181
|
+
lifecycle_status: "active",
|
|
4182
|
+
consume_category: "copy_only_pipeline",
|
|
4183
|
+
mainline_consumer: "pipeline_sync",
|
|
4184
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4185
|
+
},
|
|
4186
|
+
"templates/rules/existing-system/试运行熔断规则.md": {
|
|
4187
|
+
asset_kind: "pipeline_rule",
|
|
4188
|
+
owner_mechanism_id: "mc-workflow-contract",
|
|
4189
|
+
asset_visibility: "user_project",
|
|
4190
|
+
sync_to_user_project: true,
|
|
4191
|
+
sync_target: "none",
|
|
4192
|
+
runtime_visibility: "index_only",
|
|
4193
|
+
evidence_role: "template_guidance",
|
|
4194
|
+
user_visible: true,
|
|
4195
|
+
applicable_routes: ["operation"],
|
|
4196
|
+
applicable_tech_stack: [],
|
|
4197
|
+
lifecycle_status: "active",
|
|
4198
|
+
consume_category: "copy_only_pipeline",
|
|
4199
|
+
mainline_consumer: "pipeline_sync",
|
|
4200
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4201
|
+
},
|
|
4202
|
+
"templates/rules/existing-system/防御性编码规则.md": {
|
|
4203
|
+
asset_kind: "pipeline_rule",
|
|
4204
|
+
owner_mechanism_id: "mc-workflow-contract",
|
|
4205
|
+
asset_visibility: "user_project",
|
|
4206
|
+
sync_to_user_project: true,
|
|
4207
|
+
sync_target: "none",
|
|
4208
|
+
runtime_visibility: "index_only",
|
|
4209
|
+
evidence_role: "template_guidance",
|
|
4210
|
+
user_visible: true,
|
|
4211
|
+
applicable_routes: ["operation"],
|
|
4212
|
+
applicable_tech_stack: [],
|
|
4213
|
+
lifecycle_status: "active",
|
|
4214
|
+
consume_category: "copy_only_pipeline",
|
|
4215
|
+
mainline_consumer: "pipeline_sync",
|
|
4216
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4217
|
+
},
|
|
4218
|
+
"templates/rules/existing-system/雷区反模式清单.md": {
|
|
4219
|
+
asset_kind: "pipeline_rule",
|
|
4220
|
+
owner_mechanism_id: "mc-workflow-contract",
|
|
4221
|
+
asset_visibility: "user_project",
|
|
4222
|
+
sync_to_user_project: true,
|
|
4223
|
+
sync_target: "none",
|
|
4224
|
+
runtime_visibility: "index_only",
|
|
4225
|
+
evidence_role: "template_guidance",
|
|
4226
|
+
user_visible: true,
|
|
4227
|
+
applicable_routes: ["operation"],
|
|
4228
|
+
applicable_tech_stack: [],
|
|
4229
|
+
lifecycle_status: "active",
|
|
4230
|
+
consume_category: "copy_only_pipeline",
|
|
4231
|
+
mainline_consumer: "pipeline_sync",
|
|
4232
|
+
validation_entrypoint: "template_mechanism_auditor",
|
|
4233
|
+
},
|
|
3861
4234
|
};
|
|
3862
4235
|
//# sourceMappingURL=explicit_asset_registry.js.map
|