* feat(packs): add pedagogical_v1, precise_v1 register packs + 5 new anchor lens packs Register packs: - pedagogical_v1: fills the reserved 'pedagogical' depth tier (loader had it in _ALLOWED_DEPTH_PREFERENCES since R1 with zero packs using it). Socratic markers in openings/closings; transitions scaffold inquiry progression. - precise_v1: standard depth, disclosure_domain_count=2 override. Focused output (two semantic domains vs default three) with no discourse markers. Distinct from terse_v1 (which forces count=1) and default_neutral_v1 (which has no overrides). Anchor lens packs (all grc or he substrate, all atoms confirmed in language_packs/data lexicons): - grc_zoe_v1: logos.vitality.animate — animate-vitality pole, grc substrate - grc_aletheia_v1: logos.aletheia.verity — unconcealment pole, grc substrate; dual-correction pair with he_logos_v1 (same atom, different substrate + mode) - grc_arche_v1: logos.genesis.origin — generative-origin pole, completes grc quad - he_dabar_v1: logos.utterance.word — divine-word pole, he substrate; dual-correction pair with grc_logos_v1 (same atom, different substrate + mode) - he_chayyim_v1: logos.vitality.animate — covenant-life pole, he substrate; dual-correction pair with grc_zoe_v1 Also updates ratify scripts to include all new IDs in REGISTER_IDS / LENS_IDS tuples so ratify_*.py picks them up on next run. All packs ship with mastery_report_sha256='' — operator runs ratify scripts after merge to seal. No schema changes; all fields within existing loader bounds. * fix(packs): wire R6 boolean knobs into precise_v1 + pedagogical_v1; widen R4 gate Precise: add drop_provenance_tag=true — formal output drops the meta-tag, making it substantively distinct from default_neutral_v1 on the gloss path (not just the rare no-gloss disclosure surface). Pedagogical: add append_semantic_domain_clause=true — expands the gloss with full semantic domain context, giving the learner cognitive anchor points. Pairs with the existing Socratic markers for a genuinely distinct substantive+presentational posture. ratify_register_packs.py: widen _KNOWN_OVERRIDE_KEYS to include the four R6 boolean knobs (drop_provenance_tag, compress_gloss, drop_articles, append_semantic_domain_clause). Validator: isinstance(v, bool). This anticipates R6 landing on main — the R4 gate must know the keys before the packs can ratify. All four keys are informational-only in _KNOWN_OVERRIDE_KEYS until the realizer dispatch code in R6 actually reads them; the gate just needs to not refuse them.
31 lines
1.1 KiB
JSON
31 lines
1.1 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 — 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": "",
|
|
"display_name": "Pedagogical",
|
|
"depth_preference": "pedagogical",
|
|
"realizer_overrides": {
|
|
"append_semantic_domain_clause": true
|
|
},
|
|
"discourse_markers": {
|
|
"openings": [
|
|
"Let's think through this —",
|
|
"Consider:",
|
|
"Here's the core of it —",
|
|
""
|
|
],
|
|
"transitions": [
|
|
"Now, the key move is —",
|
|
"Which raises the question:",
|
|
"Notice that"
|
|
],
|
|
"closings": [
|
|
" — does that step make sense?",
|
|
" — what does that imply for you?",
|
|
" — where does that land?",
|
|
""
|
|
]
|
|
}
|
|
}
|