soloforge 1.1.43 → 1.1.45
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/dist/context/adapters/claude_code/claude_md.js +9 -8
- package/dist/context/adapters/claude_code/claude_md.js.map +1 -1
- package/dist/context/adapters/shared/integration_guide.d.ts +28 -0
- package/dist/context/adapters/shared/integration_guide.d.ts.map +1 -0
- package/dist/context/adapters/shared/integration_guide.js +85 -0
- package/dist/context/adapters/shared/integration_guide.js.map +1 -0
- package/dist/context/adapters/shared/workflow_template.d.ts +2 -2
- package/dist/context/adapters/shared/workflow_template.d.ts.map +1 -1
- package/dist/context/adapters/shared/workflow_template.js +17 -20
- package/dist/context/adapters/shared/workflow_template.js.map +1 -1
- package/dist/context/adapters/trae/trae_rules.js +8 -7
- package/dist/context/adapters/trae/trae_rules.js.map +1 -1
- package/dist/context/templates/template_init_sync.d.ts.map +1 -1
- package/dist/context/templates/template_init_sync.js +10 -1
- package/dist/context/templates/template_init_sync.js.map +1 -1
- package/dist/context/templates/workflow_rule_generator.d.ts +9 -0
- package/dist/context/templates/workflow_rule_generator.d.ts.map +1 -1
- package/dist/context/templates/workflow_rule_generator.js +19 -7
- package/dist/context/templates/workflow_rule_generator.js.map +1 -1
- package/dist/domain/engine_helpers.d.ts.map +1 -1
- package/dist/domain/engine_helpers.js +45 -3
- package/dist/domain/engine_helpers.js.map +1 -1
- package/dist/gate/contracts/capability_registry.js +1 -1
- package/dist/gate/contracts/capability_registry.js.map +1 -1
- package/dist/gate/contracts/control_plane_contract.d.ts.map +1 -1
- package/dist/gate/contracts/control_plane_contract.js +8 -28
- package/dist/gate/contracts/control_plane_contract.js.map +1 -1
- package/dist/gate/contracts/tool_actions.d.ts +25 -0
- package/dist/gate/contracts/tool_actions.d.ts.map +1 -0
- package/dist/gate/contracts/tool_actions.js +30 -0
- package/dist/gate/contracts/tool_actions.js.map +1 -0
- package/dist/gate/contracts/tool_invocation_contract_registry.js +1 -1
- package/dist/gate/contracts/tool_invocation_contract_registry.js.map +1 -1
- package/dist/gate/executors/executors_annotation.d.ts.map +1 -1
- package/dist/gate/executors/executors_annotation.js +8 -1
- package/dist/gate/executors/executors_annotation.js.map +1 -1
- package/dist/gate/executors/executors_artifact.d.ts +1 -1
- package/dist/gate/executors/executors_artifact.d.ts.map +1 -1
- package/dist/gate/executors/executors_artifact.js +37 -16
- package/dist/gate/executors/executors_artifact.js.map +1 -1
- package/dist/gate/executors/executors_build.d.ts.map +1 -1
- package/dist/gate/executors/executors_build.js +32 -0
- package/dist/gate/executors/executors_build.js.map +1 -1
- package/dist/gate/executors/executors_deploy.d.ts.map +1 -1
- package/dist/gate/executors/executors_deploy.js +3 -2
- package/dist/gate/executors/executors_deploy.js.map +1 -1
- package/dist/gate/executors/executors_openapi_sync.d.ts.map +1 -1
- package/dist/gate/executors/executors_openapi_sync.js +15 -2
- package/dist/gate/executors/executors_openapi_sync.js.map +1 -1
- package/dist/gate/executors/executors_prerequisite.d.ts +1 -1
- package/dist/gate/executors/executors_prerequisite.d.ts.map +1 -1
- package/dist/gate/executors/executors_prerequisite.js +3 -15
- package/dist/gate/executors/executors_prerequisite.js.map +1 -1
- package/dist/gate/executors/executors_regex_scan.d.ts.map +1 -1
- package/dist/gate/executors/executors_regex_scan.js +9 -0
- package/dist/gate/executors/executors_regex_scan.js.map +1 -1
- package/dist/gate/executors/executors_trace.d.ts.map +1 -1
- package/dist/gate/executors/executors_trace.js +12 -2
- package/dist/gate/executors/executors_trace.js.map +1 -1
- package/dist/gate/gate_engine.d.ts.map +1 -1
- package/dist/gate/gate_engine.js +6 -4
- package/dist/gate/gate_engine.js.map +1 -1
- package/dist/gate/gate_registry_bridge.d.ts.map +1 -1
- package/dist/gate/gate_registry_bridge.js +3 -1
- package/dist/gate/gate_registry_bridge.js.map +1 -1
- package/dist/gate/release/release_issue_scenario_registry/registry.d.ts.map +1 -1
- package/dist/gate/release/release_issue_scenario_registry/registry.js +0 -4
- package/dist/gate/release/release_issue_scenario_registry/registry.js.map +1 -1
- package/dist/server/tools/lazy_loaders.d.ts +0 -1
- package/dist/server/tools/lazy_loaders.d.ts.map +1 -1
- package/dist/server/tools/lazy_loaders.js +1 -1
- package/dist/server/tools/lazy_loaders.js.map +1 -1
- package/dist/server/tools/middleware/authorization.d.ts.map +1 -1
- package/dist/server/tools/middleware/authorization.js +1 -4
- package/dist/server/tools/middleware/authorization.js.map +1 -1
- package/dist/server/tools/sf_doctor.d.ts +7 -0
- package/dist/server/tools/sf_doctor.d.ts.map +1 -1
- package/dist/server/tools/sf_doctor.js +22 -1
- package/dist/server/tools/sf_doctor.js.map +1 -1
- package/dist/server/tools/sf_knowledge.d.ts.map +1 -1
- package/dist/server/tools/sf_knowledge.js +2 -1
- package/dist/server/tools/sf_knowledge.js.map +1 -1
- package/dist/server/tools/sf_task.d.ts.map +1 -1
- package/dist/server/tools/sf_task.js +9 -2
- package/dist/server/tools/sf_task.js.map +1 -1
- package/dist/server/tools/sf_work.d.ts.map +1 -1
- package/dist/server/tools/sf_work.js +2 -1
- package/dist/server/tools/sf_work.js.map +1 -1
- package/dist/verify/audit/probe_rule.d.ts.map +1 -1
- package/dist/verify/audit/probe_rule.js +3 -0
- package/dist/verify/audit/probe_rule.js.map +1 -1
- package/dist/verify/contracts/mechanism_contract_registry/contracts-audit.js +2 -2
- package/dist/verify/contracts/mechanism_contract_registry/contracts-audit.js.map +1 -1
- package/dist/verify/contracts/mechanism_contract_registry/contracts-governance.js +1 -1
- package/dist/verify/contracts/mechanism_contract_registry/contracts-governance.js.map +1 -1
- package/package.json +1 -1
- package/templates/build/Bug/345/210/206/346/236/220.md +0 -6
- package/templates/build/Git/346/223/215/344/275/234.md +0 -4
- package/templates/build/OOD/350/256/276/350/256/241/346/221/230/350/246/201.md +0 -10
- package/templates/build/React/346/216/245/345/217/243/351/233/206/346/210/220.md +0 -4
- package/templates/build/Schema/345/217/230/346/233/264/346/265/201/346/260/264/347/272/277.md +0 -11
- package/templates/build/TS/350/264/250/351/207/217/345/256/241/346/237/245.md +0 -2
- package/templates/build//344/270/212/346/270/270/344/272/244/345/217/211/351/252/214/350/257/201.md +0 -1
- package/templates/build//344/270/273/351/223/276/350/267/257/346/216/245/345/205/245/351/252/214/350/257/201.md +4 -10
- package/templates/build//344/273/243/347/240/201/351/227/250/347/246/201.md +0 -9
- package/templates/build//345/205/250/346/240/210/346/265/201/347/250/213/344/277/256/345/244/215.md +0 -4
- package/templates/build//345/210/207/347/211/207/346/211/247/350/241/214/347/272/252/345/276/213.md +0 -1
- package/templates/build//345/210/207/347/211/207/347/253/257/345/210/260/347/253/257/351/252/214/350/257/201.md +0 -1
- package/templates/build//345/212/237/350/203/275/345/274/200/345/217/221.md +0 -9
- package/templates/build//345/220/216/347/253/257/345/256/236/347/216/260.md +0 -21
- package/templates/build//345/220/216/347/253/257/345/256/236/347/216/260/345/267/245/347/250/213.md +0 -5
- package/templates/build//345/220/216/347/253/257/345/256/236/347/216/260/345/267/245/347/250/213/345/256/241/346/237/245.md +0 -6
- package/templates/build//345/220/216/347/253/257/346/216/245/345/217/243/345/256/236/347/216/260.md +0 -9
- package/templates/build//345/233/275/351/231/205/345/214/226.md +0 -4
- package/templates/build//345/256/211/345/205/250/345/212/240/345/233/272/346/265/201/346/260/264/347/272/277.md +0 -10
- package/templates/build//345/256/211/345/205/250/345/256/241/346/237/245.md +0 -2
- package/templates/build//345/256/211/345/205/250/345/256/241/350/256/241.md +0 -6
- package/templates/build//345/267/245/347/250/213/347/272/252/345/276/213.md +0 -4
- package/templates/build//346/200/247/350/203/275/345/210/206/346/236/220.md +0 -6
- package/templates/build//346/200/247/350/203/275/346/265/201/346/260/264/347/272/277.md +0 -10
- package/templates/build//346/216/245/345/217/243/351/233/206/346/210/220/346/265/201/346/260/264/347/272/277.md +0 -10
- package/templates/build//346/225/260/346/215/256/345/272/223/350/277/201/347/247/273.md +0 -11
- package/templates/build//346/226/260/350/200/201/351/200/273/350/276/221/346/257/224/345/257/271/346/227/245/345/277/227.md +0 -9
- package/templates/build//346/235/203/351/231/220/350/256/244/350/257/201.md +0 -4
- package/templates/build//346/265/213/350/257/225/344/274/230/345/205/210/347/274/226/347/240/201.md +0 -12
- package/templates/build//346/265/213/350/257/225/350/256/241/345/210/222.md +0 -7
- package/templates/build//346/265/213/350/257/225/350/264/250/351/207/217.md +0 -4
- package/templates/build//347/206/224/346/226/255/351/231/215/347/272/247.md +0 -4
- package/templates/build//347/212/266/346/200/201/346/265/201/350/275/254.md +0 -4
- package/templates/build//347/272/246/346/235/237/345/256/236/347/216/260.md +0 -4
- package/templates/build//347/274/226/347/240/201/345/260/261/347/273/252/345/256/241/346/237/245.md +0 -2
- package/templates/build//347/274/226/347/240/201/350/264/250/351/207/217.md +0 -4
- package/templates/build//347/274/226/347/240/201/351/230/266/346/256/265/346/211/247/350/241/214.md +0 -9
- package/templates/build//347/274/272/351/231/267/347/256/241/347/220/206.md +0 -4
- package/templates/build//350/200/246/345/220/210/346/243/200/346/265/213.md +0 -3
- package/templates/build//350/260/203/350/257/225/346/216/222/346/237/245.md +0 -10
- package/templates/build//350/264/250/351/207/217/345/256/241/346/237/245.md +0 -2
- package/templates/build//350/277/201/347/247/273/346/265/201/346/260/264/347/272/277.md +0 -11
- package/templates/build//351/200/232/347/224/250/350/264/250/351/207/217.md +0 -15
- package/templates/build//351/207/215/346/236/204/346/226/271/346/241/210.md +0 -6
- package/templates/build//351/207/215/346/236/204/346/265/201/346/260/264/347/272/277.md +0 -10
- package/templates/build//351/230/262/345/276/241/346/200/247/347/274/226/347/240/201.md +0 -3
- package/templates/build//351/233/206/346/210/220/351/252/214/350/257/201.md +0 -9
- package/templates/build//351/233/267/345/214/272/345/217/215/346/250/241/345/274/217.md +0 -3
- package/templates/build//351/252/214/346/224/266/346/240/207/345/207/206/345/256/241/346/237/245.md +0 -2
- package/templates/build//351/252/214/346/224/266/346/265/213/350/257/225/350/247/204/345/210/222.md +0 -9
- package/templates/design/API/346/216/245/345/217/243/350/247/204/346/240/274/346/226/207/346/241/243.md +0 -24
- package/templates/design/API/350/256/276/350/256/241.md +0 -4
- package/templates/design/N/345/212/2401/346/237/245/350/257/242.md +0 -4
- package/templates/design/OOD/350/256/276/350/256/241.md +0 -11
- package/templates/design//344/270/215/347/241/256/345/256/232/346/227/266/345/244/264/350/204/221/351/243/216/346/232/264.md +0 -2
- package/templates/design//344/273/273/345/212/241/346/213/206/350/247/243.md +0 -9
- package/templates/design//344/273/273/345/212/241/350/247/204/345/210/222.md +0 -11
- package/templates/design//344/274/232/350/257/235/346/201/242/345/244/215-procedures.md +0 -10
- package/templates/design//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 -15
- package/templates/design//345/205/274/345/256/271/346/200/247/346/243/200/346/237/245.md +0 -2
- package/templates/design//345/210/207/347/211/207/350/247/204/345/210/222.md +0 -1
- package/templates/design//345/210/207/347/211/207/350/256/241/345/210/222.md +0 -17
- package/templates/design//345/211/215/347/253/257/346/200/247/350/203/275.md +0 -4
- package/templates/design//345/216/206/345/217/262/351/201/227/347/225/231/351/233/267/345/214/272/346/270/205/345/215/225.md +0 -11
- package/templates/design//345/216/237/345/236/213/346/272/220/347/240/201/346/217/220/345/217/226.md +0 -1
- package/templates/design//345/216/237/345/236/213/350/257/264/346/230/216.md +0 -15
- package/templates/design//345/216/237/345/236/213/350/257/264/346/230/216/345/256/241/346/237/245.md +0 -2
- package/templates/design//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.md +0 -11
- package/templates/design//345/221/275/344/273/244/346/211/247/350/241/214-procedures.md +0 -10
- package/templates/design//345/221/275/344/273/244/350/267/257/347/224/261-procedures.md +0 -2
- package/templates/design//345/221/275/345/220/215.md +0 -4
- package/templates/design//345/242/236/351/207/217/350/276/271/347/225/214/347/225/214/345/256/232/346/226/207/346/241/243.md +0 -11
- package/templates/design//345/267/245/345/205/267/350/260/203/347/224/250-procedures.md +0 -10
- package/templates/design//345/271/266/345/217/221/346/216/247/345/210/266.md +0 -4
- package/templates/design//346/212/200/346/234/257/351/200/211/345/236/213.md +0 -6
- package/templates/design//346/216/245/345/217/243/345/257/271/346/216/245/346/226/271/346/241/210.md +0 -8
- package/templates/design//346/224/271/351/200/240/345/275/261/345/223/215/350/214/203/345/233/264/350/257/204/344/274/260.md +0 -8
- package/templates/design//346/225/260/346/215/256/345/272/223/345/217/230/346/233/264/346/226/271/346/241/210.md +0 -8
- package/templates/design//346/225/260/346/215/256/345/272/223/350/256/276/350/256/241/346/226/207/346/241/243.md +0 -21
- package/templates/design//346/225/260/346/215/256/350/241/200/347/274/230/345/233/276.md +0 -10
- package/templates/design//346/227/240/351/232/234/347/242/215.md +0 -4
- package/templates/design//346/236/266/346/236/204/345/206/263/347/255/226/350/256/260/345/275/225.md +0 -10
- package/templates/design//346/236/266/346/236/204/345/256/241/346/237/245.md +0 -2
- package/templates/design//346/236/266/346/236/204/350/256/276/350/256/241-constraints.md +0 -8
- package/templates/design//346/236/266/346/236/204/350/256/276/350/256/241-procedures.md +0 -19
- package/templates/design//346/236/266/346/236/204/350/256/276/350/256/241.md +0 -16
- package/templates/design//346/246/202/345/277/265/351/252/214/350/257/201/346/265/201/346/260/264/347/272/277.md +0 -12
- package/templates/design//346/272/220/347/240/201/345/216/237/345/236/213/344/272/244/344/273/230.md +4 -10
- package/templates/design//347/216/260/346/234/211/347/263/273/347/273/237/345/267/256/350/267/235/345/210/206/346/236/220.md +0 -15
- package/templates/design//347/237/245/350/257/206/347/273/264/346/212/244/346/265/201/346/260/264/347/272/277.md +0 -10
- package/templates/design//347/254/254/344/270/200/346/200/247/345/216/237/347/220/206/346/216/250/347/220/206.md +0 -2
- package/templates/design//347/264/247/346/200/245/345/233/236/346/273/232/346/211/213/345/206/214.md +0 -12
- package/templates/design//347/274/226/347/240/201/345/211/215/346/276/204/346/270/205.md +4 -10
- package/templates/design//350/200/201/347/263/273/347/273/237/345/210/207/347/211/207/350/247/204/345/210/222.md +0 -2
- package/templates/design//350/207/252/344/270/273/351/200/211/345/236/213.md +0 -10
- package/templates/design//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.md +0 -14
- package/templates/design//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.md +0 -13
- package/templates/design//350/257/246/347/273/206/350/256/276/350/256/241-procedures.md +0 -16
- package/templates/design//350/257/246/347/273/206/350/256/276/350/256/241.md +0 -15
- package/templates/design//350/257/246/347/273/206/350/256/276/350/256/241/345/256/241/346/237/245.md +0 -1
- package/templates/design//350/260/203/350/257/225/346/226/271/346/263/225/350/256/272.md +0 -4
- package/templates/design//350/277/201/347/247/273/350/257/204/344/274/260.md +0 -6
- package/templates/design//351/232/224/347/246/273/351/200/202/351/205/215/345/231/250/346/226/271/346/241/210.md +0 -11
- package/templates/design//351/234/200/346/261/202/345/210/206/346/236/220.md +0 -12
- package/templates/design//351/234/200/346/261/202/346/276/204/346/270/205.md +0 -12
- package/templates/design//351/234/200/346/261/202/350/264/250/351/207/217/345/256/241/346/237/245.md +0 -2
- package/templates/design//351/242/206/345/237/237/351/251/261/345/212/250/350/256/276/350/256/241.md +0 -4
- package/templates/operate//344/270/212/347/272/277/350/247/202/345/257/237.md +0 -7
- package/templates/operate//345/217/221/345/270/203/350/257/264/346/230/216.md +0 -7
- package/templates/operate//345/217/221/345/270/203/350/257/264/346/230/216/345/256/241/346/237/245.md +0 -15
- package/templates/operate//351/203/250/347/275/262/351/205/215/347/275/256/345/256/241/346/237/245.md +0 -15
- package/templates/shared/Diff/345/275/222/345/261/236/350/277/275/350/270/252.md +0 -4
- package/templates/shared/Java/350/264/250/351/207/217/351/227/250/347/246/201.md +0 -4
- package/templates/shared/LLM/351/242/204/347/256/227/347/275/221/345/205/263.md +0 -4
- package/templates/shared/OOD/344/270/216SOLID/350/256/276/350/256/241.md +9 -14
- package/templates/shared//344/272/247/347/211/251Schema/346/263/250/345/206/214/344/270/255/345/277/203.md +0 -4
- package/templates/shared//344/272/247/347/211/251/345/245/221/347/272/246.md +0 -11
- package/templates/shared//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.md +8 -20
- package/templates/shared//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 -18
- package/templates/shared//344/273/273/345/212/241/347/212/266/346/200/201/346/234/272.md +0 -4
- package/templates/shared//344/273/273/345/212/241/347/256/241/347/220/206/345/231/250.md +0 -4
- package/templates/shared//344/274/230/351/233/205/345/201/234/346/234/272.md +0 -4
- package/templates/shared//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 -4
- package/templates/shared//344/275/234/347/224/250/345/237/237/347/247/237/347/272/246.md +0 -4
- package/templates/shared//345/206/262/347/252/201/351/227/250/347/246/201.md +0 -4
- package/templates/shared//345/206/263/347/255/226/347/275/221/345/205/263.md +0 -4
- package/templates/shared//345/210/207/347/211/207/350/201/232/345/220/210/346/243/200/346/237/245.md +1 -1
- package/templates/shared//345/217/230/345/274/202/345/256/241/350/256/241.md +0 -4
- package/templates/shared//345/220/216/347/253/257/345/256/236/347/216/260/345/267/245/347/250/213/345/245/221/347/272/246.md +8 -14
- package/templates/shared//345/221/275/344/273/244/346/211/247/350/241/214.md +0 -11
- package/templates/shared//345/221/275/344/273/244/350/267/257/347/224/261.md +0 -2
- package/templates/shared//345/233/236/345/275/222/347/237/251/351/230/265.md +0 -4
- package/templates/shared//345/244/232/347/247/237/346/210/267.md +0 -4
- package/templates/shared//345/256/241/350/256/241/346/227/245/345/277/227.md +0 -4
- package/templates/shared//345/257/274/345/205/245/345/257/274/345/207/272.md +0 -4
- package/templates/shared//345/267/245/344/275/234/345/214/272/344/272/222/346/226/245/351/224/201.md +0 -4
- package/templates/shared//345/267/245/344/275/234/345/214/272/345/224/244/351/206/222.md +0 -4
- package/templates/shared//345/267/245/344/275/234/346/265/201/345/245/221/347/272/246.md +0 -12
- package/templates/shared//345/267/245/344/275/234/346/265/201/345/257/274/350/210/252/345/245/221/347/272/246.md +0 -16
- package/templates/shared//345/267/245/344/275/234/346/265/201/345/274/225/346/223/216.md +0 -4
- package/templates/shared//345/267/245/344/275/234/346/265/201/346/250/241/347/211/210/345/214/205.md +0 -12
- package/templates/shared//345/267/245/344/275/234/346/265/201/347/241/254/350/247/204/345/210/231/345/245/221/347/272/246.md +3 -8
- package/templates/shared//345/267/245/345/205/267/350/260/203/347/224/250.md +0 -11
- package/templates/shared//345/271/266/345/217/221/351/224/201.md +0 -4
- package/templates/shared//345/274/200/345/217/221/350/200/205/345/256/252/346/263/225.md +0 -4
- package/templates/shared//346/211/247/350/241/214/345/256/210/345/215/253/350/257/204/344/274/260.md +0 -11
- package/templates/shared//346/211/251/345/261/225/347/224/237/345/221/275/345/221/250/346/234/237.md +0 -12
- package/templates/shared//346/212/200/346/234/257/345/206/263/347/255/226/344/270/273/346/235/203.md +7 -17
- package/templates/shared//346/212/245/350/241/250/347/273/237/350/256/241.md +0 -4
- package/templates/shared//346/224/257/344/273/230.md +0 -4
- package/templates/shared//346/225/217/346/204/237/344/277/241/346/201/257/345/244/204/347/220/206.md +7 -12
- package/templates/shared//346/225/217/346/204/237/344/277/241/346/201/257/346/211/253/346/217/217.md +0 -4
- package/templates/shared//346/225/260/346/215/256/346/235/203/351/231/220.md +0 -4
- package/templates/shared//346/226/275/345/267/245/346/214/207/344/273/244/345/245/221/347/272/246.md +8 -14
- package/templates/shared//346/227/245/345/277/227/346/262/273/347/220/206.md +0 -11
- package/templates/shared//346/234/272/345/210/266/350/207/252/346/262/273/347/220/206.md +0 -10
- package/templates/shared//346/240/207/345/207/206/350/265/204/344/272/247/350/246/206/347/233/226.md +0 -15
- package/templates/shared//346/240/270/345/277/203/344/275/223/351/252/214/345/216/237/345/210/231.md +0 -11
- package/templates/shared//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 +7 -11
- package/templates/shared//346/250/241/347/211/210Frontmatter.md +0 -1
- package/templates/shared//346/250/241/347/211/210/350/264/241/347/214/256/346/214/207/345/215/227.md +0 -1
- package/templates/shared//346/250/241/347/211/210/350/265/204/344/272/247/345/217/257/350/247/201/346/200/247.md +0 -15
- package/templates/shared//346/262/273/347/220/206/350/277/220/350/241/214/346/227/266/345/276/252/347/216/257.md +0 -4
- package/templates/shared//346/263/250/345/206/214/350/241/250/345/237/272/347/241/200/350/256/276/346/226/275.md +0 -11
- package/templates/shared//346/265/201/345/274/217/345/277/203/350/267/263.md +0 -4
- package/templates/shared//346/274/224/350/277/233/345/233/236/345/275/222/351/227/250/346/216/247.md +0 -19
- package/templates/shared//347/224/250/346/210/267/345/217/215/351/246/210/345/245/221/347/272/246.md +0 -20
- package/templates/shared//347/237/245/350/257/206/344/270/273/346/235/203.md +0 -4
- package/templates/shared//347/237/245/350/257/206/346/262/273/347/220/206.md +0 -11
- package/templates/shared//347/237/245/350/257/206/346/263/250/345/205/245/350/276/271/347/225/214.md +1 -13
- package/templates/shared//347/273/206/350/212/202/347/272/252/345/276/213.md +8 -17
- package/templates/shared//350/204/221/346/232/264/344/270/216/346/226/271/346/241/210/346/216/242/347/264/242.md +7 -18
- package/templates/shared//350/256/241/345/210/222/345/211/215/347/275/256/351/227/250.md +0 -11
- package/templates/shared//350/256/276/350/256/241/344/272/247/347/211/251/345/214/205.md +0 -15
- package/templates/shared//350/257/201/346/215/256/351/251/261/345/212/250/344/270/216/345/217/215/345/271/273/350/247/211.md +8 -17
- package/templates/shared//350/257/255/344/271/211/350/257/201/346/215/256.md +0 -4
- package/templates/shared//350/267/250/345/271/263/345/217/260/350/267/257/345/276/204/345/256/211/345/205/250.md +7 -12
- package/templates/shared//350/276/223/345/205/245/346/235/220/346/226/231/345/245/221/347/272/246.md +0 -11
- package/templates/shared//350/277/220/350/241/214/345/256/211/345/205/250/345/214/205.md +0 -4
- package/templates/shared//351/200/232/347/224/250/345/206/263/347/255/226/347/240/224/350/256/250.md +11 -14
- package/templates/shared//351/200/232/347/224/250/346/234/272/346/242/260/346/235/241/346/254/276.md +0 -4
- package/templates/shared//351/200/232/347/237/245.md +0 -4
- package/templates/shared//351/205/215/347/275/256/344/274/230/345/205/210/347/272/247.md +0 -8
- package/templates/shared//351/205/215/347/275/256/350/220/275/347/233/230/350/276/271/347/225/214.md +0 -11
- package/templates/shared//351/230/262/345/255/244/345/262/233/345/256/236/347/216/260.md +5 -12
- package/templates/shared//351/233/266/351/205/215/347/275/256/345/210/235/345/247/213/345/214/226.md +0 -8
- package/templates/shared//351/252/214/346/224/266/346/250/241/347/211/210/350/276/223/345/207/272/345/245/221/347/272/246.md +0 -15
- package/templates/shared//351/252/214/350/257/201/345/221/275/344/273/244/347/224/237/346/210/220.md +0 -4
- package/templates/shared//351/252/214/350/257/201/345/245/221/347/272/246.md +0 -11
- package/templates/verify/Docker/351/203/250/347/275/262.md +0 -4
- package/templates/verify/POC/347/273/223/350/256/272.md +0 -6
- package/templates/verify/React/345/210/227/350/241/250/350/241/250/346/240/274.md +0 -4
- package/templates/verify/React/347/212/266/346/200/201/347/256/241/347/220/206.md +0 -4
- package/templates/verify/React/347/273/204/344/273/266.md +0 -4
- package/templates/verify/React/350/241/250/345/215/225.md +0 -4
- package/templates/verify/React/350/267/257/347/224/261.md +0 -4
- package/templates/verify/SOLID/344/273/243/347/240/201/345/256/241/346/237/245.md +0 -4
- package/templates/verify/SOLID/350/256/276/350/256/241.md +0 -5
- package/templates/verify/Schema/345/205/274/345/256/271.md +0 -4
- package/templates/verify/Vue/347/212/266/346/200/201/347/256/241/347/220/206.md +0 -4
- package/templates/verify/Vue/347/273/204/344/273/266.md +0 -4
- package/templates/verify/Vue/350/267/257/347/224/261.md +0 -4
- package/templates/verify/enforced.md +5 -5
- package/templates/verify//344/270/212/346/270/270/350/256/276/350/256/241/344/272/244/345/217/211/351/252/214/350/257/201/345/256/241/346/237/245.md +0 -2
- package/templates/verify//344/270/273/351/223/276/350/267/257/346/216/245/345/205/245.md +0 -3
- package/templates/verify//344/272/213/344/273/266/351/251/261/345/212/250.md +0 -4
- package/templates/verify//344/272/213/345/212/241/346/250/241/345/274/217.md +0 -4
- package/templates/verify//344/272/244/344/273/230/345/256/214/345/244/207/346/200/247/345/256/241/346/237/245.md +0 -2
- package/templates/verify//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 -4
- package/templates/verify//344/273/243/347/240/201/345/256/241/346/237/245/346/212/245/345/221/212.md +0 -19
- package/templates/verify//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.md +0 -10
- package/templates/verify//344/274/232/350/257/235/346/201/242/345/244/215.md +0 -3
- package/templates/verify//345/206/263/347/255/226/345/256/214/346/225/264/346/200/247/345/256/241/346/237/245.md +0 -2
- package/templates/verify//345/210/206/351/241/265/346/237/245/350/257/242.md +0 -4
- package/templates/verify//345/211/215/347/253/257/351/241/265/351/235/242.md +0 -6
- package/templates/verify//345/216/206/345/217/262/346/225/260/346/215/256/346/270/205/346/264/227/350/204/232/346/234/254.md +0 -9
- package/templates/verify//345/217/221/345/270/203/345/220/216/345/256/241/346/237/245.md +0 -2
- package/templates/verify//345/220/216/347/253/257API.md +0 -6
- package/templates/verify//345/242/236/345/210/240/346/224/271/346/237/245.md +0 -4
- package/templates/verify//345/244/226/351/203/250/344/276/235/350/265/226.md +0 -4
- package/templates/verify//345/245/221/347/272/246/345/205/274/345/256/271.md +0 -4
- package/templates/verify//345/256/232/346/227/266/344/273/273/345/212/241.md +0 -4
- package/templates/verify//345/256/236/346/227/266/346/216/250/351/200/201.md +0 -4
- package/templates/verify//345/256/241/346/237/245/346/221/230/350/246/201.md +0 -6
- package/templates/verify//345/267/245/344/275/234/346/265/201.md +0 -4
- package/templates/verify//345/271/266/345/217/221/345/256/241/346/237/245.md +0 -2
- package/templates/verify//345/274/202/346/255/245/345/257/274/345/207/272.md +0 -4
- package/templates/verify//346/200/247/350/203/275/345/256/241/346/237/245.md +0 -2
- package/templates/verify//346/216/245/345/217/243/345/245/221/347/272/246.md +0 -4
- package/templates/verify//346/216/245/345/217/243/345/245/221/347/272/246/345/256/241/346/237/245.md +0 -2
- package/templates/verify//346/220/234/347/264/242/346/250/241/345/274/217.md +0 -4
- package/templates/verify//346/225/205/351/232/234/345/244/215/347/233/230.md +0 -14
- package/templates/verify//346/225/260/346/215/256/345/272/223/345/217/230/346/233/264.md +0 -6
- package/templates/verify//346/225/260/346/215/256/351/232/220/347/247/201.md +0 -4
- package/templates/verify//346/226/207/344/273/266/344/270/212/344/274/240.md +0 -4
- package/templates/verify//346/227/245/345/277/227.md +0 -4
- package/templates/verify//346/234/254/345/234/260/346/265/217/350/247/210/345/231/250/351/252/214/346/224/266.md +0 -10
- package/templates/verify//346/240/270/345/277/203/345/267/245/347/250/213/346/211/247/350/241/214.md +0 -3
- package/templates/verify//347/237/245/350/257/206/346/263/250/345/205/245.md +1 -5
- package/templates/verify//347/264/247/346/200/245/344/277/256/345/244/215/346/265/201/346/260/264/347/272/277.md +0 -10
- package/templates/verify//347/274/223/345/255/230/347/255/226/347/225/245.md +0 -4
- package/templates/verify//350/201/224/350/260/203/350/256/276/350/256/241/347/274/272/351/231/267/345/210/244/345/256/232.md +0 -4
- package/templates/verify//350/201/224/350/260/203/351/252/214/350/257/201.md +0 -2
- package/templates/verify//350/256/276/350/256/241/345/256/241/350/256/241.md +0 -10
- package/templates/verify//350/257/225/350/277/220/350/241/214/347/206/224/346/226/255.md +0 -4
- package/templates/verify//350/276/223/345/205/245/346/240/241/351/252/214.md +0 -4
- package/templates/verify//351/203/250/347/275/262/345/217/221/345/270/203.md +0 -9
- package/templates/verify//351/224/231/350/257/257/345/244/204/347/220/206.md +0 -4
- package/templates/verify//351/224/231/350/257/257/350/276/271/347/225/214.md +0 -4
- package/templates/verify//351/232/220/347/247/201/345/256/241/346/237/245.md +0 -3
- package/templates/verify//351/252/214/350/257/201.md +0 -3
- package/CHANGELOG.md +0 -279
- package/dist/context/templates/template_mechanism_auditor.d.ts +0 -123
- package/dist/context/templates/template_mechanism_auditor.d.ts.map +0 -1
- package/dist/context/templates/template_mechanism_auditor.js +0 -679
- package/dist/context/templates/template_mechanism_auditor.js.map +0 -1
- package/dist/gate/release/foundation_scenario_registry.d.ts +0 -51
- package/dist/gate/release/foundation_scenario_registry.d.ts.map +0 -1
- package/dist/gate/release/foundation_scenario_registry.js +0 -235
- package/dist/gate/release/foundation_scenario_registry.js.map +0 -1
- package/dist/gate/release/release_issue_scenario_registry/scenarios_template_contract.d.ts +0 -16
- package/dist/gate/release/release_issue_scenario_registry/scenarios_template_contract.d.ts.map +0 -1
- package/dist/gate/release/release_issue_scenario_registry/scenarios_template_contract.js +0 -254
- package/dist/gate/release/release_issue_scenario_registry/scenarios_template_contract.js.map +0 -1
- package/dist/gate/release/release_issue_scenario_registry/scenarios_template_visibility.d.ts +0 -16
- package/dist/gate/release/release_issue_scenario_registry/scenarios_template_visibility.d.ts.map +0 -1
- package/dist/gate/release/release_issue_scenario_registry/scenarios_template_visibility.js +0 -315
- package/dist/gate/release/release_issue_scenario_registry/scenarios_template_visibility.js.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/index.d.ts +0 -9
- package/dist/verify/contracts/dual_layer_mechanism_registry/index.d.ts.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/index.js +0 -8
- package/dist/verify/contracts/dual_layer_mechanism_registry/index.js.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_audit.d.ts +0 -16
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_audit.d.ts.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_audit.js +0 -423
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_audit.js.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_audit_tail.d.ts +0 -16
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_audit_tail.d.ts.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_audit_tail.js +0 -90
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_audit_tail.js.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_core.d.ts +0 -16
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_core.d.ts.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_core.js +0 -389
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_core.js.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_extension.d.ts +0 -16
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_extension.d.ts.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_extension.js +0 -415
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_extension.js.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_governance.d.ts +0 -16
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_governance.d.ts.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_governance.js +0 -283
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_governance.js.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_infra.d.ts +0 -16
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_infra.d.ts.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_infra.js +0 -256
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_infra.js.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_platform.d.ts +0 -16
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_platform.d.ts.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_platform.js +0 -475
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_platform.js.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_release.d.ts +0 -16
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_release.d.ts.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_release.js +0 -290
- package/dist/verify/contracts/dual_layer_mechanism_registry/mechanisms_release.js.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/shared.d.ts +0 -18
- package/dist/verify/contracts/dual_layer_mechanism_registry/shared.d.ts.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/shared.js +0 -71
- package/dist/verify/contracts/dual_layer_mechanism_registry/shared.js.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/validation.d.ts +0 -66
- package/dist/verify/contracts/dual_layer_mechanism_registry/validation.d.ts.map +0 -1
- package/dist/verify/contracts/dual_layer_mechanism_registry/validation.js +0 -376
- package/dist/verify/contracts/dual_layer_mechanism_registry/validation.js.map +0 -1
|
@@ -307,11 +307,11 @@ checks:
|
|
|
307
307
|
gate: build-gate
|
|
308
308
|
target: "self"
|
|
309
309
|
- id: VRF-G02
|
|
310
|
-
executor:
|
|
311
|
-
rule: "
|
|
312
|
-
severity:
|
|
313
|
-
check_type:
|
|
314
|
-
evidence_required: ["
|
|
310
|
+
executor: semantic
|
|
311
|
+
rule: "所有信任分级为黑盒的审查项必须有人类签署确认(人工签署判断,不可代码确定性判定)"
|
|
312
|
+
severity: info
|
|
313
|
+
check_type: semantic
|
|
314
|
+
evidence_required: ["LLM/人工语义评估结论(pending 标记,advisory 不阻断,随 Reflexion 反馈供客户端 AI 评判)"]
|
|
315
315
|
gate: verify-gate
|
|
316
316
|
target: "self"
|
|
317
317
|
- id: VRF-G03
|
package/templates/verify//344/273/243/347/240/201/345/256/241/346/237/245/346/212/245/345/221/212.md
CHANGED
|
@@ -11,25 +11,6 @@ extra:
|
|
|
11
11
|
- '*'
|
|
12
12
|
domain: verify
|
|
13
13
|
lifecycle_status: active
|
|
14
|
-
companions:
|
|
15
|
-
rules:
|
|
16
|
-
- '安全审查.md:review'
|
|
17
|
-
- '并发审查.md:review'
|
|
18
|
-
- '性能审查.md:review'
|
|
19
|
-
- 'SOLID代码审查.md:review'
|
|
20
|
-
- '架构审查.md:review'
|
|
21
|
-
- '代码可维护性与可观测性审查.md:review'
|
|
22
|
-
- '交付完备性审查.md:review'
|
|
23
|
-
- '决策完整性审查.md:review'
|
|
24
|
-
- '上游设计交叉验证审查.md:review'
|
|
25
|
-
- '接口契约审查.md:review'
|
|
26
|
-
- '上游交叉验证.md:execute'
|
|
27
|
-
- '第一性原理推理.md:review'
|
|
28
|
-
guides: []
|
|
29
|
-
requires_context:
|
|
30
|
-
- file_impact
|
|
31
|
-
consumes:
|
|
32
|
-
- design_doc
|
|
33
14
|
stage: verify
|
|
34
15
|
owner_mechanism: mc-generic-artifact
|
|
35
16
|
---
|
|
@@ -12,19 +12,9 @@ extra:
|
|
|
12
12
|
- '*'
|
|
13
13
|
type: artifact
|
|
14
14
|
lifecycle_status: active
|
|
15
|
-
authority: supporting
|
|
16
|
-
priority: P1
|
|
17
|
-
consumes:
|
|
18
|
-
- mc-code-maintainability-observability-contract
|
|
19
|
-
emits:
|
|
20
|
-
- acceptance_report
|
|
21
|
-
required_evidence:
|
|
22
|
-
- code_observability_work_package
|
|
23
|
-
- review_findings
|
|
24
15
|
version: 1.1.0
|
|
25
16
|
last_reviewed: '2026-06-01'
|
|
26
17
|
domain: verify
|
|
27
|
-
requires_context: []
|
|
28
18
|
stage: verify
|
|
29
19
|
owner_mechanism: mc-code-maintainability-observability-contract
|
|
30
20
|
---
|
|
@@ -11,16 +11,10 @@ extra:
|
|
|
11
11
|
products:
|
|
12
12
|
- '*'
|
|
13
13
|
lifecycle_status: active
|
|
14
|
-
authority: supporting
|
|
15
|
-
priority: P2
|
|
16
14
|
version: 1.1.0
|
|
17
15
|
last_reviewed: '2026-06-01'
|
|
18
|
-
consumes: []
|
|
19
|
-
emits:
|
|
20
|
-
- acceptance_report
|
|
21
16
|
type: artifact
|
|
22
17
|
domain: verify
|
|
23
|
-
requires_context: []
|
|
24
18
|
stage: verify
|
|
25
19
|
owner_mechanism: mc-artifact-contract
|
|
26
20
|
---
|
|
@@ -9,17 +9,8 @@ extra:
|
|
|
9
9
|
type: artifact
|
|
10
10
|
scope:
|
|
11
11
|
- '*'
|
|
12
|
-
system_scope:
|
|
13
|
-
- existing-system
|
|
14
12
|
domain: verify
|
|
15
13
|
lifecycle_status: active
|
|
16
|
-
companions:
|
|
17
|
-
rules: []
|
|
18
|
-
guides: []
|
|
19
|
-
emits:
|
|
20
|
-
- docs/existing-system/历史数据清洗脚本.md
|
|
21
|
-
requires_context: []
|
|
22
|
-
consumes: []
|
|
23
14
|
stage: verify
|
|
24
15
|
owner_mechanism: mc-existing-system-artifact
|
|
25
16
|
---
|
|
@@ -11,16 +11,10 @@ extra:
|
|
|
11
11
|
products:
|
|
12
12
|
- '*'
|
|
13
13
|
lifecycle_status: active
|
|
14
|
-
authority: supporting
|
|
15
|
-
priority: P2
|
|
16
14
|
version: 1.1.0
|
|
17
15
|
last_reviewed: '2026-06-01'
|
|
18
|
-
consumes: []
|
|
19
|
-
emits:
|
|
20
|
-
- acceptance_report
|
|
21
16
|
type: artifact
|
|
22
17
|
domain: verify
|
|
23
|
-
requires_context: []
|
|
24
18
|
stage: verify
|
|
25
19
|
owner_mechanism: mc-backend-implementation-contract
|
|
26
20
|
---
|
|
@@ -11,16 +11,10 @@ extra:
|
|
|
11
11
|
products:
|
|
12
12
|
- '*'
|
|
13
13
|
lifecycle_status: active
|
|
14
|
-
authority: supporting
|
|
15
|
-
priority: P2
|
|
16
14
|
version: 1.2.0
|
|
17
15
|
last_reviewed: '2026-06-04'
|
|
18
|
-
consumes: []
|
|
19
|
-
emits:
|
|
20
|
-
- acceptance_report
|
|
21
16
|
type: artifact
|
|
22
17
|
domain: verify
|
|
23
|
-
requires_context: []
|
|
24
18
|
stage: verify
|
|
25
19
|
owner_mechanism: mc-verifier
|
|
26
20
|
---
|
|
@@ -12,9 +12,6 @@ extra:
|
|
|
12
12
|
products:
|
|
13
13
|
- '*'
|
|
14
14
|
lifecycle_status: active
|
|
15
|
-
authority: supporting
|
|
16
|
-
priority: P1
|
|
17
|
-
emits: []
|
|
18
15
|
version: 1.1.0
|
|
19
16
|
last_reviewed: '2026-06-01'
|
|
20
17
|
domain: verify
|
|
@@ -29,7 +26,6 @@ extra:
|
|
|
29
26
|
|
|
30
27
|
- [ ] 工作流 ID 在 Workflow Contract Registry 中已注册
|
|
31
28
|
- [ ] required_mechanisms 中的每个机制在 Mechanism Contract Registry 中存在
|
|
32
|
-
- [ ] 知识注入边界 (mc-knowledge-injection-boundary) 被引用
|
|
33
29
|
- [ ] workflow scope 覆盖所有预期产出文件
|
|
34
30
|
- [ ] read-only 工作流无 mutation 产出
|
|
35
31
|
- [ ] 验证策略 (verification_strategy) 已声明
|
|
@@ -12,24 +12,10 @@ extra:
|
|
|
12
12
|
products:
|
|
13
13
|
- '*'
|
|
14
14
|
lifecycle_status: active
|
|
15
|
-
authority: supporting
|
|
16
|
-
priority: P2
|
|
17
15
|
version: 1.2.0
|
|
18
16
|
last_reviewed: '2026-06-07'
|
|
19
|
-
consumes: []
|
|
20
|
-
emits:
|
|
21
|
-
- acceptance_report
|
|
22
17
|
type: artifact
|
|
23
18
|
domain: verify
|
|
24
|
-
requires_context: []
|
|
25
|
-
companions:
|
|
26
|
-
rules:
|
|
27
|
-
- '后端实现工程审查.md:execute'
|
|
28
|
-
- '验收标准审查.md:check'
|
|
29
|
-
- '交付完备性审查.md:review'
|
|
30
|
-
- '上游设计交叉验证审查.md:review'
|
|
31
|
-
- '第一性原理推理.md:review'
|
|
32
|
-
guides: []
|
|
33
19
|
stage: verify
|
|
34
20
|
owner_mechanism: mc-generic-artifact
|
|
35
21
|
---
|
|
@@ -11,16 +11,10 @@ extra:
|
|
|
11
11
|
products:
|
|
12
12
|
- '*'
|
|
13
13
|
lifecycle_status: active
|
|
14
|
-
authority: supporting
|
|
15
|
-
priority: P2
|
|
16
14
|
version: 1.1.0
|
|
17
15
|
last_reviewed: '2026-06-01'
|
|
18
|
-
consumes: []
|
|
19
|
-
emits:
|
|
20
|
-
- acceptance_report
|
|
21
16
|
type: artifact
|
|
22
17
|
domain: verify
|
|
23
|
-
requires_context: []
|
|
24
18
|
stage: verify
|
|
25
19
|
owner_mechanism: mc-artifact-contract
|
|
26
20
|
---
|
|
@@ -48,16 +48,6 @@ extra:
|
|
|
48
48
|
- FinalLocalReviewAccess 包含 frontend_urls/backend_urls/docs_or_swagger_urls
|
|
49
49
|
- validateFinalAccess passed
|
|
50
50
|
lifecycle_status: active
|
|
51
|
-
authority: supporting
|
|
52
|
-
priority: P1
|
|
53
|
-
consumes:
|
|
54
|
-
- mc-local-acceptance
|
|
55
|
-
emits:
|
|
56
|
-
- browser_acceptance_report
|
|
57
|
-
- service_urls
|
|
58
|
-
required_evidence:
|
|
59
|
-
- workflow_id
|
|
60
|
-
- required_mechanisms
|
|
61
51
|
version: 1.1.0
|
|
62
52
|
last_reviewed: '2026-06-01'
|
|
63
53
|
domain: verify
|
|
@@ -3,7 +3,7 @@ id: ka-checklist-知识注入验收清单
|
|
|
3
3
|
kind: artifact
|
|
4
4
|
title: 知识注入
|
|
5
5
|
sync_policy: copy_to_project
|
|
6
|
-
status:
|
|
6
|
+
status: retired
|
|
7
7
|
extra:
|
|
8
8
|
name: knowledge-injection-acceptance
|
|
9
9
|
type: artifact
|
|
@@ -12,15 +12,11 @@ extra:
|
|
|
12
12
|
products:
|
|
13
13
|
- '*'
|
|
14
14
|
lifecycle_status: active
|
|
15
|
-
authority: supporting
|
|
16
|
-
priority: P1
|
|
17
|
-
emits: []
|
|
18
15
|
version: 1.1.0
|
|
19
16
|
last_reviewed: '2026-06-01'
|
|
20
17
|
domain: verify
|
|
21
18
|
verification_layer: L2
|
|
22
19
|
stage: verify
|
|
23
|
-
owner_mechanism: mc-knowledge-injection-boundary
|
|
24
20
|
---
|
|
25
21
|
|
|
26
22
|
# 知识注入验收清单
|
|
@@ -29,16 +29,6 @@ extra:
|
|
|
29
29
|
products:
|
|
30
30
|
- '*'
|
|
31
31
|
lifecycle_status: active
|
|
32
|
-
authority: supporting
|
|
33
|
-
priority: P1
|
|
34
|
-
consumes:
|
|
35
|
-
- mc-delivery-gate
|
|
36
|
-
emits:
|
|
37
|
-
- incident_report
|
|
38
|
-
- hotfix_result
|
|
39
|
-
- postmortem_report
|
|
40
|
-
required_evidence:
|
|
41
|
-
- execution_evidence
|
|
42
32
|
version: 1.1.0
|
|
43
33
|
last_reviewed: '2026-06-01'
|
|
44
34
|
domain: verify
|
|
@@ -23,17 +23,7 @@ extra:
|
|
|
23
23
|
products:
|
|
24
24
|
- '*'
|
|
25
25
|
lifecycle_status: active
|
|
26
|
-
authority: supporting
|
|
27
26
|
domain: verify
|
|
28
|
-
priority: P2
|
|
29
|
-
consumes:
|
|
30
|
-
- mc-command-router
|
|
31
|
-
- mc-knowledge-injection-boundary
|
|
32
|
-
- mc-intent-expander
|
|
33
|
-
emits:
|
|
34
|
-
- audit_report
|
|
35
|
-
- new-system
|
|
36
|
-
- existing-system
|
|
37
27
|
applicable_tech_stack:
|
|
38
28
|
- '*'
|
|
39
29
|
verification_layer: L2
|
|
@@ -23,15 +23,6 @@ extra:
|
|
|
23
23
|
products:
|
|
24
24
|
- '*'
|
|
25
25
|
lifecycle_status: active
|
|
26
|
-
authority: supporting
|
|
27
|
-
priority: P1
|
|
28
|
-
consumes:
|
|
29
|
-
- mc-delivery-gate
|
|
30
|
-
emits:
|
|
31
|
-
- release_record
|
|
32
|
-
- deployment_verification
|
|
33
|
-
required_evidence:
|
|
34
|
-
- execution_evidence
|
|
35
26
|
version: 1.2.0
|
|
36
27
|
last_reviewed: '2026-06-04'
|
|
37
28
|
domain: verify
|