Research-Stack/6-Documentation/docs/claims/manifest_v1.json
allaun 73db623848 feat(silversight): Phase 1 core + claim promotions + theorem triage
Phase 1 core (7 new Lean files, 3307 jobs, 0 errors):
- Schema.lean: Schema class with 6 type instances
- WireFormat.lean: WireFormat structure + Layout enum
- ProductSchema.lean: Schema (α × β) instance
- ProductWireFormat.lean: Row-major pair encoders with roundTrip proofs
- Receipt.lean: Receipt structure + GateType enum
- Bind.lean: bindReceipt composition + 8 theorems
- SilverSight.lean: root import module

Claim promotions (3 claims → VERIFIED):
- silversight_claim_q16_unified: FixedPoint.lean 12 theorems, 0 sorry
- silversight_claim_eigensolid_convergence: BraidEigensolid.lean:175
- silversight_claim_receipt_invertible: BraidEigensolid.lean:249

Theorem triage (3,057 theorems classified):
- TIER_1_CORE: 118 theorems (6 modules, direct port)
- TIER_2_FOUNDATION: 1,591 theorems (121 modules)
- TIER_3_EXTENSION: 1,084 theorems (291 modules)
- TIER_4_QUARANTINE: 137 theorems (15 modules)
- TIER_5_EXCLUDED: 127 theorems (18 modules)

Build: SilverSight 3307 jobs, 0 errors, 0 sorries
2026-06-22 13:00:29 -05:00

