core/packs/register/default_neutral_v1.json
Shay 0fe907a700 chore(packs): re-seal register packs (ISSUED_AT bump + missing seals)
Round-2 (PR #48) bumped ISSUED_AT in scripts/ratify_register_packs.py
from 2026-05-19 → 2026-05-20 but didn't re-seal existing packs; also
shipped formal_v1 and socratic_v1 with empty mastery_report_sha256 (no
companion .mastery_report.json on disk).

This commit:
- Re-seals all 7 register packs against current ISSUED_AT.
- Adds companion seal files for formal_v1 + socratic_v1 (now ratified).
- Patches both ratify scripts to use ensure_ascii=False when writing
  pack/report files to disk — previous default mangled literal em-dashes
  to — escapes every time the script ran, producing churn.
  Canonical hash form unchanged (still ensure_ascii=True for stability).

Cognition eval byte-identical (100/100/91.7/100).
Register tour green (R5 + R6 invariants hold).
2026-05-20 07:39:38 -07:00

15 lines
565 B
JSON

{
"register_id": "default_neutral_v1",
"version": "1.0.0",
"description": "Default neutral register. Empty realizer overrides and empty discourse markers. Ratification gate is byte-identity with the unregistered realizer path. See ADR-0068.",
"schema_version": "1.0.0",
"mastery_report_sha256": "83e5a7bd968189a548a3019429c33f95bad51150b04f4ffe01ecb015b914533d",
"display_name": "Default neutral",
"depth_preference": "standard",
"realizer_overrides": {},
"discourse_markers": {
"openings": [],
"transitions": [],
"closings": []
}
}