Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Latticra Identity-Replay Model-3 Refined Pre-Registration

on:
pull_request:
push:
branches:
- main

permissions:
contents: read

jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
persist-credentials: false
- name: Run Latticra identity-replay Model-3 refined preregistration guard
run: sh scripts/test-latticra-identity-replay-model3-refined-preregistration.sh
159 changes: 159 additions & 0 deletions docs/LATTICRA_IDENTITY_REPLAY_MODEL3_REFINED_PREREGISTRATION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
# Latticra Identity-Replay Model-3 Refined Pre-Registration

Status: guarded refined Model-3 sector-charge pre-registration
Date: 2026-05-29 CDT
Scope: target-blind sector-resolved topological charge and family-monotonicity pre-registration before any refined Model-3 prediction runner.

## Purpose

The first Model-3 prediction law was rejected by the guarded target table. The rejection analysis did not authorize a stronger claim; it authorized only a narrower next artifact: a refined pre-registration that locks the required law shape before any new prediction runner.

This artifact records that boundary. It pre-registers the target-blind law requirements for sector-resolved topological charge and family monotonicity. It does not emit mass-ratio predictions, load target ratios, tune against targets, or promote a Higgs checkmate claim.

## Refined Pre-Registration Checkpoint

```text
latticra_identity_replay_model3_refined_preregistration_present=1
pre_registration_id=latticra-identity-replay-model3-refined-sector-charge-preregistration
pre_registration_version=1
refined_model3_law_id=model3-refined-sector-resolved-topological-charge
refinement_gate_reference=reports/identity_replay_model3_refinement_gate.json
refinement_gate_tool_reference=tools/latticra_identity_replay_model3_refinement_gate.py
pre_registration_tool=tools/latticra_identity_replay_model3_refined_preregistration.py
model3_refinement_gate_receipt_hash_valid=1
refinement_gate_required_law_property=target_blind_sector_resolved_topological_charge_with_family_monotonicity
required_refined_model3_property=target_blind_sector_resolved_topological_charge_with_family_monotonicity
refined_model3_preregistration_authorized_by_gate=1
refined_model3_prediction_runner_authorized=0
refined_model3_capacity_gate_required_before_prediction=1
pre_registered_before_refined_prediction=1
target_table_loaded=0
target_comparison_performed=0
mass_ratio_predictions_emitted=0
target_ratio_recovery_evaluated=0
dynamic_range_capacity_evaluated_against_targets=0
measured_masses_used_in_law=0
measured_masses_used_in_kappa=0
target_ratios_used_in_law=0
target_order_labels_as_weights_used=0
particle_features_hand_declared=0
particle_name_to_sector_mapping_used=0
particle_name_to_cost_mapping_used=0
post_target_parameter_tuning_used=0
target_guided_loss_function_used=0
single_global_amplifier_forbidden=1
single_global_amplifier_used=0
sector_resolved_topological_charge_present=1
sector_resolved_topological_trace_required=1
family_monotonicity_constraint_present=1
family_monotonicity_trace_required=1
target_blind_dynamic_range_proof_required_before_prediction=1
minimum_refined_model3_dynamic_range_multiplier_required=5.4744404767584652275663280083338001338306169886721631882430541171586743908036395
ordering_failure_must_be_addressed=1
lepton_family_order_inversion_must_be_addressed=1
low_electroweak_below_electron_must_be_addressed=1
heavy_sector_underamplification_must_be_addressed=1
parameter_count=0
target_count_loaded=0
parameter_count_less_than_target_count=0
negative_controls_present=1
photon_zero_rest_mass_control_required=1
gluon_zero_rest_mass_control_required=1
next_required_artifact=refined Model-3 target-blind dynamic-range capacity gate before any prediction-only runner
candidate_promoted=0
mass_ratio_recovery_claimed=0
standard_model_replacement_claimed=0
higgs_denied=0
higgs_checkmate_claimed=0
higgs_only_causal_closure_challenged=1
simulation_proven=0
reality_simulation_claimed=0
physics_bound_by_simulative_concepts_claimed=0
scientific_claim_promoted=0
refined_model3_pre_registration_receipt_hash_generated=1
```

## Boundary Rules

The refined law may use only substrate-derived trace structure:

