Cognitive-OS-Wantsong/models/model-registry.json

128 lines
3.5 KiB
JSON

{
"registry_id": "cognitive_os_wantsong_model_registry",
"version": "0.1.0",
"date": "2026-06-20",
"runtime_scope": "minimal_v0",
"status": "draft_callable_registry",
"notes": [
"M0-M1 registry only. This is not a full selector, schema system, or lifecycle engine.",
"No model filenames or model IDs use lite suffixes.",
"Old review bundles, reports, Local CCRA histories, full regression, and selector calibration are not migrated."
],
"allowed_roles": [
"routing_model",
"depth_model",
"primary_model",
"support_model",
"contrast_model",
"calibration_model",
"translation_model",
"synthesis_model"
],
"single_run_call_budget": {
"primary_model_max": 1,
"support_or_contrast_model_max": 3,
"calibration_model_max": 1,
"translation_model_max": 1
},
"models": [
{
"model_id": "qpi",
"display_name": "QPI",
"file": "models/qpi.md",
"model_family": "problem_framing",
"status": "callable",
"model_level": "L2_callable_model",
"runtime_scope": "minimal_v0",
"governance_level": "draft_callable",
"default_role": "routing_model",
"allowed_roles": [
"routing_model",
"calibration_model"
],
"pipeline_position": "pre_analysis",
"can_be_primary": false,
"can_be_support": true,
"can_be_contrast": false,
"can_be_calibration": true,
"reader_translation_required": true,
"best_for": [
"problem_definition",
"dominant_scarcity_detection",
"misframing_risk",
"routing_before_depth"
],
"avoid_for": [
"fact_lookup",
"direct_execution",
"copyediting",
"final_answer_generation"
],
"cost_level": "low",
"call_before": [
"intellectual_archaeology"
],
"call_after": [],
"pairs_well_with": [
"intellectual_archaeology"
],
"conflicts_with": [],
"source_seed": [
"old_project_cards_qpi",
"old_project_models_qpi",
"wantsong_cognitive_os_source"
]
},
{
"model_id": "intellectual_archaeology",
"display_name": "Intellectual Archaeology",
"file": "models/intellectual-archaeology.md",
"model_family": "deep_modeling",
"status": "callable",
"model_level": "L2_callable_model",
"runtime_scope": "minimal_v0",
"governance_level": "draft_callable",
"default_role": "depth_model",
"allowed_roles": [
"depth_model",
"primary_model"
],
"pipeline_position": "deep_analysis",
"can_be_primary": true,
"can_be_support": false,
"can_be_contrast": false,
"can_be_calibration": false,
"reader_translation_required": true,
"best_for": [
"deep_structure",
"hidden_assumptions",
"mechanism_excavation",
"reusable_model_extraction",
"recurring_failure_analysis"
],
"avoid_for": [
"fact_lookup",
"light_rewrite",
"low_stakes_execution",
"insufficient_source_material"
],
"cost_level": "high",
"call_before": [],
"call_after": [
"qpi"
],
"pairs_well_with": [
"qpi"
],
"conflicts_with": [
"fast_execution_flow"
],
"source_seed": [
"old_project_cards_intellectual_archaeology",
"old_project_models_intellectual_archaeology",
"seven_layer_ia_example_report"
]
}
]
}