From 31370d7441e3ec1301301df164618469db8e3cc9 Mon Sep 17 00:00:00 2001 From: Allaun Silverfox <28494262+allaunthefox@users.noreply.github.com> Date: Sat, 16 May 2026 17:21:03 -0500 Subject: [PATCH] Add Sidon 16D anchor pack --- .../examples/famm_16d_sidon_anchor_pack.json | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 shared-data/examples/famm_16d_sidon_anchor_pack.json diff --git a/shared-data/examples/famm_16d_sidon_anchor_pack.json b/shared-data/examples/famm_16d_sidon_anchor_pack.json new file mode 100644 index 00000000..69d33ded --- /dev/null +++ b/shared-data/examples/famm_16d_sidon_anchor_pack.json @@ -0,0 +1,51 @@ +{ + "anchor_pack": "sidon_famm_map", + "basis_layer": "SIDON_FAMM_MAP", + "version": "0.1.0", + "anchors": [ + { + "id": "SIDON_PAIR_SUM_GATE", + "vector_axes": { + "1_additive_address": 0.98, + "2_semantic_mass": 0.6, + "11_scar": 0.08, + "13_invariant": 0.95, + "14_receipt": 0.96 + }, + "handoff_gate": "pair_sum_injectivity_receipt" + }, + { + "id": "SIDON_COLLISION_COARSENER", + "vector_axes": { + "1_additive_address": 0.82, + "6_closure": 0.66, + "7_residual_seal": 0.7, + "11_scar": 0.94, + "14_receipt": 0.8 + }, + "handoff_gate": "collision_scar_coarsening_receipt" + }, + { + "id": "TWO_LAYER_KINETIC_SIDON_FLOW", + "vector_axes": { + "2_semantic_mass": 0.72, + "8_cfd_residual": 0.52, + "9_oscillation": 0.74, + "13_invariant": 0.78, + "14_receipt": 0.74 + }, + "handoff_gate": "kinetic_to_sidon_flow_receipt" + }, + { + "id": "QUATERNION_PHASE_SIDON_FIELD", + "vector_axes": { + "3_z_pole": 0.58, + "6_chirality": 0.78, + "10_surface_geometry": 0.7, + "13_invariant": 0.82, + "14_receipt": 0.76 + }, + "handoff_gate": "phase_signature_anti_alias_receipt" + } + ] +}