```text
state_space_definition=unlabeled replay quotient graph with local branch, coalescence, orientation, and observer-closure incidence
local_update_operator=target-blind replay update over quotient-neighborhood incidence; no particle-name dispatch and no target-ratio loss
observer_projection=projection to quotient-stable identity traces, sector charge, and family-order certificates without target-table loading
identity_quotient=identity classes are grouped only by substrate trace invariants, not by Standard Model particle labels or measured mass order
distance_metric=lexicographic replay obstruction distance: quotient depth, branch-coalescence obstruction, orientation inversion, and observer-closure cost
sector_charge_components=quotient_depth_charge,branch_coalescence_charge,orientation_inversion_charge,observer_closure_charge
family_monotonicity_rule=within any derived sector, replay-family order must be monotone in nested quotient depth and obstruction count before target evaluation
```

Forbidden inputs remain:

```text
measured_particle_masses
target_mass_ratios
target_order_labels_as_weights
particle_name_to_sector_mapping
particle_name_to_cost_mapping
post_target_parameter_tuning
target_guided_loss_function
single_global_amplifier_only
```

## Invocation

Generate the prior gate receipts first:

```sh
python3 tools/latticra_identity_replay_model3_runner.py --predict-only \
> reports/identity_replay_model3_predictions.json
python3 tools/latticra_identity_replay_model3_evaluate.py \
--predictions reports/identity_replay_model3_predictions.json \
--targets docs/LATTICRA_IDENTITY_REPLAY_IMPEDANCE_CANDIDATE_PARTICLE_TABLE.md \
> reports/identity_replay_model3_evaluation.json
python3 tools/latticra_identity_replay_model3_rejection_analysis.py \
--predictions reports/identity_replay_model3_predictions.json \
--evaluation reports/identity_replay_model3_evaluation.json \
> reports/identity_replay_model3_rejection_analysis.json
python3 tools/latticra_identity_replay_model3_refinement_gate.py \
--analysis reports/identity_replay_model3_rejection_analysis.json \
> reports/identity_replay_model3_refinement_gate.json
```

Then pre-register the refined law boundary:

```sh
python3 tools/latticra_identity_replay_model3_refined_preregistration.py \
--refinement-gate reports/identity_replay_model3_refinement_gate.json \
> reports/identity_replay_model3_refined_preregistration.json
```

## Validation

This lane is guarded by:

```sh
sh scripts/test-latticra-identity-replay-model3-refined-preregistration.sh
```

Expected output:

```text
latticra_identity_replay_model3_refined_preregistration: ok
```

It is also included in the public Higgs chain verifier:

```sh
make verify-higgs-chain
```

## Next Recommended Lane

```text
Refined Model-3 target-blind dynamic-range capacity gate before any prediction-only runner.
```

## Non-Claims

This refined Model-3 pre-registration is not a Latticra mass recovery, not a Standard Model replacement, not a denial of CERN/ATLAS/CMS data, not a denial of the Higgs boson, not a proof that reality is simulated, not physics measurement, not experimental evidence, not a completed particle spectrum derivation, not final checkmate against Higgs, not external oracle evidence, not independent reproduction, not a Standard Model precision-shadow pass, not a new experimental prediction, not scientific claim promotion, not runtime execution, not effect execution, not production readiness, not operating-system completeness, and not public promotion of a final scientific conclusion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
# Latticra Identity-Replay Model-3 Refined Pre-Registration Status

Status: guarded refined Model-3 pre-registration status
Date: 2026-05-29 CDT
Scope: status checkpoint for the target-blind sector-resolved topological charge pre-registration after Model-3 rejection analysis.

## Summary

The refined Model-3 pre-registration lane is present. It is authorized by the Model-3 refinement gate, but it does not authorize a prediction runner by itself.

The status meaning is narrow: Latticra has recorded the next law boundary required by the Model-3 failure. It has not recovered mass ratios, replaced the Standard Model, denied the Higgs boson, or promoted a scientific claim.

## Status Fields

