* 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.
18 lines
812 B
JSON
18 lines
812 B
JSON
{
|
|
"register_id": "precise_v1",
|
|
"version": "1.0.0",
|
|
"description": "Precise register. Standard depth with disclosure_domain_count=2 and drop_provenance_tag=true. Exposes exactly two semantic domains (focused but not terse), and drops the parenthetical meta-tag from gloss output — giving formal, clean surface text. Occupies the focused/technical pole: more substantive than terse_v1 (count=1) but narrower than default_neutral_v1 (count=3, no tag suppression). See ADR-0068, ADR-0070, R6.",
|
|
"schema_version": "1.0.0",
|
|
"mastery_report_sha256": "",
|
|
"display_name": "Precise",
|
|
"depth_preference": "standard",
|
|
"realizer_overrides": {
|
|
"disclosure_domain_count": 2,
|
|
"drop_provenance_tag": true
|
|
},
|
|
"discourse_markers": {
|
|
"openings": [],
|
|
"transitions": [],
|
|
"closings": []
|
|
}
|
|
}
|