Companion mastery reports for the 7 new packs added in #47. The squash-merge captured only the first 2 commits of the PR branch and missed the ratification-writeback commit; this restores it on main. * 2 register packs: pedagogical_v1, precise_v1 * 5 anchor-lens packs: grc_zoe_v1, grc_aletheia_v1, grc_arche_v1, he_dabar_v1, he_chayyim_v1 Idempotent against the 6 pre-existing sealed packs.
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"register_id": "pedagogical_v1",
|
|
"version": "1.0.0",
|
|
"description": "Pedagogical register. Uses the 'pedagogical' depth tier to expand disclosure across all available semantic domains, with append_semantic_domain_clause=true to anchor each gloss with full semantic domain context. Discourse markers scaffold Socratic progression \u2014 questions fold back to the learner, transitions move the inquiry forward. Variation is deterministic across (trace_hash, register_id, turn_idx). See ADR-0071, R6.",
|
|
"schema_version": "1.0.0",
|
|
"mastery_report_sha256": "96733f1244621e4951dcf01217f6394417bbdf3143657fedfb41677f8337fbf9",
|
|
"display_name": "Pedagogical",
|
|
"depth_preference": "pedagogical",
|
|
"realizer_overrides": {
|
|
"append_semantic_domain_clause": true
|
|
},
|
|
"discourse_markers": {
|
|
"openings": [
|
|
"Let's think through this \u2014",
|
|
"Consider:",
|
|
"Here's the core of it \u2014",
|
|
""
|
|
],
|
|
"transitions": [
|
|
"Now, the key move is \u2014",
|
|
"Which raises the question:",
|
|
"Notice that"
|
|
],
|
|
"closings": [
|
|
" \u2014 does that step make sense?",
|
|
" \u2014 what does that imply for you?",
|
|
" \u2014 where does that land?",
|
|
""
|
|
]
|
|
}
|
|
}
|