```text
latticra_identity_replay_model3_refined_preregistration_present=1
pre_registration_id=latticra-identity-replay-model3-refined-sector-charge-preregistration
refined_model3_law_id=model3-refined-sector-resolved-topological-charge
pre_registration_tool=tools/latticra_identity_replay_model3_refined_preregistration.py
refinement_gate_tool_reference=tools/latticra_identity_replay_model3_refinement_gate.py
model3_refinement_gate_receipt_hash_valid=1
refinement_gate_required_law_property=target_blind_sector_resolved_topological_charge_with_family_monotonicity
required_refined_model3_property=target_blind_sector_resolved_topological_charge_with_family_monotonicity
refined_model3_preregistration_authorized_by_gate=1
refined_model3_prediction_runner_authorized=0
refined_model3_capacity_gate_required_before_prediction=1
pre_registered_before_refined_prediction=1
target_table_loaded=0
target_comparison_performed=0
mass_ratio_predictions_emitted=0
target_ratio_recovery_evaluated=0
dynamic_range_capacity_evaluated_against_targets=0
measured_masses_used_in_law=0
measured_masses_used_in_kappa=0
target_ratios_used_in_law=0
target_order_labels_as_weights_used=0
particle_name_to_sector_mapping_used=0
particle_name_to_cost_mapping_used=0
post_target_parameter_tuning_used=0
target_guided_loss_function_used=0
single_global_amplifier_forbidden=1
single_global_amplifier_used=0
sector_resolved_topological_charge_present=1
sector_resolved_topological_trace_required=1
family_monotonicity_constraint_present=1
family_monotonicity_trace_required=1
target_blind_dynamic_range_proof_required_before_prediction=1
minimum_refined_model3_dynamic_range_multiplier_required=5.4744404767584652275663280083338001338306169886721631882430541171586743908036395
ordering_failure_must_be_addressed=1
lepton_family_order_inversion_must_be_addressed=1
low_electroweak_below_electron_must_be_addressed=1
heavy_sector_underamplification_must_be_addressed=1
parameter_count=0
target_count_loaded=0
parameter_count_less_than_target_count=0
negative_controls_present=1
photon_zero_rest_mass_control_required=1
gluon_zero_rest_mass_control_required=1
next_required_artifact=refined Model-3 target-blind dynamic-range capacity gate before any prediction-only runner
candidate_promoted=0
mass_ratio_recovery_claimed=0
standard_model_replacement_claimed=0
higgs_denied=0
higgs_checkmate_claimed=0
higgs_only_causal_closure_challenged=1
simulation_proven=0
reality_simulation_claimed=0
physics_bound_by_simulative_concepts_claimed=0
scientific_claim_promoted=0
refined_model3_pre_registration_receipt_hash_generated=1
```

## Public Meaning

```text
Latticra has moved from the first Model-3 failure to a guarded refined pre-registration boundary: sector-resolved topological charge and family monotonicity must be derived target-blind before any new prediction runner.
```

## Guard Validation

This status record is guarded by:

```sh
sh scripts/test-latticra-identity-replay-model3-refined-preregistration.sh
```

Expected output:

```text
latticra_identity_replay_model3_refined_preregistration: ok
```

## Next Recommended Lane

```text
Refined Model-3 target-blind dynamic-range capacity gate before any prediction-only runner.
```

## Non-Claims