421 lines
18 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"schema": "silversight_claim_manifest_v1",
"generated_at": "2026-06-22T00:00:00Z",
"version": "0.1",
"claim_states": {
"BEAUTIFUL_PROVISIONAL": "Intuition captured in spec or stub",
"CALIBRATED_ENGINEERING_DELTA": "Implementation exists with #eval witnesses or unit tests",
"REVIEWED": "Independent review confirms no logic leakage",
"VERIFIED": "Lean theorem or hardware receipt proves the claim"
},
"claims": [
{
"id": "silversight_claim_product_schema",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 1,
"description": "Extend Schema to fixed-size product types (alpha x beta) with byteSize and wellFormed theorems",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_product_wireformat",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 1,
"description": "Certified encode/decode/roundTrip row-major wire format for alpha x beta with #eval witness",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_product_layout_bridge",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 1,
"description": "Identity and rowMajor-to-columnar layout bridges for product types",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_product_view",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 1,
"description": "Zero-copy View.fst and View.snd for reading product components without copying",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_numeric_wireformat",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 1,
"description": "Schema and wire format for Q16_16, UInt64, and fixed-size arrays used by braid states",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_braid_state_encoding",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 1,
"description": "Certified row-major wire encoding for BraidState (392 bytes) with encode_size and roundTrip theorems",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_canal_regime",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 1,
"description": "Extract DynamicCanal regime classifier (coherent/stressed/throat) for Core layout selection",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_canal_layout_link",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 1,
"description": "Link DynamicCanal regime to Core CanalLayout.chooseLayout with coherent-regime cost equivalence proof",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_receipt_header",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 1,
"description": "Fixed-size 56-byte ReceiptHeader schema and wire format with fromHeader roundTrip theorem",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_bind_core",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 1,
"description": "Lawful Gate as Kleisli arrow with bind (associativity, left/right identity) and separate Invariant certificate",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_core_integrated",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 1,
"description": "Integrate Receipt and Bind modules into SilverSightCore invariant center",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_research_inventory",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 2,
"description": "Machine-readable map of Research Stack concepts and SilverSight porting candidates",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_triage_manifest",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 2,
"description": "Classify every Research Stack module as keep/delete/transform/quarantine",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_q16_unified",
"state": "VERIFIED",
"phase": 2,
"description": "Unify Q16_16 definitions on SilverSight.FixedPoint as canonical; re-export shim for legacy code",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T12:00:00Z",
"evidence": {
"lean_file": "0-Core-Formalism/lean/Semantics/Semantics/FixedPoint.lean",
"theorems": 12,
"sorry_count": 0,
"axiom_count": 0,
"migration_status": "complete — all 13 modules migrated to canonical FixedPoint.Q16_16",
"proof": "FixedPoint.lean defines canonical Q16_16 with 12 theorems (ext, zero_toInt, one_toInt, epsilon_toInt, epsilon_toInt_pos, zero_mul, mul_zero, one_mul, mul_one, toInt_eq_zero_iff, epsilon_add_pos, piPandigitalCorrect), 0 sorry, 0 axiom. PhysicsScalarBridge provides migration shim for legacy code."
}
},
{
"id": "silversight_claim_rrc_surface",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 2,
"description": "Reconcile RRC/Emit and AVMIsa surfaces with Research Stack sources; AVMIsa.Emit as sole JSON emitter",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_pist_surface",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 2,
"description": "PIST spectral classification surface: token-strand adjacency and matrix classification in Lean",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_shim_transform_plan",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 2,
"description": "Concrete keep/delete/transform verdicts for Research Stack Python shims",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_bind_boundary",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 2,
"description": "Document Core Gate vs CoreFormalism Bind as distinct surfaces; no forced isomorphism required",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_corpus250_source",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 3,
"description": "Extract Corpus250 raw equation records with stable IDs from Research Stack",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_pist_predictions_v1",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 3,
"description": "Build rrc_pist_predictions_250_v1.json: dedup by invariant id, deterministic representative, reproducible matrix hash",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_corpus250_labeled",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 3,
"description": "Regenerate Corpus250.lean from PIST predictions with pistProxyLabel/pistExactLabel populated when present",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_rrc_emit",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 3,
"description": "RrcEmitFixture executable that emits full fixture corpus as AVM-stamped JSON",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_rrc_validation",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 3,
"description": "Validate emitted corpus: schema check, claim-boundary consistency, alignment status",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_concept_index",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 3,
"description": "Searchable stable-ID concept map generator (concepts.json and concepts.md)",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_pist_tests",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 3,
"description": "PIST matrix builder and corpus250 build unit tests: determinism and raw-feature checks",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_eigensolid_convergence",
"state": "VERIFIED",
"phase": 4,
"description": "Verify eigensolid_convergence theorem with #eval witness and documented evaluation model",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T12:00:00Z",
"evidence": {
"lean_file": "0-Core-Formalism/lean/Semantics/Semantics/BraidEigensolid.lean",
"theorem": "eigensolid_convergence",
"line": 175,
"also_present_in": [
"Semantics/BraidVCNBridge.lean:99",
"Semantics/BraidTreeDIATPIST.lean:161",
"Semantics/CERNEigensolidData.lean:157",
"Semantics/GeneticBraidBridge.lean:190"
],
"proof": "Braid crossing loop stabilizes: for any State8 with valid crossing matrix C, crossStep(s) = s after finite k steps. Golden centering s(t+1) = c + φ⁻¹(s(t) - c) ensures convergence."
}
},
{
"id": "silversight_claim_receipt_invertible",
"state": "VERIFIED",
"phase": 4,
"description": "Verify receipt_invertible theorem covering gaps/timing/absence via scar_absent and write_time",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T12:00:00Z",
"evidence": {
"lean_file": "0-Core-Formalism/lean/Semantics/Semantics/BraidEigensolid.lean",
"theorem": "receipt_invertible",
"line": 249,
"also_present_in": [
"Semantics/BraidVCNBridge.lean:114",
"Semantics/BraidTreeDIATPIST.lean:190",
"Semantics/GeneticBraidBridge.lean:198",
"Semantics/F01_Q16_16_FixedPoint.lean:409"
],
"proof": "Given receipt (C, σ, k, ε_seq, t, ∅_scars), the original state is reconstructible within bounded error. Receipt bijectively encodes original state including all gap/timing/absence dimensions."
}
},
{
"id": "silversight_claim_braid_receipt_wire",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 4,
"description": "Certified BraidReceipt wire encoding with encode_size, roundTrip, and wire_invertible theorems",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_compression_benchmark",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 4,
"description": "Reproducible compression benchmark harness against zlib/gzip/brotli/zstd on 1MB/10MB samples",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_canal_tests",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 4,
"description": "DynamicCanal integration tests verifying regime-to-layout mapping matches Core theorems",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_shim_audit",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 5,
"description": "Decision-logic audit script that flags forbidden patterns in Python shims",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_pist_builder_pure_io",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 5,
"description": "PIST matrix builders refactored to pure I/O: no classification or decision logic",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_corpus_builder_pure_io",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 5,
"description": "Corpus250 builder refactored to pure merge: alignment status computed only in Lean",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_review_emitter",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 5,
"description": "SilverSight-native review receipt emitter with answer_sha256 signing",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_shim_cleaned",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 5,
"description": "Remove or relocate decision-bearing Python scripts (chaos_game, spectral_profile)",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_onewire_trit_vm",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 6,
"description": "1-Wire trit VM mapping: pulse to trit and canal regime with roundTrip theorem",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_verilog_extraction",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 6,
"description": "Static Verilog transpilation harness from human-reviewed Lean-to-Verilog map",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_verilator_receipt",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 6,
"description": "Verilator simulation testbench for q16_add_sat with cycle counts and output hashes",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_fpga_build_docs",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 6,
"description": "Tang Nano 20K FPGA build instructions: bitstream build, hash, and UART beacon",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_hardware_receipt_schema",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 6,
"description": "Hardware FPGA receipt schema (v1) with bitstream_hash, source_hash, uart_beacon, and validator",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_cad_harness",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 7,
"description": "CAD geometry gate (Lean) and harness (Python): text-to-CAD through Lean validation",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_dashboard_widget",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 7,
"description": "Hermes dashboard review receipt widget: displays claim-state manifest without decision logic",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_e2e_smoke",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 7,
"description": "End-to-end smoke test: equation text to PIST features to RRC alignment to AVM receipt",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_spec_final",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 8,
"description": "Finalized SilverSight 1.0 specification with resolved open questions and verification report",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_manifest",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 8,
"description": "Machine-readable claim-state manifest v1 with evidence and promotion states",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_evidence_dag",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 8,
"description": "Evidence DAG: visual dependency graph of theorems, modules, and receipts",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
},
{
"id": "silversight_claim_final_verification",
"state": "BEAUTIFUL_PROVISIONAL",
"phase": 8,
"description": "Final verification run: full build, test, lint, and secret-check across all SilverSight targets",
"source": "6-Documentation/docs/plans/SilverSight_completion_pipeline.md",
"updated_at": "2026-06-22T00:00:00Z"
}
]
}