This status record is not a Latticra mass recovery, not a Standard Model replacement, not a denial of CERN/ATLAS/CMS data, not a denial of the Higgs boson, not a proof that reality is simulated, not physics measurement, not experimental evidence, not a completed particle spectrum derivation, not final checkmate against Higgs, not independent reproduction, not a Standard Model precision-shadow pass, not a new experimental prediction, not scientific claim promotion, not runtime execution, not effect execution, not production readiness, not operating-system completeness, and not public promotion of a final scientific conclusion.
26 changes: 24 additions & 2 deletions scripts/test-latticra-higgs-chain-verifier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ require_contains() {

doc='docs/LATTICRA_HIGGS_CHALLENGE_ONE_PAGE.md'
status='docs/status/LATTICRA_HIGGS_CHALLENGE_ONE_PAGE_STATUS.md'
refined_doc='docs/LATTICRA_IDENTITY_REPLAY_MODEL3_REFINED_PREREGISTRATION.md'
refined_status='docs/status/LATTICRA_IDENTITY_REPLAY_MODEL3_REFINED_PREREGISTRATION_STATUS.md'
refined_guard='scripts/test-latticra-identity-replay-model3-refined-preregistration.sh'
refined_workflow='.github/workflows/latticra-identity-replay-model3-refined-preregistration.yml'
verifier='scripts/verify-latticra-higgs-chain.sh'
status_index='docs/status/README.md'
docs_hub='docs/README.md'
Expand All @@ -32,7 +36,7 @@ makefile='Makefile'
quality_guard='scripts/test-quality-safety-guards.sh'
workflow='.github/workflows/latticra-higgs-chain-verifier.yml'

for file in "$doc" "$status" "$verifier" "$status_index" "$docs_hub" "$root_readme" "$root_status" "$current_status" "$current_direction" "$upcoming_work" "$makefile" "$quality_guard" "$workflow"
for file in "$doc" "$status" "$refined_doc" "$refined_status" "$refined_guard" "$refined_workflow" "$verifier" "$status_index" "$docs_hub" "$root_readme" "$root_status" "$current_status" "$current_direction" "$upcoming_work" "$makefile" "$quality_guard" "$workflow"
do
require_file "$file"
done
Expand All @@ -54,6 +58,19 @@ do
require_contains 'scientific_claim_promoted=0' "$file"
done

for file in "$refined_doc" "$refined_status"
do
require_contains 'latticra_identity_replay_model3_refined_preregistration_present=1' "$file"
require_contains 'refined_model3_law_id=model3-refined-sector-resolved-topological-charge' "$file"
require_contains 'refined_model3_prediction_runner_authorized=0' "$file"
require_contains 'target_ratios_used_in_law=0' "$file"
require_contains 'particle_name_to_sector_mapping_used=0' "$file"
require_contains 'single_global_amplifier_used=0' "$file"
require_contains 'mass_ratio_recovery_claimed=0' "$file"
require_contains 'higgs_checkmate_claimed=0' "$file"
require_contains 'simulation_proven=0' "$file"
done

for pattern in \
'make verify-higgs-chain' \
'latticra_higgs_chain_verifier: ok' \
Expand Down Expand Up @@ -81,7 +98,8 @@ for pattern in \
'scripts/test-latticra-identity-replay-model2-prediction-failure-analysis.sh' \
'scripts/test-latticra-identity-replay-model3-topological-amplification-preregistration.sh' \
'scripts/test-latticra-identity-replay-model3-prediction-runner.sh' \
'scripts/test-latticra-identity-replay-model3-rejection-analysis.sh'
'scripts/test-latticra-identity-replay-model3-rejection-analysis.sh' \
'scripts/test-latticra-identity-replay-model3-refined-preregistration.sh'
do
require_contains "$pattern" "$verifier"
done
Expand All @@ -91,6 +109,7 @@ trap 'rm -rf "$tmp_dir"' EXIT INT HUP TERM
sh "$verifier" > "$tmp_dir/verifier.out"
require_contains 'latticra_higgs_chain_verifier: ok' "$tmp_dir/verifier.out"
require_contains 'verify_higgs_chain:model3_rejection_analysis: ok' "$tmp_dir/verifier.out"
require_contains 'verify_higgs_chain:model3_refined_preregistration: ok' "$tmp_dir/verifier.out"

require_contains 'LATTICRA_HIGGS_CHALLENGE_ONE_PAGE_STATUS.md' "$status_index"
require_contains 'Higgs Challenge One Page' "$docs_hub"
Expand All @@ -106,7 +125,10 @@ require_contains 'sh ./scripts/test-latticra-higgs-chain-verifier.sh' "$makefile
require_contains 'verify-higgs-chain:' "$quality_guard"
require_contains 'latticra-higgs-chain-verifier:' "$quality_guard"
require_contains 'Run Latticra Higgs chain verifier guard' "$workflow"
require_contains 'Run Latticra identity-replay Model-3 refined preregistration guard' "$refined_workflow"
require_contains 'uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5' "$workflow"
require_contains 'persist-credentials: false' "$workflow"
require_contains 'uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5' "$refined_workflow"
require_contains 'persist-credentials: false' "$refined_workflow"

printf 'latticra_higgs_chain_verifier_guard: ok\n'
Loading
Loading