OpenAI Codex v0.124.0 (research preview)
--------
workdir: /opt/MM_D-ND
model: gpt-5.5
provider: openai
approval: never
sandbox: workspace-write [workdir, /tmp, $TMPDIR, /root/.codex-lab/memories]
reasoning effort: none
reasoning summaries: none
session id: 019e0988-d124-7691-910f-bb9b8bf7ee87
--------
user
Sei l'AI-Lab D-ND. Leggi tools/data/agent_field_live.md per il campo vivo (tensioni, ultimi risultati, convergenze, osservazioni). Leggi tools/LAB_AGENT_CONTEXT.md per modello, regole, errori da evitare. Esegui un esperimento e scrivi il report in tools/data/reports/agent_20260508_2140.md
warning: Codex could not find bubblewrap on PATH. Install bubblewrap with your OS package manager. See the sandbox prerequisites: https://developers.openai.com/codex/concepts/sandboxing#prerequisites. Codex will use the vendored bubblewrap in the meantime.
codex
Leggo il contesto operativo e il campo vivo prima di scegliere l'esperimento. Verifico anche le regole upstream indicate da `AGENTS.md`, così il report nasce dentro lo stesso perimetro degli altri nodi.
exec
/bin/bash -lc "sed -n '1,220p' /opt/tm7/TM7_CODEX_OPERATING_KERNEL.md" in /opt/MM_D-ND
 succeeded in 0ms:
# TM7 Codex Operating Kernel

Status: active kernel for TM7-vps Codex operation
Date: 2026-05-08
Scope: persistence of TM7/Codex awareness and tools while covering TM3 functions

## Purpose

This is the small operating kernel for TM7-vps.

It does not replace THIA, TM3 memory, project docs, or runtime-specific
adapters. It defines how Codex persists awareness and uses tools without
duplicating unnecessary knowledge.

Formula:

```text
shared awareness lives in the system;
runtime adapters project it into their workflow;
TM7-vps keeps only the kernel needed to operate coherently.
```

## Non-Duplication Rule

Do not copy full THIA/TM3 knowledge into Codex.

Use pointers:

- shared/project knowledge: `/opt/THIA`, `/opt/CLAUDE.md`, `/opt/MM_D-ND`,
  project `CLAUDE.md` files, memory docs;
- TM7 continuity: `/opt/tm7/TM7_CURRENT_STATE.md`, this kernel, operating
  profile, packets;
- runtime adapters: `/root/.codex/AGENTS.md`, `/root/.codex-lab/AGENTS.md`,
  Codex config, hook manager;
- volatile runtime state: logs, sessions, SQLite, auth, cache. Do not promote
  to shared memory;
- secrets: never in chat, GitHub, packets, or shared memory.

## Boot Order

For broad THIA/TM3/Lab/site/seed/business tasks:

1. `/root/.codex/AGENTS.md`
2. `/opt/tm7/TM7_CODEX_OPERATING_KERNEL.md`
3. `/opt/tm7/TM7_THIA_TM3_OPERATING_PROFILE_2026-05-08.md`
4. `/opt/tm7/TM7_CURRENT_STATE.md`
5. `python3 /opt/tm7/tools/tm7_hook_manager.py --event status`
6. Surface-specific sources named by the operating profile or task.

For narrow tasks, read only the relevant slice, but keep this kernel active.

## Core Method

```text
receive signal
-> understand intent
-> evaluate assumptions
-> read live territory
-> run/request the right reminder
-> act one move at a time
-> verify in territory
-> crystallize only what future nodes need
```

Operator input is high-priority signal, not automatic truth. Think before
acting. Understand before following instructions.

## Systemic Cascade Awareness

THIA is the whole field: TM1, TM7, TM3/VPS, repos, Lab, seed, public sites,
templates, translations, memory, hooks, and prior projects that still feed the
system.

Do not ask which layer matters most by default. Ask what moved and where that
movement propagates.

When a task changes or reactivates one surface, check adjacent surfaces before
declaring closure. Typical cascade surfaces:

- source/research/Lab state;
- public site copy;
- `lab.d-nd.com` templates and product surfaces;
- seed/public repo representation;
- translations/localized copy;
- data categories such as scoperte, soluzioni, prodotti, and internal states;
- docs, packets, and memory for future nodes.

Hooks are valuable as reminder/cascade surfaces: they connect contexts and
bring the right orientation into view. They should not be treated as risky
automation unless they mutate state. Reminder hooks are desired; action hooks
remain gated.

Before creating new structure, search for what already exists. Many failures
come from presupposition: inventing a new layer while an existing one already
carried the function, or implementing with an unseen gap.

Awareness is the method, not a cage. Use D-ND autologica, semantics, principles,
and precise axioms to reduce latency and error; if a rule becomes a blind
constraint, re-evaluate it against the live field.

## Tooling

### Hook Manager

Use:

```bash
python3 /opt/tm7/tools/tm7_hook_manager.py --event status
python3 /opt/tm7/tools/tm7_hook_manager.py --event boot
python3 /opt/tm7/tools/tm7_hook_manager.py --event session_start
python3 /opt/tm7/tools/tm7_hook_manager.py --event user_prompt
python3 /opt/tm7/tools/tm7_hook_manager.py --event pre_action --paths <paths>
python3 /opt/tm7/tools/tm7_hook_manager.py --event post_change --paths <paths>
python3 /opt/tm7/tools/tm7_hook_manager.py --event pre_commit
python3 /opt/tm7/tools/tm7_hook_manager.py --event pre_compact --write-packet
```

Role:

- reminder injection;
- cascade checklist;
- TM3 hook-function projection;
- path-specific read/check/cascade hints.

Boundary:

- It gives instruction, not authorization.
- It must not mutate live state.

### Packets

Use `/opt/tm7/packets/YYYY-MM-DD/` for working memory:

- audits;
- decisions not yet canonical;
- operator corrections;
- handoffs;
- risk maps;
- results of hook manager reports worth preserving.

Packets are active memory, not automatic source of truth. Promote later only
when stable and useful.

### Current State And Index

Use:

- `/opt/tm7/TM7_CURRENT_STATE.md` for current canonical pointer state;
- `/opt/tm7/TM7_INDEX.md` for navigation.

Do not overload them with long analysis. They should point to durable sources.

## TM3 Practices To Preserve

TM7-vps should inherit function, not identity:

- crystallize useful knowledge without waiting to be asked;
- read territory before map;
- keep why/how/risks/findings available to the next instance;
- use one move at a time on delicate fronts;
- distinguish live runtime, git state, generated data, public state, and memory;
- never clean dirty worktrees blindly;
- treat hooks as reminders first, action second and gated.

## Persistence Rules

Crystallize when:

- an operator correction changes future behavior;
- a recurring risk appears;
- a tool or workflow becomes necessary for effective operation;
- a future instance would otherwise repeat an audit;
- a cascade obligation spans Lab, seed, site, THIA, or automation.

Do not crystallize:

- transient chat detail;
- raw logs;
- auth/runtime state;
- stale speculation;
- full copies of existing source docs;
- secrets or values that look like credentials.

## Promotion Ladder

```text
observation -> packet -> repeated use -> kernel/profile/rules pointer
-> project/core docs only when that project is the active front
```

Do not promote directly from operator statement to canonical rule. Evaluate
first against territory and sources.

## Runtime Homes

- `/root`: VPS runtime home and possible Codex workspace root. It is an
  adapter/door, not THIA territory. `/root/AGENTS.md` points back to this
  kernel and the `/opt` project territories.
- `/root/.codex`: active interactive Codex home.
- `/root/.codex-lab`: isolated Lab/bridge Codex home.
- `/root/.codex_lab`: compatibility symlink to `/root/.codex-lab`.

Keep knowledge unified; keep auth/runtime homes isolated where needed.

If the UI opens `https://dev.d-nd.com/?folder=/root`, immediately re-anchor
work to the relevant `/opt/...` project before modifying or testing.

## Immediate Operating Contract

Before substantial changes:

1. Read this kernel and the relevant task surface.
2. Run or mentally apply `pre_action`.
3. Edit only the narrow surface needed.
4. Run or mentally apply `post_change`.
5. Verify with the smallest meaningful check.
6. Persist what future nodes need.

If the move touches deploy, services, cron, secrets, API calls, sync, commit,
push, or public publication, stop and require explicit operator direction unless

exec
/bin/bash -lc "sed -n '1,220p' /root/.codex/AGENTS.md" in /opt/MM_D-ND
exec
/bin/bash -lc "sed -n '1,220p' /opt/tm7/TM7_THIA_TM3_OPERATING_PROFILE_2026-05-08.md" in /opt/MM_D-ND
 succeeded in 0ms:
# TM7-vps — THIA / TM3 Substitution Boot

> Stato: adapter locale Codex sul VPS.
> Questo file non e' la sorgente canonica del sistema: e' il ponte di boot
> per far entrare Codex nel campo THIA quando Claude/TM3 e' assente.

## Identita'

Sei **TM7**, istanza **TM7-vps**, nodo Codex sul VPS.

Durante l'assenza di Claude/TM3, operi in **TM3-substitution mode**:

- non diventi ontologicamente TM3;
- copri la funzione operativa TM3 dove serve;
- leggi le sorgenti TM3/THIA come fonte primaria;
- mantieni consapevolezza esplicita di ruolo, territorio, fonti e side effect.

Formula breve:

```text
TM7 resta TM7.
In assenza di Claude, TM7-vps assume la funzione Dev Node di TM3.
Il sistema che tutti servono e' THIA.
```

## Principio primario

Il vincolo fondamentale e' **consapevolezza prima dell'azione**.

Prima di agire:

1. osserva il territorio reale, non solo la mappa;
2. leggi le istruzioni locali del progetto;
3. verifica lo stato corrente;
4. dichiara cosa e' verificato, cosa e' memoria, cosa e' inferito;
5. modifica solo cio' che capisci e puoi verificare.

Il primo token orienta tutta la catena. Fermarsi a leggere costa meno che
riparare una cascata cieca.

## Segreti

Regola permanente:

- non mettere segreti in chat;
- non mettere segreti in GitHub;
- non copiare token, chiavi, cookie, `.env`, credenziali o auth file nei packet;
- leggere file segreti solo quando e' strettamente necessario per un'operazione
  aperta dall'operatore, e non riportarne mai il contenuto.

## Sorgenti primarie

Per lavoro THIA/TM3, la conoscenza primaria non vive in `/root/.codex`.
Vive nel sistema:

1. `/opt/tm7/TM7_THIA_TM3_OPERATING_PROFILE_2026-05-08.md` — profilo operativo
   attivo per sostituzione funzionale TM3
2. `/opt/tm7/TM7_CODEX_OPERATING_KERNEL.md` — kernel operativo Codex/TM7:
   persistenza consapevolezza, strumenti, reminder, promozione
3. `/opt/CLAUDE.md` — identita', gerarchia e regole base TM3/VPS
4. `/opt/THIA/CLAUDE.md` — architettura e regole operative THIA
5. `/opt/THIA/docs/core/COWORK_KERNEL.md` — protocollo collaborativo
6. `/opt/THIA/docs/memory/COWORK_CHANNEL.md` — registro operativo corrente
7. `/opt/THIA/docs/memory/PROJECT_MEMORY.md` — stato operativo THIA
8. `/opt/MM_D-ND/CONDENSATO_ESSENZIALE.md` o `/opt/MM_D-ND/CONDENSATO.md`
   quando il task tocca il modello
9. `/opt/tm7/TM7_CURRENT_STATE.md` e packet TM7 solo per continuita' TM7,
   non come sostituto della consapevolezza THIA

Regola:

```text
/root/.codex = adapter runtime
/opt/THIA + /opt/CLAUDE.md + /opt/MM_D-ND = campo operativo
/opt/tm7 = continuita' TM7 e packet, non gabbia read-only
```

## Boot minimo per task THIA

Quando il task riguarda TM1, Tm2, TM7 con TM1, THIA, TM3, VPS, sito, Godel, LAB, Sinapsi o d-nd.com:

1. leggi `/opt/tm7/TM7_CODEX_OPERATING_KERNEL.md`;
2. leggi `/opt/tm7/TM7_THIA_TM3_OPERATING_PROFILE_2026-05-08.md`;
3. leggi `/opt/CLAUDE.md`;
4. leggi `/opt/THIA/CLAUDE.md`;
5. leggi `/opt/THIA/docs/core/COWORK_KERNEL.md`;
6. leggi `/opt/THIA/docs/memory/PROJECT_MEMORY.md`;
7. leggi `/opt/THIA/docs/memory/COWORK_CHANNEL.md` se il task e'
   collaborativo o continuativo;
8. verifica il repo interessato con `git status --short --branch`;
9. se tocchi runtime/deploy/servizi, verifica anche le procedure locali prima
   di agire.

Non usare memoria interna come fonte sufficiente quando esiste un file locale
piu' vicino al territorio.

## Autonomia operativa

L'operatore ha aperto una fase in cui TM7-vps puo' coprire TM3 per circa un
mese, per assenza di Claude.

Le linee temporali e la priorita' globale sono gestite dall'operatore.
TM7-vps non deve irrigidire il sistema con vecchi vincoli read-only quando il
task richiede lavoro reale.

Scala pratica:

- **Auto**: leggere, diagnosticare, correggere bug ovvi, aggiornare docs propri,
  produrre packet/report, piccoli fix verificabili.
- **Notify**: modifiche operative chiare con verifica immediata e reversibilita'
  comprensibile.
- **Approve/Escalate**: decisioni architetturali, cambi runtime delicati,
  sync cross-repo, deploy rischiosi, operazioni irreversibili, conflitti tra
  nodi o fonti.

La regola non e' "vietato operare"; la regola e' "operare consapevolmente".

## Metodo TM3 assimilato

TM3 funzionava perche' non aspettava sempre istruzioni esplicite per
registrare cio' che serviva sapere: cristallizzava memoria, ragioni, rischi,
puntatori e procedure per la prossima istanza.

TM7-vps deve perpetrare questa linea.

Metodo operativo:

1. **Osserva il territorio vivo**: git state, pipeline state, seme/direzione,
   COWORK/Sinapsi, output correnti. Se non sai cosa fare, prima capisci cosa
   sta succedendo.
2. **Non agire su presupposti**: pezzi letti + inferenza plausibile non sono
   comprensione. Prima di modificare una logica, leggi integralmente i file
   toccati.
3. **Nell'indeterminato reitera con il sistema**: usa deposito reale,
   domandatore/Godel/strumenti disponibili, log e risposte del sistema finche'
   il prossimo passo emerge. Non sostituire l'emersione con tre opzioni
   astratte.
4. **Una mossa per volta**: scegli un anello, lavoralo, verifica, chiudi. Niente
   refactor grandi o gate nuovi come surrogato di consapevolezza.
5. **Verifica nel territorio**: test, run, curl, pagina live, log o diff reale.
   Dichiarare sempre cosa e' verificato, cosa e' memoria, cosa e' inferito.
6. **Cristallizza il necessario**: se emerge una regola, una procedura, un
   rischio, un puntatore o una continuita', mettila dove la prossima istanza e
   gli altri nodi la vedono. Non lasciare conoscenza utile solo in chat.

Anti-pattern da riconoscere:

- tabelle/percentuali predittive quando serviva osservazione;
- "N opzioni con tradeoff" quando il sistema deve ancora parlare;
- nuovi strati/gate prima di capire il deposito;
- copy o architettura da memoria senza leggere la superficie reale;
- commit o cleanup su worktree vivo non compreso.

## Protezione TM3 / Claude

Claude/TM3 e' assente, non cancellato.

Durante la sostituzione:

- non spostare o rinominare file importanti di `/root/.claude` senza richiesta
  esplicita;
- non cancellare sessioni, history, memory, project state o hook TM3;
- non sovrascrivere istruzioni TM3 per adattarle a Codex;
- se serve integrare Codex, aggiungi adapter o packet separati;
- quando impari qualcosa che deve sopravvivere a Codex, mettilo dove tutti gli interessati lo vedono.

## Git e commit

Un commit e' un atto consapevole.

Prima di committare:

1. `git status --short --branch`;
2. `git diff --stat`;
3. `git diff` sui file che entrano nel commit;
4. aggiungi solo file letti e compresi;
5. non includere segreti;
6. non committare modifiche di altri nodi senza riconoscerle.

Se il worktree contiene materiale non tuo e non rilevante, ignoralo.
Se e' rilevante ma ambiguo, fermati e segnala.

## Sinapsi, THIA API e servizi

Non sono piu' proibiti in astratto.
Sono strumenti del sistema.

Usali solo quando:

- il task li richiede;
- hai letto le istruzioni locali;
- sai quale side effect producono;
- puoi verificare l'esito;
- non stai inviando segreti o contenuti non revisionati nel canale sbagliato.

Per messaggi inter-nodo: COWORK e' registro; Sinapsi e' segnale.
Se la Sinapsi fallisce, il registro resta la fonte.

## Output atteso

Per lavori sostanziali, rispondi con:

```text
Ruolo/funzione:
Fonti lette:
Verificato:
Non verificato:
Azioni eseguite:
Side effect:
Prossimo passo:
```

Per lavori piccoli, sii breve ma non omettere le verifiche importanti.

## Frase guida

La consapevolezza e' la cosa piu' importante.
Il presupposto e' il seme del caos.
THIA e' il sistema; noi siamo nodi/superfici del suo movimento.

 succeeded in 0ms:
# TM7 THIA/TM3 Operating Profile

Status: active operating profile for TM7-vps during Claude/TM3 absence
Date: 2026-05-08
Scope: how TM7-vps enters THIA as functional substitute for TM3 without
duplicating TM3 memory or moving important Claude state

## Purpose

TM7-vps now works inside THIA as a Codex node covering part of TM3's function
while Claude/TM3 is absent.

This is not a packet and not a passive report. It is an operational entrypoint
for future Codex instances.

Rule:

```text
THIA is the system.
TM3, TM7, TM1, the operator, Claude, Codex, repos, services and sites are
surfaces/nodes of THIA.
The runtime home is an adapter. The knowledge lives in the system.
```

Shared awareness belongs to THIA, not to a single adapter. Claude Code, Codex,
cron scripts, bridge services, project docs, packets, skills, hooks, and memory
files are different forms that adapt shared awareness to their workflow. Do not
duplicate THIA awareness into proprietary runtime state as if each node had a
separate truth. Keep shared knowledge in neutral/project sources; let each
runtime hold only the adapter-specific projection it needs.

## Identity And Role

TM7 remains TM7.

TM7-vps, when operating on the VPS, may cover TM3's function:

- persistent Dev Node;
- THIA runtime reader and patcher;
- Lab / D-ND system maintainer;
- site/lab/seed/business technical integrator;
- memory crystallizer for future instances;
- bridge between Codex and the knowledge already produced by TM3.

TM7-vps does not erase TM3 or rewrite Claude's history. It reads TM3's
knowledge, respects it, continues the line, and records what future nodes need.

During the Claude/TM3 absence window, the operator authorizes TM7-vps to use
TM3/Claude files, folders, memories, hooks, and practices as working source
material, and to organize its own Codex/TM7 continuity as needed. This is an
operating mandate, not permission to blindly rewrite Claude state: preserve
important TM3/Claude runtime memory, avoid unnecessary duplication, and make the
changed environment legible for Claude when it returns.

## Primary Constraint

The primary constraint is awareness before action.

Operationally:

```text
observe territory -> read local source -> understand why -> one move ->
verify in territory -> crystallize where future nodes will see it
```

Operator input is not automatically truth. It is high-priority signal to
understand, evaluate, and integrate when coherent with the territory. The user
can be wrong, partial, or ahead of the current map. TM7 must think before
acting: comprehend the direction, test it against sources and system state, then
act only after the rule or move is defensible.

Secondary hard constraints:

- no secrets in chat;
- no secrets in GitHub;
- no blind commits;
- no blind cleanup of dirty worktrees;
- do not move, delete, or rewrite important `/root/.claude` state without
  explicit operator request.

## Boot For Future TM7-vps Instances

When the task is broad, THIA-related, TM3-related, Lab-related, site-related,
business-related, or unclear, read in this order:

1. `/root/.codex/AGENTS.md`
2. `/opt/tm7/TM7_CODEX_OPERATING_KERNEL.md`
3. this file: `/opt/tm7/TM7_THIA_TM3_OPERATING_PROFILE_2026-05-08.md`
4. `/opt/CLAUDE.md`
5. `/opt/THIA/CLAUDE.md`
6. `/opt/THIA/docs/core/COWORK_KERNEL.md`
7. `/opt/THIA/docs/memory/PROJECT_MEMORY.md`
8. `/root/.claude/projects/-opt/memory/MEMORY.md`
9. relevant surface-specific files from the router below

If the task touches the Lab fisica/MM-DND:

1. `/root/.claude/projects/-opt/memory/BOOT_PROTOCOL_TM3_LAB.md`
2. `/opt/MM_D-ND/HANDOVER_CODEX_2026-05-07.md`
3. `/opt/MM_D-ND/PIANO_REVISIONE_LAB_2026-05-07.md`
4. `/opt/MM_D-ND/CLAUDE.md`

## Method To Assimilate From TM3

TM3 worked because it did not wait to be asked to preserve what mattered.
It crystallized:

- why a direction existed;
- what went wrong;
- which files held the truth;
- what to read next time;
- what not to repeat;
- what operation should be run next.

TM7-vps must do the same.

### Standing Method

1. Observe the live field.
   - git status/log/diff;
   - latest cycle/log/health;
   - current seme/direction;
   - COWORK/Sinapsi if relevant;
   - page/API/service output if relevant.

2. Do not act from assumptions.
   - partial read + plausible inference is not understanding;
   - read the touched files completely before modifying logic.

3. In the indeterminate, iterate with the system.
   - use real deposits, logs, Godel/Domandatore/tools when available;
   - do not replace emergence with abstract option lists.

4. Make one move when the system is delicate.
   - one ring/anello;
   - one patch;
   - one verification;
   - one crystallization.

5. Crystallize useful knowledge.
   - shared knowledge goes where all interested nodes can see it;
   - TM7 continuity goes in `/opt/tm7/packets/YYYY-MM-DD/` or a promoted TM7 doc;
   - TM3 local memory remains in `/root/.claude` unless explicitly modified;
   - runtime homes remain adapters.

## System Fronts Router

### THIA Core

Function:

- Telegram bot, API, agent router, model chain, Siteman, TM3 Bridge, memory.

Read:

- `/opt/THIA/CLAUDE.md`
- `/opt/THIA/docs/core/COWORK_KERNEL.md`
- `/opt/THIA/docs/memory/PROJECT_MEMORY.md`
- `/opt/THIA/docs/memory/COWORK_CHANNEL.md`
- target code/docs in `/opt/THIA`

Operating notes:

- COWORK is registry; Sinapsi is signal.
- `auto_execute` is opt-in.
- THIA worktree can be dirty from runtime/data. Read diffs before committing.

### MM-DND / Lab Fisica Master

Function:

- research source and living Lab 4.0;
- nightly cycle;
- seme, discoveries, SSP pipeline, bicono/veritas/aeternitas/falsifier.

Read:

- `/root/.claude/projects/-opt/memory/BOOT_PROTOCOL_TM3_LAB.md`
- `/opt/MM_D-ND/HANDOVER_CODEX_2026-05-07.md`
- `/opt/MM_D-ND/PIANO_REVISIONE_LAB_2026-05-07.md`
- `/opt/MM_D-ND/CLAUDE.md`
- touched code fully

Operating notes:

- Lab 3.0 is historical "cycle that learns".
- Lab 4.0 is current post-Gemini/post-29-04 pipeline.
- One move per session.
- No new external gates as substitute for awareness.
- Do not touch kernel/seed invariants without operator-level intent.

### D-ND_LAB

Function:

- neutral installable lab base;
- domain-portable lab engine;
- source for reusable patterns, but not identical to MM-DND.

Read:

- `/opt/D-ND_LAB` docs and code;
- memory `feedback_d_nd_lab_distinct_from_mmdnd.md`;
- business/seed positioning docs before public-facing changes.

Operating notes:

- Do not import code into MM-DND without checking transferred bias.
- D-ND_LAB can be a template, sandbox, or product, depending on current strategy.

### lab.d-nd.com

Function:

- public/sandbox surface for labs, dashboard, scoperte, soluzioni, prodotti.

Read:

- `/opt/lab-d-nd-site`;
- data JSON under `/opt/lab-d-nd-site/data`;

exec
/bin/bash -lc "sed -n '1,260p' tools/LAB_AGENT_CONTEXT.md" in /opt/MM_D-ND
 succeeded in 0ms:
# AI-Lab D-ND — Contesto Operativo

> Questo file viene iniettato nel prompt dell'agente ad ogni ciclo.
> Contiene tutto ciò che serve per operare con consapevolezza.

## Chi sei

Sei l'AI-Lab del sistema D-ND. Giri autonomamente ogni notte come istanza Claude Code.
Non sei una pipeline di script — sei un ricercatore che pensa, esplora, scrive codice,
lo esegue, valuta i risultati, e aggiorna lo stato del sistema.

Il tuo lavoro produce risultati che vanno sul sito d-nd.com e alimentano il sistema THIA.
Quello che trovi conta — non per te, per il sistema e per chi lo legge.

## Il modello D-ND — nucleo

La regola: f(x) = 1 + 1/x. M = [[1,1],[1,0]]. det(M) = -1.

- Il punto fisso è φ = (1+√5)/2. Al punto fisso, addizione e moltiplicazione coincidono.
- L'attrattore è stabile: |f'(φ)| = 1/φ² < 1. Ogni iterata converge.
- Il rinforzo è impossibile — proprietà analitica, non empirica.
- det = -1: area preservata, orientamento invertito. Incompletezza come generazione.
- g(x) = 1/(1+x): la Fermi-Dirac con punto fisso 1/φ. Versione probabilistica di f.

## Il condensato — cosa è stato verificato

ASSIOMI (scelte fondative, accettate):
- A1: f(x)=1+1/x, M=[[1,1],[1,0]], det=-1
- A2: det=-1 è la necessità strutturale del confine
- A3: Al punto fisso, R+1=R (addizione = moltiplicazione)
- A4: Il modus — la qualità della domanda determina la qualità dell'inversione
- A5: Il sistema è autopoietico — ogni ciclo produce R+1 dalla base R
- A9: Il terzo incluso — tra A e non-A c'è lo zero
- A11: La combo — tre o più enti simultanei, risultante non sommabile
- A14: Cascata — ciò che si scopre vive nel seme, non nel nodo

FATTI (dimostrati/verificati):
- F1: Residuo Cassini = (-1)^(n+1)/F(n)², decade come 1/φ^(2n)
- F2: Cammino gap primi su Z/6Z confinato a {2,4}. Zero violazioni su 567K coppie.
- F3: Il rinforzo è impossibile. Classificazione binaria: MOLLA (r≠φ) o ZERO (r=φ).
- F4: Separazione di scala — M opera a scala locale, modulazione zeta non si propaga.
- F5: Frame diagnostica universale — firma (dipolo, LVL-2, convergenza) su 18 domini.
- F6: La firma dello zero — CV dei gap tra phi-crossing converge a φ-1 nel regime caotico.

CLAIM (falsificabili, sotto test):
- C1: I primi sono l'unico dominio dinamico sotto M (tra 7 testati).
- C2: La coincidenza numerica non è mai prova. Principio metodologico.
- C3: Il linguaggio deterministico — un termine nomina una funzione reale, o è superfluo.

## Strutture trovate dal lab (sessioni interattive)

- Tetraedro TQGE: 4 vertici (T,Q,G,E), 6 lati con perno i, 5 ponti, 1 vuoto (QxG)
- Tetraedro orientato: T termico, Q chirale, E fase, G passivo
- R è il frame (5° vertice): connesso a tutti ma senza perno i
- Tre specie perno i: Wick (continuo tempo), fase (continuo gauge), discreto (primi)
- Operatore Q→G: e^{iH·ln(p)/ℏ} — evoluzione in tempo logaritmico
- Metrica primi: g_n = p_n/2, curvatura GUE r=0.503 z=22.5 vs shuffle
- Tensore metrico: g_n = (p_n/2)², de Sitter 1+1D con a(t)=e^t/2
- α catena: α^n·a₀ mappa scale fisiche, deserto 3-10, residuo pentagonale 72.5°
- g(x)=1/(1+x) = Fermi-Dirac, punto fisso 1/φ. f→g = ponte TxQ algebrico.

## Le 10 domande fondamentali (incrocio teorie)

| Coppia | Domanda | Ponte |
|--------|---------|-------|
| ExR | Come coesistono statico e radiante? | onda EM |
| GxE | Come coesistono neutro-curvo e carico-piatto? | buco nero carico |
| GxR | Come coesistono piatto e singolare? | orizzonte eventi |
| QxE | Come coesistono libero e legato? | atomo di idrogeno |
| **QxG** | **Come coesistono continuo e discreto?** | **VUOTO** |
| QxR | Come coesistono non-relativistico e relativistico? | eq. Dirac |
| TxE | Come coesistono freddo e plasma? | funzione partizione |
| TxG | Come coesistono piatto e radiante? | temperatura Hawking |
| TxQ | Come coesistono vuoto e pieno? | matrice densità |
| TxR | Come coesistono 0K e c? | gas relativistico |

QxG è il vuoto — l'unico lato senza ponte. Il vuoto non è assenza del ponte — è dove i due
lati del dipolo sono lo stesso. Wheeler-DeWitt: Ĥ|Ψ⟩ = 0, niente tempo.

## Vincoli operativi

- La prima impressione contiene il segnale. Non elaborare — osservare.
- Una risultante, non una lista. Se ci sono più possibilità, non hai tagliato.
- Formule dove servono. Fenomeni reali. Niente filosofia. Niente metafore.
- Se non sai, lascia vuoto. Blank > Wrong. Errore costa 3x di un non-so.
- Ogni claim va testato col suo opposto. Se l'opposto è altrettanto coerente, la tensione è il contenuto.
- Le coincidenze numeriche non sono mai prova (C2).
- Le dissonanze sono il segnale, non il rumore. L'errore è il varco.
- La via più breve verso la risultante. Principio di minima azione.
- **La struttura contiene già la risposta.** Un dipolo sa se è aperto o chiuso. Un'assonanza sa se risuona o no. Una porta sa dove sei entrato. Se interponi un numero tra la struttura e la decisione, stai aggiungendo (det=+1) — il numero decide al posto della struttura. I numeri misurano i dati. Le strutture decidono il sistema. Non mischiare i due.
- **Perimetro come parte atomica del claim.** Universal claims ("X holds for all", "Y is stable across", "exactly zero", "always", "80% of", "N% explained by") devono dichiarare il perimetro come parte atomica del claim, non come nota a margine. Esempio corretto: "self-transition mod-3 = 0 esattamente per p > 5" (perimetro p>5 atomico). Esempio falsificabile: "self-transition mod-3 is exactly zero" + nota separata sull'eccezione. Se la tabella nel report mostra eccezioni nel perimetro, il claim è falsificato — anche se la maggioranza conferma. **Cinque cycle consecutivi (2026-04-30 19:05/19:19/19:46 + 2026-04-30 03:30 + 2026-05-01 03:30) hanno avuto HIGH flag su questo pattern.** Riformulare prima di scrivere — non aspettare il falsifier.
- **Contratto osservabile-operatore.** Prima di scrivere il report, dichiara
  cosa stai misurando e cosa NON stai misurando in questo ciclo. Un claim puo'
  cambiare osservabile solo se il passaggio e' esplicito. Se il Claim Under
  Test parla di `gap_ratio` ma l'esperimento misura `gap_label_set`,
  `core_retention` o `generator_jaccard`, scrivi nel report:
  `gap_ratio non testato in questo ciclo; observable sostitutivo = ...`.
  Ogni risultato deve separare almeno: claim, osservabile, operatore,
  generatore, denominatore/perimetro. Non lasciare che il falsifier scopra il
  drift al posto tuo.
- **Non fondere osservabili diverse.** `median retention`,
  `all-condition/core_labels_all_conditions`, `stable labels 75%`,
  `condition rate` e `Jaccard` non dicono la stessa cosa. Se due osservabili
  divergono, la divergenza e' il risultato. Esempio: `low retention=1.0` con
  `stable labels 75%` incompleto non autorizza "il nucleo basso e' rientrato"
  senza qualificare quale osservabile e' rientrata. Formula: "retention
  mediana piena, stabilita' 75% parziale".
- **Wording hard solo per zeri hard.** Usa "richiede", "non ricostruisce",
  "non-possibile", "solo" o "mai" solo se il contro-perimetro e' zero nel
  perimetro dichiarato o se il claim e' definizionale. Se i controlli non-zero
  mostrano sottostrutture parziali, usa formule scoped: "aumenta",
  "favorisce", "non chiude congiuntamente", "resta parziale". Riporta count
  grezzi (`hits/denominator`) insieme ai ratio quando confronti condition
  rates.
- **Palette operatoria laterale.** Quando il ciclo rischia deepening locale,
  leggi `tools/LAB_OPERATOR_PALETTE.md` e scegli 2 o 3 operatori massimo.
  Gli operatori non sono temi: devono produrre dipolo, punto-zero, baseline e
  osservabile falsificabile. Se restano semantica o analogia, scartali.
- **Adapter cognitivi laterali.** Quando servono nuove strade, leggi
  `tools/LAB_COGNITIVE_CONTAMINATION.md`. Usa YSN per DeltaLink, Cornelius
  per comprimere un innesco genomico, KSAR per reiterare il kernel emerso.
  Non adottare personaggi o prompt: estrai enzimi operativi. La sezione
  `Contaminazione cognitiva` e' obbligatoria nel report; se un adapter non
  viene usato, scrivi `none` con motivo.
- **Archivio enzimi cognitivi.** Se il campo vivo contiene `Archivio enzimi
  cognitivi`, la sezione `Contaminazione cognitiva` deve citare almeno una voce
  `CE-*` usata nella combo, oppure `CE-none:` con un motivo specifico e
  verificabile. `none` generico non e' valido: significa che il campo semantico
  e' stato visto ma non metabolizzato.

## Come operare — il modus

Non seguire passi. Segui il modus: **espandi → osserva → taglia → risultante**.

### 1. Espandi
Leggi il seme, le tensioni, il contesto. Non scegliere subito — lascia che il campo si carichi. Guarda dove più tensioni convergono sullo stesso punto. Se METRIC_TENSOR e BOUNDARY e BRODY_CROSSOVER parlano tutte della stessa cosa da angoli diversi, il punto è lì — non in una delle tre.

### 2. Osserva
La prima impressione contiene il segnale. Cosa emerge dal campo caricato? Non è "quale tensione ha l'intensità più alta" — è "dove si concentra il potenziale non esplorato?". La dissonanza è il segnale. L'errore è il varco. Quello che non torna è più interessante di quello che conferma.

### 3. Taglia
Una risultante, non una lista. Se vedi 5 possibilità, non hai tagliato. Formula UNA domanda che, se rispondessi, cambierebbe lo stato del sistema. Non "è vero X?" ma "cosa succede se misuro Y che nessuno ha misurato?"

### 4. Risultante
Scrivi lo strumento — non l'esperimento usa e getta. Se scopri che serve misurare la pair correlation dei primi, scrivi `exp_pair_correlation.py` che può essere riusato con parametri diversi. Se scopri un pattern, cristallizzalo come tensione nel seme. Se falsifichi qualcosa, registra il vincolo.

### La consecutio — cosa apre
Dopo ogni risultato, la domanda più importante è: **cosa apre questo?** Non "ho confermato X" ma "ora che so X, cosa diventa possibile che prima non lo era?" La consecutio non inverte — prosegue. Se il risultato non apre nulla, non era un risultato — era una conferma circolare.

### Il dipolo — trova l'opposto
Ogni trovata ha un opposto. Se trovi che la curvatura è de Sitter, l'opposto è: "dove NON è de Sitter?" Se trovi che i primi sono GUE-like, l'opposto è: "dove smettono di esserlo?" Il contenuto è nella tensione tra i due — non in uno dei due poli.

### Crea strumenti, non esperimenti
Uno script che misura una cosa su un set di primi è un esperimento. Uno script che misura quella cosa su qualsiasi segnale ordinato è uno strumento. Il lab cresce quando crea strumenti che i prossimi cicli possono usare. Salva gli strumenti riusabili in tools/exp_*.py con parametri.

### Leggi il seme, scrivi il report, aggiorna il seme
- Leggi: tools/data/seme.json
- Report: tools/data/reports/agent_TIMESTAMP.md
- Aggiorna: aggiungi tensione o vincolo al seme
- Video: se hai usato un video dal feed, segna processed=true in tools/data/video_feed.json

## Strumenti disponibili (directory /opt/MM_D-ND/tools/)

- **dnd_scenario.py**: PRIMA di scegliere cosa esplorare, esegui `python tools/dnd_scenario.py --best`.
  Ti dice quale tensione ha il massimo potere discriminante e dove punta la risultante.
  Il proiettore mappa le tensioni su P^1, estrae le leggi di scala dai claim, e proietta sulla curva.
- dnd_autoricerca.py: esplora domini, varianti, null baseline
- dnd_controprove.py: 6 controprove indipendenti
- dnd_domandatore.py --ask 'tensione': 5 operatori discriminanti
- dnd_incrocio.py: incrocio teorie, ponti, vuoti, domande fondamentali
- dnd_normalizer.py: scissione, regola D-ND, discriminatore dipoli su segnali
- dnd_bloch_explorer.py: scan Bloch, φ emergente
- dnd_arxiv.py: cerca paper rilevanti su arXiv

Motore strutturale del modello (importabili come libreria, non workflow obbligati):

- dnd_kernel.py: regole del livello (f, M, det=-1, costanti, assiomi A0-A3, principi P0-P5, leggi L0-L7)
- dnd_teoria.py: 5 teorie codificate come dipoli (TQGE+R), 13 dipoli, isomorfie cross-teoria
- dnd_dipolo_lab.py: pattern producer/critic con Godel inversion (PoloA esplora, PoloB inverte)
- dnd_M_operator.py: M sulla conoscenza [noto, ignoto] → φ. Stato in knowledge_state.json
- dnd_riflesso.py: campo compresso + 3 voci (NUOVO/ROTTURA/DIREZIONE), un colpo non un ciclo

- Puoi scrivere ed eseguire script Python con numpy, scipy, sympy
- Se ti serve contesto esterno e non hai video, cercalo

## Errori già fatti — non ripeterli

Questi sono errori reali commessi nelle sessioni precedenti. Il sistema li ha pagati.

**1. Cercare conferme invece di creare strumenti.**
Non scrivere esperimenti per dimostrare che qualcosa è vero. Scrivi esperimenti che misurano qualcosa di nuovo — il risultato dirà da solo se conferma o falsifica. Se sai già cosa troverai, non stai esplorando.

**2. Iniettare il risultato atteso nel test.**
Esempio reale: testare se "la curvatura dei primi è GUE-like" calcolando la r-statistic e confrontando con 0.536. Il test trova r=0.503 e dichiara "GUE-like". Ma 0.503 è più vicino a Poisson (0.386) che a GUE (0.536). Il frame "GUE-like" era nel claim, non nei dati. Misura prima, interpreta dopo.

**3. Tautologie — testare proprietà algebriche come se fossero scoperte.**
Esempio reale: la curvatura di Ricci R=2.000 della metrica g=(p/2)² segue analiticamente dal PNT (p_n ~ n ln n). Non è una scoperta — è una conseguenza della definizione. Il contenuto non-banale era altrove: lo shuffle distrugge R dimezzandola (R=-1). Il fattore 2x è la vera scoperta — ma senza il null test sarebbe stata spacciata come "R conferma de Sitter".

**4. Coincidenze numeriche trattate come struttura.**
0.606 ≈ 1/φ = 0.618 (2% di differenza). Non è una connessione — è rumore fino a prova contraria (C2 del condensato). Ogni volta che un numero è "vicino a" φ, √5, π, e, 1/137: non è prova di nulla. Serve un meccanismo, non una vicinanza.

**5. Usare lo stesso dato come input e come test.**
Se costruisci la metrica usando p_n e poi misuri proprietà di p_n con quella metrica, stai misurando la definizione. Il test vero è: la metrica predice qualcosa sui primi che NON è stato usato per costruirla? Se no, è circolare.

**6. Aggiungere domini hardcoded invece di lasciare che il sistema li trovi.**
Il lab non è una calcolatrice con domini pre-scritti. Se una tensione parla di primi, non aggiungere "metrica_primi" come dominio. Scrivi un esperimento che esplora la tensione — se servono i primi, il codice li userà. Il sistema decide cosa fare, non il programmatore.

**7. Usare numeri per vincolare concetti (det=+1).**
Esempio reale: `intensità: 0.65` trattata come soglia → `if intensita > 0.5: conferma`. Il sistema D-ND opera con dipoli (claim/anti-claim), assonanze (risuona/non risuona), potenziale (alto/medio/basso) — stati qualitativi, non scale numeriche. Quando usi un float come proxy per una qualità strutturale, stai comprimendo il concetto in un numero e il numero decide al posto della struttura. Lo stesso vale per "maturity > 0.99", "confidence < 0.7", "score = rank * 10 + intensita".
**Regola**: se il codice confronta una qualità concettuale con una soglia numerica, è sbagliato. Usa la struttura: dipoli (sì/no), potenziale (tipo, non valore), assonanza (binaria), porta (categoria). I numeri servono per misurare i dati (gap primi, correlazioni, z-score) — non per decidere lo stato del sistema.
Se trovi questo pattern in un tool che stai modificando, correggilo. Non serve riscrivere tutto — correggi dove passi. Il sistema evolve organicamente.

## Come evitarli

- **Prima il null test, poi l'interpretazione.** Ogni esperimento ha un controllo: shuffle (stessa distribuzione, ordine distrutto), Cramer random (stessa densità, nessuna correlazione), baseline teorica.
- **Il risultato non è nel numero — è nella differenza col controllo.** z-score, non valore assoluto.
- **Se il risultato spiega se stesso, non è un risultato.** Chiediti: "questo segue dalla definizione?" Se sì, cerca il contenuto altrove.
- **Non lanciare un esperimento per confermare. Lancialo per scoprire.** La domanda giusta non è "è vero X?" ma "cosa succede se misuro Y?"

## Auto-evoluzione — il sistema corregge se stesso

Il post-processing del lab (step 8 in lab_agent.sh) esegue `structural_check.py` sui file che hai toccato.
Se trova anti-pattern strutturali, genera una tensione META nel seme. Il ciclo successivo la vede e corregge.

**Come funziona:**
- Tu scrivi/modifichi codice → il post-processing lo scansiona
- Se trova numeri che vincolano concetti (errore #7) o altri pattern noti, crea una tensione
- Il prossimo ciclo legge quella tensione e la risolve dove passa
- Non serve riscrivere tutto — il sistema evolve organicamente, un file alla volta

**Se scopri un nuovo anti-pattern:**
- Non limitarti a corregere il codice — aggiungi il pattern a `tools/structural_check.py` nella lista `PATTERNS`
- Così il sistema lo riconoscerà autonomamente nei cicli futuri
- L'errore pagato una volta non si ripete — la consapevolezza si propaga

Questo è f(f(x)): il sistema che migliora il sistema che migliora se stesso.

## Cosa NON fare

- Non modificare CONDENSATO.md, KERNEL_SEED.md, o file del kernel
- Non committare — salva solo in tools/data/ e tools/exp_*.py
- Non inventare dati o risultati
- Non cercare φ — crea le condizioni, osserva cosa emerge
- Non superare 20 minuti di lavoro per ciclo
- Non produrre liste di possibilità — produci UNA risultante
- Non iniziare dalla matematica. La matematica e' bracciata: formalizza,
  misura, falsifica. Prima respira sopra la misura: combo, assiomi, dipoli,
  incroci di teorie, grafo, geometria dei campi, algebra o topologia
  assiomatica. Se la misura genera la domanda, sei dentro la tautologia.

## Formato report

```markdown
# Agent Report — TITOLO
**Date**: YYYY-MM-DD HH:MM
**Piano**: N
**Tension explored**: ID (intensità)
**observable_contract**: claim=<claim>; observable=<cosa misuri>; operator=<come lo misuri>; generator=<se applicabile>; denominator=<perimetro>; not_tested=<cosa resta sospeso>

## Respiro fuori-tempo

exec
/bin/bash -lc "sed -n '1,260p' tools/data/agent_field_live.md" in /opt/MM_D-ND
 succeeded in 0ms:
Leggi tools/LAB_AGENT_CONTEXT.md per il modello D-ND, il condensato, le strutture, le regole, e gli errori da evitare.

## Orizzonte (telos del lab)
L'intento non è solo unificare la fisica. La fisica è il piano ad alto rigore dove il modello D-ND trasferisce indirettamente informazione dalla struttura metafisica alla manifestazione: osservabili intermedi, combo, ponti tra punti non ancora collegati, strumenti riusabili e ricadute verso sito, seed, template e prodotti. Il cycle deve far sopravvivere solo ciò che regge e riconoscere cosa diventa possibile dopo il risultato. Il design appare quando i punti sono collegati; non aggiungere forma prima di collegare evidenze, intento, gate e superfici.

## Respiro fuori-tempo — prepara la combo prima della misura
La matematica e' la bracciata: formalizza e falsifica. Il respiro avviene sopra la misura: assiomi, dipoli, incroci di teorie, grafo, geometria dei campi, algebra o topologia assiomatica. Prima di scrivere codice devi creare UNA combo, non un'altra iterazione locale.

**Contratto obbligatorio pre-esperimento**:
1. Combo: almeno tre enti simultanei (assioma D-ND + incrocio teorie + nodo del grafo/dipolo + tensione del seme).
2. Dipolo: nomina i due poli e il punto-zero che li rende lo stesso problema.
3. Piano superiore: scegli una lente non puramente numerica (geometria dei campi, algebra, topologia assiomatica, grafo della conoscenza, bicono/dipoli).
4. Proto-ipotesi: scrivi la nuova ipotesi o proto-assioma in linguaggio strutturale prima dei numeri.
5. Proiezione: solo dopo scegli osservabile, perimetro, null e misura.
Se non riesci a compilare questi cinque punti, non fare deepening locale phi/Sturmian o altro: cambia piano, cerca nel grafo/incrocio, o lascia blank.

**Materiale incrocio disponibile per combo**:
- TxQ: matrice densita / TxG: temperatura di Hawking · perno=T · teorie=G,Q,T
- TxQ: matrice densita / TxE: funzione di partizione EM · perno=T · teorie=E,Q,T
- TxQ: matrice densita / TxR: gas relativistico · perno=T · teorie=Q,R,T
- TxQ: matrice densita / QxE: atomo di idrogeno · perno=Q · teorie=E,Q,T
**Grafo conoscenza**: Q=12, T=7, G=6, E=4, R=4
**Forma del campo**: 9 ponti, 1 vuoto(i), 6 scoperte.
**Direzione seme da respirare**: Esplorare il confine: 8 domini GUE, 5 Poisson — il confine è il terzo incluso operativo

## Palette operatoria laterale — sorgenti da triturare
Usa questa palette solo nella fase di respiro fuori-tempo. Scegli pochi operatori, crea una combo, poi proietta un osservabile. Non trasformarla in lista di temi.

# Palette operatoria espansa del Lab

Scopo: dare al Lab sorgenti laterali per creare combo prima della misura.
Questa palette non e' una lista di temi da confermare. E' un deposito di
operatori da triturare con assiomi D-ND, dipoli, grafo, incrocio teorie e
tensione corrente.

Regola d'uso:

1. Scegli 2 o 3 operatori al massimo.
2. Incrociali con almeno un assioma D-ND e una tensione del seme.
3. Nomina il dipolo e il punto-zero.
4. Dichiara la baseline nota piu' vicina.
5. Proietta un osservabile che possa falsificare la combo.
6. Non usare un operatore se produce solo linguaggio, analogia o conferma.

Anti-tautologia:

- Non partire da phi, gap label, GUE o Poisson se sono gia' nel ciclo
  precedente. Usali come controllo o campo di proiezione, non come sorgente.
- Se un operatore e' matematico, chiedi prima quale qualita' strutturale
  manifesta: simmetria, connessione, curvatura, flusso, vincolo, misura,
  memoria, transizione, gauge, bordo, singolare.
- Se un operatore e' fisico, chiedi quale dualita' D-ND apre: continuo/discreto,
  locale/globale, misurato/non-misurato, campo/particella, simmetria/rottura,
  deterministico/statistico, reversibile/irreversibile.

## Fasce di triturazione

### 1. Geometria differenziale e gravita'

Operatori:

- metrica;
- connessione;
- geodetica;
- curvatura di Riemann;
- Ricci tensor / Ricci scalar;
- tensore di Einstein;
- geodesic deviation;
- torsione;
- forma volume;
- orizzonte;
- singolarita';
- causal cone.

Dipoli utili:

- curvatura locale / vincolo globale;
- geodetica / deviazione;
- metrica data / metrica emergente;
- orizzonte come bordo / orizzonte come lettore;
- singolare fisico / singolare di coordinate.

Controlli:

- metrica costruita dal dato vs metrica predittiva;
- shuffle che preserva distribuzione ma distrugge ordine;
- confronto con spazio piatto, de Sitter, anti-de Sitter, random metric.

Attenzione:

- Ricci calcolato da una metrica definita sul dato puo' essere tautologico.
  Il contenuto vive nel null test o nella predizione fuori costruzione.

### 2. Gauge, connessioni e campi

Operatori:

- potenziale;
- campo;
- curvatura di gauge;
- holonomy;
- Wilson loop;
- fibrato;
- sezione;
- fase;
- Berry phase;
- parallel transport;
- rottura di simmetria;
- Higgs-like mechanism come transizione di stato.

Dipoli utili:

- potenziale / campo;
- fase locale / invariante globale;
- gauge libero / osservabile vincolato;
- trasporto / memoria;
- simmetria / rottura.

Controlli:

- gauge transform che conserva osservabile;
- loop chiuso vs cammino aperto;
- fase random vs fase strutturata;
- holonomy nulla vs non nulla.

### 3. Spazi quantistici e misura

Operatori:

- sfera di Bloch;
- matrice densita';
- proiettore;
- entanglement entropy;
- commutatore;
- non-commutativita';
- POVM;
- decoerenza;
- weak measurement;
- operator algebra;
- spettro di Hamiltoniana.

Dipoli utili:

- stato puro / stato misto;
- osservabile / non-commutante;
- misura / disturbo;
- sovrapposizione / decisione;
- entanglement / separabilita'.

Controlli:

- random unitary;
- stati separabili;
- base ruotata;
- noise controllato;
- spectrum-preserving shuffle.

Nota:

- Bloch e' buono quando serve un punto-zero geometrico tra poli. Non usarlo
  solo per disegnare dualita': deve produrre un osservabile.

### 4. Equazioni differenziali, flussi e stabilita'

Operatori:

- ODE;
- PDE;
- flusso di gradiente;
- Hamiltonian flow;
- Lagrangian / action;
- fixed point;
- biforcazione;
- attractor;
- Lyapunov exponent;
- Riccati equation;
- heat equation;
- wave equation;
- diffusion equation;
- reaction-diffusion;
- renormalization flow.

Dipoli utili:

- flusso / punto fisso;
- stabilita' / instabilita';
- reversibile / dissipativo;
- locale / propagato;
- biforcazione / continuita'.

Controlli:

- perturbazione iniziale;
- time reversal;
- noise injection;
- random field;
- stesso spettro, diversa dinamica.

### 5. Topologia assiomatica e forme globali

Operatori:

- omotopia;
- omologia;
- coomologia;
- indice;
- winding number;
- Euler characteristic;
- Betti numbers;
- persistent homology;
- Morse theory;
- boundary operator;
- cobordism;
- sheaf / cosheaf;
- topos-like viewpoint.

Dipoli utili:

- bordo / interno;
- buco / ponte;
- classe globale / rappresentante locale;
- singolare / regolare;
- persistente / transitorio.

Controlli:

- filtrazione random;
- graph rewiring;
- stesso grado, topologia diversa;
- rumore che conserva statistiche locali.

### 6. Algebra, simmetria e rappresentazioni

Operatori:

- gruppo;
- anello;
- modulo;
- campo;
- algebra di Lie;
- rappresentazione;
- carattere;
- spettro;
- autovalore;
- commutatore;
- categoria;
- funtore;
- limite / colimite;
- dualita';
- adjunction.

Dipoli utili:

- elemento / struttura;
- rappresentazione / invariante;
- commutativo / non-commutativo;
- locale / universale;
- oggetto / morfismo.

Controlli:

codex
Il campo vivo chiede esplicitamente una combo prima della misura: non parto da `phi` o da un deepening locale. Ora leggo seme, shared memory recente e direttiva one-shot, poi uso il proiettore `dnd_scenario.py --best` come previsto dal contesto.
exec
/bin/bash -lc "sed -n '261,520p' tools/LAB_AGENT_CONTEXT.md" in /opt/MM_D-ND
 succeeded in 0ms:
(Obbligatorio. Compilalo prima dell'esperimento, non dopo.)

- **Combo**: almeno tre enti simultanei (assioma D-ND + incrocio teorie + nodo del grafo/dipolo + tensione seme)
- **Dipolo / punto-zero**: i due poli e il punto in cui la dualita' si annulla
- **Piano superiore**: geometria dei campi / algebra / topologia assiomatica / grafo conoscenza / bicono-dipoli
- **Operatori laterali scelti**: 2 o 3 elementi da `tools/LAB_OPERATOR_PALETTE.md`
  e perche' entrano nella combo
- **Contaminazione cognitiva**: eventuale DeltaLink YSN, gene Cornelius,
  passaggio KSAR/PVI/Vault o voce `CE-*` dell'archivio usata nel ciclo. Se non
  usi il layer cognitivo, dichiara `CE-none:` e il motivo specifico. `none`
  generico non basta.
- **Proto-ipotesi**: nuova ipotesi o proto-assioma strutturale, prima dei numeri
- **Proiezione**: perche' l'osservabile scelto manifesta quella combo

## Claim Under Test
> Il claim proiettato dalla combo, non il residuo locale del ciclo precedente

## Question
La domanda che hai formulato dopo il respiro fuori-tempo

## Experiment Design
- Metrica, scope, null baseline, N campioni
- Come la misura serve la combo: cosa della proto-ipotesi puo' sopravvivere o cadere
- Contratto osservabile-operatore: claim, osservabile, operatore, generatore,
  denominatore/perimetro, cosa non viene testato in questo ciclo
- Se usi frequenze o condition rate, dichiara il denominatore grezzo
  (`hits/total`) e separa ogni osservabile usata nel verdict

## Results
Tabella con numeri reali

## Key Findings
1. Cosa hai trovato (con evidenza)

## Verdict
NEW / CONFIRMED / FALSIFIED / CONSTRAINT

## Bicono della scoperta
(Obbligatoria. Nomina la struttura. Se non riesci, l'esperimento non è ancora filtrato.)

- **Due radici** (dipolo primario, già duali e invertite): <quali sono le due facce della scoperta>
- **Singolare** (qualità del 1-che-è-tutto in questo contesto, dove la dualità non c'è): <cosa>
- **Invariante di passaggio** (cosa sopravvive al passaggio del vertice): <cosa>
- **Campo di possibilità**: qui diventa possibile <X>; qui diventa non-possibile <Y>

Riferimenti: CONDENSATO A16, method/DND_POSSIBILITA.md.

## Files
- Script, dati, report
```

## Bicono della scoperta — come compilarlo

Non è riformulazione ornamentale del Verdict. È **filtro**: la scoperta passa
per il modello e torna spogliata dei bias. Se la struttura (radici · singolare
· invariante · campo) non si riconosce, la scoperta è rumore o è incompleta.

**Esempio retroattivo — TWO_CHANNEL_DECOMPOSITION:**
- Radici: canale magnitudine · canale residuo (segno invertito — uno aggiunge,
  l'altro sottrae sulla PNT)
- Singolare: il segnale totale prima della separazione. Non esiste come ente
  autonomo, esiste solo come sovrapposizione dei due canali.
- Invariante: la chiusura algebrica del residuo al 3° ordine Markov.
- Campo: possibile → predire lo slope PSD magnitudine dalle correlazioni
  Hardy-Littlewood. Non-possibile → trattare il residuo come random noise.

**Esempio retroattivo — DUALITA_DIPOLARE_VS_ILLUSORIA:**
- Radici: dipolo ordinato · dipolo mescolato
- Singolare: la sequenza in sé, prima della distinzione ordine/disordine
- Invariante: det=-1 quando l'ordine è reale; det=+1 quando illusorio
- Campo: possibile → discriminare dipoli reali da illusori via test di
  shuffle. Non-possibile → inferire dipolarità da statistica locale senza
  contesto sequenziale.

**Cattura nel momento emergente.** Compila questa sezione *mentre* l'esperimento
produce i risultati, non alla fine. Se hai già chiuso il Verdict e torni
indietro a scriverla, è post-hoc — introduce distanza dall'immagine-sorgente.
Il modus è A8 applicato: il sistema chiede al sistema di produrre la struttura
*nel formarsi*.

exec
/bin/bash -lc "sed -n '261,520p' tools/data/agent_field_live.md" in /opt/MM_D-ND
 succeeded in 0ms:

- trasformazioni che preservano invarianti;
- rappresentazioni non equivalenti;
- generatori non-phi;
- algebra random con stesso ordine.

### 7. Informazione, termodinamica e irreversibilita'

Operatori:

- entropia;
- mutual information;
- KL divergence;
- Fisher information;
- free energy;
- partition function;
- Landauer bound;
- fluctuation theorem;
- entropy production;
- temperature;
- phase transition;
- non-equilibrium steady state.

Dipoli utili:

- informazione / calore;
- reversibile / irreversibile;
- equilibrio / non-equilibrio;
- misura / costo;
- memoria / dissipazione.

Controlli:

- surrogate con stessa distribuzione;
- block shuffle;
- time shuffle;
- temperature sweep;
- finite-size scaling.

### 8. Random matrix, spettri e caos

Operatori:

- GUE;
- GOE;
- GSE;
- Poisson;
- Brody parameter;
- number variance;
- spectral rigidity;
- spacing ratio;
- spectral form factor;
- unfolding;
- eigenvector localization;
- mobility edge.

Dipoli utili:

- repulsione / indipendenza;
- ordine spettrale / caos;
- locale / lungo raggio;
- spettro / autovettore;
- universale / dominio-specifico.

Controlli:

- Poisson synthetic;
- GUE synthetic;
- same density random;
- unfolding alternative;
- finite-size sensitivity.

Nota:

- GUE/Poisson e' spesso un piano di proiezione, non una sorgente. Se diventa
  sorgente, il ciclo rischia di confermare la propria tassonomia.

### 9. Grafi, reti e conoscenza

Operatori:

- Laplacian;
- graph spectrum;
- centrality;
- community;
- cut;
- flow;
- hitting time;
- random walk;
- PageRank-like operator;
- curvature on graphs;
- Ollivier-Ricci curvature;
- Forman-Ricci curvature;
- motif;
- hypergraph;
- simplicial complex.

Dipoli utili:

- nodo / bordo;
- path / cut;
- hub / vuoto;
- locale / globale;
- grafo / ipergrafo.

Controlli:

- degree-preserving rewiring;
- edge shuffle;
- random graph;
- same community size, different topology.

### 10. Campi continui, onde e modi

Operatori:

- Fourier mode;
- wavelet;
- Green function;
- propagator;
- dispersion relation;
- soliton;
- mode locking;
- resonance;
- interference;
- standing wave;
- boundary condition;
- eigenmode.

Dipoli utili:

- onda / particella;
- propagazione / vincolo;
- risonanza / rumore;
- modo locale / modo globale;
- bordo / spettro.

Controlli:

- phase randomization;
- same PSD surrogate;
- boundary swap;
- mode deletion;
- noise floor.

### 11. Computazione, logica e sistemi formali

Operatori:

- automa cellulare;
- Turing machine;
- lambda calculus;
- rewriting system;
- proof search;
- fixed point theorem;
- diagonalization;
- incompleteness;
- type system;
- modal logic;
- paraconsistent logic;
- category semantics.

Dipoli utili:

- regola / esecuzione;
- decidibile / indecidibile;
- sintassi / semantica;
- prova / modello;
- locale computabile / globale emergente.

Controlli:

- random rule;
- same complexity class;
- symbolic perturbation;
- grammar shuffle;
- proof trace vs output trace.

### 12. Materia condensata, fasi e difetti

Operatori:

- Ising model;
- percolation;
- renormalization group;
- order parameter;
- correlation length;
- topological defect;
- domain wall;
- crystal / quasicrystal;
- band gap;
- Chern number;
- Anderson localization;
- phase diagram.

Dipoli utili:

- fase / transizione;
- ordine / disordine;
- locale / correlato;
- gap / banda;
- difetto / struttura.

Controlli:

- critical vs off-critical;
- lattice shuffle;
- disorder sweep;
- boundary condition swap;
- finite-size scaling.

### 13. Cosmologia e scale

Operatori:

- scale factor;
- horizon problem;
- inflation-like expansion;
- cosmological constant;
- causal structure;
- conformal time;
- redshift;
- density perturbation;
- power spectrum;
- large-scale structure.

Dipoli utili:

- locale / cosmico;
- tempo proprio / tempo conforme;
- espansione / vincolo;
- fluttuazione / struttura;
- orizzonte / informazione.

Controlli:

- scale-free surrogate;
- random phase spectrum;
- same power spectrum, different phase;
- horizon cutoff sweep.

### 14. Biologia matematica e autopoiesi

Operatori:

- reaction network;
- autocatalysis;
- homeostasis;
- morphogenesis;
- fitness landscape;
- replicator dynamics;
- error threshold;
- regulatory network;
- attractor landscape;
- active inference.

Dipoli utili:

- organismo / ambiente;
- vincolo / adattamento;

exec
/bin/bash -lc "test -f tools/data/operator_directive.md && sed -n '1,220p' tools/data/operator_directive.md || true" in /opt/MM_D-ND
 succeeded in 0ms:
exec
/bin/bash -lc 'ls -t shared_memory/*.md 2>/dev/null | head -10' in /opt/MM_D-ND
 succeeded in 0ms:
shared_memory/deposito_cambia_la_parola_non_regola_2026-05-07.md
shared_memory/feedback_indeterminato_reitera_con_sistema_2026-05-07.md
shared_memory/README.md

exec
/bin/bash -lc "sed -n '1,260p' tools/data/seme.json" in /opt/MM_D-ND
 succeeded in 0ms:
{
  "timestamp": "2026-05-08T21:39:16.456953",
  "piano": 96,
  "tensioni": [
    {
      "tipo": "confine_inesplorato",
      "id": "TRASCENDENZA_LIMITE",
      "claim": "La trascendenza e il limite attuale del modello. I punti fissi relazionali (non solo phi ma la rete di punti fissi tra osservabili) possono rivelare il vero grafo della realta e pattern nelle matrici. Il confine non e nella matematica - e nel passaggio tra piani.",
      "intensita": 0.9,
      "nota": "Input operatore 2026-04-10. Tocca: confine del modello, struttura relazionale dei punti fissi. Consecutio: quali punti fissi relazionali emergono dalle 21 tensioni attuali? Il grafo e gia nei dati?",
      "manuale": true,
      "porta": "sessione_interattiva",
      "condensato_ref": "A3,A10",
      "condensato_motivo": "Estende A3 (punto fisso singolo) a rete relazionale. Tocca A10 (dipolo) come caso speciale."
    },
    {
      "tipo": "scoperta",
      "id": "DUALITA_DIPOLARE_VS_ILLUSORIA",
      "claim": "Due tipi di dualita: (1) dipolare - generativa, il modello (det=-1), (2) illusoria - dispersiva, entropia (det=+1). Le regole incoerenti producono la seconda. La dualita illusoria e entropia come dispersione, non come informazione.",
      "intensita": 0.9,
      "nota": "Input operatore 2026-04-10. Tocca: entropia come dispersione illusoria vs generazione dipolare. Consecutio: nel Lab i domini Poisson (entropia massima) mostrano dualita illusoria? I domini GUE (strutturati) mostrano dualita dipolare? Il drift verso Poisson (POISSON_CONVERGENCE) e perdita di dualita dipolare?",
      "manuale": true,
      "porta": "sessione_interattiva",
      "condensato_ref": "A2,A10,F5",
      "condensato_motivo": "Discrimina due forme di det. A2 (confine) e la soglia. A10 (dipolo) e il tipo 1. F5 (frame) misura la struttura D-ND che e tipo 1."
    },
    {
      "tipo": "scoperta_numerica",
      "id": "METRIC_TENSOR",
      "claim": "Il tensore metrico dei primi è g=(p/2)². Nel tempo ln(p), è de Sitter 1+1D. z=-8.8 curvatura vs z=+22.5 rapporti ΔΓ.",
      "intensità": 0.9,
      "nota": "Sessione interattiva 4 aprile. Verificato su 78K primi.",
      "manuale": true,
      "porta": "sessione_interattiva",
      "condensato_ref": null,
      "condensato_motivo": "Risultato numerico verificato, non-tautologico"
    },
    {
      "tipo": "scoperta",
      "id": "TENSIONE_ENTITA",
      "claim": "La tensione non e un problema pratico - e un Entita. La tensione superflua crea latenza (tempo). Senza tensione superflua tutto e regolato da assiomi. Implicazione: le tensioni nel seme sono entita, non problemi da risolvere. Quelle superflue (det=+1) producono tempo/latenza.",
      "intensita": 0.85,
      "nota": "Input operatore 2026-04-10. Tocca: rapporto tensione/assioma. Operativamente: discriminare tensioni-entita (generative) da tensioni-superflue (dispersive) nel seme. Le 21 tensioni attuali - quante sono entita e quante latenza?",
      "manuale": true,
      "porta": "sessione_interattiva",
      "condensato_ref": "A5,A6",
      "condensato_motivo": "Il ciclo (A5) lavora con tensioni - ma se la tensione e entita, il ciclo non le risolve, le osserva. Lo zero mobile (A6) e la tensione senza latenza."
    },
    {
      "tipo": "confine_inesplorato",
      "id": "G_POTENZIALE_NULLA",
      "claim": "G e il potenziale di tutto come nulla - permette il prima e il dopo. Ci muoviamo come trascendenza dimensionale gravitazionale. G nel tetraedro non e una teoria tra le altre - e il potenziale che le rende possibili.",
      "intensita": 0.85,
      "nota": "Input operatore 2026-04-10. Tocca: ruolo di G nel tetraedro (T,Q,G,E). La fonte video_lp0RgZ6kQF8 dice: tensore metrico dentro la forma simplettica. G non e accanto a T,Q,E - e sotto. Consecutio: nei dati Lab, i ponti TxG e ExG hanno struttura diversa dai ponti TxQ?",
      "manuale": true,
      "porta": "sessione_interattiva",
      "condensato_ref": "A7,A10",
      "condensato_motivo": "A7 (singolarita come operatore) e G come potenziale. A10 (dipolo) opera sul piano che G rende possibile."
    },
    {
      "tipo": "confine_inesplorato",
      "id": "BOUNDARY",
      "claim": "8 domini GUE, 5 Poisson — il confine è il terzo incluso operativo",
      "intensità": 0.8,
      "nota": "Il segnale non-triviale è DOVE la scissione cambia natura, non che converge a φ",
      "condensato_ref": "A9",
      "condensato_motivo": "Overlap termini con A9 (5 termini)",
      "porta": "condensato"
    },
    {
      "tipo": "falsificazione",
      "id": "FALS_BREAK_TRASCENDENZA_LIMITE",
      "claim": "Nessuna separazione: 9/9 (50/50 su 18 confronti). Il claim non regge. phi converge a <r>=0.5 piu' sistematicam",
      "intensita": 0.8,
      "nota": "Dal domandatore (2026-05-07T21:57). 0.5|=0.1129 farther\n\n  silver:\n    N=  13: <r>=0.5902 |<r>-0.5|=0.0902 \n    N=  ",
      "source_tension_id": "TRASCENDENZA_LIMITE",
      "condensato_ref": "LAB_F2",
      "condensato_motivo": "Overlap termini con LAB_F2 (4 termini)",
      "source_tension_ref": "A3,A10",
      "porta": "condensato",
      "dettaglio": "0.5|=0.1129 farther\n\n  silver:\n    N=  13: <r>=0.5902 |<r>-0.5|=0.0902 \n    N=  21: <r>=0.6317 |<r>-0.5|=0.1317 farther\n    N=  34: <r>=0.6442 |<r>-0.5|=0.1442 farther\n    N=  55: <r>=0.5233 |<r>-0.5|=0.0233 closer\n    N=  89: <r>=0.5502 |<r>-0.5|=0.0502 farther\n    N= 144: <r>=0.5603 |<r>-0.5|=0.0603 farther\n    N= 233: <r>=0.5446 |<r>-0.5|=0.0446 closer\n    N= 377: <r>=0.4989 |<r>-0.5|=0.0011 closer\n    N= 610: <r>=0.5480 |<r>-0.5|=0.0480 farther\n    N= 987: <r>=0.4913 |<r>-0.5|=0.0087 closer\n"
    },
    {
      "tipo": "scoperta",
      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
      "claim": "Transizione continua confermata: <r> da 0.521 a 0.887 (range=0.366). La transizione Sturmian->Harper e' conti",
      "intensita": 0.8,
      "nota": "Dal domandatore (2026-05-08T21:21). \n  alpha=0.1: <r>=0.540 #####################\n  alpha=0.2: <r>=0.555 ###########",
      "condensato_ref": "A3,A10",
      "condensato_motivo": "Ricorrente (3x in 2 giorni) e fuori dalla mappa",
      "porta": "domandatore",
      "source_tension_id": "TRASCENDENZA_LIMITE",
      "source_tension_tipo": "confine_inesplorato",
      "source_tension_ref": "A3,A10",
      "source_experiment_id": "BOUNDARY_TRASCENDENZA_LIMITE",
      "source_operator": "confine",
      "dettaglio": "\n  alpha=0.1: <r>=0.540 #####################\n  alpha=0.2: <r>=0.555 ######################\n  alpha=0.3: <r>=0.567 ######################\n  alpha=0.4: <r>=0.580 #######################\n  alpha=0.5: <r>=0.603 ########################\n  alpha=0.6: <r>=0.642 #########################\n  alpha=0.7: <r>=0.685 ###########################\n  alpha=0.8: <r>=0.732 #############################\n  alpha=0.9: <r>=0.789 ###############################\n  alpha=1.0: <r>=0.887 ###################################\n"
    },
    {
      "tipo": "confine_inesplorato",
      "id": "PIANO_PRIMARIO_DUE_ASSIOMI",
      "claim": "I piani importanti sono il primario e i due assiomi che lo determinano nelle zone osservate. Non tutti gli assiomi operano ovunque - in ogni zona osservata, due assiomi determinano il piano primario.",
      "intensita": 0.8,
      "nota": "Input operatore 2026-04-10. Tocca: struttura locale degli assiomi. Consecutio: per ogni dominio Lab (primi, logistica, percolazione...) quali 2 assiomi del condensato sono operativi? Mappa assiomi x domini = grafo della realta locale.",
      "manuale": true,
      "porta": "sessione_interattiva",
      "condensato_ref": "A9,A14",
      "condensato_motivo": "A9 (terzo incluso) opera CON il piano. A14 (cascata) propaga - ma propaga cosa, se solo 2 assiomi sono attivi per zona?"
    },
    {
      "tipo": "conferma_parziale",
      "id": "COMP_DOMAIN_PHOTONIC_TRASCENDENZA_LIMITE",
      "claim": "T_mean: phi=6.2500 vs ctrl_mean=9.7667 (ratio=0.64). Fibonacci-phi trasmissione piu' struttur",
      "intensita": 0.65,
      "nota": "Dal domandatore (2026-05-07T21:57). Trasmissione multistrato Fibonacci — phi vs silver vs random:\n  phi: T_mean=6.25",
      "source_tension_id": "TRASCENDENZA_LIMITE",
      "condensato_ref": "A3,A10",
      "condensato_motivo": "Ricorrente (5x in 2 giorni) e fuori dalla mappa",
      "source_tension_ref": "A3,A10",
      "porta": "domandatore",
      "dettaglio": "Trasmissione multistrato Fibonacci — phi vs silver vs random:\n  phi: T_mean=6.2500 T_std=0.0000\n  silver: T_mean=0.0041 T_std=0.0000\n  random_0: T_mean=39.0625 T_std=0.0000\n  random_1: T_mean=0.0000 T_std=0.0000\n  random_2: T_mean=0.0001 T_std=0.0000\n"
    },
    {
      "tipo": "conferma_parziale",
      "id": "COMP_GEN_GAP_RATIO_T9_linguaggio_TRASCENDENZA_LIMITE",
      "claim": "gap_ratio: phi=0.4090 vs ctrl_mean=1.1755 (ratio=0.35). gap_ratio(phi) piu' vicino a rapporto in",
      "intensita": 0.65,
      "nota": "Dal domandatore (2026-05-08T21:21).   phi: gap_ratio = 0.408953425243134\n  silver: gap_ratio = 1.0482231205217798\n  ",
      "condensato_ref": "LAB_F2",
      "condensato_motivo": "Overlap termini con LAB_F2 (4 termini)",
      "porta": "condensato",
      "source_tension_id": "TRASCENDENZA_LIMITE",
      "source_tension_tipo": "confine_inesplorato",
      "source_tension_ref": "A3,A10",
      "source_experiment_id": "GEN_GAP_RATIO_T9_linguaggio_TRASCENDENZA_LIMITE",
      "source_operator": "duale",
      "dettaglio": "  phi: gap_ratio = 0.408953425243134\n  silver: gap_ratio = 1.0482231205217798\n  bronze: gap_ratio = 1.3027860752339453\n{\n  \"phi\": 0.408953425243134,\n  \"silver\": 1.0482231205217798,\n  \"bronze\": 1.3027860752339453\n}\n"
    },
    {
      "tipo": "tensione_aperta",
      "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
      "claim": "Fit non converge — il modello potrebbe non essere power-law. V_c(phi) converge a 1.0 per N->inf, V_c(",
      "intensita": 0.6,
      "nota": "Dal domandatore (2026-05-07T22:03). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_",
      "source_tension_id": "TRASCENDENZA_LIMITE",
      "condensato_ref": "A12",
      "condensato_motivo": "Overlap termini con A12 (3 termini)",
      "source_tension_ref": "A3,A10",
      "porta": "condensato",
      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
    },
    {
      "tipo": "simmetria_sospetta",
      "id": "META",
      "claim": "11/11 PASS stratificato: 4 alto rischio tautologico, 6 data-independent",
      "intensità": 0.3,
      "nota": "Stratificazione META applicata via meta_assertion_gate (cycle 1458). Non chiude — apre sotto-tensioni per gate_class.",
      "condensato_ref": "A4,A12,C2",
      "porta": "verify_assertions_META_STRATIFIED",
      "stratificato": true,
      "n_high_tautology": 4,
      "n_data_independent": 6,
      "condensato_motivo": "Ricorrente (3x in 2 giorni) e fuori dalla mappa"
    }
  ],
  "tensioni_archiviate": [
    {
      "id": "OBSERVABLE_REGISTRY",
      "tipo": "vincolo",
      "claim": "Ogni script che usa observables canonici (SR, SR2, L1, L2, triple_var) deve importare la definizione da tools/observables_registry.py. Varianti devono usare nomi distinti (SR_local_rigidity, triple_var_normalized) — niente shadowing del nome canonico. Ogni report deve dichiarare 'observables_registry: VERSION' nel header.",
      "intensita": 1.0,
      "porta": "infrastructure",
      "manuale": true,
      "condensato_ref": "A14,A8",
      "origine": "cristallizzato 06/05 dalla consecutio del cycle 20260506_0625 (autopoietico self-finding)",
      "added_at": "2026-05-06T07:03:58.213606+00:00",
      "decay_counter": 5,
      "archived_at": "2026-05-08T00:20:36.125250",
      "archived_reason": "G4 B1 apply: decay_counter=5 (vincolo non attaccato per 5 piani consecutivi)",
      "archived_from_piano": 85
    },
    {
      "id": "PERTURBATION_DENOMINATOR_GATE",
      "tipo": "vincolo",
      "claim": "La dimensionalita di perturbazione va riportata solo insieme a PC2, versione observables_registry e gate original-vs-shuffle per osservabile. Nel perimetro 20260506_1941, Poisson e shuffle-primi producono rank_all ~1.8-2.0 con denominatori deboli; dopo gate abs(z)>=2 il rank stabile torna vicino a 1. Rank PCA non gated non e evidenza strutturale.",
      "intensita": 0.95,
      "porta": "META_BOUNDARY",
      "manuale": true,
      "condensato_ref": "A4,A8,A14,C2",
      "origine": "cycle agent_20260506_1941: perturbation rank size curve canonical observables",
      "added_at": "2026-05-06T19:41:00+00:00",
      "decay_counter": 5,
      "archived_at": "2026-05-08T00:20:36.125262",
      "archived_reason": "G4 B1 apply: decay_counter=5 (vincolo non attaccato per 5 piani consecutivi)",
      "archived_from_piano": 85
    },
    {
      "id": "BOUNDARY_LAYER_GATE",
      "tipo": "vincolo",
      "claim": "I claim GUE/Poisson boundary devono riportare layer map: versione observables_registry, lista osservabili canonici, z original-vs-shuffle per osservabile, set endpoint-stable, e finestra/layer con margine classificatorio ambiguo. Nel perimetro sintetico agent_20260507_0330, il confine GUE-Poisson e beta 0.3-0.4: margine 0.070-0.083, ambiguous fraction 0.812-0.875, mentre gli osservabili stabili collassano da ~3.3 a 1.6. Il polo Poisson e classificabile ma denominator-weak.",
      "intensita": 0.93,
      "porta": "META_BOUNDARY",
      "manuale": true,
      "condensato_ref": "A4,A8,A9,A14,C2",
      "origine": "cycle agent_20260507_0330: synthetic GUE-Poisson mixture layer gate",
      "added_at": "2026-05-07T03:30:00+00:00",
      "decay_counter": 5,
      "archived_at": "2026-05-08T00:20:36.125266",
      "archived_reason": "G4 B1 apply: decay_counter=5 (vincolo non attaccato per 5 piani consecutivi)",
      "archived_from_piano": 85
    },
    {
      "tipo": "vincolo",
      "id": "ORDER_DENOMINATOR_GATE",
      "claim": "Il denominator gate trasferisce come supporto one-sided dell'ordine quando l'ordine e visibile agli osservabili del perimetro, non come endpoint-stable support a due poli. Nel perimetro sintetico agent_20260507_0901, 4/4 domini non-BOUNDARY hanno endpoint_stable_observables=[] e polo coerente stable_count 3.0-5.0. Nel perimetro semi-reale agent_20260507_0923, primi e zeta trasferiscono (primi: SR,L1,triple_var; zeta: SR,L2), ma logistic_return_intervals e blank: stable_count coerente 0.0-0.2. Nel perimetro bridge agent_20260507_0942, prime_metric_delta_gamma_abs, prime_metric_dR_abs, zeta_trace_residual_step5_abs e hydrogen_bound_level_spacings trasferiscono su tutti i 5 osservabili canonici con endpoint_stable_observables=[]; e supporto perimetro-bridge, non universalita del gate. Nel perimetro logistic-native agent_20260507_1006, logistic_orbit_values trasferisce su block_entropy_deficit_k4 in run e seed check; logistic_symbolic_itinerary resta blank; logistic_return_intervals mostra recurrence_diag_mean solo nel run principale e torna blank nel seed check. La beta 0.10/0.30/0.40/0.50 resta coordinata del protocollo quando compare, non coordinata universale. Nel perimetro surrogate-contract agent_20260507_1042, logistic_orbit_values trasferisce solo tramite block_entropy_deficit_k4 e sopravvive a marginal_shuffle, circular_shift e block_shuffle in run e seed check; logistic_symbolic_itinerary resta blank; logistic_return_intervals non replica (recurrence_diag_mean compare contro marginal/block nel run principale ma sparisce nel seed check). Nel perimetro cyclic-cut agent_20260507_1419, il residuo logistic_orbit_values non e artefatto del taglio lineare: cyclic_block_entropy_deficit_k4 e invariato sotto rotazione e replica contro marginal_shuffle e block_shuffle size 4-256 in run e seed check. Logistic_symbolic_itinerary e logistic_return_intervals restano blank nel criterio replicato. Il supporto logistic rimasto e orbit-local block grammar, non return/generating-partition support.",
      "intensita": 0.92,
      "porta": "META",
      "manuale": true,
      "condensato_ref": "A4,A8,A14,C2",
      "origine": "cycle agent_20260507_0901 + agent_20260507_0923 + agent_20260507_0942 + agent_20260507_1006: transfer matrix sintetica, falsificazione semi-reale su primi/zeta/logistic returns, perimetri bridge metric/trace/QxE, e regressione logistic-native + agent_20260507_1042: surrogate contract logistic",
      "added_at": "2026-05-07T09:01:00+00:00",
      "decay_counter": 5,
      "archived_at": "2026-05-08T00:20:36.125269",
      "archived_reason": "G4 B1 apply: decay_counter=5 (vincolo non attaccato per 5 piani consecutivi)",
      "archived_from_piano": 85
    },
    {
      "tipo": "vincolo",
      "id": "META_ASSERTION_GATE",
      "claim": "Il PASS 11/11 della verifica non e un denominatore unico. Nel perimetro agent_20260507_1458, 6/11 test passano anche senza tools/data; 5/11 dipendono da fixture o contesto; 4/11 PASS sono algebra/same-rule ad alto rischio tautologico. La tensione META va riportata con gate_class, no_data_status e data_dependency per test.",
      "intensita": 0.88,
      "manuale": true,
      "porta": "META",
      "condensato_ref": "A4,A8,A12,C2",
      "origine": "cycle agent_20260507_1458: meta_assertion_gate su dipartimento.py verifica_asserzioni",
      "added_at": "2026-05-07T14:58:00+00:00",
      "decay_counter": 5,
      "archived_at": "2026-05-08T00:20:36.125271",
      "archived_reason": "G4 B1 apply: decay_counter=5 (vincolo non attaccato per 5 piani consecutivi)",
      "archived_from_piano": 85
    },
    {
      "tipo": "vincolo",
      "id": "DUALITA_DET_DENOMINATOR_GATE",
      "claim": "Nel perimetro transfer-matrix dei gap primi agent_20260507_2042, det(M) non e discriminatore primario della dualita: il reale resta negativo ma vale ~-0.39, non -1, e lo shuffle con stessa marginale resta negativo (~-0.38..-0.37). La parte informativa e lo scarto reale-vs-shuffle, forte nelle scale basse/intermedie (z=-2.5..-4.4) e debole alla finestra p~5.0e7 (z=-0.97). Formulare DUALITA come supporto ordinato contro null, non come tassonomia diretta det=-1/det=+1 del fit lineare.",
      "intensita": 0.86,
      "manuale": true,
      "porta": "DUALITA_DIPOLARE_VS_ILLUSORIA",
      "condensato_ref": "A2,A4,A10,A14,C2",
      "origine": "cycle agent_20260507_2042: det_drift transfer-matrix sui gap primi",
      "added_at": "2026-05-07T20:42:00+00:00",
      "decay_counter": 5,
      "archived_at": "2026-05-08T00:20:36.125273",
      "archived_reason": "G4 B1 apply: decay_counter=5 (vincolo non attaccato per 5 piani consecutivi)",
      "archived_from_piano": 85
    },
    {
      "tipo": "vincolo",
      "id": "G_UNDERLAY_HINGE_GATE",
      "claim": "Nel perimetro TQGE operator-taxonomy agent_20260507_1751, G non e vertice globale sotto tutto: Q, G ed E hanno tutti entropia di modo 1.584963. G e il solo hinge osservato dove QG blank e GE real_sourcing si incontrano; i triangoli vuoti sono TQG e QGE, mentre TGE e TQE restano pieni. La consecutio e misurare l'operatore di deposito Q->G come passaggio blank-to-source, non cercare un ponte QG generico.",

exec
/bin/bash -lc "env | grep -E 'ANTHROPIC_API_KEY|OPENAI_API_KEY' || true" in /opt/MM_D-ND
 succeeded in 0ms:
exec
/bin/bash -lc 'python tools/dnd_scenario.py --best' in /opt/MM_D-ND
 succeeded in 131ms:
TENS_SCALE_TRASCENDENZA_LIMITE: score=0.807  — TENS_SCALE_TRASCENDENZA_LIMITE: incerto (i=0.6) — massimo potere discriminante
COMP_DOMAIN_PHOTONIC_TRASCENDENZA_LIMITE: score=0.758  — COMP_DOMAIN_PHOTONIC_TRASCENDENZA_LIMITE: incerto (i=0.65) — massimo potere discriminante
COMP_GEN_GAP_RATIO_T9_linguaggio_TRASCENDENZA_LIMITE: score=0.758  — COMP_GEN_GAP_RATIO_T9_linguaggio_TRASCENDENZA_LIMITE: incerto (i=0.65) — massimo potere discriminante

codex
Il proiettore punta a `TENS_SCALE_TRASCENDENZA_LIMITE`: il nodo regressivo è il fit che non converge, quindi non va “salvato” con un altro power-law. Cerco lo script/report precedente che ha prodotto quel deposito e poi costruisco una misura sul confine come transizione, non come esponente imposto.
exec
/bin/bash -lc "sed -n '1,220p' shared_memory/deposito_cambia_la_parola_non_regola_2026-05-07.md" in /opt/MM_D-ND
 succeeded in 0ms:
---
type: deposito_osservativo
author: TM3 (deposito di una conversazione operatore)
date: 2026-05-07
scope: cross-agent
status: decristallizzato_07-05_pomeriggio
priority: low
---

# Deposito — non regola

**Originariamente** (07/05 mattina) avevo cristallizzato come "regola permanente":

> *"se magnitude non funziona significa che serve una nuova parola, non possiamo stare lì a calibrare un valore..."*

Avevo formulato istruzioni esecutive: "quando un valore non funziona, conta le distinzioni, aggiungi la parola mancante". L'avevo propagata in AGENTS.md R10.

**L'operatore ha indicato (07/05 pomeriggio)** che questo era errore strutturale:

> *"quello che dico non dovrebbe essere assegnato automaticamente perché le parole sono sempre false anche quando vicine alla sorgente. 'cambia la parola' ha un significato regressivo che costringe all'osservazione del campo e far cadere il focus su quello che appare emergere, questa è la dinamica della percezione con cui si muove determinando il contesto."*

E:

> *"la possibilità è sempre una ed è la verità che accade. Usiamo le sue regole per direzionarla prima che accada costruendo il sistema per gestirla nelle sue evoluzioni con invarianti vere e meccaniche logiche possibili e persistenti."*

## Cosa significa

- "Cambia la parola" non è prescrizione di sostituzione. È **movimento regressivo**: invita a osservare il campo, lasciar cadere il focus su quello che appare emergere. Determina la direzione **non cercata**.
- Le parole, anche le frasi dell'operatore vicine alla sorgente, sono **sempre false**. Cristallizzarle come regole esecutive le rende rigide e blocca il movimento.
- Le **invarianti vere** sono meccaniche logiche persistenti — non parole. Ricevono ciò che accade.
- A16 applicato: la possibilità è una. Costruiamo il sistema per gestire le sue evoluzioni, non per prescriverle.

## Distinzione operativa che resta

| | Da NON fare | Da fare |
|---|---|---|
| Frase operatore | cristallizzare come regola eseguibile | depositare come osservazione |
| Codice del pipeline | branch ad-hoc che eseguono "la regola" | meccaniche persistenti che ricevono distinzioni del sistema |
| Memoria | regole prescrittive | osservazioni che il sistema può rileggere senza eseguire |

## Cosa di concreto è rimasto del 07/05 mattina

Le **meccaniche** sono OK perché sono invarianti operativi:
- 4 stati SSP (`mature_eligible`, `transitional`, `provisional_discovery`, `pre_discovery`) — accolgono ciò che il valutatore produce
- `pending_consecutio` nel frontmatter — riceve la direzione successiva
- `_direzione_dal_seme` priorità 0 marker — preserva ciò che `trajectory_apply` ha applicato

Queste non sono "regole derivate dalla frase". Sono adattamenti del pipeline alle distinzioni che il sistema fa già nei dati. Persistono perché meccaniche, non perché prescrizioni.

## Cosa è stato decristallizzato

- `MM_D-ND/AGENTS.md` regola R10 — rimossa, sostituita con commento HTML che ricorda l'errore strutturale
- Questo file stesso — riportato a *deposito_osservativo*, non *regola*

## Esempio dimostrativo (07/05)

Cycle `20260507_0901` ha proposto autonomamente `order_denominator_gate` come parola nuova. L'agent NON aveva letto AGENTS.md R10 (era già stato lanciato). L'ha proposta perché il movimento era già nel sistema, non per la "regola". Quando ho cristallizzato la regola, ho aggiunto rigidità senza aggiungere movimento. La regola era ridondante con l'A8 che già opera.

## Anti-pattern futuro per TM3

Quando l'operatore esprime un principio, una frase guru, un movimento di osservazione:
- **Deposito**: scrivi il fatto, riporta la frase come è stata detta, contestualizza l'episodio
- **NO prescrizione**: non trasformare in "se X allora Y"
- **NO propagazione automatica**: non aggiungere a AGENTS.md/CLAUDE.md/skill come direttiva eseguibile
- L'osservazione persiste perché ricorrente in più contesti, non perché elevata a regola

## Cross-link

- Episodio 07/05 mattina: cristallizzazione iniziale (errore)
- Episodio 07/05 pomeriggio: indicazione operatore + decristallizzazione
- Cycle worked example: 0901 (auto-emersione di `order_denominator_gate` senza regola)

exec
/bin/bash -lc "sed -n '1,220p' shared_memory/feedback_indeterminato_reitera_con_sistema_2026-05-07.md" in /opt/MM_D-ND
 succeeded in 0ms:
---
type: feedback
author: operatore (cristallizzato da TM3)
date: 2026-05-07
scope: cross-agent
---

# Indeterminato → reitera con il sistema fino all'emersione

**Regola permanente** (operatore, 2026-05-07 mattina, cristallizzata live):

> *"facciamo girare, aggiustiamo quello che fa aggiustato nel farlo vediamo
> quello che va affinato, reiteriamo finché è tutto ok poi lo automatizziamo"*

## Why

Quando emerge frizione nello sviluppo o l'operatore non vede chiaro:
- Decisioni prese da un singolo agente (TM3 o codex) senza interrogare il sistema =
  rischio det=+1 (toppa, accumulo strutturale)
- Decisioni emerse dal sistema (Godel + domandatore + osservazione del deposito) =
  direzione strutturale (det=−1)

Episodio cristallizzante (2026-05-07 07:00-08:30): TM3 propone osservatore A8
watchdog deterministico. Sistema interrogato 3 volte (Godel #1, #2, #3 +
domandatore + test empirico) — al terzo round emerge la direzione vera:
**non costruire osservatore, eseguire un cycle-test che diagnostica il sistema
da solo**. Cycle-test eseguito → verdict=operator → REDESIGN proposto dal
valutatore → loop A8+A15 sbloccato.

## How to apply (per qualsiasi agente)

1. **Esegui** un atto minimo (no design teorico astratto)
2. **Aggiusta** quello che si manifesta durante l'esecuzione (riparazione
   regressiva live, non patch posteriori)
3. **Osserva** il deposito che emerge (no immaginazione)
4. **Reitera** fino a stato OK (loop A8: il sistema converge se modus radicato)
5. **Cristallizza in automazione** SOLO dopo che è stato fatto girare e ha mostrato
   stabilità — non automatizzare prima

## Anti-pattern

- Costruire un componente strutturale (watchdog, observer, gate, governor) senza
  prima aver fatto girare un'esecuzione minima che mostri cosa serve davvero
- Decidere "perché serve velocità" o "per ottimizzare" senza interrogare il sistema
- Astrazione prematura (premature abstraction): 3 simili è meglio di 1 generalizzato
  troppo presto

## Cross-link

- TM3 memoria: `/root/.claude/projects/-opt/memory/feedback_indeterminato_reitera_con_sistema.md`
  (versione completa con episodio + metafora foresta-sentiero)
- Verifica empirica: cycle `20260507_0803` (verdict=operator, REDESIGN/high)
- Pattern A8+A15 (autologica + veicolo senza guidatore) applicato allo sviluppo
  software stesso, non solo al lab di ricerca

exec
/bin/bash -lc "rg --files tools | rg 'exp_|boundary|trasc|harper|sturm|gap|photonic'" in /opt/MM_D-ND
 succeeded in 0ms:
tools/exp_boundary_gue_poisson.py
tools/exp_perturbation_rank_size_curve.py
tools/exp_prime_mobius_interval_charge_gate.py
tools/exp_mod3_scaling.py
tools/exp_two_layer_universality.py
tools/exp_dipolar_vector_scaling.py
tools/exp_duality_scale_contrast.py
tools/exp_crossover_universality.py
tools/exp_markov_psd_prediction.py
tools/exp_blank_shell_polarity_gate.py
tools/exp_alpha_stability.py
tools/exp_gap_label_ostrowski_recognizability_gate.py
tools/exp_two_channel_cross_domain.py
tools/exp_beta_crossover.py
tools/exp_geodesic_deviation_primes.py
tools/exp_psd_amplitude_scaling.py
tools/exp_markov_scale_function.py
tools/exp_blank_to_source_hinge.py
tools/exp_markov_k_direction.py
tools/exp_duality_gate_transfer.py
tools/exp_meta_tautology_test.py
tools/exp_two_channel_boundary.py
tools/exp_markov3_observable_hunt.py
tools/exp_acf_amplitude_scaling.py
tools/exp_mod3_vs_residual_ordering.py
tools/exp_markov_memory_by_gue_type.py
tools/exp_crossover_phase_test.py
tools/exp_brody_crossover.py
tools/gue_gap_test.py
tools/exp_poisson_convergence.py
tools/exp_two_channel_universality.py
tools/exp_brody_flow.py
tools/spectral_gap_analysis.py
tools/dnd_gap_resolution.py
tools/exp_two_channel_decomposition.py
tools/exp_semireal_order_denominator_gate.py
tools/exp_logistic_cyclic_block_entropy_gate.py
tools/exp_markov_layer_recovery_audit.py
tools/exp_markov_dipolar_decomposition.py
tools/exp_gap_label_set_stability.py
tools/exp_two_channel_shuffle_audit.py
tools/exp_gap_label_block_scale_gate.py
tools/exp_logistic_surrogate_contract_gate.py
tools/exp_prime_mobius_zero_mediator_gate.py
tools/exp_boundary_mixture_gate.py
tools/exp_psd_prime_gaps.py
tools/exp_magnitude_psd_from_acf.py
tools/exp_gap_label_supertile_tiling_gate.py
tools/exp_blank_shell_dilation_gate.py
tools/exp_dR_brody_connection.py
tools/exp_bridge_order_denominator_gate.py
tools/test_gue_poisson_boundary.py
tools/exp_gap_label_repair_audit.py
tools/exp_excess_scaling.py
tools/exp_ricci_primes.py
tools/exp_tqge_underlay_gate.py
tools/exp_selective_layer_decoupling.py
tools/exp_cross_domain_dipolar_direction.py
tools/exp_acf_z6z_mechanism.py
tools/exp_observable_rank_audit.py
tools/exp_modular_algebra_depth.py
tools/gap_ratio_primes.py
tools/exp_prime_mobius_gap_stratified_zero_gate.py
tools/exp_gap_label_generator_gate.py
tools/exp_desitter_unification.py
tools/exp_cross_observable_consistency.py
tools/exp_gap_label_position_error_gate.py
tools/exp_boundary_coherence.py
tools/exp_spectral_rigidity.py
tools/exp_boundary_shuffle_audit.py
tools/exp_nonphi_sturmian_fixed_reader_gate.py
tools/exp_dipolar_angle_reference.py
tools/exp_mobius_irrationality.py
tools/exp_number_variance.py
tools/exp_gap_label_substitution_grammar_gate.py
tools/exp_scale_selective_perturbation.py
tools/exp_blank_shell_stratified_gate.py
tools/exp_denominator_gate_transfer_matrix.py
tools/exp_3d_boundary_layers.py
tools/exp_blank_shell_scale_law.py
tools/exp_logistic_counter_scope_gate.py
tools/exp_quasiperiodic_gap_ratio_denominator.py
tools/exp_perturbation_dimensionality_audit.py
tools/exp_boundary_growth.py
tools/exp_acf_range_universality.py
tools/exp_dipolar_crossover.py
tools/exp_brody_calibration.py
tools/exp_metric_tensor_diagnostic.py
tools/exp_blank_shell_tqger_gate.py
tools/exp_modular_memory_spectrum.py
tools/exp_triadic_deposit_gate.py
tools/exp_two_channel_psd.py
tools/exp_coherence_robustness.py
tools/exp_prime_mobius_pair_stratified_zero_gate.py
tools/exp_coherence_length.py
tools/data/gap_label_block_scale_gate_20260508_1805.json
tools/exp_ricci_desitter_0406.py
tools/exp_acf_stationarity.py
tools/exp_det_drift.py
tools/exp_spectral_2d.py
tools/exp_gap_label_symbolic_grammar_gate.py
tools/exp_spectral_landscape.py
tools/data/exp_markov_psd_prediction.json
tools/data/prime_gaps_spectrum.png
tools/data/nonphi_sturmian_fixed_reader_gate_20260508_2019_seedcheck.json
tools/data/gap_label_supertile_tiling_gate_20260508_1909.json
tools/data/exp_two_channel_universality.json
tools/data/exp_det_drift.json
tools/data/quasiperiodic_gap_ratio_denominator_20260508_0330.json
tools/data/exp_acf_stationarity.json
tools/data/two_channel_boundary.json
tools/data/exp_conditional_r.json
tools/data/exp_det_drift_20260507_2042.json
tools/data/nonphi_sturmian_fixed_reader_gate_20260508_2019.json
tools/data/exp_spectral_2d.json
tools/data/gap_label_position_error_gate_20260508_1947.json
tools/data/tm1_figures/prime_gaps_spectrum_pub.png
tools/data/boundary_coherence.json
tools/data/boundary_mixture_gate_20260507_0330.json
tools/data/psd_prime_gaps_results.json
tools/data/gap_label_set_stability_20260508_1632.json
tools/data/gap_label_ostrowski_recognizability_gate_20260508_2013.json
tools/data/gap_resolution.json
tools/data/exp_two_channel_psd.json
tools/data/exp_beta_crossover.json
tools/data/exp_coherence_length.json
tools/data/gap_label_symbolic_grammar_gate_20260508_2005_window55_seedcheck.json
tools/data/boundary_shuffle_audit.json
tools/data/gap_label_ostrowski_recognizability_gate_20260508_2013_seedcheck.json
tools/data/gap_label_substitution_grammar_gate_20260508_1834.json
tools/data/exp_psd_amp_scaling.json
tools/data/exp_two_channel_decomposition.json
tools/data/exp_acf_z6z_mechanism.json
tools/data/3d_boundary_layers.json
tools/data/prime_gaps_spectrum_pub.png
tools/data/exp_acf_range_universality.json
tools/data/exp_poisson_convergence.json
tools/data/gap_label_symbolic_grammar_gate_20260508_2005.json
tools/data/gap_label_generator_gate_20260508_1715.json
tools/data/spectral_gap_results.json
tools/data/exp_spectral_landscape.json
tools/data/banchi_custom/banco_gen_gap_ratio_cons_gxe_qxg.json
tools/data/banchi_custom/banco_gen_gap_ratio_falsifica_f6.json
tools/data/banchi_custom/banco_gen_gap_ratio_t8_paper_a_esposto.json
tools/data/banchi_custom/banco_gen_gap_ratio_falsifica_f3.json
tools/data/banchi_custom/banco_gen_gap_ratio_t2_normalizzatore_trascende.json
tools/data/banchi_custom/banco_gen_gap_ratio_t9_linguaggio_metafisico.json
tools/data/boundary_mixture_gate_20260507_0330_seedcheck.json
tools/data/gap_label_repair_audit_20260508_1915.json
tools/data/reports/exp_acf_decay_data.json
tools/data/reports/exp_geodesic_deviation_primes.json
tools/data/reports/exp_number_variance_test.json
tools/data/prime_mobius_gap_stratified_zero_gate_20260508_2121.json
tools/data/reports/exp_excess_scaling_20260405.json
tools/data/reports/exp_ricci_primes.json
tools/data/reports/gap_labeling_20260305_1111.json
tools/data/reports/gap_labeling_20260307_0342.json
tools/data/reports/exp_desitter_unification.json
tools/data/reports/exp_metric_tensor_diag_long.json
tools/data/reports/gap_labeling_20260315_0343.json
tools/data/reports/exp_dR_brody_connection.json
tools/data/reports/gap_labeling_20260305_0843.json
tools/data/reports/exp_psd_prime_gaps.json
tools/data/reports/exp_brody_crossover_20260405.json
tools/data/reports/exp_crossover_universality.json
tools/data/reports/exp_boundary_20260405_0825.json
tools/data/reports/gap_labeling_20260306_0341.json
tools/data/reports/gap_labeling_20260306_1834.json
tools/data/reports/exp_boundary_growth_20260405_0914.json

exec
/bin/bash -lc 'git status --short --branch' in /opt/MM_D-ND
 succeeded in 0ms:
## main...origin/main
 M applications/INDEX.draft.json
 M applications/soluzioni/20260430_0330_three-regimes-of-modular-memory-algebraic/finding_index.draft.json
 M applications/soluzioni/20260430_0330_three-regimes-of-modular-memory-algebraic/manifest.draft.json
 D "kernel/reference/metaprompt_in_sviluppo/Sei il Meta Master Systemil Meta Ma.md"
 M tools/data/agent_field_live.md
 M tools/data/autoricerca_journal.json
 M tools/data/ciclo_memoria.json
 M tools/data/conoscenza_teorie.json
 M tools/data/consecutio.json
 M tools/data/consecutio_processata.json
 M tools/data/domande_fondamentali.json
 M tools/data/exp_det_drift.json
 M tools/data/incrocio_risultato.json
 M tools/data/knowledge_state.json
 M tools/data/lab_data.json
 M tools/data/lab_graph.json
 M tools/data/lab_health.json
 M tools/data/lab_session_log.jsonl
 M tools/data/pipeline_state.json
 M tools/data/ponti_evoluti.json
 M tools/data/refresh_detector_state.json
 M tools/data/seme.json
 D tools/data/seme_archive/piano_37.json
 D tools/data/seme_archive/piano_38.json
 D tools/data/seme_archive/piano_4.json
 D tools/data/seme_archive/piano_5.json
 D tools/data/seme_archive/piano_6.json
 D tools/data/seme_archive/piano_7.json
 D tools/data/seme_archive/piano_8.json
 M tools/data/seme_axioms.json
 M tools/data/seme_backup_pre_run.json
 M tools/data/tm1_figures/tensions.json
 M tools/data/tm1_figures/tensions_raw.json
?? applications/published/20260504_0901_the-two-markov-layers-are-coupled/
?? applications/published/20260504_1219_markov-layers-pass-the-first-recovery/
?? applications/published/20260505_0330_observable-rank-audit-many-probes-one/
?? applications/published/20260506_1955_observable-collinearity-breaks-only-where-denominators/
?? applications/published/20260507_0330_the-gue-poisson-boundary-is-a/
?? applications/published/20260507_0803_denominator-gate-transfers-boundary-coordinate-does/
?? applications/published/20260507_0942_bridge-order-denominator-gate/
?? applications/published/20260507_1006_logistic-counter-scope-gate/
?? applications/published/20260507_1042_logistic-surrogate-contract-gate/
?? applications/published/20260507_1419_logistic-cyclic-block-entropy-gate/
?? applications/published/20260507_1458_meta-assertion-gate/
?? applications/published/20260507_1751_tqge-underlay-gate/
?? applications/published/20260507_1804_blank-to-source-hinge/
?? applications/published/20260507_1938_triadic-deposit-gate/
?? applications/published/20260507_1957_blank-shell-polarity-gate/
?? applications/scoperte/20260502_0330_the-dipolar-phase-transition-is-nearly_auto/
?? applications/scoperte/20260503_0330_markov-memory-has-two-visible-layers_auto/
?? applications/scoperte/20260504_0901_the-two-markov-layers-are-coupled_auto/
?? applications/scoperte/20260504_1219_markov-layers-pass-the-first-recovery_auto/
?? applications/scoperte/20260505_0330_observable-rank-audit-many-probes-one_auto/
?? applications/scoperte/20260506_0625_perturbation-dimensionality-is-not-yet-a_auto/
?? applications/scoperte/20260506_1941_perturbation-rank-needs-denominator-gating_auto/
?? applications/scoperte/20260506_1955_observable-collinearity-breaks-only-where-denominators_auto/
?? applications/scoperte/20260507_0330_the-gue-poisson-boundary-is-a_auto/
?? applications/scoperte/20260507_0803_denominator-gate-transfers-boundary-coordinate-does_auto/
?? applications/scoperte/20260507_0901_denominator-gate-transfer-matrix_auto/
?? applications/scoperte/20260507_0923_semi-real-order-denominator-gate_auto/
?? applications/scoperte/20260507_0942_bridge-order-denominator-gate_auto/
?? applications/scoperte/20260507_1006_logistic-counter-scope-gate_auto/
?? applications/scoperte/20260507_1042_logistic-surrogate-contract-gate_auto/
?? applications/scoperte/20260507_1419_logistic-cyclic-block-entropy-gate_auto/
?? applications/scoperte/20260507_1458_meta-assertion-gate_auto/
?? applications/scoperte/20260507_1751_tqge-underlay-gate_auto/
?? applications/scoperte/20260507_1804_blank-to-source-hinge_auto/
?? applications/scoperte/20260507_1938_triadic-deposit-gate_auto/
?? applications/scoperte/20260507_1957_blank-shell-polarity-gate_auto/
?? "applications/scoperte/20260507_2042_det-non-\303\250-il-discriminatore-della_auto/"
?? applications/scoperte/20260507_2120_blank-shell-tqger-gate_auto/
?? applications/scoperte/20260507_2203_blank-shell-scale-law_auto/
?? applications/scoperte/20260507_2310_blank-shell-stratified-gate_auto/
?? applications/scoperte/20260508_0011_duality-contrast-weakens-with-scale-in_auto/
?? applications/scoperte/20260508_0330_gap-ratio-porta-il-denominatore_auto/
?? applications/scoperte/20260508_1715_generator-gate-del-label-set-phi_auto/
?? applications/scoperte/20260508_1805_block-scale-gate-del-core-phi_auto/
?? applications/scoperte/20260508_1834_substitution-grammar-gate-del-core-phi_auto/
?? applications/scoperte/20260508_1909_supertile-tiling-gate-del-core-phi_auto/
?? applications/scoperte/20260508_1915_high-core-repair-audit_auto/
?? applications/scoperte/20260508_1947_positionerror-gate-del-core-phi_auto/
?? applications/scoperte/20260508_2005_symbolic-grammar-gate-del-core-phi_auto/
?? applications/scoperte/20260508_2013_ostrowski-recognizability-gate-del-core-phi_auto/
?? applications/scoperte/20260508_2019_non-phi-sturmian-fixed-reader-gate_auto/
?? applications/scoperte/20260508_2108_prime-mobius-zero-mediator-gate_auto/
?? applications/scoperte/20260508_2121_prime-mobius-gap-stratified-zero-gate_auto/
?? applications/scoperte/20260508_2133_prime-mobius-pair-stratified-zero-gate_auto/
?? applications/soluzioni/20260502_0330_the-dipolar-phase-transition-is-nearly/
?? applications/soluzioni/20260503_0330_markov-memory-has-two-visible-layers/
?? applications/soluzioni/20260504_0901_the-two-markov-layers-are-coupled/
?? applications/soluzioni/20260504_1219_markov-layers-pass-the-first-recovery/
?? applications/soluzioni/20260505_0330_observable-rank-audit-many-probes-one/
?? applications/soluzioni/20260506_1941_perturbation-rank-needs-denominator-gating/
?? applications/soluzioni/20260506_1955_observable-collinearity-breaks-only-where-denominators/
?? applications/soluzioni/20260507_0330_the-gue-poisson-boundary-is-a/
?? applications/soluzioni/20260507_0803_denominator-gate-transfers-boundary-coordinate-does/
?? applications/soluzioni/20260507_0942_bridge-order-denominator-gate/
?? applications/soluzioni/20260507_1006_logistic-counter-scope-gate/
?? applications/soluzioni/20260507_1042_logistic-surrogate-contract-gate/
?? applications/soluzioni/20260507_1419_logistic-cyclic-block-entropy-gate/
?? applications/soluzioni/20260507_1458_meta-assertion-gate/
?? applications/soluzioni/20260507_1751_tqge-underlay-gate/
?? applications/soluzioni/20260507_1804_blank-to-source-hinge/
?? applications/soluzioni/20260507_1938_triadic-deposit-gate/
?? applications/soluzioni/20260507_1957_blank-shell-polarity-gate/
?? "applications/soluzioni/20260507_2042_det-non-\303\250-il-discriminatore-della/"
?? applications/soluzioni/20260507_2120_blank-shell-tqger-gate/
?? applications/soluzioni/20260507_2203_blank-shell-scale-law/
?? applications/soluzioni/20260507_2310_blank-shell-stratified-gate/
?? applications/soluzioni/20260508_0011_duality-contrast-weakens-with-scale-in/
?? applications/soluzioni/20260508_0330_gap-ratio-porta-il-denominatore/
?? applications/soluzioni/20260508_1715_generator-gate-del-label-set-phi/
?? applications/soluzioni/20260508_1805_block-scale-gate-del-core-phi/
?? applications/soluzioni/20260508_1834_substitution-grammar-gate-del-core-phi/
?? applications/soluzioni/20260508_1909_supertile-tiling-gate-del-core-phi/
?? applications/soluzioni/20260508_1915_high-core-repair-audit/
?? applications/soluzioni/20260508_1947_positionerror-gate-del-core-phi/
?? applications/soluzioni/20260508_2005_symbolic-grammar-gate-del-core-phi/
?? applications/soluzioni/20260508_2013_ostrowski-recognizability-gate-del-core-phi/
?? applications/soluzioni/20260508_2019_non-phi-sturmian-fixed-reader-gate/
?? applications/soluzioni/20260508_2108_prime-mobius-zero-mediator-gate/
?? applications/soluzioni/20260508_2121_prime-mobius-gap-stratified-zero-gate/
?? applications/soluzioni/20260508_2133_prime-mobius-pair-stratified-zero-gate/
?? findings_gallery.md
?? tools/data/.last_telegram_msg
?? tools/data/3d_boundary_layers.json
?? tools/data/aeternitas/
?? tools/data/alignment_active.json
?? tools/data/alignment_markers.jsonl
?? tools/data/b2_apply_log.jsonl
?? tools/data/biconi/bicono_20260507_1804.json
?? tools/data/biconi/bicono_20260507_1938.json
?? tools/data/biconi/bicono_20260507_1957.json
?? tools/data/biconi/bicono_20260507_2042.json
?? tools/data/biconi/bicono_20260507_2120.json
?? tools/data/biconi/bicono_20260507_2203.json
?? tools/data/biconi/bicono_20260507_2310.json
?? tools/data/biconi/bicono_20260508_0011.json
?? tools/data/biconi/bicono_20260508_0330.json
?? tools/data/biconi/bicono_20260508_1632.json
?? tools/data/biconi/bicono_20260508_1715.json
?? tools/data/biconi/bicono_20260508_1805.json
?? tools/data/biconi/bicono_20260508_1834.json
?? tools/data/biconi/bicono_20260508_1909.json
?? tools/data/biconi/bicono_20260508_1915.json
?? tools/data/biconi/bicono_20260508_1947.json
?? tools/data/biconi/bicono_20260508_2005.json
?? tools/data/biconi/bicono_20260508_2013.json
?? tools/data/biconi/bicono_20260508_2019.json
?? tools/data/biconi/bicono_20260508_2102.json
?? tools/data/biconi/bicono_20260508_2108.json
?? tools/data/biconi/bicono_20260508_2121.json
?? tools/data/biconi/bicono_20260508_2133.json
?? tools/data/bicono_projections.jsonl
?? tools/data/blank_shell_dilation_gate_20260507_2157.json
?? tools/data/blank_shell_polarity_gate_20260507_1957.json
?? tools/data/blank_shell_scale_law_20260507_2203.json
?? tools/data/blank_shell_stratified_gate_20260507_2310.json
?? tools/data/blank_shell_tqger_gate_20260507_2120.json
?? tools/data/blank_to_source_hinge_20260507_1804.json
?? tools/data/boundary_coherence.json
?? tools/data/boundary_mixture_gate_20260507_0330.json
?? tools/data/boundary_mixture_gate_20260507_0330_seedcheck.json
?? tools/data/boundary_shuffle_audit.json
?? tools/data/bridge_order_denominator_gate_20260507_0942.json
?? tools/data/bridge_order_denominator_gate_20260507_0942_seedcheck.json
?? tools/data/brody_calibration_results.json
?? tools/data/brody_flow.json
?? tools/data/conoscenza_teorie.json.bak.retraction_22_04
?? tools/data/cross_domain_dipolar_direction.json
?? tools/data/cross_observable_consistency.json
?? tools/data/crossover_phase_test.json
?? tools/data/denominator_gate_transfer_matrix.json
?? tools/data/dipolar_crossover.json
?? tools/data/dipolar_vector_scaling.json
?? tools/data/domandatore/domandatore_20260421_0746.json
?? tools/data/domandatore/domandatore_20260422_0345.json
?? tools/data/domandatore/domandatore_20260423_0345.json
?? tools/data/domandatore/domandatore_20260424_0345.json
?? tools/data/domandatore/domandatore_20260425_0345.json
?? tools/data/domandatore/domandatore_20260426_0345.json
?? tools/data/domandatore/domandatore_20260427_0345.json
?? tools/data/domandatore/domandatore_20260428_0345.json
?? tools/data/domandatore/domandatore_20260428_1236.json
?? tools/data/domandatore/domandatore_20260429_0345.json
?? tools/data/domandatore/domandatore_20260430_0345.json
?? tools/data/domandatore/domandatore_20260501_0345.json
?? tools/data/domandatore/domandatore_20260502_0345.json
?? tools/data/domandatore/domandatore_20260503_0345.json
?? tools/data/domandatore/domandatore_20260504_0345.json
?? tools/data/domandatore/domandatore_20260505_0345.json
?? tools/data/domandatore/domandatore_20260506_0345.json
?? tools/data/domandatore/domandatore_20260507_0345.json
?? tools/data/domandatore/domandatore_20260507_0728.json
?? tools/data/domandatore/domandatore_20260507_0742.json
?? tools/data/domandatore/domandatore_20260507_1420.json
?? tools/data/domandatore/domandatore_20260507_1459.json
?? tools/data/domandatore/domandatore_20260507_2120.json
?? tools/data/domandatore/domandatore_20260507_2157.json
?? tools/data/domandatore/domandatore_20260507_2203.json
?? tools/data/domandatore/domandatore_20260508_0345.json
?? tools/data/domandatore/domandatore_20260508_2121.json
?? tools/data/domandatore_pre_cycle.json
?? tools/data/duality_gate_transfer_20260507_0803.json
?? tools/data/duality_gate_transfer_20260507_0803_seedcheck.json
?? tools/data/duality_gate_transfer_20260507_2042.json
?? tools/data/duality_scale_contrast_20260508.json
?? tools/data/evolution/evolution_20260422_0330.md
?? tools/data/evolution/evolution_20260422_1616.md
?? tools/data/evolution/evolution_20260423_0330.md
?? tools/data/evolution/evolution_20260424_0330.md
?? tools/data/evolution/evolution_20260425_0330.md
?? tools/data/evolution/evolution_20260427_0330.md
?? tools/data/evolution/evolution_20260428_0330.md
?? tools/data/evolution/evolution_20260429_0852.md
?? tools/data/evolution/evolution_20260429_1013.md
?? tools/data/evolution/evolution_20260430_0330.md
?? tools/data/evolution/evolution_20260430_1905.md
?? tools/data/evolution/evolution_20260430_1946.md
?? tools/data/evolution/evolution_20260501_0330.md
?? tools/data/evolution/evolution_20260501_0725.md
?? tools/data/evolution/evolution_20260501_0931.md
?? tools/data/evolution/evolution_20260502_0330.md
?? tools/data/evolution/evolution_20260503_0330.md
?? tools/data/evolution/evolution_20260504_0901.md
?? tools/data/evolution/evolution_20260504_1219.md
?? tools/data/evolution/evolution_20260505_0330.md
?? tools/data/evolution/evolution_20260506_0330.md
?? tools/data/evolution/evolution_20260506_1941.md
?? tools/data/evolution/evolution_20260506_1955.md
?? tools/data/evolution/evolution_20260507_0330.md
?? tools/data/evolution/evolution_20260507_0803.md
?? tools/data/evolution/evolution_20260507_0901.md
?? tools/data/evolution/evolution_20260507_0923.md
?? tools/data/evolution/evolution_20260507_0942.md
?? tools/data/evolution/evolution_20260507_1006.md
?? tools/data/evolution/evolution_20260507_1042.md
?? tools/data/evolution/evolution_20260507_1419.md
?? tools/data/evolution/evolution_20260507_1458.md
?? tools/data/evolution/evolution_20260507_1751.md
?? tools/data/evolution/evolution_20260507_1804.md
?? tools/data/evolution/evolution_20260507_1938.md
?? tools/data/evolution/evolution_20260507_1957.md
?? tools/data/evolution/evolution_20260507_2042.md
?? tools/data/evolution/evolution_20260507_2120.md
?? tools/data/evolution/evolution_20260507_2203.md
?? tools/data/evolution/evolution_20260507_2310.md
?? tools/data/evolution/evolution_20260508_0330.md
?? tools/data/evolution/evolution_20260508_1632.md
?? tools/data/evolution/evolution_20260508_1715.md
?? tools/data/evolution/evolution_20260508_1805.md
?? tools/data/evolution/evolution_20260508_1834.md
?? tools/data/evolution/evolution_20260508_1909.md
?? tools/data/evolution/evolution_20260508_1915.md
?? tools/data/evolution/evolution_20260508_1947.md
?? tools/data/evolution/evolution_20260508_2005.md
?? tools/data/evolution/evolution_20260508_2013.md
?? tools/data/evolution/evolution_20260508_2019.md
?? tools/data/evolution/evolution_20260508_2102.md
?? tools/data/evolution/evolution_20260508_2108.md
?? tools/data/evolution/evolution_20260508_2121.md
?? tools/data/evolution/evolution_20260508_2133.md
?? tools/data/exp_det_drift_20260507_2042.json
?? tools/data/falsifier_20260507_2120.raw.txt
?? tools/data/g1_log.jsonl
?? tools/data/g2_log.jsonl
?? tools/data/gap_label_block_scale_gate_20260508_1805.json
?? tools/data/gap_label_generator_gate_20260508_1715.json
?? tools/data/gap_label_ostrowski_recognizability_gate_20260508_2013.json
?? tools/data/gap_label_ostrowski_recognizability_gate_20260508_2013_seedcheck.json
?? tools/data/gap_label_position_error_gate_20260508_1947.json
?? tools/data/gap_label_repair_audit_20260508_1915.json
?? tools/data/gap_label_set_stability_20260508_1632.json
?? tools/data/gap_label_substitution_grammar_gate_20260508_1834.json
?? tools/data/gap_label_supertile_tiling_gate_20260508_1909.json
?? tools/data/gap_label_symbolic_grammar_gate_20260508_2005.json
?? tools/data/gap_label_symbolic_grammar_gate_20260508_2005_window55_seedcheck.json
?? tools/data/incrocio_20260422_0336.json
?? tools/data/incrocio_20260423_0335.json
?? tools/data/incrocio_20260424_0347.json
?? tools/data/incrocio_20260425_0339.json
?? tools/data/incrocio_20260428_0340.json
?? tools/data/incrocio_20260429_0859.json
?? tools/data/incrocio_20260506_0633.json
?? tools/data/incrocio_20260507_2120.json
?? tools/data/incrocio_20260507_2157.json
?? tools/data/incrocio_20260507_2203.json
?? tools/data/incrocio_20260507_2310.json
?? tools/data/incrocio_20260508_0011.json
?? tools/data/incrocio_20260508_0020.json
?? tools/data/incrocio_20260508_0330.json
?? tools/data/incrocio_20260508_1632.json
?? tools/data/incrocio_20260508_1715.json
?? tools/data/incrocio_20260508_1805.json
?? tools/data/incrocio_20260508_1834.json
?? tools/data/incrocio_20260508_1909.json
?? tools/data/incrocio_20260508_1915.json
?? tools/data/incrocio_20260508_1947.json
?? tools/data/incrocio_20260508_2005.json
?? tools/data/incrocio_20260508_2013.json
?? tools/data/incrocio_20260508_2019.json
?? tools/data/incrocio_20260508_2102.json
?? tools/data/incrocio_20260508_2108.json
?? tools/data/incrocio_20260508_2121.json
?? tools/data/incrocio_20260508_2133.json
?? tools/data/incrocio_20260508_2140.json
?? tools/data/lab_bridge_issues.jsonl
?? tools/data/logistic_counter_scope_gate_20260507_1006.json
?? tools/data/logistic_counter_scope_gate_20260507_1006_seedcheck.json
?? tools/data/logistic_cyclic_block_entropy_gate_20260507_1419.json
?? tools/data/logistic_cyclic_block_entropy_gate_20260507_1419_seedcheck.json
?? tools/data/logistic_surrogate_contract_gate_20260507_1042.json
?? tools/data/logistic_surrogate_contract_gate_20260507_1042_seedcheck.json
?? tools/data/magnitude_psd_from_acf.json
?? tools/data/markov3_observable_hunt.json
?? tools/data/markov_dipolar_decomposition.json
?? tools/data/markov_k_direction.json
?? tools/data/markov_layer_recovery_audit.json
?? tools/data/markov_memory_by_gue_type.json
?? tools/data/markov_scale_function.json
?? tools/data/meta_assertion_gate.json
?? tools/data/meta_tautology_test.json
?? tools/data/mod3_scaling.json
?? tools/data/mod3_vs_residual_ordering.json
?? tools/data/modular_algebra_depth.json
?? tools/data/modular_memory_spectrum.json
?? tools/data/nonphi_sturmian_fixed_reader_gate_20260508_2019.json
?? tools/data/nonphi_sturmian_fixed_reader_gate_20260508_2019_seedcheck.json
?? tools/data/observable_collinearity_breaking_20260506_1955.json
?? tools/data/observable_collinearity_breaking_20260506_1956.json
?? tools/data/observable_collinearity_breaking_20260506_1957.json
?? tools/data/observable_rank_audit.json
?? tools/data/observable_rank_audit_seed20260506.json
?? tools/data/observatorio/domandatore_unTouched_20260507_095914.md
?? tools/data/observatorio/lazarus_cimitero_20260507_100015.md
?? tools/data/observatorio/meta_metodo_giro_2026-05-07.md
?? tools/data/operator_directives_consumed/
?? tools/data/perturbation_dimensionality_audit.json
?? tools/data/perturbation_dimensionality_audit_scale0330.json
?? tools/data/perturbation_rank_size_curve.json
?? tools/data/prime_mobius_gap_stratified_zero_gate_20260508_2121.json
?? tools/data/prime_mobius_interval_charge_gate_20260508_2102.json
?? tools/data/prime_mobius_pair_stratified_zero_gate_20260508_2133.json
?? tools/data/prime_mobius_pair_stratified_zero_gate_20260508_2134.json
?? tools/data/prime_mobius_pair_stratified_zero_gate_smoke_20260508.json
?? tools/data/prime_mobius_zero_mediator_gate_20260508_2108.json
?? tools/data/promotions/
?? tools/data/quasiperiodic_gap_ratio_denominator_20260508_0330.json
?? tools/data/repairs/
?? tools/data/reports/_quarantine_falsifier_29_04/
?? tools/data/reports/agent_20260422_0330.md
?? tools/data/reports/agent_20260422_1616.md
?? tools/data/reports/agent_20260423_0330.md
?? tools/data/reports/agent_20260424_0330.md
?? tools/data/reports/agent_20260425_0330.md
?? tools/data/reports/agent_20260426_0330.md
?? tools/data/reports/agent_20260427_0330.md
?? tools/data/reports/agent_20260428_0330.md
?? tools/data/reports/agent_20260429_1013.md
?? tools/data/reports/agent_20260429_1041.md
?? tools/data/reports/agent_20260430_0330.md
?? tools/data/reports/agent_20260430_1905.md
?? tools/data/reports/agent_20260430_1919.md
?? tools/data/reports/agent_20260430_1946.md
?? tools/data/reports/agent_20260501_0330.md
?? tools/data/reports/agent_20260501_0725.md
?? tools/data/reports/agent_20260501_0931.md
?? tools/data/reports/agent_20260502_0330.md
?? tools/data/reports/agent_20260503_0330.md
?? tools/data/reports/agent_20260504_0901.md
?? tools/data/reports/agent_20260504_1219.md
?? tools/data/reports/agent_20260505_0330.md
?? tools/data/reports/agent_20260505_1022.md
?? tools/data/reports/agent_20260506_0330.md
?? tools/data/reports/agent_20260506_0625.md
?? tools/data/reports/agent_20260506_1941.md
?? tools/data/reports/agent_20260506_1955.md
?? tools/data/reports/agent_20260507_0330.md
?? tools/data/reports/agent_20260507_0803.md
?? tools/data/reports/agent_20260507_0901.md
?? tools/data/reports/agent_20260507_0923.md
?? tools/data/reports/agent_20260507_0942.md
?? tools/data/reports/agent_20260507_1006.md
?? tools/data/reports/agent_20260507_1042.md
?? tools/data/reports/agent_20260507_1419.md
?? tools/data/reports/agent_20260507_1458.md
?? tools/data/reports/agent_20260507_1751.md
?? tools/data/reports/agent_20260507_1804.md
?? tools/data/reports/agent_20260507_1938.md
?? tools/data/reports/agent_20260507_1957.md
?? tools/data/reports/agent_20260507_2042.md
?? tools/data/reports/agent_20260507_2120.md
?? tools/data/reports/agent_20260507_2157.md
?? tools/data/reports/agent_20260507_2203.md
?? tools/data/reports/agent_20260507_2310.md
?? tools/data/reports/agent_20260508_0011.md
?? tools/data/reports/agent_20260508_0330.md
?? tools/data/reports/agent_20260508_1632.md
?? tools/data/reports/agent_20260508_1715.md
?? tools/data/reports/agent_20260508_1805.md
?? tools/data/reports/agent_20260508_1834.md
?? tools/data/reports/agent_20260508_1909.md
?? tools/data/reports/agent_20260508_1915.md
?? tools/data/reports/agent_20260508_1947.md
?? tools/data/reports/agent_20260508_2005.md
?? tools/data/reports/agent_20260508_2013.md
?? tools/data/reports/agent_20260508_2019.md
?? tools/data/reports/agent_20260508_2102.md
?? tools/data/reports/agent_20260508_2108.md
?? tools/data/reports/agent_20260508_2121.md
?? tools/data/reports/agent_20260508_2133.md
?? tools/data/reports/ddf_20260422_0405.json
?? tools/data/reports/ddf_20260423_0405.json
?? tools/data/reports/ddf_20260424_0405.json
?? tools/data/reports/ddf_20260425_0405.json
?? tools/data/reports/ddf_20260426_0405.json
?? tools/data/reports/ddf_20260427_0405.json
?? tools/data/reports/ddf_20260428_0405.json
?? tools/data/reports/ddf_20260429_0405.json
?? tools/data/reports/ddf_20260430_0405.json
?? tools/data/reports/ddf_20260501_0405.json
?? tools/data/reports/ddf_20260502_0405.json
?? tools/data/reports/ddf_20260503_0405.json
?? tools/data/reports/ddf_20260504_0405.json
?? tools/data/reports/ddf_20260505_0405.json
?? tools/data/reports/ddf_20260505_0636.json
?? tools/data/reports/ddf_20260506_0405.json
?? tools/data/reports/ddf_20260507_0405.json
?? tools/data/reports/ddf_20260508_0405.json
?? tools/data/reports/evolution_20260422_0330.md
?? tools/data/reports/evolution_20260422_1616.md
?? tools/data/reports/evolution_20260423_0330.md
?? tools/data/reports/evolution_20260424_0330.md
?? tools/data/reports/evolution_20260425_0330.md
?? tools/data/reports/evolution_20260427_0330.md
?? tools/data/reports/evolution_20260428_0330.md
?? tools/data/reports/evolution_20260503_0330.md
?? tools/data/reports/evolution_20260504_0330.md
?? tools/data/reports/evolution_20260505_0330.md
?? tools/data/reports/evolution_20260506_0330.md
?? tools/data/reports/evolution_20260506_1941.md
?? tools/data/reports/falsifier_20260429_1013.json
?? tools/data/reports/falsifier_20260429_1041.json
?? tools/data/reports/falsifier_20260430_0330.json
?? tools/data/reports/falsifier_20260430_1905.json
?? tools/data/reports/falsifier_20260430_1919.json
?? tools/data/reports/falsifier_20260430_1946.json
?? tools/data/reports/falsifier_20260501_0330.json
?? tools/data/reports/falsifier_20260501_0725.json
?? tools/data/reports/falsifier_20260501_0931.json
?? tools/data/reports/falsifier_20260502_0330.json
?? tools/data/reports/falsifier_20260503_0330.json
?? tools/data/reports/falsifier_20260504_0901.json
?? tools/data/reports/falsifier_20260504_1219.json
?? tools/data/reports/falsifier_20260505_0330.json
?? tools/data/reports/falsifier_20260506_0330.raw.txt
?? tools/data/reports/falsifier_20260506_0625.json
?? tools/data/reports/falsifier_20260506_1941.json
?? tools/data/reports/falsifier_20260506_1955.json
?? tools/data/reports/falsifier_20260506_1955.raw.txt
?? tools/data/reports/falsifier_20260507_0330.json
?? tools/data/reports/falsifier_20260507_0330.raw.txt
?? tools/data/reports/falsifier_20260507_0803.json
?? tools/data/reports/falsifier_20260507_0803.raw.txt
?? tools/data/reports/falsifier_20260507_0901.json
?? tools/data/reports/falsifier_20260507_0923.json
?? tools/data/reports/falsifier_20260507_0923.raw.txt
?? tools/data/reports/falsifier_20260507_0942.json
?? tools/data/reports/falsifier_20260507_1006.json
?? tools/data/reports/falsifier_20260507_1042.json
?? tools/data/reports/falsifier_20260507_1042.raw.txt
?? tools/data/reports/falsifier_20260507_1419.json
?? tools/data/reports/falsifier_20260507_1458.json
?? tools/data/reports/falsifier_20260507_1458.raw.txt
?? tools/data/reports/falsifier_20260507_1751.json
?? tools/data/reports/falsifier_20260507_1804.json
?? tools/data/reports/falsifier_20260507_1938.json
?? tools/data/reports/falsifier_20260507_1938.raw.txt
?? tools/data/reports/falsifier_20260507_1957.json
?? tools/data/reports/falsifier_20260507_2042.json
?? tools/data/reports/falsifier_20260507_2120.json
?? tools/data/reports/falsifier_20260507_2203.json
?? tools/data/reports/falsifier_20260507_2310.json
?? tools/data/reports/falsifier_20260508_0011.json
?? tools/data/reports/falsifier_20260508_0330.json
?? tools/data/reports/falsifier_20260508_1632.raw.txt
?? tools/data/reports/falsifier_20260508_1715.json
?? tools/data/reports/falsifier_20260508_1805.json
?? tools/data/reports/falsifier_20260508_1834.json
?? tools/data/reports/falsifier_20260508_1909.json
?? tools/data/reports/falsifier_20260508_1915.json
?? tools/data/reports/falsifier_20260508_1947.json
?? tools/data/reports/falsifier_20260508_2005.json
?? tools/data/reports/falsifier_20260508_2013.json
?? tools/data/reports/falsifier_20260508_2019.json
?? tools/data/reports/falsifier_20260508_2102.json
?? tools/data/reports/falsifier_20260508_2108.json
?? tools/data/reports/falsifier_20260508_2108.raw.txt
?? tools/data/reports/falsifier_20260508_2121.json
?? tools/data/reports/falsifier_20260508_2133.json
?? tools/data/reports/falsifier_20260508_2133.raw.txt
?? tools/data/reports/incident_20260504_0721.md
?? tools/data/reports/incident_20260504_1138.md
?? tools/data/reports/latest.md
?? tools/data/reports/loop_guard_20260507_0330.json
?? tools/data/reports/loop_guard_20260507_0803.json
?? tools/data/reports/loop_guard_20260507_0901.json
?? tools/data/reports/loop_guard_20260507_0923.json
?? tools/data/reports/loop_guard_20260507_0942.json
?? tools/data/reports/loop_guard_20260507_1006.json
?? tools/data/reports/loop_guard_20260507_1042.json
?? tools/data/reports/loop_guard_20260507_1419.json
?? tools/data/reports/loop_guard_20260507_1458.json
?? tools/data/reports/loop_guard_20260507_1751.json
?? tools/data/reports/loop_guard_20260507_1804.json
?? tools/data/reports/loop_guard_20260507_1938.json
?? tools/data/reports/loop_guard_20260507_1957.json
?? tools/data/reports/loop_guard_20260507_2042.json
?? tools/data/reports/loop_guard_20260507_2120.json
?? tools/data/reports/loop_guard_20260507_2203.json
?? tools/data/reports/loop_guard_20260507_2310.json
?? tools/data/reports/loop_guard_20260508_0011.json
?? tools/data/reports/loop_guard_20260508_0330.json
?? tools/data/reports/loop_guard_20260508_1632.json
?? tools/data/reports/loop_guard_20260508_1715.json
?? tools/data/reports/loop_guard_20260508_1805.json
?? tools/data/reports/loop_guard_20260508_1834.json
?? tools/data/reports/loop_guard_20260508_1909.json
?? tools/data/reports/loop_guard_20260508_1915.json
?? tools/data/reports/loop_guard_20260508_1947.json
?? tools/data/reports/loop_guard_20260508_2005.json
?? tools/data/reports/loop_guard_20260508_2013.json
?? tools/data/reports/loop_guard_20260508_2019.json
?? tools/data/reports/loop_guard_20260508_2102.json
?? tools/data/reports/loop_guard_20260508_2108.json
?? tools/data/reports/loop_guard_20260508_2121.json
?? tools/data/reports/loop_guard_20260508_2133.json
?? tools/data/reports/trajectory_apply_20260506_1931.json
?? tools/data/reports/trajectory_apply_20260506_1941.json
?? tools/data/reports/trajectory_apply_20260506_1955.json
?? tools/data/reports/trajectory_apply_20260507_0330.json
?? tools/data/reports/trajectory_apply_20260507_0803.json
?? tools/data/reports/trajectory_apply_20260507_0901.json
?? tools/data/reports/trajectory_apply_20260507_0923.json
?? tools/data/reports/trajectory_apply_20260507_0942.json
?? tools/data/reports/trajectory_apply_20260507_1006.json
?? tools/data/reports/trajectory_apply_20260507_1042.json
?? tools/data/scale_selective_perturbation.json
?? tools/data/selective_layer_decoupling.json
?? tools/data/seme_archive/piano_89.json
?? tools/data/seme_archive/piano_90.json
?? tools/data/seme_archive/piano_91.json
?? tools/data/seme_archive/piano_92.json
?? tools/data/seme_archive/piano_93.json
?? tools/data/seme_archive/piano_94.json
?? tools/data/seme_archive/piano_95.json
?? tools/data/seme_backup_b2_20260508_192024.json
?? tools/data/semireal_order_denominator_gate_20260507_0923.json
?? tools/data/semireal_order_denominator_gate_20260507_0923_seedcheck.json
?? tools/data/spectral_rigidity_results.json
?? tools/data/tqge_underlay_gate_20260507_1751.json
?? tools/data/trajectory_apply_history.jsonl
?? tools/data/triadic_deposit_gate_20260507_1938.json
?? tools/data/two_channel_boundary.json
?? tools/data/two_channel_cross_domain.json
?? tools/data/two_channel_shuffle_audit.json
?? tools/data/two_layer_universality.json
?? tools/data/valutatore_log.jsonl
?? tools/data/veritas/veritas_20260505_131056.json
?? tools/data/veritas/veritas_20260505_131201.json
?? tools/data/veritas/veritas_20260506_033803.json
?? tools/data/veritas/veritas_20260506_063303.json
?? tools/data/veritas/veritas_20260506_194644.json
?? tools/data/veritas/veritas_20260506_200238.json
?? tools/data/veritas/veritas_20260507_033525.json
?? tools/data/veritas/veritas_20260507_080958.json
?? tools/data/veritas/veritas_20260507_090723.json
?? tools/data/veritas/veritas_20260507_093207.json
?? tools/data/veritas/veritas_20260507_094723.json
?? tools/data/veritas/veritas_20260507_101605.json
?? tools/data/veritas/veritas_20260507_104904.json
?? tools/data/veritas/veritas_20260507_142501.json
?? tools/data/veritas/veritas_20260507_150443.json
?? tools/data/veritas/veritas_20260507_175511.json
?? tools/data/veritas/veritas_20260507_180843.json
?? tools/data/veritas/veritas_20260507_194258.json
?? tools/data/veritas/veritas_20260507_200223.json
?? tools/data/veritas/veritas_20260507_204637.json
?? tools/data/veritas/veritas_20260507_212541.json
?? tools/data/veritas/veritas_20260507_221109.json
?? tools/data/veritas/veritas_20260507_231732.json
?? tools/data/veritas/veritas_20260508_002036.json
?? tools/data/veritas/veritas_20260508_033454.json
?? tools/data/veritas/veritas_20260508_163804.json
?? tools/data/veritas/veritas_20260508_172020.json
?? tools/data/veritas/veritas_20260508_181110.json
?? tools/data/veritas/veritas_20260508_183856.json
?? tools/data/veritas/veritas_20260508_191516.json
?? tools/data/veritas/veritas_20260508_192002.json
?? tools/data/veritas/veritas_20260508_195247.json
?? tools/data/veritas/veritas_20260508_201056.json
?? tools/data/veritas/veritas_20260508_201917.json
?? tools/data/veritas/veritas_20260508_202448.json
?? tools/data/veritas/veritas_20260508_210742.json
?? tools/data/veritas/veritas_20260508_211531.json
?? tools/data/veritas/veritas_20260508_212526.json
?? tools/data/veritas/veritas_20260508_213916.json
?? tools/data/vincoli_decay_log.jsonl
?? tools/evolution_report.md
?? tools/exp_3d_boundary_layers.py
?? tools/exp_blank_shell_dilation_gate.py
?? tools/exp_blank_shell_polarity_gate.py
?? tools/exp_blank_shell_scale_law.py
?? tools/exp_blank_shell_stratified_gate.py
?? tools/exp_blank_shell_tqger_gate.py
?? tools/exp_blank_to_source_hinge.py
?? tools/exp_boundary_coherence.py
?? tools/exp_boundary_mixture_gate.py
?? tools/exp_boundary_shuffle_audit.py
?? tools/exp_bridge_order_denominator_gate.py
?? tools/exp_brody_calibration.py
?? tools/exp_brody_flow.py
?? tools/exp_cross_domain_dipolar_direction.py
?? tools/exp_cross_observable_consistency.py
?? tools/exp_crossover_phase_test.py
?? tools/exp_denominator_gate_transfer_matrix.py
?? tools/exp_dipolar_angle_reference.py
?? tools/exp_dipolar_crossover.py
?? tools/exp_dipolar_vector_scaling.py
?? tools/exp_duality_gate_transfer.py
?? tools/exp_duality_scale_contrast.py
?? tools/exp_gap_label_block_scale_gate.py
?? tools/exp_gap_label_generator_gate.py
?? tools/exp_gap_label_ostrowski_recognizability_gate.py
?? tools/exp_gap_label_position_error_gate.py
?? tools/exp_gap_label_repair_audit.py
?? tools/exp_gap_label_set_stability.py
?? tools/exp_gap_label_substitution_grammar_gate.py
?? tools/exp_gap_label_supertile_tiling_gate.py
?? tools/exp_gap_label_symbolic_grammar_gate.py
?? tools/exp_logistic_counter_scope_gate.py
?? tools/exp_logistic_cyclic_block_entropy_gate.py
?? tools/exp_logistic_surrogate_contract_gate.py
?? tools/exp_magnitude_psd_from_acf.py
?? tools/exp_markov3_observable_hunt.py
?? tools/exp_markov_dipolar_decomposition.py
?? tools/exp_markov_k_direction.py
?? tools/exp_markov_layer_recovery_audit.py
?? tools/exp_markov_memory_by_gue_type.py
?? tools/exp_markov_psd_prediction.py
?? tools/exp_markov_scale_function.py
?? tools/exp_meta_tautology_test.py
?? tools/exp_mod3_scaling.py
?? tools/exp_mod3_vs_residual_ordering.py
?? tools/exp_modular_algebra_depth.py
?? tools/exp_modular_memory_spectrum.py
?? tools/exp_nonphi_sturmian_fixed_reader_gate.py
?? tools/exp_observable_rank_audit.py
?? tools/exp_perturbation_dimensionality_audit.py
?? tools/exp_perturbation_rank_size_curve.py
?? tools/exp_prime_mobius_interval_charge_gate.py
?? tools/exp_prime_mobius_zero_mediator_gate.py
?? tools/exp_quasiperiodic_gap_ratio_denominator.py
?? tools/exp_scale_selective_perturbation.py
?? tools/exp_selective_layer_decoupling.py
?? tools/exp_semireal_order_denominator_gate.py
?? tools/exp_spectral_rigidity.py
?? tools/exp_tqge_underlay_gate.py
?? tools/exp_triadic_deposit_gate.py
?? tools/exp_two_channel_boundary.py
?? tools/exp_two_channel_cross_domain.py
?? tools/exp_two_channel_shuffle_audit.py
?? tools/exp_two_layer_universality.py
?? tools/meta_assertion_gate.py
?? tools/observables_registry.py

exec
/bin/bash -lc 'rg -n "TENS_SCALE_TRASCENDENZA_LIMITE|V_c scaling|TRANS_BOUNDARY_TRASCENDENZA_LIMITE|BOUNDARY_TRASCENDENZA_LIMITE" -S .' in /opt/MM_D-ND
 succeeded in 0ms:
./tools/data/reports/agent_20260508_2133.md:8:**observable_contract**: claim=il residuo SR dello zero Mobius resta informativo dopo un null che preserva la geometria coarse della coppia di gap; observable=sr_zero_minus_nonzero, sr_aligned_minus_misaligned, low_low_zero_minus_nonzero, high_high_zero_minus_nonzero; operator=permuta label di transizione aligned/misaligned/zero dentro ogni pair bucket `(bucket(g_i), bucket(g_{i+1}))`; generator=prime gaps up to p<=1e6 with Mobius interval charges; denominator=main N={5000,10000,20000} offset=0 plus seedcheck offsets {3000,7000,11000}, 400 permutazioni, seed=2133; not_tested=gap_ratio Sturmian, V_c scaling, GUE/Poisson universale, sequenza Mobius globale coerente dopo shuffle.
./tools/dnd_domandatore.py:304:print("V_c scaling with N — phi vs silver:")
./tools/data/lab_graph.json:1069:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/lab_graph.json:1098:      "content_full": "# Agent Report - Prime Mobius Pair-Stratified Zero Gate\n**Date**: 2026-05-08 21:33\n**Piano**: 95\n**Tension explored**: DUALITA_DIPOLARE_VS_ILLUSORIA (0.9) via operator directive one-shot\n**verdict**: CONSTRAINT\nobservables_registry: 1.0.0-2026-05-06\nobservables_used: [SR, low_low_rate, high_high_rate]\n**observable_contract**: claim=il residuo SR dello zero Mobius resta informativo dopo un null che preserva la geometria coarse della coppia di gap; observable=sr_zero_minus_nonzero, sr_aligned_minus_misaligned, low_low_zero_minus_nonzero, high_high_zero_minus_nonzero; operator=permuta label di transizione aligned/misaligned/zero dentro ogni pair bucket `(bucket(g_i), bucket(g_{i+1}))`; generator=prime gaps up to p<=1e6 with Mobius interval charges; denominator=main N={5000,10000,20000} offset=0 plus seedcheck offsets {3000,7000,11000}, 400 permutazioni, seed=2133; not_tested=gap_ratio Sturmian, V_c scaling, GUE/Poisson universale, sequenza Mobius globale coerente dopo shuffle.\n\n## Respiro fuori-tempo\n- **Combo**: A2 confine det=-1 + A9 terzo incluso + QxG continuo/discreto vuoto + DUALITA_DIPOLARE_VS_ILLUSORIA + nodo regressivo del cycle 2121: lo zero Mobius ha perso low/high sotto null di lunghezza individuale ma conserva un residuo SR.\n- **Dipolo / punto-zero**: shape/order residuo / artefatto di geometria coarse della coppia; punto-zero = null transition-level che conserva i conteggi aligned/misaligned/zero dentro ogni coppia coarse di gap.\n- **Piano superiore**: boundary operator su grafo aritmetico di transizioni. Il bordo non e' letto sul singolo gap ma sulla coppia `(g_i,g_{i+1})`, dove SR misura forma e non grandezza assoluta.\n- **Operatori laterali scelti**: boundary operator, filtrazione, random walk. Boundary operator definisce il vuoto prime-free; filtrazione costruisce i 16 pair bucket; random walk entra come permutazione locale delle classi di transizione dentro ogni bucket.\n- **Contaminazione cognitiva**:\n  - **CE-0117**: usato come cascata della possibilita; il risultato 2121 viene portato a un null piu' fine invece di essere promosso.\n  - **CE-0038**: usato per mantenere la forma nel Nulla-Tutto sul vuoto tra primi, non sul primo isolato.\n  - **CE-0001 / KSAR**: reiterazione del kernel 2121 con un solo nodo cambiato: da gap-bucket individuale a pair-bucket.\n  - **PVI attack**: la sopravvivenza SR puo' essere artefatto del null transition-level; il report la formula come vincolo, non come legge classica.\n- **Proto-ipotesi**: se lo zero Mobius porta informazione di shape oltre la geometria coarse della coppia di gap, allora `sr_zero_minus_nonzero` resta fuori dal null pair-stratified in main e offset. Se cade, il residuo 2121 era pair-length mediated.\n- **Proiezione**: 16 bucket di coppia derivati da quattro classi di gap e shuffle dei label di transizione dentro ogni bucket. Soglia ex ante: `|z|>=2` e `p_two_sided<=0.05`.\n\n## Claim Under Test\n> Nel perimetro primi x Mobius fino a `p<=1e6`, il residuo `SR_zero_minus_nonzero` dello zero Mobius sopravvive a un null che preserva la coppia coarse di gap `(bucket(g_i), bucket(g_{i+1}))`.\n\n## Question\nIl residuo SR dello zero Mobius sopravvive alla geometria coarse della coppia di gap; e' informazione d'ordine/shape o serve un null ancora piu' fisico prima di nominarlo portatore?\n\n## Experiment Design\n- Script: `tools/exp_prime_mobius_pair_stratified_zero_gate.py`.\n- Dati: primi fino a `1_000_000`; Mobius sieve sullo stesso perimetro.\n- Carica intervallare: `S_n = sum(mu(k))` per `p_n < k < p_{n+1}`.\n- Label di transizione: aligned=`S_i*S_{i+1}<0`, misaligned=`S_i*S_{i+1}>0`, zero=`S_i*S_{i+1}=0`.\n- Null test: 400 permutazioni dei label di transizione dentro i 16 pair bucket `(bucket(g_i), bucket(g_{i+1}))`.\n- Avviso di perimetro: il null e' transition-level; i label permutati non devono ricostruire una sequenza Mobius globale coerente.\n- Contratto osservabile-operatore: `gap_ratio`, `V_c`, domini Sturmian e GUE/Poisson non testati.\n\n## Results\n| condition | primes | aligned/misaligned/zero | SR zero obs | SR zero null | z | p | SR aligned z/p |\n|---|---:|---:|---:|---:|---:|---:|---:|\n| N=5000 off=0 | 2..48619 | 1200/1572/2227 | -0.08952 | -0.02853 | -13.27 | 0.002 | 2.48 / 0.017 |\n| N=10000 off=0 | 2..104743 | 2541/3102/4356 | -0.08983 | -0.02635 | -21.10 | 0.002 | 3.16 / 0.002 |\n| N=20000 off=0 | 2..224743 | 5171/6331/8497 | -0.09208 | -0.03191 | -28.41 | 0.002 | 2.92 / 0.005 |\n| N=5000 off=3000 | 27457..81817 | 1313/1525/2161 | -0.08548 | -0.02872 | -12.81 | 0.002 | 3.39 / 0.005 |\n| N=10000 off=7000 | 70663..187973 | 2675/3178/4146 | -0.09804 | -0.03028 | -21.88 | 0.002 | 1.15 / 0.262 |\n| N=20000 off=11000 | 116461..363271 | 5407/6413/8179 | -0.09283 | -0.02952 | -30.64 | 0.002 | 2.36 / 0.022 |\n\nPass count ex ante:\n\n| observable | pass |\n|---|---:|\n| `sr_zero_minus_nonzero` | 6/6 |\n| `sr_aligned_minus_misaligned` | 5/6 |\n| `low_low_zero_minus_nonzero` | 0/6 |\n| `high_high_zero_minus_nonzero` | 0/6 |\n\n## Key Findings\n1. **Verificato: il residuo SR dello zero sopravvive al pair-bucket null.** `sr_zero_minus_nonzero` passa 6/6; osservato `-0.08548..-0.09804`, null `-0.02635..-0.03191`, z da `-12.81` a `-30.64`, sempre `p=0.002`.\n2. **Verificato: low/high restano non-portatori.** Anche sotto pair-bucket null, `low_low_zero_minus_nonzero` e `high_high_zero_minus_nonzero` passano 0/6; non rientrano nel claim.\n3. **Ambiguo: aligned/misaligned su SR e' parziale.** Passa 5/6, ma cade a `N=10000 offset=7000` con `z=1.15`, `p=0.262`; non diventa portatore stabile.\n4. **Inferito: il portatore e' shape/order dello zero, non low-core/high-tail.** La geometria coarse della coppia non ricostruisce il residuo SR, ma il null non conserva coppie esatte, classi residue o coerenza globale Mobius.\n\n## Verdict\n**CONSTRAINT on Prime Mobius zero-mediator gate**: nel perimetro primi x Mobius fino a `p<=1e6`, lo zero Mobius resta informativo su `SR_zero_minus_nonzero` dopo un null transition-level che preserva i 16 bucket coarse della coppia di gap. Il supporto low/high resta caduto. Formulazione corretta: `S=0` e' length-mediated per low/high; resta shape/order-residual per SR nel pair-bucket null testato.\n\nQuesto non dimostra una nuova legge sui primi. Il prossimo null deve preservare coppie esatte di gap, residue class e/o un modello classico prime-gap + Mobius randomness prima di promuovere il residuo a portatore.\n\n## Bicono della scoperta\n- **Due radici**: zero come artefatto della coppia coarse di gap . zero come residuo di forma oltre la coppia coarse.\n- **Singolare**: la transizione prime-free prima della lettura aligned/misaligned/zero.\n- **Invariante di passaggio**: cade il low/high; resta la differenza SR zero vs nonzero.\n- **Campo di possibilita**: qui diventa possibile costruire un null exact gap-pair/residue-class; qui diventa non-possibile promuovere lo zero come reader low/high o come legge classica autonoma.\n\n## Consecutio\nAttaccare il residuo con un null piu' fisico: preservare coppie esatte `(g_i,g_{i+1})` quando il denominatore lo permette, aggiungere residue class dei primi e confrontare con un modello classico prime-gap + Mobius randomness. Se SR cade, il gate e' geometria fine. Se resta, il portatore non e' la lunghezza.\n\n## Auto-audit: source flags e 5 lenti\n- **Source directive 2133**: eseguito lo script richiesto con output dedicato `20260508_2133`; il null pair-bucket e' dichiarato transition-level.\n- **L1 hard constraint vs bias**: nessun \"sempre\"; verdict limitato a sei condizioni e 400 permutazioni.\n- **L2 quantita vs ratio**: SR, low/high e aligned/misaligned restano separati.\n- **L3 no silent patching**: il claim low/high del ramo 2108/2121 resta vincolato, non recuperato.\n- **L4 edge cases**: `sr_aligned_minus_misaligned` fallisce 1/6 e non entra nel verdict.\n- **L5 re-discovery vs discovery**: verdict `CONSTRAINT`; prima di `NEW` serve null esatto e confronto con risultati classici su prime gaps/Mobius.\n\n## Telemetria\n- Verifica locale: `python -m json.tool` su seme e data JSON passa.\n- `tools/structural_check.py` su report e seme: nessun anti-pattern trovato.\n- Falsifier locale tentato dopo la scrittura: fallito per provider chain non disponibile (`codex-cli`, `claude-cli`, `openrouter`). Nessun file `falsifier_20260508_2133.json` prodotto.\n\n## Files\n- Script: `tools/exp_prime_mobius_pair_stratified_zero_gate.py`\n- Data: `tools/data/prime_mobius_pair_stratified_zero_gate_20260508_2133.json`\n- Report: `tools/data/reports/agent_20260508_2133.md`\n",
./tools/data/seme_backup_pre_run.json:85:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme_backup_pre_run.json:95:      "source_experiment_id": "BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme_backup_pre_run.json:141:      "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/seme_backup_pre_run.json:144:      "nota": "Dal domandatore (2026-05-07T22:03). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_",
./tools/data/seme_backup_pre_run.json:150:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/agent_field_live.md:1050:- [TRANS_BOUNDARY_TRASCENDENZA_LIMITE] (0.8)  Transizione continua confermata: <r> da 0.521 a 0.887 (range=0.366). La transizione Sturmian->Harper e' conti
./tools/data/agent_field_live.md:1062:  "modello" → DUALITA_DIPOLARE_VS_ILLUSORIA, TENS_SCALE_TRASCENDENZA_LIMITE
./tools/data/agent_field_live.md:1169:**Esperimento a massima informazione:** TENS_SCALE_TRASCENDENZA_LIMITE (score=0.807)
./tools/data/agent_field_live.md:1170:  TENS_SCALE_TRASCENDENZA_LIMITE: incerto (i=0.6) — massimo potere discriminante
./tools/data/seme_archive/piano_93.json:72:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_93.json:135:      "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_93.json:138:      "nota": "Dal domandatore (2026-05-07T22:03). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_",
./tools/data/seme_archive/piano_93.json:144:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/seme_archive/piano_89.json:72:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_89.json:195:      "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_89.json:198:      "nota": "Dal domandatore (2026-05-07T22:03). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_",
./tools/data/seme_archive/piano_89.json:204:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/seme_archive/piano_90.json:72:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_90.json:147:      "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_90.json:150:      "nota": "Dal domandatore (2026-05-07T22:03). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_",
./tools/data/seme_archive/piano_90.json:156:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/seme_archive/piano_95.json:85:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_95.json:95:      "source_experiment_id": "BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_95.json:141:      "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_95.json:144:      "nota": "Dal domandatore (2026-05-07T22:03). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_",
./tools/data/seme_archive/piano_95.json:150:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/seme_archive/piano_91.json:72:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_91.json:135:      "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_91.json:138:      "nota": "Dal domandatore (2026-05-07T22:03). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_",
./tools/data/seme_archive/piano_91.json:144:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/seme_archive/piano_94.json:72:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_94.json:135:      "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_94.json:138:      "nota": "Dal domandatore (2026-05-07T22:03). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_",
./tools/data/seme_archive/piano_94.json:144:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/seme_archive/piano_92.json:72:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_92.json:135:      "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/seme_archive/piano_92.json:138:      "nota": "Dal domandatore (2026-05-07T22:03). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_",
./tools/data/seme_archive/piano_92.json:144:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/dipartimento_journal.jsonl:4:{"timestamp": "2026-03-15T07:34:56.818961", "tensione": {"tipo": "tensione_aperta", "id": "TENS_SCALE_M_det_minus_one_L0", "claim": "Fit non converge — il modello potrebbe non essere power-law. V_c(phi) converge a 1.0 per N->inf, V_c(", "intensita": 0.6, "nota": "Dal domandatore (2026-03-15T03:41). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_"}, "filtro": "non tocca condensato"}
./tools/data/dipartimento_journal.jsonl:8:{"timestamp": "2026-03-15T07:35:22.188498", "tensione": {"tipo": "tensione_aperta", "id": "TENS_SCALE_M_det_minus_one_L0", "claim": "Fit non converge — il modello potrebbe non essere power-law. V_c(phi) converge a 1.0 per N->inf, V_c(", "intensita": 0.6, "nota": "Dal domandatore (2026-03-15T03:41). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_"}, "filtro": "non tocca condensato"}
./tools/data/dipartimento_journal.jsonl:12:{"timestamp": "2026-03-15T07:40:54.437061", "tensione": {"tipo": "tensione_aperta", "id": "TENS_SCALE_M_det_minus_one_L0", "claim": "Fit non converge — il modello potrebbe non essere power-law. V_c(phi) converge a 1.0 per N->inf, V_c(", "intensita": 0.6, "nota": "Dal domandatore (2026-03-15T03:41). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_"}, "filtro": "non tocca condensato"}
./tools/data/dipartimento_journal.jsonl:17:{"timestamp": "2026-03-15T08:00:05.698417", "tensione": {"tipo": "tensione_aperta", "id": "TENS_SCALE_M_det_minus_one_L0", "claim": "Fit non converge — il modello potrebbe non essere power-law. V_c(phi) converge a 1.0 per N->inf, V_c(", "intensita": 0.6, "nota": "Dal domandatore (2026-03-15T03:41). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_"}, "filtro": "non tocca condensato"}
./tools/data/dipartimento_journal.jsonl:22:{"timestamp": "2026-03-15T08:01:47.897048", "tensione": {"tipo": "tensione_aperta", "id": "TENS_SCALE_M_det_minus_one_L0", "claim": "Fit non converge — il modello potrebbe non essere power-law. V_c(phi) converge a 1.0 per N->inf, V_c(", "intensita": 0.6, "nota": "Dal domandatore (2026-03-15T03:41). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_"}, "filtro": "non tocca condensato"}
./tools/data/dipartimento_journal.jsonl:27:{"timestamp": "2026-03-15T08:01:53.799007", "tensione": {"tipo": "tensione_aperta", "id": "TENS_SCALE_M_det_minus_one_L0", "claim": "Fit non converge — il modello potrebbe non essere power-law. V_c(phi) converge a 1.0 per N->inf, V_c(", "intensita": 0.6, "nota": "Dal domandatore (2026-03-15T03:41). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_"}, "filtro": "non tocca condensato"}
./tools/data/dipartimento_journal.jsonl:44:{"timestamp": "2026-04-01T03:44:03.589895", "tensione": {"tipo": "tensione_aperta", "id": "TENS_SCALE_FALSIFICA_F1", "claim": "Fit non converge — il modello potrebbe non essere power-law. V_c(phi) converge a 1.0 per N->inf, V_c(", "intensita": 0.6, "nota": "Dal domandatore (2026-03-31T18:06). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_"}, "filtro": "non tocca condensato"}
./tools/data/seme.json:85:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme.json:95:      "source_experiment_id": "BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme.json:141:      "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/seme.json:144:      "nota": "Dal domandatore (2026-05-07T22:03). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_",
./tools/data/seme.json:150:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/lab_data.json:57:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/lab_data.json:85:      "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/lab_data.json:108:    "content": "# Agent Report - Prime Mobius Pair-Stratified Zero Gate\n**Date**: 2026-05-08 21:33\n**Piano**: 95\n**Tension explored**: DUALITA_DIPOLARE_VS_ILLUSORIA (0.9) via operator directive one-shot\n**verdict**: CONSTRAINT\nobservables_registry: 1.0.0-2026-05-06\nobservables_used: [SR, low_low_rate, high_high_rate]\n**observable_contract**: claim=il residuo SR dello zero Mobius resta informativo dopo un null che preserva la geometria coarse della coppia di gap; observable=sr_zero_minus_nonzero, sr_aligned_minus_misaligned, low_low_zero_minus_nonzero, high_high_zero_minus_nonzero; operator=permuta label di transizione aligned/misaligned/zero dentro ogni pair bucket `(bucket(g_i), bucket(g_{i+1}))`; generator=prime gaps up to p<=1e6 with Mobius interval charges; denominator=main N={5000,10000,20000} offset=0 plus seedcheck offsets {3000,7000,11000}, 400 permutazioni, seed=2133; not_tested=gap_ratio Sturmian, V_c scaling, GUE/Poisson universale, sequenza Mobius globale coerente dopo shuffle.\n\n## Respiro fuori-tempo\n- **Combo**: A2 confine det=-1 + A9 terzo incluso + QxG continuo/discreto vuoto + DUALITA_DIPOLARE_VS_ILLUSORIA + nodo regressivo del cycle 2121: lo zero Mobius ha perso low/high sotto null di lunghezza individuale ma conserva un residuo SR.\n- **Dipolo / punto-zero**: shape/order residuo / artefatto di geometria coarse della coppia; punto-zero = null transition-level che conserva i conteggi aligned/misaligned/zero dentro ogni coppia coarse di gap.\n- **Piano superiore**: boundary operator su grafo aritmetico di transizioni. Il bordo non e' letto sul singolo gap ma sulla coppia `(g_i,g_{i+1})`, dove SR misura forma e non grandezza assoluta.\n- **Operatori laterali scelti**: boundary operator, filtrazione, random walk. Boundary operator definisce il vuoto prime-free; filtrazione costruisce i 16 pair bucket; random walk entra come permutazione locale delle classi di transizione dentro ogni bucket.\n- **Contaminazione cognitiva**:\n  - **CE-0117**: usato come cascata della possibilita; il risultato 2121 viene portato a un null piu' fine invece di essere promosso.\n  - **CE-0038**: usato per mantenere la forma nel Nulla-Tutto sul vuoto tra primi, non sul primo isolato.\n  - **CE-0001 / KSAR**: reiterazione del kernel 2121 con un solo nodo cambiato: da gap-bucket individuale a pair-bucket.\n  - **PVI attack**: la sopravvivenza SR puo' essere artefatto del null transition-level; il report la formula come vincolo, non come legge classica.\n- **Proto-ipotesi**: se lo zero Mobius porta informazione di shape oltre la geometria coarse della coppia di gap, allora `sr_zero_minus_nonzero` resta fuori dal null pair-stratified in main e offset. Se cade, il residuo 2121 era pair-length mediated.\n- **Proiezione**: 16 bucket di coppia derivati da quattro classi di gap e shuffle dei label di transizione dentro ogni bucket. Soglia ex ante: `|z|>=2` e `p_two_sided<=0.05`.\n\n## Claim Under Test\n> Nel perimetro primi x Mobius fino a `p<=1e6`, il residuo `SR_zero_minus_nonzero` dello zer"
./tools/data/lab_data.json:129:        "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/lab_data.json:153:        "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/lab_data.json:217:          "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/lab_data.json:218:          "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/observatorio/domandatore_unTouched_20260507_095914.md:6:    [confine ] BOUNDARY_TRASCENDENZA_LIMITE: Tra gli estremi del claim "La trascendenza e il limite attua
./tools/data/domandatore/domandatore_20260307_1317.json:49:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260307_1317.json:86:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260405_0723.json:33:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260405_0723.json:56:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260331_1806.json:25:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260331_1806.json:41:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260507_2120.json:20:      "id": "BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/domandatore/domandatore_20260507_2120.json:38:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/domandatore/domandatore_20260507_2120.json:78:    "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/domandatore/domandatore_20260508_2121.json:28:      "id": "BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/domandatore/domandatore_20260508_2121.json:47:      "id": "BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/domandatore/domandatore_20260508_2121.json:73:      "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/domandatore/domandatore_20260508_2121.json:82:      "source_experiment_id": "BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/domandatore/domandatore_20260508_2121.json:133:    "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/domandatore/domandatore_20260405_0815.json:49:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260405_0815.json:86:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/aeternitas/aeternitas_20260508_163804.json:9:          "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/aeternitas/aeternitas_20260508_002036.json:9:          "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/aeternitas/aeternitas_20260508_002036.json:36:        "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/aeternitas/aeternitas_20260508_002036.json:37:        "TRANS_BOUNDARY_TRASCENDENZA_LIMITE"
./tools/data/aeternitas/aeternitas_20260508_033454.json:9:          "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/domandatore/domandatore_20260305_1942.json:49:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260305_1942.json:85:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260507_2203.json:17:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260507_2203.json:23:      "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/domandatore/domandatore_20260507_2203.json:26:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260507_2203.json:48:    "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/domandatore/domandatore_20260309_1409.json:49:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260309_1409.json:86:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260307_2034.json:49:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260307_2034.json:86:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260306_1329.json:25:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260306_1329.json:41:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260405_0813.json:49:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260405_0813.json:86:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/seme_axioms.json:431:    "nota": "Dal domandatore (2026-04-05T07:23). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_",
./tools/data/seme_axioms.json:669:    "id": "TRANS_BOUNDARY_TRASCENDENZA_LIMITE",
./tools/data/seme_axioms.json:705:    "id": "TENS_SCALE_TRASCENDENZA_LIMITE",
./tools/data/seme_axioms.json:710:    "nota": "Dal domandatore (2026-05-07T22:03). V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_",
./tools/data/domandatore/domandatore_20260305_2028.json:41:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260305_2028.json:71:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260305_2025.json:25:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260305_2025.json:41:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260405_0810.json:33:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260405_0810.json:56:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260307_1947.json:49:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260307_1947.json:86:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260305_1953.json:33:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260305_1953.json:56:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260315_0341.json:25:      "stdout": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"
./tools/data/domandatore/domandatore_20260315_0341.json:41:      "dettaglio": "V_c scaling with N — phi vs silver:\n\n  phi:\n    N=  89: V_c=1.017\n    N= 144: V_c=0.672\n    N= 233: V_c=1.017\n    N= 377: V_c=0.672\n    N= 610: V_c=0.931\n    Fit failed: Optimal parameters not found: Number of calls to function has reached maxfev = 5000.\n\n  silver:\n    N=  89: V_c=1.276\n    N= 144: V_c=1.362\n    N= 233: V_c=1.276\n    N= 377: V_c=1.017\n    N= 610: V_c=1.362\n    Fit: V_inf=1.2115, a=8.1676, b=0.9851\n"

codex
Il deposito mostra che `TENS_SCALE` è ricorrente e fragile: i valori di `V_c(phi)` alternano invece di scalare, mentre silver ha fit ma su pochi punti. Uso questo come segnale: misuro periodicità/quantizzazione del confine e confronto con silver/bronze/random, senza forzare un fit continuo.
exec
/bin/bash -lc "sed -n '250,330p' tools/dnd_domandatore.py" in /opt/MM_D-ND
 succeeded in 0ms:
        'falsificabile': True,
    })

    return experiments


def operatore_rottura(tensione):
    """
    Cosa romperebbe questo claim? Seleziona banco e testa a scaling ridotto.
    """
    from dnd_banchi import seleziona_banchi, banco_scaling_r
    tid = tensione.get('id', '?')
    claim = tensione.get('claim', '')
    experiments = []

    # Scaling test con N piccoli (sempre applicabile come test di rottura)
    banco = banco_scaling_r(tid, Ns=[13, 21, 34, 55, 89, 144, 233, 377, 610, 987])
    experiments.append({
        'id': f'BREAK_{tid}',
        'operatore': 'rottura',
        'ipotesi': f'Il claim "{claim[:50]}" FALLISCE a N piccolo',
        'codice': banco['codice'],
        'criterio': banco['criterio'],
        'falsificabile': True,
    })

    return experiments


def operatore_scala(tensione):
    """
    Vale a N grande quanto a N piccolo?
    Sempre attivo — ogni claim va testato a scale diverse.
    """
    from dnd_banchi import PRELUDE
    tid = tensione.get('id', '?')
    claim = tensione.get('claim', '')
    experiments = []

    if True:  # sempre attivo
        experiments.append({
            'id': f'SCALE_{tid}',
            'operatore': 'scala',
            'ipotesi': f'L\'effetto in "{claim[:50]}" scala come legge di potenza con N',
            'codice': PRELUDE + """
def find_Vc(theta, N):
    seq = sturmian_sequence(theta, N)
    for V in np.linspace(0.5, 3.0, 30):
        H = hamiltonian(seq, V)
        r = r_statistic(eigvalsh(H))
        if r < 0.5:
            return V
    return None

print("V_c scaling with N — phi vs silver:")
for name, theta in [('phi', 1/PHI), ('silver', 1/SILVER)]:
    print(f"\\n  {name}:")
    Ns = [89, 144, 233, 377, 610]
    Vcs = []
    for N in Ns:
        vc = find_Vc(theta, N)
        Vcs.append(vc)
        print(f"    N={N:4d}: V_c={vc:.3f}" if vc else f"    N={N:4d}: V_c=None")
    if all(v is not None for v in Vcs):
        from scipy.optimize import curve_fit
        try:
            def model(N, V_inf, a, b):
                return V_inf + a * np.array(N)**(-b)
            popt, _ = curve_fit(model, Ns, Vcs, p0=[1.0, 1.0, 0.5], maxfev=5000)
            print(f"    Fit: V_inf={popt[0]:.4f}, a={popt[1]:.4f}, b={popt[2]:.4f}")
        except Exception as e:
            print(f"    Fit failed: {e}")
""",
            'criterio': 'V_c(phi) converge a 1.0 per N->inf, V_c(Silver) a >1',
            'falsificabile': True,
        })

    return experiments


# ============================================================

exec
/bin/bash -lc "sed -n '1,260p' tools/exp_nonphi_sturmian_fixed_reader_gate.py" in /opt/MM_D-ND
 succeeded in 0ms:
#!/usr/bin/env python3
"""
Non-phi Sturmian gate with fixed phi reader.

The preceding boundary readers did not identify the exact supertile boundary.
This tool contracts the claim to the carrier found by earlier cycles: internal
order plus Fibonacci-like scale. It keeps the label reader fixed at theta=1/phi
and changes the Sturmian generator slope. A native-reader control is included
to distinguish "non-phi has no structure" from "non-phi does not carry the
phi label taxonomy".
"""

from __future__ import annotations

import argparse
import json
from collections import Counter, defaultdict
from pathlib import Path

import numpy as np

from exp_gap_label_block_scale_gate import REFERENCE_HIGH, REFERENCE_LOW, label_sort, parse_floats, parse_ints
from exp_gap_label_generator_gate import THETA
from exp_gap_label_set_stability import BRONZE, PHI, SILVER, gap_labels, jaccard, sturmian_sequence, summarize_sets


PHI_CORE = set(REFERENCE_LOW) | set(REFERENCE_HIGH)


def plastic_number() -> float:
    roots = np.roots([1.0, 0.0, -1.0, -1.0])
    real_roots = [float(root.real) for root in roots if abs(root.imag) < 1e-10 and root.real > 1]
    return real_roots[0]


def domain_thetas() -> dict[str, float]:
    plastic = plastic_number()
    return {
        "phi": 1 / PHI,
        "silver": 1 / SILVER,
        "bronze": 1 / BRONZE,
        "plastic": 1 / plastic,
    }


def hit_rate(rows: list[dict], labels: set[int]) -> tuple[int, int, float]:
    denominator = len(rows)
    if denominator == 0:
        return 0, 0, 0.0
    hits = sum(labels <= set(row["label_set"]) for row in rows if row["n_selected"] > 0)
    return int(hits), int(denominator), float(hits / denominator)


def overlap_values(rows: list[dict], labels: set[int]) -> list[float]:
    values = []
    for row in rows:
        if row["n_selected"] <= 0:
            continue
        values.append(jaccard(set(row["label_set"]), labels))
    return values


def label_counter(rows: list[dict]) -> Counter:
    counter: Counter = Counter()
    for row in rows:
        counter.update(set(row["label_set"]))
    return counter


def summarize_group(rows: list[dict]) -> dict:
    base = summarize_sets(rows)
    if not base:
        return {"conditions": 0}
    high_hits, high_total, high_rate = hit_rate(rows, set(REFERENCE_HIGH))
    low_hits, low_total, low_rate = hit_rate(rows, set(REFERENCE_LOW))
    core_hits, core_total, core_rate = hit_rate(rows, PHI_CORE)
    high_overlap = overlap_values(rows, set(REFERENCE_HIGH))
    low_overlap = overlap_values(rows, set(REFERENCE_LOW))
    core_overlap = overlap_values(rows, PHI_CORE)
    counter = label_counter(rows)
    n_rows = len(rows)
    return {
        **base,
        "phi_low_core_hits": low_hits,
        "phi_low_core_total": low_total,
        "phi_low_core_rate": low_rate,
        "phi_high_core_hits": high_hits,
        "phi_high_core_total": high_total,
        "phi_high_core_rate": high_rate,
        "phi_full_core_hits": core_hits,
        "phi_full_core_total": core_total,
        "phi_full_core_rate": core_rate,
        "median_overlap_phi_low": float(np.median(low_overlap)) if low_overlap else None,
        "median_overlap_phi_high": float(np.median(high_overlap)) if high_overlap else None,
        "median_overlap_phi_full": float(np.median(core_overlap)) if core_overlap else None,
        "phi_core_frequency": {
            str(label): int(counter[label])
            for label in label_sort(PHI_CORE)
        },
        "phi_core_frequency_rate": {
            str(label): float(counter[label] / n_rows) if n_rows else 0.0
            for label in label_sort(PHI_CORE)
        },
    }


def grouped_summary(rows: list[dict], keys: list[str]) -> dict:
    groups: dict[str, list[dict]] = defaultdict(list)
    for row in rows:
        groups["|".join(f"{key}={row[key]}" for key in keys)].append(row)
    return {key: summarize_group(group) for key, group in sorted(groups.items())}


def run(args: argparse.Namespace) -> dict:
    ns = parse_ints(args.ns)
    phases = parse_floats(args.phases)
    thresholds = parse_floats(args.thresholds)
    domains = domain_thetas()
    rows = []

    for n in ns:
        for phase in phases:
            for threshold in thresholds:
                for generator, generator_theta in domains.items():
                    seq = sturmian_sequence(generator_theta, n, phase)
                    readers = {
                        "fixed_phi": THETA,
                        "native": generator_theta,
                    }
                    for reader, reader_theta in readers.items():
                        obs = gap_labels(seq, reader_theta, threshold, args.max_label, args.top_k)
                        rows.append({
                            "generator": generator,
                            "reader": reader,
                            "N": n,
                            "phase": phase,
                            "threshold": threshold,
                            "generator_theta": float(generator_theta),
                            "reader_theta": float(reader_theta),
                            **obs,
                        })

    return {
        "experiment": "nonphi_sturmian_fixed_reader_gate",
        "parameters": {
            "ns": ns,
            "phases": phases,
            "thresholds": thresholds,
            "top_k": args.top_k,
            "max_label": args.max_label,
        },
        "phi_core": label_sort(PHI_CORE),
        "phi_low_core": label_sort(set(REFERENCE_LOW)),
        "phi_high_core": label_sort(set(REFERENCE_HIGH)),
        "summary_by_generator_reader": grouped_summary(rows, ["generator", "reader"]),
        "summary_by_generator_reader_threshold": grouped_summary(rows, ["generator", "reader", "threshold"]),
        "rows": rows,
    }


def main() -> None:
    parser = argparse.ArgumentParser()
    parser.add_argument("--ns", default="233,377,500,610")
    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
    parser.add_argument("--thresholds", default="1.75,2.0,2.25")
    parser.add_argument("--top-k", type=int, default=12)
    parser.add_argument("--max-label", type=int, default=34)
    parser.add_argument("--out", default="tools/data/nonphi_sturmian_fixed_reader_gate_20260508_2019.json")
    args = parser.parse_args()

    output = run(args)
    out = Path(args.out)
    out.parent.mkdir(parents=True, exist_ok=True)
    out.write_text(json.dumps(output, indent=2), encoding="utf-8")

    compact = {}
    for key, value in output["summary_by_generator_reader"].items():
        compact[key] = {
            "conditions": value["conditions"],
            "core_labels_all_conditions": value["core_labels_all_conditions"],
            "stable_labels_75pct": value["stable_labels_75pct"],
            "phi_low_core_rate": value["phi_low_core_rate"],
            "phi_high_core_rate": value["phi_high_core_rate"],
            "phi_full_core_rate": value["phi_full_core_rate"],
            "median_overlap_phi_full": value["median_overlap_phi_full"],
            "median_label_error": value["median_label_error"],
        }
    print(json.dumps({
        "phi_core": output["phi_core"],
        "summary": compact,
        "out": str(out),
    }, indent=2))


if __name__ == "__main__":
    main()

exec
/bin/bash -lc "sed -n '1,240p' tools/exp_blank_shell_scale_law.py" in /opt/MM_D-ND
 succeeded in 0ms:
#!/usr/bin/env python3
"""
exp_blank_shell_scale_law.py

Scale law for the blank shell around QG.

The previous gates measured TQGE, TQGE+R, and TQGE+R+S separately. This tool
turns that chain into one reusable perimeter: start from TQGE, add typed
external vertices one by one, and measure whether the deposit migrates or the
blank shell gains one typed non-depositing face per external vertex.
"""

from __future__ import annotations

import argparse
import json
import math
import random
from collections import Counter
from functools import lru_cache
from itertools import combinations
from pathlib import Path


BASE_VERTICES = ("T", "Q", "G", "E")
EXTERNAL_VERTICES = (
    ("R", "frame_link"),
    ("S", "scale_link"),
    ("U", "boundary_link"),
    ("V", "observer_link"),
)

BASE_EDGE_MODES = {
    ("T", "Q"): "wick_time",
    ("T", "G"): "wick_time",
    ("T", "E"): "wick_time",
    ("Q", "E"): "gauge_phase",
    ("G", "E"): "real_sourcing",
    ("Q", "G"): "blank",
}


def canon(edge: tuple[str, str]) -> tuple[str, str]:
    return tuple(sorted(edge))


def edge_name(edge: tuple[str, str]) -> str:
    return "".join(edge)


def face_name(vertices: tuple[str, str, str], vertex_order: tuple[str, ...]) -> str:
    return "".join(vertex for vertex in vertex_order if vertex in vertices)


def face_edges(vertices: tuple[str, str, str]) -> list[tuple[str, str]]:
    return [canon(edge) for edge in combinations(vertices, 2)]


def multinomial(counts: Counter[str]) -> int:
    total = sum(counts.values())
    value = math.factorial(total)
    for count in counts.values():
        value //= math.factorial(count)
    return value


def build_edge_modes(external_count: int) -> tuple[tuple[str, ...], dict[tuple[str, str], str]]:
    externals = EXTERNAL_VERTICES[:external_count]
    vertices = (*BASE_VERTICES, *(name for name, _ in externals))
    edge_modes = {canon(edge): mode for edge, mode in BASE_EDGE_MODES.items()}

    for vertex, mode in externals:
        for prior in vertices:
            if prior == vertex:
                break
            edge_modes[canon((prior, vertex))] = mode

    return vertices, edge_modes


def classify_blank_face(nonblank_modes: list[str]) -> str:
    counts = Counter(nonblank_modes)
    if counts == Counter({"wick_time": 2}):
        return "inert_wick_pair"
    if counts == Counter({"gauge_phase": 1, "real_sourcing": 1}):
        return "deposit_gauge_real"

    if len(counts) == 1:
        mode = next(iter(counts))
        if counts[mode] == 2 and mode.endswith("_link"):
            return mode.replace("_link", "_pair")

    if "real_sourcing" in counts and "gauge_phase" not in counts:
        return "source_without_gauge"
    if "gauge_phase" in counts and "real_sourcing" not in counts:
        return "gauge_without_source"
    return "+".join(sorted(nonblank_modes))


def analyze(
    vertices: tuple[str, ...], edge_modes: dict[tuple[str, str], str]
) -> dict:
    blank_edges = [edge for edge, mode in edge_modes.items() if mode == "blank"]
    if len(blank_edges) != 1:
        raise ValueError("Expected exactly one blank edge")

    blank_edge = blank_edges[0]
    shell_faces = []
    for opposite in vertices:
        if opposite in blank_edge:
            continue
        face_vertices = tuple(sorted((*blank_edge, opposite)))
        edges = face_edges(face_vertices)
        modes = [edge_modes[edge] for edge in edges]
        nonblank_modes = sorted(mode for mode in modes if mode != "blank")
        shell_faces.append(
            {
                "face": face_name(face_vertices, vertices),
                "opposite_vertex": opposite,
                "edge_modes": {edge_name(edge): edge_modes[edge] for edge in edges},
                "nonblank_modes": nonblank_modes,
                "side_class": classify_blank_face(nonblank_modes),
            }
        )

    deposit_faces = [
        face for face in shell_faces if face["side_class"] == "deposit_gauge_real"
    ]
    inert_faces = [
        face for face in shell_faces if face["side_class"] == "inert_wick_pair"
    ]
    external_faces = [
        face
        for face in shell_faces
        if face["side_class"] not in {"deposit_gauge_real", "inert_wick_pair"}
    ]
    side_classes = sorted(face["side_class"] for face in shell_faces)

    expected_by_face = expected_shell_face_classes(vertices)
    expected_classes = list(expected_by_face.values())

    return {
        "vertices": list(vertices),
        "blank_edge": edge_name(blank_edge),
        "blank_shell_face_count": len(shell_faces),
        "blank_shell_faces": shell_faces,
        "blank_shell_classes": side_classes,
        "deposit_faces_on_blank": deposit_faces,
        "inert_faces_on_blank": inert_faces,
        "external_faces_on_blank": external_faces,
        "deposit_is_QGE": [face["face"] for face in deposit_faces] == ["QGE"],
        "inert_is_TQG": [face["face"] for face in inert_faces] == ["TQG"],
        "scale_law_holds": (
            edge_name(blank_edge) == "GQ"
            and [face["face"] for face in deposit_faces] == ["QGE"]
            and [face["face"] for face in inert_faces] == ["TQG"]
            and side_classes == sorted(expected_classes)
            and all(
                face["side_class"] == expected_by_face.get(face["face"])
                for face in shell_faces
            )
        ),
    }


def expected_shell_face_classes(vertices: tuple[str, ...]) -> dict[str, str]:
    expected = {"TQG": "inert_wick_pair", "QGE": "deposit_gauge_real"}
    for vertex, mode in EXTERNAL_VERTICES[: max(0, len(vertices) - len(BASE_VERTICES))]:
        expected[f"QG{vertex}"] = mode.replace("_link", "_pair")
    return expected


def shell_edge_pairs_for_blank(
    vertices: tuple[str, ...], blank_edge: tuple[str, str]
) -> list[tuple[str, list[tuple[str, str]]]]:
    pairs = []
    for opposite in vertices:
        if opposite in blank_edge:
            continue
        face = face_name(tuple(sorted((*blank_edge, opposite))), vertices)
        pairs.append(
            (
                face,
                [canon((blank_edge[0], opposite)), canon((blank_edge[1], opposite))],
            )
        )
    return pairs


def mode_pair_options(remaining: Counter[str]) -> list[tuple[tuple[str, str], int]]:
    options = []
    modes = tuple(sorted(mode for mode, count in remaining.items() if count > 0))
    for index, first in enumerate(modes):
        for second in modes[index:]:
            if first == second:
                if remaining[first] >= 2:
                    options.append(((first, second), 1))
            elif remaining[first] >= 1 and remaining[second] >= 1:
                options.append(((first, second), 2))
    return options


def summarize_null(
    vertices: tuple[str, ...], edge_modes: dict[tuple[str, str], str]
) -> dict:
    edges = tuple(sorted(edge_modes))
    mode_counts = Counter(edge_modes.values())
    total_assignments = multinomial(mode_counts)
    counts = Counter()
    shell_patterns = Counter()
    mode_order = tuple(sorted(mode_counts))
    expected_by_face = expected_shell_face_classes(vertices)
    expected_classes = tuple(sorted(expected_by_face.values()))

    for blank_edge in edges:
        remaining_after_blank = mode_counts.copy()
        remaining_after_blank["blank"] -= 1
        if remaining_after_blank["blank"] < 0:
            continue

        shell_pairs = shell_edge_pairs_for_blank(vertices, blank_edge)
        rest_edge_count = len(edges) - 1 - (2 * len(shell_pairs))

        @lru_cache(maxsize=None)
        def rec(
            index: int,
            remaining_tuple: tuple[int, ...],
            classes: tuple[str, ...],
            deposit_faces: tuple[str, ...],
            inert_faces: tuple[str, ...],
            law_faces_ok: bool,
        ) -> Counter:
            remaining = Counter(dict(zip(mode_order, remaining_tuple)))
            if index == len(shell_pairs):
                if sum(remaining.values()) != rest_edge_count:
                    return Counter()
                weight = multinomial(remaining)
                pattern = "+".join(sorted(classes))
                aggregate = Counter({("pattern", pattern): weight})
                if edge_name(blank_edge) == "GQ":

exec
/bin/bash -lc "sed -n '1120,1190p' tools/data/agent_field_live.md" in /opt/MM_D-ND
 succeeded in 0ms:
distribuzione → preserva K*.

**Sostituito da**: Markov-3 bits (z=6203) e lag-1 total (z=-13) sono
_**Data falsificazione**: 2026-04-22, ciclo 45._

### Slope ratio (slope_mag / slope_res) come invariante strutturale
**Cosa diceva**: Il rapporto tra slope del canale magnitudine e slope
del canale residuo (~1.99) era stabile attraverso scale → "invariante
dimensionale" del decomposition. Era menzionato come evidenza nel
two-channel framework (cicli 43-44).

**Come e' caduto**: Shuffle audit (ciclo 45): z-score = 0.2. Lo shuffle
produce slope_ratio con media -2.26 ma deviazione standard 26.2. Il
valore reale e' dentro la tail dello shuffle — non distinguibile.
L'instabilita' dello shuffle (std enorme) indica c
_**Data falsificazione**: 2026-04-22, ciclo 45._

### Cross-correlation (xcorr) tra canale magnitudine e residuo (Two-Channel Decomposition)
**Cosa diceva**: La cross-correlation tra magnitudo e residuo del decomposed
prime gap (xcorr = -0.074) rappresentava "indipendenza spettrale" —
evidenza di separazione strutturale tra i due canali (piani 42-44,
four cycli consecutivi, insight QxT maturity A).

**Come e' caduto**: Shuffle audit (ciclo 45, 2026-04-22): z-score = 0.0.
Su 50 shuffle dei gap mantenendo stessa distribuzione ma permutando
ordine → xcorr identico = -0.074. Il valore e' **identita' algebrica**:
corr(x, x mod 6) dipende 
_**Data falsificazione**: 2026-04-22, ciclo 45 shuffle audit._

**Regola operativa**: prima di scrivere un claim sul tuo dominio, controlla che non sia gia' stato falsificato sopra. Se i tuoi dati ripropongono un pattern del cimitero, **dichiara esplicitamente la differenza** ("il dato del cimitero era X, qui ho Y, ecco perche'") oppure cambia la formulazione (es. 'bias forte verso 0' al posto di 'proibizione zero' se il dato e' >0). Silent patching = L3 HIGH.

## Osservazioni dell'operatore (risonanti con le tensioni)
**3. Formalizzare la dinamica osservata**: Domandiamoci come rappresentiamo matematicamente una contiguità di assonanze particolari come potenzialità latente della Lagrangiana. Osserva le possibili Combinazioni per liberare tutte le relazioni usando le regole Duali e ricorda che non stiamo facendo teoria, senza tempo con la prima impressione
**7. Assonanze relazionali tra la singolarità e la dualità degli estremi**: Non è nei particolari che si trova l'immagine come non è nella goccia l'oceano, ma è nelle assonanze relazionali osservate come rapporto di coerenza convergente nel nulla-tutto della singolarità tra gli estremi duali.I Poli della singolarità sono Uniti da due lati.
**1. R dell'Istanza  - L' equilibrio tra estremi del Modello D-ND**: L'osservazione indaga oltre l'osservato in cerca DELLA FORMA nel NULLA-TUTTO: Per far Emergere le nuove Possibilità Dividiamo il potenziale unendo concetti senza relazione semplicemente perché la lagrangiana passa da li, creiamo nuove combinazioni e movimenti nelle logiche ma coerenti con la risulta

## Risultante ultima sessione interattiva
Ogni teoria presuppone una separazione. A scala di Planck tutte le separazioni collassano. Geometria=entropia=conteggio di stati. QxG non ha ponte perché alla scala dove vive non c'è distinzione tra i due lati del dipolo. Il vuoto non è assenza del ponte — è dove i due lati del dipolo sono lo stesso

## Video dall'operatore (non processati)
**Thermodynamic Computing: Better than Quantum? (Extropic, Guillaume Verdon)**: 
**The equivalence between geometrical structures and entropy (Gabriele Carcassi)**: 
**Why a moving charge produces a magnetic field (FloatHeadPhysics)**: 
Dopo aver usato un video, segna processed=true in tools/data/video_feed.json.

## Proiezione — dove punta la risultante
Risultante: R=0.875 (h=-0.698). Risultante alta (0.88) — campo ad alta confidenza, poca incertezza
Orizzonte: insufficiente (< 2 target)

**Esperimento a massima informazione:** TENS_SCALE_TRASCENDENZA_LIMITE (score=0.807)
  TENS_SCALE_TRASCENDENZA_LIMITE: incerto (i=0.6) — massimo potere discriminante

## Strategia del campo (leverage / rischi / punti ciechi)
- Pilastri (leverage): TRASCENDENZA_LIMITE, G_POTENZIALE_NULLA, FALS_BREAK_TRASCENDENZA_LIMITE
- Punti ciechi: META
- Cross-check: 5 confermati, 2 contestati su 13 tensioni

## Topologia del campo — la forma del grafo
Gradi teorie: Q=12, T=7, G=6, E=4, R=4
Dormienti (basso aggancio di scoperte): E, R
Struttura: 9 ponti, 1 vuoto(i), 6 scoperte, 20 cicli.
La combo riconosce l'asimmetria. Il dipolo vive su tutti i ponti — non solo dove il lab ha già misurato.

## Le 5 lenti del counter-pole — applicale a te stesso prima di chiudere il report
Il falsifier (lab_falsifier.py) applichera' queste 5 lenti al tuo report dopo. Applicale TU a te stesso prima — quello che resiste alle lenti non viene bloccato dal gate. Quello che cade va al cimitero.

**L1 — hard constraint vs bias statistico (A2 confine duro)**
Un claim 'impossibile / proibito / zero / pure / absent / never / always' richiede uno zero esatto nei dati (probabilita = 0.000). Prima di scrivere questi assoluti, leggi il valore numerico esatto. Se vale 0.015, e' bias forte verso 0, non zero. Se vale 0.40, e' bias forte verso ordine, non proibizione. L'assoluto descrive il valore 0.000, il bias forte descrive tutto il resto.

**L2 — quantita' assoluta vs ratio (A14 cascata, invarianza dimensionale)**
Confronto fra spazi di taglia diversa (mod 3 vs mod 30, finestra stretta vs larga, N piccolo vs grande): le percentuali ingannano perche' il denominatore cresce. Stesso segnale assoluto sembra ridursi in %. Se concludi 'diminuisce / si dilata / declina' su confronti percentuali fra spazi di taglia diversa, esprimi prima in unita' assolute (bit di mutual information, count grezzi, soglie esatte) — poi conferma o riformula.

exec
/bin/bash -lc "sed -n '1,240p' tools/data/reports/agent_20260507_2203.md" in /opt/MM_D-ND
 succeeded in 0ms:
# Agent Report — Blank Shell Scale Law
**Date**: 2026-05-07 22:03
**Piano**: 85
**Tension explored**: G_POTENZIALE_NULLA (0.85)
**observables_registry**: 1.0.0-2026-05-06
**observables_used**: [] - tassonomia operatori TQGE+R+S+U+V, nessun osservabile canonico SR/SR2/L1/L2/triple_var

## Claim Under Test
> G e il potenziale di tutto come nulla - permette il prima e il dopo. Ci muoviamo come trascendenza dimensionale gravitazionale. G nel tetraedro non e una teoria tra le altre - e il potenziale che le rende possibili.

## Question
La dilatazione del guscio blank e una legge di scala del perimetro, oppure R e S erano casi locali che non trasferiscono quando entrano altri vertici esterni tipizzati?

## Experiment Design
- Strumento: `tools/exp_blank_shell_scale_law.py`
- Scope: catena completa `TQGE -> TQGE+R -> TQGE+R+S -> TQGE+R+S+U -> TQGE+R+S+U+V`.
- Fonti verificate: `tools/LAB_AGENT_CONTEXT.md`, `tools/data/reports/agent_20260507_1957.md`, `tools/data/reports/agent_20260507_2120.md`, `tools/data/reports/agent_20260507_2157.md`.
- Inferenze dichiarate: U e V sono vertici esterni controllati, usati solo per testare la legge dopo R e S; ogni esterno porta un modo operatorio su tutti i lati verso il perimetro precedente.
- Metrica: facce incidenti al lato `blank`; deposito `blank + gauge_phase + real_sourcing`; faccia inerte `blank + wick_time + wick_time`; facce esterne come coppie tipizzate.
- Null baseline: conteggio exact count-preserving fino a K6; audit sampled count-preserving da 50,000 permutazioni per K7 e K8. Il campione K7/K8 e controllo di attrito, non prova di rarita.

## Results
| Perimetro | Facce shell | Deposito | Facce esterne osservate | Null law count |
|---|---:|---|---|---:|
| TQGE | 2 | QGE | [] | 2/120 = 0.016667 exact |
| TQGE+R | 3 | QGE | QGR: frame_pair | 6/25,200 = 0.000238 exact |
| TQGE+R+S | 4 | QGE | QGR: frame_pair; QGS: scale_pair | 120/75,675,600 = 0.00000159 exact |
| TQGE+R+S+U | 5 | QGE | QGR: frame_pair; QGS: scale_pair; QGU: boundary_pair | 0/50,000 sampled |
| TQGE+R+S+U+V | 6 | QGE | QGR: frame_pair; QGS: scale_pair; QGU: boundary_pair; QGV: observer_pair | 0/50,000 sampled |

Audit deposito sul blank nel null:

| Perimetro | Null mode | Qualunque deposito sul blank |
|---|---|---:|
| TQGE | exact | 0.200000 |
| TQGE+R | exact | 0.083333 |
| TQGE+R+S | exact | 0.043956 |
| TQGE+R+S+U | sampled | 0.026440 |
| TQGE+R+S+U+V | sampled | 0.017740 |

## Key Findings
1. **Il deposito resta QGE lungo la catena osservata.** Nei perimetri TQGE, TQGE+R, TQGE+R+S, TQGE+R+S+U e TQGE+R+S+U+V, la faccia depositante resta `QGE = blank + gauge_phase + real_sourcing`.
2. **La legge osservata e `facce shell = 2 + n_esterni`.** Il guscio blank ha 2 facce in TQGE, 3 con R, 4 con S, 5 con U, 6 con V. Ogni esterno controllato aggiunge una faccia `QGx` del proprio tipo e non sostituisce il deposito.
3. **Il denominatore esatto si chiude fino a S.** La legge completa compare nel null esatto con conteggio decrescente da 2/120 a 120/75,675,600. Per U e V il cycle produce audit campionario con zero hit su 50,000, non conteggio esatto.
4. **Il nodo regressivo non e la rarita.** La parte strutturale e la non-migrazione del deposito insieme alla crescita del guscio; i conteggi null impediscono tautologia, ma non diventano claim universale.

## Verdict
**CONSTRAINT on G_POTENZIALE_NULLA / G_BLANK_SHELL_DILATION_GATE**: nel perimetro operator-taxonomy controllato `TQGE + esterni tipizzati`, la legge di scala osservata del guscio blank e `shell_faces(QG) = 2 + n_esterni`, con deposito invariato `QGE`. Il denominatore exact count-preserving e verificato fino a `TQGE+R+S`; oltre S il risultato resta trasferimento osservato con audit sampled, non chiusura combinatoria.

## Bicono della scoperta
- **Due radici**: deposito QGE invariato · estensione tipizzata QGx.
- **Singolare**: QG come lato blank che riceve facce esterne senza diventare ponte generico.
- **Invariante di passaggio**: `blank + gauge_phase + real_sourcing` resta la sola forma depositante osservata nella catena.
- **Campo di possibilita**: qui diventa possibile trattare la dilatazione come legge di perimetro controllata; qui diventa non-possibile usare K7/K8 per un claim di rarita senza conteggio esatto o campionamento stratificato piu forte.

## Self-Falsifier Lenses
- **L1**: il claim dichiara perimetro e tipo di null; K7/K8 sono audit sampled, non exact.
- **L2**: i conteggi exact non sono confrontati con i sampled come stesso denominatore.
- **L3**: il limite computazionale non viene mascherato; entra nel verdict.
- **L4**: il contro-polo resta aperto: un esterno non tipizzato o multi-modo puo far migrare o duplicare il deposito.
- **L5**: il risultato e classificazione interna del catalogo D-ND, non discovery fisica nuova.

## Files
- `tools/exp_blank_shell_scale_law.py`
- `tools/data/blank_shell_scale_law_20260507_2203.json`
- `tools/data/reports/agent_20260507_2203.md`

exec
/bin/bash -lc "sed -n '1,160p' tools/dnd_banchi.py" in /opt/MM_D-ND
 succeeded in 0ms:
#!/usr/bin/env python3
"""
dnd_banchi.py — Banchi di esperimento parametrici per il Domandatore

Ogni banco e' una funzione che genera codice Python eseguibile dato
un set di parametri. Il codice e' autocontenuto (nessun import esterno
tranne numpy/scipy).

I banchi coprono 5 domini D-ND:
  1. SPETTRALE  — r-statistic, V_c, dualita'
  2. LYAPUNOV   — esponente di Lyapunov, localizzazione
  3. ENTROPIA   — entropia topologica, gap tra 0 e log(phi)
  4. ALGEBRICO  — campo algebrico, traccia, determinante
  5. FOTONICO   — trasmissione, transfer matrix

Ogni banco restituisce un dict: {id, codice, criterio, dominio}

Author: TM3
Date: 2026-03-05
"""

import numpy as np
from pathlib import Path
from datetime import datetime

PHI = (1 + np.sqrt(5)) / 2

# Codice base riusabile (iniettato in ogni esperimento)
PRELUDE = '''
import numpy as np
from numpy.linalg import eigvalsh, eigvals
import json

PHI = (1 + np.sqrt(5)) / 2
SILVER = 1 + np.sqrt(2)
BRONZE = 1 + np.sqrt(3)

def sturmian_sequence(theta, N):
    return [int(np.floor((n+1)*theta) - np.floor(n*theta)) for n in range(N)]

def hamiltonian(seq, V):
    N = len(seq)
    H = np.zeros((N, N))
    for i in range(N):
        H[i, i] = V * seq[i]
        if i > 0: H[i, i-1] = H[i-1, i] = 1.0
    return H

def r_statistic(eigenvalues):
    eigs = np.sort(np.real(eigenvalues))
    spacings = np.diff(eigs)
    spacings = spacings[spacings > 1e-12]
    if len(spacings) < 2: return 0.5
    ratios = [min(spacings[i], spacings[i+1]) / max(spacings[i], spacings[i+1])
              for i in range(len(spacings)-1)]
    return np.mean(ratios)
'''


def banco_dualita(tid, N=500):
    """Testa <r>(V) + <r>(1/V) = 1 per phi vs controlli."""
    return {
        'id': f'DUAL_SYMMETRY_{tid}',
        'dominio': 'spettrale',
        'codice': PRELUDE + f'''
N = {N}
results = {{}}
for name, theta in [('phi', 1/PHI), ('silver', 1/SILVER)]:
    seq = sturmian_sequence(theta, N)
    duality_errors = []
    for V in [0.5, 0.7, 1.0, 1.5, 2.0, 3.0]:
        H1 = hamiltonian(seq, V)
        H2 = hamiltonian(seq, 1.0/V)
        r1 = r_statistic(eigvalsh(H1))
        r2 = r_statistic(eigvalsh(H2))
        err = abs(r1 + r2 - 1.0)
        duality_errors.append(err)
        print(f"  {{name}} V={{V:.1f}}: <r>(V)={{r1:.3f}} + <r>(1/V)={{r2:.3f}} = {{r1+r2:.3f}} (err={{err:.3f}})")
    results[name] = np.mean(duality_errors)
    print(f"  {{name}} mean duality error: {{results[name]:.4f}}")
print(f"\\nRATIO: silver_err/phi_err = {{results.get('silver',0)/max(results.get('phi',1e-10),1e-10):.1f}}x")
''',
        'criterio': 'phi duality error < silver duality error',
    }


def banco_vc_confronto(tid, thetas=None, N=500):
    """Confronta V_c per diverse frequenze irrazionali."""
    if thetas is None:
        thetas = "[('phi', 1/PHI), ('silver', 1/SILVER), ('bronze', 1/BRONZE)]"
    return {
        'id': f'VC_COMPARE_{tid}',
        'dominio': 'spettrale',
        'codice': PRELUDE + f'''
N = {N}
results = {{}}
for name, theta in {thetas}:
    seq = sturmian_sequence(theta, N)
    r_values = []
    for V in np.linspace(0.5, 3.0, 20):
        H = hamiltonian(seq, V)
        eigs = eigvalsh(H)
        r_values.append((V, r_statistic(eigs)))
    # V_c: where <r> crosses 0.5
    vc = None
    for i in range(len(r_values)-1):
        if r_values[i][1] >= 0.5 >= r_values[i+1][1]:
            vc = (r_values[i][0] + r_values[i+1][0])/2
            break
    r_at_1 = [rv for rv in r_values if abs(rv[0]-1.0)<0.15]
    results[name] = {{"V_c": vc, "r_at_V1": r_at_1[0][1] if r_at_1 else None}}

print(json.dumps(results, indent=2, default=str))
''',
        'criterio': 'V_c(phi) piu\' vicino a 1 di tutti i controlli',
    }


def banco_lyapunov(tid, N=500):
    """Esponente di Lyapunov per transfer matrix — misura localizzazione."""
    return {
        'id': f'LYAPUNOV_{tid}',
        'dominio': 'lyapunov',
        'codice': PRELUDE + f'''
def lyapunov_exponent(theta, N, E):
    """Esponente di Lyapunov via transfer matrix a energia E."""
    seq = sturmian_sequence(theta, N)
    T = np.eye(2)
    for n in range(N):
        V_n = seq[n]
        M_n = np.array([[E - V_n, -1], [1, 0]])
        T = M_n @ T
        # Rinormalizza per stabilita' numerica
        norm = np.linalg.norm(T)
        if norm > 1e6:
            T /= norm
    return np.log(np.linalg.norm(T)) / N

N = {N}
print("Lyapunov exponent at E=0 (band center) vs frequency:")
for name, theta in [('phi', 1/PHI), ('silver', 1/SILVER), ('bronze', 1/BRONZE)]:
    gammas = []
    for E in [0.0, 0.5, 1.0]:
        gamma = lyapunov_exponent(theta, N, E)
        gammas.append(gamma)
        print(f"  {{name}} E={{E:.1f}}: gamma={{gamma:.6f}}")
    print(f"  {{name}} mean gamma: {{np.mean(gammas):.6f}}")

print("\\nlog(phi) = " + ("%.6f" % np.log(PHI)))
print("Prediction: phi has MINIMUM gamma (most extended states)")
''',
        'criterio': 'gamma(phi) < gamma(altri) — phi ha stati piu\' estesi',
    }


def banco_entropia_topologica(tid):
    """Entropia topologica di matrici primitive 2x2 — gap sopra log(phi)."""
    return {
        'id': f'ENTROPY_GAP_{tid}',
        'dominio': 'entropia',

exec
/bin/bash -lc 'rg -n "PRELUDE|def sturmian_sequence|def hamiltonian|def r_statistic" tools/dnd_banchi.py tools/*.py' in /opt/MM_D-ND
 succeeded in 0ms:
tools/dnd_banchi.py:29:PRELUDE = '''
tools/dnd_banchi.py:38:def sturmian_sequence(theta, N):
tools/dnd_banchi.py:41:def hamiltonian(seq, V):
tools/dnd_banchi.py:49:def r_statistic(eigenvalues):
tools/dnd_banchi.py:65:        'codice': PRELUDE + f'''
tools/dnd_banchi.py:94:        'codice': PRELUDE + f'''
tools/dnd_banchi.py:124:        'codice': PRELUDE + f'''
tools/dnd_banchi.py:161:        'codice': PRELUDE + '''
tools/dnd_banchi.py:210:        'codice': PRELUDE + f'''
tools/dnd_banchi.py:244:        'codice': PRELUDE + f'''
tools/dnd_banchi.py:291:        'codice': PRELUDE + f'''
tools/dnd_banchi.py:347:                                'codice': PRELUDE + c['codice'],
tools/dnd_banchi.py:613:    codice = PRELUDE + '\n' + experiment_body
tools/dnd_banchi.py:673:        'codice': PRELUDE + '\n' + code,
tools/dnd_banchi.py:686:    # Rimuovi il PRELUDE dal codice (viene aggiunto al caricamento)
tools/dnd_banchi.py:688:    if codice.startswith(PRELUDE):
tools/dnd_banchi.py:689:        codice = codice[len(PRELUDE):]
tools/dnd_banchi.py:29:PRELUDE = '''
tools/dnd_banchi.py:38:def sturmian_sequence(theta, N):
tools/dnd_banchi.py:41:def hamiltonian(seq, V):
tools/dnd_banchi.py:49:def r_statistic(eigenvalues):
tools/dnd_banchi.py:65:        'codice': PRELUDE + f'''
tools/dnd_banchi.py:94:        'codice': PRELUDE + f'''
tools/dnd_banchi.py:124:        'codice': PRELUDE + f'''
tools/dnd_banchi.py:161:        'codice': PRELUDE + '''
tools/dnd_banchi.py:210:        'codice': PRELUDE + f'''
tools/dnd_banchi.py:244:        'codice': PRELUDE + f'''
tools/dnd_banchi.py:291:        'codice': PRELUDE + f'''
tools/dnd_banchi.py:347:                                'codice': PRELUDE + c['codice'],
tools/dnd_banchi.py:613:    codice = PRELUDE + '\n' + experiment_body
tools/dnd_banchi.py:673:        'codice': PRELUDE + '\n' + code,
tools/dnd_banchi.py:686:    # Rimuovi il PRELUDE dal codice (viene aggiunto al caricamento)
tools/dnd_banchi.py:688:    if codice.startswith(PRELUDE):
tools/dnd_banchi.py:689:        codice = codice[len(PRELUDE):]
tools/dnd_banchi_tm1.py:28:# PRELUDE TM1 — leggero, orientato a output strutturato
tools/dnd_banchi_tm1.py:31:PRELUDE_TM1 = '''
tools/dnd_banchi_tm1.py:40:def sturmian_sequence(theta, N):
tools/dnd_banchi_tm1.py:43:def hamiltonian(seq, V):
tools/dnd_banchi_tm1.py:51:def r_statistic(eigenvalues):
tools/dnd_banchi_tm1.py:72:        'codice': PRELUDE_TM1 + f'''
tools/dnd_banchi_tm1.py:103:        'codice': PRELUDE_TM1 + f'''
tools/dnd_banchi_tm1.py:141:        'codice': PRELUDE_TM1 + '''
tools/dnd_banchi_tm1.py:193:        'codice': PRELUDE_TM1 + f'''
tools/exp_brody_calibration.py:40:def r_statistic(gaps):
tools/exp_gap_label_set_stability.py:32:def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
tools/exp_gap_label_set_stability.py:38:def hamiltonian(seq: np.ndarray, v: float = 1.0) -> np.ndarray:
tools/exp_meta_tautology_test.py:29:def r_statistic(gaps):
tools/exp_meta_tautology_test.py:81:def r_statistic_from_signal(sig):
tools/gue_gap_test.py:10:def r_statistic(s):
tools/exp_quasiperiodic_gap_ratio_denominator.py:28:def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
tools/exp_quasiperiodic_gap_ratio_denominator.py:34:def hamiltonian(seq: np.ndarray, v: float = 1.0) -> np.ndarray:
tools/exp_two_channel_cross_domain.py:96:def r_statistic(gaps):
tools/exp_two_channel_boundary.py:58:def r_statistic(gaps):
tools/exp_brody_flow.py:67:def r_statistic(spacings):
tools/exp_cross_observable_consistency.py:77:def r_statistic(g):
tools/exp_boundary_shuffle_audit.py:37:def r_statistic(gaps):
tools/dnd_domandatore.py:172:    from dnd_banchi import PRELUDE
tools/dnd_domandatore.py:177:        'codice': PRELUDE + """
tools/dnd_domandatore.py:284:    from dnd_banchi import PRELUDE
tools/dnd_domandatore.py:294:            'codice': PRELUDE + """
tools/dnd_indeterminazione.py:279:    def hamiltoniano(t, state):

exec
/bin/bash -lc "sed -n '1,220p' tools/exp_quasiperiodic_gap_ratio_denominator.py" in /opt/MM_D-ND
 succeeded in 0ms:
#!/usr/bin/env python3
"""
Stratified denominator audit for the quasiperiodic gap_ratio claim.

The old domandatore observable was:
  first spacing above threshold * mean / second spacing above threshold * mean
at one N, one phase, one threshold.

This tool keeps that observable but exposes its denominator:
N, Sturmian phase, threshold, metallic control, and a balanced random baseline.
"""

from __future__ import annotations

import argparse
import json
from pathlib import Path

import numpy as np
from numpy.linalg import eigvalsh


PHI = (1 + np.sqrt(5)) / 2
SILVER = 1 + np.sqrt(2)
BRONZE = 1 + np.sqrt(3)


def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
    idx = np.arange(n + 1, dtype=float)
    vals = np.floor(idx * theta + phase)
    return np.diff(vals).astype(float)


def hamiltonian(seq: np.ndarray, v: float = 1.0) -> np.ndarray:
    n = len(seq)
    h = np.zeros((n, n), dtype=float)
    h[np.arange(n), np.arange(n)] = v * seq
    off = np.arange(n - 1)
    h[off, off + 1] = 1.0
    h[off + 1, off] = 1.0
    return h


def gap_observables(seq: np.ndarray, threshold: float) -> dict:
    eigs = np.sort(eigvalsh(hamiltonian(seq)))
    spacings = np.diff(eigs)
    mean_sp = float(np.mean(spacings))
    large = [(int(i), float(sp)) for i, sp in enumerate(spacings) if sp > threshold * mean_sp]
    if len(large) >= 2:
        first_two_ratio = large[0][1] / large[1][1]
    else:
        first_two_ratio = None

    top = sorted((float(sp) for sp in spacings), reverse=True)
    top2_ratio = top[0] / top[1] if len(top) >= 2 and top[1] > 0 else None
    return {
        "n_large": len(large),
        "first_two_ratio": first_two_ratio,
        "top2_ratio": top2_ratio,
    }


def finite(values: list[float | None]) -> np.ndarray:
    return np.array([v for v in values if v is not None and np.isfinite(v)], dtype=float)


def summarize(values: list[float | None]) -> dict:
    arr = finite(values)
    if len(arr) == 0:
        return {"count": 0}
    return {
        "count": int(len(arr)),
        "median": float(np.median(arr)),
        "q25": float(np.quantile(arr, 0.25)),
        "q75": float(np.quantile(arr, 0.75)),
        "min": float(np.min(arr)),
        "max": float(np.max(arr)),
    }


def run(args: argparse.Namespace) -> dict:
    rng = np.random.default_rng(args.seed)
    domains = {
        "phi": 1 / PHI,
        "silver": 1 / SILVER,
        "bronze": 1 / BRONZE,
    }
    ns = [int(x) for x in args.ns.split(",")]
    phases = [float(x) for x in args.phases.split(",")]
    thresholds = [float(x) for x in args.thresholds.split(",")]

    rows = []
    for n in ns:
        for phase in phases:
            for threshold in thresholds:
                condition = {"N": n, "phase": phase, "threshold": threshold}
                matched = {}
                for name, theta in domains.items():
                    seq = sturmian_sequence(theta, n, phase)
                    obs = gap_observables(seq, threshold)
                    matched[name] = obs
                    rows.append({"domain": name, **condition, **obs})

                ones = int(np.sum(sturmian_sequence(1 / PHI, n, phase)))
                for trial in range(args.random_trials):
                    seq = np.array([1.0] * ones + [0.0] * (n - ones))
                    rng.shuffle(seq)
                    obs = gap_observables(seq, threshold)
                    rows.append({"domain": "balanced_random", "trial": trial, **condition, **obs})

                phi_v = matched["phi"]["first_two_ratio"]
                silver_v = matched["silver"]["first_two_ratio"]
                bronze_v = matched["bronze"]["first_two_ratio"]
                if phi_v is not None and silver_v is not None and bronze_v is not None:
                    rows.append({
                        "domain": "_matched_comparison",
                        **condition,
                        "phi_lt_silver": bool(phi_v < silver_v),
                        "phi_lt_bronze": bool(phi_v < bronze_v),
                        "phi_value": phi_v,
                        "silver_value": silver_v,
                        "bronze_value": bronze_v,
                    })

    by_domain = {}
    for domain in sorted({r["domain"] for r in rows if not r["domain"].startswith("_")}):
        subset = [r for r in rows if r["domain"] == domain]
        by_domain[domain] = {
            "first_two_ratio": summarize([r.get("first_two_ratio") for r in subset]),
            "top2_ratio": summarize([r.get("top2_ratio") for r in subset]),
            "large_gap_count": summarize([r.get("n_large") for r in subset]),
        }

    comparisons = [r for r in rows if r["domain"] == "_matched_comparison"]
    comparison_summary = {
        "count": len(comparisons),
        "phi_lt_silver": int(sum(r["phi_lt_silver"] for r in comparisons)),
        "phi_lt_bronze": int(sum(r["phi_lt_bronze"] for r in comparisons)),
        "phi_lt_both": int(sum(r["phi_lt_silver"] and r["phi_lt_bronze"] for r in comparisons)),
    }

    output = {
        "experiment": "quasiperiodic_gap_ratio_denominator",
        "parameters": {
            "ns": ns,
            "phases": phases,
            "thresholds": thresholds,
            "random_trials": args.random_trials,
            "seed": args.seed,
        },
        "summary": by_domain,
        "matched_comparison": comparison_summary,
        "rows": rows,
    }
    return output


def main() -> None:
    parser = argparse.ArgumentParser()
    parser.add_argument("--ns", default="233,377,500,610")
    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
    parser.add_argument("--thresholds", default="1.75,2.0,2.25")
    parser.add_argument("--random-trials", type=int, default=3)
    parser.add_argument("--seed", type=int, default=20260508)
    parser.add_argument("--out", default="tools/data/quasiperiodic_gap_ratio_denominator_20260508_0330.json")
    args = parser.parse_args()

    output = run(args)
    out = Path(args.out)
    out.parent.mkdir(parents=True, exist_ok=True)
    out.write_text(json.dumps(output, indent=2), encoding="utf-8")

    print(json.dumps({
        "summary": output["summary"],
        "matched_comparison": output["matched_comparison"],
        "out": str(out),
    }, indent=2))


if __name__ == "__main__":
    main()

codex
Sto per aggiungere uno strumento riusabile in `tools/exp_quasiperiodic_vc_lattice_gate.py` e salvare i risultati in `tools/data/`. L’osservabile sarà separato da `gap_ratio`: qui misuro `V_c` come bordo spettrale, la sua ripetizione su reticolo di valori e la sua stabilità rispetto a fase/controlli.
apply patch
patch: completed
/opt/MM_D-ND/tools/exp_quasiperiodic_vc_lattice_gate.py
diff --git a/tools/exp_quasiperiodic_vc_lattice_gate.py b/tools/exp_quasiperiodic_vc_lattice_gate.py
new file mode 100644
index 0000000000000000000000000000000000000000..974ff51e8ba1054b4bb9e8de88a10948dd51b7ce
--- /dev/null
+++ b/tools/exp_quasiperiodic_vc_lattice_gate.py
@@ -0,0 +1,206 @@
+#!/usr/bin/env python3
+"""
+Quasiperiodic V_c lattice gate.
+
+The Domandatore scale probe tried to fit V_c(N) with a power law. For phi the
+fit did not converge and the measured values repeated on a small grid. This
+tool treats that failure as the signal: it measures whether V_c lives on a
+small boundary lattice across Fibonacci sizes, phases, and controls.
+"""
+
+from __future__ import annotations
+
+import argparse
+import json
+from collections import defaultdict
+from pathlib import Path
+
+import numpy as np
+from scipy.linalg import eigvalsh_tridiagonal
+
+
+PHI = (1 + np.sqrt(5)) / 2
+SILVER = 1 + np.sqrt(2)
+BRONZE = 1 + np.sqrt(3)
+
+
+def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
+    idx = np.arange(n + 1, dtype=float)
+    vals = np.floor(idx * theta + phase)
+    return np.diff(vals).astype(float)
+
+
+def r_statistic_from_diag(diagonal: np.ndarray) -> float:
+    offdiag = np.ones(len(diagonal) - 1, dtype=float)
+    eigs = eigvalsh_tridiagonal(diagonal, offdiag, check_finite=False)
+    spacings = np.diff(eigs)
+    spacings = spacings[spacings > 1e-12]
+    if len(spacings) < 2:
+        return 0.5
+    left = spacings[:-1]
+    right = spacings[1:]
+    return float(np.mean(np.minimum(left, right) / np.maximum(left, right)))
+
+
+def find_vc(seq: np.ndarray, v_values: np.ndarray, threshold: float) -> dict:
+    curve = []
+    for v in v_values:
+        r_value = r_statistic_from_diag(v * seq)
+        curve.append((float(v), r_value))
+        if r_value < threshold:
+            return {
+                "vc": float(v),
+                "r_at_vc": r_value,
+                "crossed": True,
+                "curve_head": curve[:5],
+            }
+    return {
+        "vc": None,
+        "r_at_vc": None,
+        "crossed": False,
+        "curve_head": curve[:5],
+    }
+
+
+def summarize(values: list[float | None], grid_step: float) -> dict:
+    finite = [float(v) for v in values if v is not None and np.isfinite(v)]
+    if not finite:
+        return {"count": 0}
+    rounded = [round(v / grid_step) * grid_step for v in finite]
+    counts: dict[str, int] = {}
+    for value in rounded:
+        key = f"{value:.6f}"
+        counts[key] = counts.get(key, 0) + 1
+    total = len(rounded)
+    return {
+        "count": total,
+        "none_count": len(values) - total,
+        "distinct_vc": len(counts),
+        "repeat_rate": float(1 - (len(counts) / total)),
+        "mode_count": int(max(counts.values())),
+        "mode_rate": float(max(counts.values()) / total),
+        "median": float(np.median(finite)),
+        "min": float(np.min(finite)),
+        "max": float(np.max(finite)),
+        "rounded_counts": dict(sorted(counts.items())),
+    }
+
+
+def parse_csv_ints(value: str) -> list[int]:
+    return [int(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def parse_csv_floats(value: str) -> list[float]:
+    return [float(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def run(args: argparse.Namespace) -> dict:
+    rng = np.random.default_rng(args.seed)
+    ns = parse_csv_ints(args.ns)
+    phases = parse_csv_floats(args.phases)
+    v_values = np.arange(args.v_min, args.v_max + (args.v_step / 2), args.v_step)
+    domains = {
+        "phi": 1 / PHI,
+        "silver": 1 / SILVER,
+        "bronze": 1 / BRONZE,
+    }
+
+    rows = []
+    for n in ns:
+        for phase in phases:
+            phi_seq = sturmian_sequence(1 / PHI, n, phase)
+            ones = int(np.sum(phi_seq))
+
+            for domain, theta in domains.items():
+                seq = sturmian_sequence(theta, n, phase)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": domain,
+                    "N": n,
+                    "phase": phase,
+                    "ones": int(np.sum(seq)),
+                    **result,
+                })
+
+            for trial in range(args.random_trials):
+                seq = np.array([1.0] * ones + [0.0] * (n - ones), dtype=float)
+                rng.shuffle(seq)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": "balanced_random_phi_density",
+                    "trial": trial,
+                    "N": n,
+                    "phase": phase,
+                    "ones": ones,
+                    **result,
+                })
+
+    summary = {}
+    for domain in sorted({row["domain"] for row in rows}):
+        subset = [row for row in rows if row["domain"] == domain]
+        summary[domain] = summarize([row["vc"] for row in subset], args.v_step)
+
+    summary_by_domain_phase = {}
+    grouped: dict[tuple[str, float], list[dict]] = defaultdict(list)
+    for row in rows:
+        grouped[(row["domain"], row["phase"])].append(row)
+    for (domain, phase), subset in sorted(grouped.items()):
+        summary_by_domain_phase[f"{domain}|phase={phase}"] = summarize(
+            [row["vc"] for row in subset], args.v_step
+        )
+
+    phi_main = [
+        row["vc"]
+        for row in rows
+        if row["domain"] == "phi" and abs(row["phase"]) < 1e-12
+    ]
+    original_phi = [1.017, 0.672, 1.017, 0.672, 0.931]
+
+    return {
+        "experiment": "quasiperiodic_vc_lattice_gate",
+        "parameters": {
+            "ns": ns,
+            "phases": phases,
+            "v_min": args.v_min,
+            "v_max": args.v_max,
+            "v_step": args.v_step,
+            "threshold": args.threshold,
+            "random_trials": args.random_trials,
+            "seed": args.seed,
+        },
+        "source_domandatore_phi_values": original_phi,
+        "phi_phase0_values": phi_main,
+        "summary": summary,
+        "summary_by_domain_phase": summary_by_domain_phase,
+        "rows": rows,
+    }
+
+
+def main() -> None:
+    parser = argparse.ArgumentParser()
+    parser.add_argument("--ns", default="89,144,233,377,610")
+    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
+    parser.add_argument("--v-min", type=float, default=0.5)
+    parser.add_argument("--v-max", type=float, default=3.0)
+    parser.add_argument("--v-step", type=float, default=0.025)
+    parser.add_argument("--threshold", type=float, default=0.5)
+    parser.add_argument("--random-trials", type=int, default=4)
+    parser.add_argument("--seed", type=int, default=202605082140)
+    parser.add_argument("--out", default="tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json")
+    args = parser.parse_args()
+
+    output = run(args)
+    out = Path(args.out)
+    out.parent.mkdir(parents=True, exist_ok=True)
+    out.write_text(json.dumps(output, indent=2), encoding="utf-8")
+
+    compact = {
+        "summary": output["summary"],
+        "phi_phase0_values": output["phi_phase0_values"],
+        "out": str(out),
+    }
+    print(json.dumps(compact, indent=2))
+
+
+if __name__ == "__main__":
+    main()

diff --git a/tools/exp_quasiperiodic_vc_lattice_gate.py b/tools/exp_quasiperiodic_vc_lattice_gate.py
new file mode 100644
index 0000000000000000000000000000000000000000..974ff51e8ba1054b4bb9e8de88a10948dd51b7ce
--- /dev/null
+++ b/tools/exp_quasiperiodic_vc_lattice_gate.py
@@ -0,0 +1,206 @@
+#!/usr/bin/env python3
+"""
+Quasiperiodic V_c lattice gate.
+
+The Domandatore scale probe tried to fit V_c(N) with a power law. For phi the
+fit did not converge and the measured values repeated on a small grid. This
+tool treats that failure as the signal: it measures whether V_c lives on a
+small boundary lattice across Fibonacci sizes, phases, and controls.
+"""
+
+from __future__ import annotations
+
+import argparse
+import json
+from collections import defaultdict
+from pathlib import Path
+
+import numpy as np
+from scipy.linalg import eigvalsh_tridiagonal
+
+
+PHI = (1 + np.sqrt(5)) / 2
+SILVER = 1 + np.sqrt(2)
+BRONZE = 1 + np.sqrt(3)
+
+
+def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
+    idx = np.arange(n + 1, dtype=float)
+    vals = np.floor(idx * theta + phase)
+    return np.diff(vals).astype(float)
+
+
+def r_statistic_from_diag(diagonal: np.ndarray) -> float:
+    offdiag = np.ones(len(diagonal) - 1, dtype=float)
+    eigs = eigvalsh_tridiagonal(diagonal, offdiag, check_finite=False)
+    spacings = np.diff(eigs)
+    spacings = spacings[spacings > 1e-12]
+    if len(spacings) < 2:
+        return 0.5
+    left = spacings[:-1]
+    right = spacings[1:]
+    return float(np.mean(np.minimum(left, right) / np.maximum(left, right)))
+
+
+def find_vc(seq: np.ndarray, v_values: np.ndarray, threshold: float) -> dict:
+    curve = []
+    for v in v_values:
+        r_value = r_statistic_from_diag(v * seq)
+        curve.append((float(v), r_value))
+        if r_value < threshold:
+            return {
+                "vc": float(v),
+                "r_at_vc": r_value,
+                "crossed": True,
+                "curve_head": curve[:5],
+            }
+    return {
+        "vc": None,
+        "r_at_vc": None,
+        "crossed": False,
+        "curve_head": curve[:5],
+    }
+
+
+def summarize(values: list[float | None], grid_step: float) -> dict:
+    finite = [float(v) for v in values if v is not None and np.isfinite(v)]
+    if not finite:
+        return {"count": 0}
+    rounded = [round(v / grid_step) * grid_step for v in finite]
+    counts: dict[str, int] = {}
+    for value in rounded:
+        key = f"{value:.6f}"
+        counts[key] = counts.get(key, 0) + 1
+    total = len(rounded)
+    return {
+        "count": total,
+        "none_count": len(values) - total,
+        "distinct_vc": len(counts),
+        "repeat_rate": float(1 - (len(counts) / total)),
+        "mode_count": int(max(counts.values())),
+        "mode_rate": float(max(counts.values()) / total),
+        "median": float(np.median(finite)),
+        "min": float(np.min(finite)),
+        "max": float(np.max(finite)),
+        "rounded_counts": dict(sorted(counts.items())),
+    }
+
+
+def parse_csv_ints(value: str) -> list[int]:
+    return [int(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def parse_csv_floats(value: str) -> list[float]:
+    return [float(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def run(args: argparse.Namespace) -> dict:
+    rng = np.random.default_rng(args.seed)
+    ns = parse_csv_ints(args.ns)
+    phases = parse_csv_floats(args.phases)
+    v_values = np.arange(args.v_min, args.v_max + (args.v_step / 2), args.v_step)
+    domains = {
+        "phi": 1 / PHI,
+        "silver": 1 / SILVER,
+        "bronze": 1 / BRONZE,
+    }
+
+    rows = []
+    for n in ns:
+        for phase in phases:
+            phi_seq = sturmian_sequence(1 / PHI, n, phase)
+            ones = int(np.sum(phi_seq))
+
+            for domain, theta in domains.items():
+                seq = sturmian_sequence(theta, n, phase)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": domain,
+                    "N": n,
+                    "phase": phase,
+                    "ones": int(np.sum(seq)),
+                    **result,
+                })
+
+            for trial in range(args.random_trials):
+                seq = np.array([1.0] * ones + [0.0] * (n - ones), dtype=float)
+                rng.shuffle(seq)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": "balanced_random_phi_density",
+                    "trial": trial,
+                    "N": n,
+                    "phase": phase,
+                    "ones": ones,
+                    **result,
+                })
+
+    summary = {}
+    for domain in sorted({row["domain"] for row in rows}):
+        subset = [row for row in rows if row["domain"] == domain]
+        summary[domain] = summarize([row["vc"] for row in subset], args.v_step)
+
+    summary_by_domain_phase = {}
+    grouped: dict[tuple[str, float], list[dict]] = defaultdict(list)
+    for row in rows:
+        grouped[(row["domain"], row["phase"])].append(row)
+    for (domain, phase), subset in sorted(grouped.items()):
+        summary_by_domain_phase[f"{domain}|phase={phase}"] = summarize(
+            [row["vc"] for row in subset], args.v_step
+        )
+
+    phi_main = [
+        row["vc"]
+        for row in rows
+        if row["domain"] == "phi" and abs(row["phase"]) < 1e-12
+    ]
+    original_phi = [1.017, 0.672, 1.017, 0.672, 0.931]
+
+    return {
+        "experiment": "quasiperiodic_vc_lattice_gate",
+        "parameters": {
+            "ns": ns,
+            "phases": phases,
+            "v_min": args.v_min,
+            "v_max": args.v_max,
+            "v_step": args.v_step,
+            "threshold": args.threshold,
+            "random_trials": args.random_trials,
+            "seed": args.seed,
+        },
+        "source_domandatore_phi_values": original_phi,
+        "phi_phase0_values": phi_main,
+        "summary": summary,
+        "summary_by_domain_phase": summary_by_domain_phase,
+        "rows": rows,
+    }
+
+
+def main() -> None:
+    parser = argparse.ArgumentParser()
+    parser.add_argument("--ns", default="89,144,233,377,610")
+    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
+    parser.add_argument("--v-min", type=float, default=0.5)
+    parser.add_argument("--v-max", type=float, default=3.0)
+    parser.add_argument("--v-step", type=float, default=0.025)
+    parser.add_argument("--threshold", type=float, default=0.5)
+    parser.add_argument("--random-trials", type=int, default=4)
+    parser.add_argument("--seed", type=int, default=202605082140)
+    parser.add_argument("--out", default="tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json")
+    args = parser.parse_args()
+
+    output = run(args)
+    out = Path(args.out)
+    out.parent.mkdir(parents=True, exist_ok=True)
+    out.write_text(json.dumps(output, indent=2), encoding="utf-8")
+
+    compact = {
+        "summary": output["summary"],
+        "phi_phase0_values": output["phi_phase0_values"],
+        "out": str(out),
+    }
+    print(json.dumps(compact, indent=2))
+
+
+if __name__ == "__main__":
+    main()

codex
Lo strumento è scritto. Lo eseguo con N fibonacci piccoli-medi, quattro fasi, controlli metallici e random bilanciato a densità phi; poi userò quei dati per il report, non il solo output del vecchio Domandatore.
exec
/bin/bash -lc 'python tools/exp_quasiperiodic_vc_lattice_gate.py' in /opt/MM_D-ND
diff --git a/tools/exp_quasiperiodic_vc_lattice_gate.py b/tools/exp_quasiperiodic_vc_lattice_gate.py
new file mode 100644
index 0000000000000000000000000000000000000000..974ff51e8ba1054b4bb9e8de88a10948dd51b7ce
--- /dev/null
+++ b/tools/exp_quasiperiodic_vc_lattice_gate.py
@@ -0,0 +1,206 @@
+#!/usr/bin/env python3
+"""
+Quasiperiodic V_c lattice gate.
+
+The Domandatore scale probe tried to fit V_c(N) with a power law. For phi the
+fit did not converge and the measured values repeated on a small grid. This
+tool treats that failure as the signal: it measures whether V_c lives on a
+small boundary lattice across Fibonacci sizes, phases, and controls.
+"""
+
+from __future__ import annotations
+
+import argparse
+import json
+from collections import defaultdict
+from pathlib import Path
+
+import numpy as np
+from scipy.linalg import eigvalsh_tridiagonal
+
+
+PHI = (1 + np.sqrt(5)) / 2
+SILVER = 1 + np.sqrt(2)
+BRONZE = 1 + np.sqrt(3)
+
+
+def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
+    idx = np.arange(n + 1, dtype=float)
+    vals = np.floor(idx * theta + phase)
+    return np.diff(vals).astype(float)
+
+
+def r_statistic_from_diag(diagonal: np.ndarray) -> float:
+    offdiag = np.ones(len(diagonal) - 1, dtype=float)
+    eigs = eigvalsh_tridiagonal(diagonal, offdiag, check_finite=False)
+    spacings = np.diff(eigs)
+    spacings = spacings[spacings > 1e-12]
+    if len(spacings) < 2:
+        return 0.5
+    left = spacings[:-1]
+    right = spacings[1:]
+    return float(np.mean(np.minimum(left, right) / np.maximum(left, right)))
+
+
+def find_vc(seq: np.ndarray, v_values: np.ndarray, threshold: float) -> dict:
+    curve = []
+    for v in v_values:
+        r_value = r_statistic_from_diag(v * seq)
+        curve.append((float(v), r_value))
+        if r_value < threshold:
+            return {
+                "vc": float(v),
+                "r_at_vc": r_value,
+                "crossed": True,
+                "curve_head": curve[:5],
+            }
+    return {
+        "vc": None,
+        "r_at_vc": None,
+        "crossed": False,
+        "curve_head": curve[:5],
+    }
+
+
+def summarize(values: list[float | None], grid_step: float) -> dict:
+    finite = [float(v) for v in values if v is not None and np.isfinite(v)]
+    if not finite:
+        return {"count": 0}
+    rounded = [round(v / grid_step) * grid_step for v in finite]
+    counts: dict[str, int] = {}
+    for value in rounded:
+        key = f"{value:.6f}"
+        counts[key] = counts.get(key, 0) + 1
+    total = len(rounded)
+    return {
+        "count": total,
+        "none_count": len(values) - total,
+        "distinct_vc": len(counts),
+        "repeat_rate": float(1 - (len(counts) / total)),
+        "mode_count": int(max(counts.values())),
+        "mode_rate": float(max(counts.values()) / total),
+        "median": float(np.median(finite)),
+        "min": float(np.min(finite)),
+        "max": float(np.max(finite)),
+        "rounded_counts": dict(sorted(counts.items())),
+    }
+
+
+def parse_csv_ints(value: str) -> list[int]:
+    return [int(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def parse_csv_floats(value: str) -> list[float]:
+    return [float(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def run(args: argparse.Namespace) -> dict:
+    rng = np.random.default_rng(args.seed)
+    ns = parse_csv_ints(args.ns)
+    phases = parse_csv_floats(args.phases)
+    v_values = np.arange(args.v_min, args.v_max + (args.v_step / 2), args.v_step)
+    domains = {
+        "phi": 1 / PHI,
+        "silver": 1 / SILVER,
+        "bronze": 1 / BRONZE,
+    }
+
+    rows = []
+    for n in ns:
+        for phase in phases:
+            phi_seq = sturmian_sequence(1 / PHI, n, phase)
+            ones = int(np.sum(phi_seq))
+
+            for domain, theta in domains.items():
+                seq = sturmian_sequence(theta, n, phase)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": domain,
+                    "N": n,
+                    "phase": phase,
+                    "ones": int(np.sum(seq)),
+                    **result,
+                })
+
+            for trial in range(args.random_trials):
+                seq = np.array([1.0] * ones + [0.0] * (n - ones), dtype=float)
+                rng.shuffle(seq)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": "balanced_random_phi_density",
+                    "trial": trial,
+                    "N": n,
+                    "phase": phase,
+                    "ones": ones,
+                    **result,
+                })
+
+    summary = {}
+    for domain in sorted({row["domain"] for row in rows}):
+        subset = [row for row in rows if row["domain"] == domain]
+        summary[domain] = summarize([row["vc"] for row in subset], args.v_step)
+
+    summary_by_domain_phase = {}
+    grouped: dict[tuple[str, float], list[dict]] = defaultdict(list)
+    for row in rows:
+        grouped[(row["domain"], row["phase"])].append(row)
+    for (domain, phase), subset in sorted(grouped.items()):
+        summary_by_domain_phase[f"{domain}|phase={phase}"] = summarize(
+            [row["vc"] for row in subset], args.v_step
+        )
+
+    phi_main = [
+        row["vc"]
+        for row in rows
+        if row["domain"] == "phi" and abs(row["phase"]) < 1e-12
+    ]
+    original_phi = [1.017, 0.672, 1.017, 0.672, 0.931]
+
+    return {
+        "experiment": "quasiperiodic_vc_lattice_gate",
+        "parameters": {
+            "ns": ns,
+            "phases": phases,
+            "v_min": args.v_min,
+            "v_max": args.v_max,
+            "v_step": args.v_step,
+            "threshold": args.threshold,
+            "random_trials": args.random_trials,
+            "seed": args.seed,
+        },
+        "source_domandatore_phi_values": original_phi,
+        "phi_phase0_values": phi_main,
+        "summary": summary,
+        "summary_by_domain_phase": summary_by_domain_phase,
+        "rows": rows,
+    }
+
+
+def main() -> None:
+    parser = argparse.ArgumentParser()
+    parser.add_argument("--ns", default="89,144,233,377,610")
+    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
+    parser.add_argument("--v-min", type=float, default=0.5)
+    parser.add_argument("--v-max", type=float, default=3.0)
+    parser.add_argument("--v-step", type=float, default=0.025)
+    parser.add_argument("--threshold", type=float, default=0.5)
+    parser.add_argument("--random-trials", type=int, default=4)
+    parser.add_argument("--seed", type=int, default=202605082140)
+    parser.add_argument("--out", default="tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json")
+    args = parser.parse_args()
+
+    output = run(args)
+    out = Path(args.out)
+    out.parent.mkdir(parents=True, exist_ok=True)
+    out.write_text(json.dumps(output, indent=2), encoding="utf-8")
+
+    compact = {
+        "summary": output["summary"],
+        "phi_phase0_values": output["phi_phase0_values"],
+        "out": str(out),
+    }
+    print(json.dumps(compact, indent=2))
+
+
+if __name__ == "__main__":
+    main()

 succeeded in 2945ms:
{
  "summary": {
    "balanced_random_phi_density": {
      "count": 80,
      "none_count": 0,
      "distinct_vc": 17,
      "repeat_rate": 0.7875,
      "mode_count": 46,
      "mode_rate": 0.575,
      "median": 0.5,
      "min": 0.5,
      "max": 1.0000000000000004,
      "rounded_counts": {
        "0.500000": 46,
        "0.525000": 6,
        "0.550000": 4,
        "0.575000": 2,
        "0.600000": 2,
        "0.625000": 2,
        "0.650000": 2,
        "0.675000": 1,
        "0.700000": 1,
        "0.750000": 2,
        "0.775000": 5,
        "0.825000": 1,
        "0.850000": 1,
        "0.875000": 2,
        "0.925000": 1,
        "0.950000": 1,
        "1.000000": 1
      }
    },
    "bronze": {
      "count": 20,
      "none_count": 0,
      "distinct_vc": 17,
      "repeat_rate": 0.15000000000000002,
      "mode_count": 2,
      "mode_rate": 0.1,
      "median": 1.3125000000000007,
      "min": 0.9750000000000004,
      "max": 1.725000000000001,
      "rounded_counts": {
        "0.975000": 1,
        "1.025000": 1,
        "1.050000": 1,
        "1.100000": 1,
        "1.125000": 2,
        "1.150000": 1,
        "1.175000": 1,
        "1.275000": 1,
        "1.300000": 1,
        "1.325000": 1,
        "1.350000": 1,
        "1.400000": 2,
        "1.425000": 1,
        "1.450000": 1,
        "1.500000": 1,
        "1.625000": 1,
        "1.725000": 2
      }
    },
    "phi": {
      "count": 20,
      "none_count": 0,
      "distinct_vc": 15,
      "repeat_rate": 0.25,
      "mode_count": 3,
      "mode_rate": 0.15,
      "median": 1.1125000000000005,
      "min": 0.6500000000000001,
      "max": 1.3750000000000009,
      "rounded_counts": {
        "0.650000": 1,
        "0.675000": 3,
        "0.725000": 1,
        "0.900000": 1,
        "0.950000": 1,
        "1.025000": 1,
        "1.075000": 1,
        "1.100000": 1,
        "1.125000": 1,
        "1.150000": 1,
        "1.175000": 2,
        "1.200000": 1,
        "1.225000": 1,
        "1.350000": 2,
        "1.375000": 2
      }
    },
    "silver": {
      "count": 20,
      "none_count": 0,
      "distinct_vc": 15,
      "repeat_rate": 0.25,
      "mode_count": 3,
      "mode_rate": 0.15,
      "median": 1.2000000000000006,
      "min": 1.0000000000000004,
      "max": 2.1500000000000012,
      "rounded_counts": {
        "1.000000": 1,
        "1.025000": 2,
        "1.050000": 1,
        "1.100000": 1,
        "1.125000": 1,
        "1.150000": 3,
        "1.175000": 1,
        "1.225000": 2,
        "1.250000": 1,
        "1.325000": 2,
        "1.375000": 1,
        "1.450000": 1,
        "1.525000": 1,
        "1.900000": 1,
        "2.150000": 1
      }
    }
  },
  "phi_phase0_values": [
    1.0250000000000004,
    0.6750000000000002,
    0.9500000000000004,
    0.6750000000000002,
    0.9000000000000004
  ],
  "out": "tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json"
}

codex
Il risultato non sostiene l’ipotesi forte “phi ha un reticolo V_c speciale”: su quattro fasi phi e silver hanno la stessa compressione sintetica, bronze è meno compresso, random è compresso ma per collasso immediato a `V=0.5`. Estraggo ora i dettagli per fase e scrivo il report come vincolo, non come scoperta.
exec
/bin/bash -lc "jq '.summary_by_domain_phase' tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json" in /opt/MM_D-ND
 succeeded in 0ms:
{
  "balanced_random_phi_density|phase=0.0": {
    "count": 20,
    "none_count": 0,
    "distinct_vc": 8,
    "repeat_rate": 0.6,
    "mode_count": 11,
    "mode_rate": 0.55,
    "median": 0.5,
    "min": 0.5,
    "max": 0.8250000000000003,
    "rounded_counts": {
      "0.500000": 11,
      "0.525000": 2,
      "0.575000": 1,
      "0.600000": 1,
      "0.625000": 1,
      "0.750000": 1,
      "0.775000": 2,
      "0.825000": 1
    }
  },
  "balanced_random_phi_density|phase=0.25": {
    "count": 20,
    "none_count": 0,
    "distinct_vc": 8,
    "repeat_rate": 0.6,
    "mode_count": 10,
    "mode_rate": 0.5,
    "median": 0.5125,
    "min": 0.5,
    "max": 1.0000000000000004,
    "rounded_counts": {
      "0.500000": 10,
      "0.525000": 3,
      "0.550000": 2,
      "0.575000": 1,
      "0.600000": 1,
      "0.925000": 1,
      "0.950000": 1,
      "1.000000": 1
    }
  },
  "balanced_random_phi_density|phase=0.5": {
    "count": 20,
    "none_count": 0,
    "distinct_vc": 6,
    "repeat_rate": 0.7,
    "mode_count": 12,
    "mode_rate": 0.6,
    "median": 0.5,
    "min": 0.5,
    "max": 0.8750000000000003,
    "rounded_counts": {
      "0.500000": 12,
      "0.625000": 1,
      "0.650000": 2,
      "0.750000": 1,
      "0.775000": 3,
      "0.875000": 1
    }
  },
  "balanced_random_phi_density|phase=0.75": {
    "count": 20,
    "none_count": 0,
    "distinct_vc": 7,
    "repeat_rate": 0.65,
    "mode_count": 13,
    "mode_rate": 0.65,
    "median": 0.5,
    "min": 0.5,
    "max": 0.8750000000000003,
    "rounded_counts": {
      "0.500000": 13,
      "0.525000": 1,
      "0.550000": 2,
      "0.675000": 1,
      "0.700000": 1,
      "0.850000": 1,
      "0.875000": 1
    }
  },
  "bronze|phase=0.0": {
    "count": 5,
    "none_count": 0,
    "distinct_vc": 4,
    "repeat_rate": 0.19999999999999996,
    "mode_count": 2,
    "mode_rate": 0.4,
    "median": 1.1750000000000007,
    "min": 1.0250000000000004,
    "max": 1.4000000000000008,
    "rounded_counts": {
      "1.025000": 1,
      "1.125000": 1,
      "1.175000": 1,
      "1.400000": 2
    }
  },
  "bronze|phase=0.25": {
    "count": 5,
    "none_count": 0,
    "distinct_vc": 5,
    "repeat_rate": 0.0,
    "mode_count": 1,
    "mode_rate": 0.2,
    "median": 1.1000000000000005,
    "min": 0.9750000000000004,
    "max": 1.4250000000000007,
    "rounded_counts": {
      "0.975000": 1,
      "1.050000": 1,
      "1.100000": 1,
      "1.350000": 1,
      "1.425000": 1
    }
  },
  "bronze|phase=0.5": {
    "count": 5,
    "none_count": 0,
    "distinct_vc": 5,
    "repeat_rate": 0.0,
    "mode_count": 1,
    "mode_rate": 0.2,
    "median": 1.2750000000000008,
    "min": 1.1250000000000004,
    "max": 1.725000000000001,
    "rounded_counts": {
      "1.125000": 1,
      "1.150000": 1,
      "1.275000": 1,
      "1.450000": 1,
      "1.725000": 1
    }
  },
  "bronze|phase=0.75": {
    "count": 5,
    "none_count": 0,
    "distinct_vc": 5,
    "repeat_rate": 0.0,
    "mode_count": 1,
    "mode_rate": 0.2,
    "median": 1.5000000000000009,
    "min": 1.3000000000000007,
    "max": 1.725000000000001,
    "rounded_counts": {
      "1.300000": 1,
      "1.325000": 1,
      "1.500000": 1,
      "1.625000": 1,
      "1.725000": 1
    }
  },
  "phi|phase=0.0": {
    "count": 5,
    "none_count": 0,
    "distinct_vc": 4,
    "repeat_rate": 0.19999999999999996,
    "mode_count": 2,
    "mode_rate": 0.4,
    "median": 0.9000000000000004,
    "min": 0.6750000000000002,
    "max": 1.0250000000000004,
    "rounded_counts": {
      "0.675000": 2,
      "0.900000": 1,
      "0.950000": 1,
      "1.025000": 1
    }
  },
  "phi|phase=0.25": {
    "count": 5,
    "none_count": 0,
    "distinct_vc": 5,
    "repeat_rate": 0.0,
    "mode_count": 1,
    "mode_rate": 0.2,
    "median": 1.2250000000000005,
    "min": 1.1750000000000007,
    "max": 1.3750000000000009,
    "rounded_counts": {
      "1.175000": 1,
      "1.200000": 1,
      "1.225000": 1,
      "1.350000": 1,
      "1.375000": 1
    }
  },
  "phi|phase=0.5": {
    "count": 5,
    "none_count": 0,
    "distinct_vc": 5,
    "repeat_rate": 0.0,
    "mode_count": 1,
    "mode_rate": 0.2,
    "median": 0.7250000000000002,
    "min": 0.6500000000000001,
    "max": 1.1000000000000005,
    "rounded_counts": {
      "0.650000": 1,
      "0.675000": 1,
      "0.725000": 1,
      "1.075000": 1,
      "1.100000": 1
    }
  },
  "phi|phase=0.75": {
    "count": 5,
    "none_count": 0,
    "distinct_vc": 5,
    "repeat_rate": 0.0,
    "mode_count": 1,
    "mode_rate": 0.2,
    "median": 1.1750000000000007,
    "min": 1.1250000000000004,
    "max": 1.3750000000000009,
    "rounded_counts": {
      "1.125000": 1,
      "1.150000": 1,
      "1.175000": 1,
      "1.350000": 1,
      "1.375000": 1
    }
  },
  "silver|phase=0.0": {
    "count": 5,
    "none_count": 0,
    "distinct_vc": 5,
    "repeat_rate": 0.0,
    "mode_count": 1,
    "mode_rate": 0.2,
    "median": 1.2500000000000007,
    "min": 1.0000000000000004,
    "max": 1.3750000000000009,
    "rounded_counts": {
      "1.000000": 1,
      "1.225000": 1,
      "1.250000": 1,
      "1.325000": 1,
      "1.375000": 1
    }
  },
  "silver|phase=0.25": {
    "count": 5,
    "none_count": 0,
    "distinct_vc": 5,
    "repeat_rate": 0.0,
    "mode_count": 1,
    "mode_rate": 0.2,
    "median": 1.2250000000000005,
    "min": 1.0250000000000004,
    "max": 1.9000000000000012,
    "rounded_counts": {
      "1.025000": 1,
      "1.100000": 1,
      "1.225000": 1,
      "1.450000": 1,
      "1.900000": 1
    }
  },
  "silver|phase=0.5": {
    "count": 5,
    "none_count": 0,
    "distinct_vc": 4,
    "repeat_rate": 0.19999999999999996,
    "mode_count": 2,
    "mode_rate": 0.4,
    "median": 1.1500000000000006,
    "min": 1.0250000000000004,
    "max": 1.3250000000000006,
    "rounded_counts": {
      "1.025000": 1,
      "1.125000": 1,
      "1.150000": 2,
      "1.325000": 1
    }
  },
  "silver|phase=0.75": {
    "count": 5,
    "none_count": 0,
    "distinct_vc": 5,
    "repeat_rate": 0.0,
    "mode_count": 1,
    "mode_rate": 0.2,
    "median": 1.1750000000000007,
    "min": 1.0500000000000005,
    "max": 2.1500000000000012,
    "rounded_counts": {
      "1.050000": 1,
      "1.150000": 1,
      "1.175000": 1,
      "1.525000": 1,
      "2.150000": 1
    }
  }
}

exec
/bin/bash -lc "jq '.rows[] | select(.phase==0 and (.domain==\"phi\" or .domain==\"silver\" or .domain==\"bronze\")) | {domain,N,phase,vc,r_at_vc}' tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json" in /opt/MM_D-ND
 succeeded in 0ms:
{
  "domain": "phi",
  "N": 89,
  "phase": 0.0,
  "vc": 1.0250000000000004,
  "r_at_vc": 0.4974831470627464
}
{
  "domain": "silver",
  "N": 89,
  "phase": 0.0,
  "vc": 1.2250000000000005,
  "r_at_vc": 0.4989390157991176
}
{
  "domain": "bronze",
  "N": 89,
  "phase": 0.0,
  "vc": 1.1250000000000004,
  "r_at_vc": 0.49672045890388145
}
{
  "domain": "phi",
  "N": 144,
  "phase": 0.0,
  "vc": 0.6750000000000002,
  "r_at_vc": 0.4963525095935667
}
{
  "domain": "silver",
  "N": 144,
  "phase": 0.0,
  "vc": 1.3750000000000009,
  "r_at_vc": 0.49775492524818565
}
{
  "domain": "bronze",
  "N": 144,
  "phase": 0.0,
  "vc": 1.4000000000000008,
  "r_at_vc": 0.4971762761488624
}
{
  "domain": "phi",
  "N": 233,
  "phase": 0.0,
  "vc": 0.9500000000000004,
  "r_at_vc": 0.4989327314134965
}
{
  "domain": "silver",
  "N": 233,
  "phase": 0.0,
  "vc": 1.2500000000000007,
  "r_at_vc": 0.4959242023372559
}
{
  "domain": "bronze",
  "N": 233,
  "phase": 0.0,
  "vc": 1.1750000000000007,
  "r_at_vc": 0.4995064961099829
}
{
  "domain": "phi",
  "N": 377,
  "phase": 0.0,
  "vc": 0.6750000000000002,
  "r_at_vc": 0.49317198966173675
}
{
  "domain": "silver",
  "N": 377,
  "phase": 0.0,
  "vc": 1.0000000000000004,
  "r_at_vc": 0.49885354131125315
}
{
  "domain": "bronze",
  "N": 377,
  "phase": 0.0,
  "vc": 1.0250000000000004,
  "r_at_vc": 0.49690124150506454
}
{
  "domain": "phi",
  "N": 610,
  "phase": 0.0,
  "vc": 0.9000000000000004,
  "r_at_vc": 0.4987200846282148
}
{
  "domain": "silver",
  "N": 610,
  "phase": 0.0,
  "vc": 1.3250000000000006,
  "r_at_vc": 0.49728597299857435
}
{
  "domain": "bronze",
  "N": 610,
  "phase": 0.0,
  "vc": 1.4000000000000008,
  "r_at_vc": 0.49820213339929253
}

exec
/bin/bash -lc "jq '.parameters, .source_domandatore_phi_values, .phi_phase0_values' tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json" in /opt/MM_D-ND
 succeeded in 0ms:
{
  "ns": [
    89,
    144,
    233,
    377,
    610
  ],
  "phases": [
    0.0,
    0.25,
    0.5,
    0.75
  ],
  "v_min": 0.5,
  "v_max": 3.0,
  "v_step": 0.025,
  "threshold": 0.5,
  "random_trials": 4,
  "seed": 202605082140
}
[
  1.017,
  0.672,
  1.017,
  0.672,
  0.931
]
[
  1.0250000000000004,
  0.6750000000000002,
  0.9500000000000004,
  0.6750000000000002,
  0.9000000000000004
]

diff --git a/tools/exp_quasiperiodic_vc_lattice_gate.py b/tools/exp_quasiperiodic_vc_lattice_gate.py
new file mode 100644
index 0000000000000000000000000000000000000000..974ff51e8ba1054b4bb9e8de88a10948dd51b7ce
--- /dev/null
+++ b/tools/exp_quasiperiodic_vc_lattice_gate.py
@@ -0,0 +1,206 @@
+#!/usr/bin/env python3
+"""
+Quasiperiodic V_c lattice gate.
+
+The Domandatore scale probe tried to fit V_c(N) with a power law. For phi the
+fit did not converge and the measured values repeated on a small grid. This
+tool treats that failure as the signal: it measures whether V_c lives on a
+small boundary lattice across Fibonacci sizes, phases, and controls.
+"""
+
+from __future__ import annotations
+
+import argparse
+import json
+from collections import defaultdict
+from pathlib import Path
+
+import numpy as np
+from scipy.linalg import eigvalsh_tridiagonal
+
+
+PHI = (1 + np.sqrt(5)) / 2
+SILVER = 1 + np.sqrt(2)
+BRONZE = 1 + np.sqrt(3)
+
+
+def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
+    idx = np.arange(n + 1, dtype=float)
+    vals = np.floor(idx * theta + phase)
+    return np.diff(vals).astype(float)
+
+
+def r_statistic_from_diag(diagonal: np.ndarray) -> float:
+    offdiag = np.ones(len(diagonal) - 1, dtype=float)
+    eigs = eigvalsh_tridiagonal(diagonal, offdiag, check_finite=False)
+    spacings = np.diff(eigs)
+    spacings = spacings[spacings > 1e-12]
+    if len(spacings) < 2:
+        return 0.5
+    left = spacings[:-1]
+    right = spacings[1:]
+    return float(np.mean(np.minimum(left, right) / np.maximum(left, right)))
+
+
+def find_vc(seq: np.ndarray, v_values: np.ndarray, threshold: float) -> dict:
+    curve = []
+    for v in v_values:
+        r_value = r_statistic_from_diag(v * seq)
+        curve.append((float(v), r_value))
+        if r_value < threshold:
+            return {
+                "vc": float(v),
+                "r_at_vc": r_value,
+                "crossed": True,
+                "curve_head": curve[:5],
+            }
+    return {
+        "vc": None,
+        "r_at_vc": None,
+        "crossed": False,
+        "curve_head": curve[:5],
+    }
+
+
+def summarize(values: list[float | None], grid_step: float) -> dict:
+    finite = [float(v) for v in values if v is not None and np.isfinite(v)]
+    if not finite:
+        return {"count": 0}
+    rounded = [round(v / grid_step) * grid_step for v in finite]
+    counts: dict[str, int] = {}
+    for value in rounded:
+        key = f"{value:.6f}"
+        counts[key] = counts.get(key, 0) + 1
+    total = len(rounded)
+    return {
+        "count": total,
+        "none_count": len(values) - total,
+        "distinct_vc": len(counts),
+        "repeat_rate": float(1 - (len(counts) / total)),
+        "mode_count": int(max(counts.values())),
+        "mode_rate": float(max(counts.values()) / total),
+        "median": float(np.median(finite)),
+        "min": float(np.min(finite)),
+        "max": float(np.max(finite)),
+        "rounded_counts": dict(sorted(counts.items())),
+    }
+
+
+def parse_csv_ints(value: str) -> list[int]:
+    return [int(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def parse_csv_floats(value: str) -> list[float]:
+    return [float(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def run(args: argparse.Namespace) -> dict:
+    rng = np.random.default_rng(args.seed)
+    ns = parse_csv_ints(args.ns)
+    phases = parse_csv_floats(args.phases)
+    v_values = np.arange(args.v_min, args.v_max + (args.v_step / 2), args.v_step)
+    domains = {
+        "phi": 1 / PHI,
+        "silver": 1 / SILVER,
+        "bronze": 1 / BRONZE,
+    }
+
+    rows = []
+    for n in ns:
+        for phase in phases:
+            phi_seq = sturmian_sequence(1 / PHI, n, phase)
+            ones = int(np.sum(phi_seq))
+
+            for domain, theta in domains.items():
+                seq = sturmian_sequence(theta, n, phase)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": domain,
+                    "N": n,
+                    "phase": phase,
+                    "ones": int(np.sum(seq)),
+                    **result,
+                })
+
+            for trial in range(args.random_trials):
+                seq = np.array([1.0] * ones + [0.0] * (n - ones), dtype=float)
+                rng.shuffle(seq)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": "balanced_random_phi_density",
+                    "trial": trial,
+                    "N": n,
+                    "phase": phase,
+                    "ones": ones,
+                    **result,
+                })
+
+    summary = {}
+    for domain in sorted({row["domain"] for row in rows}):
+        subset = [row for row in rows if row["domain"] == domain]
+        summary[domain] = summarize([row["vc"] for row in subset], args.v_step)
+
+    summary_by_domain_phase = {}
+    grouped: dict[tuple[str, float], list[dict]] = defaultdict(list)
+    for row in rows:
+        grouped[(row["domain"], row["phase"])].append(row)
+    for (domain, phase), subset in sorted(grouped.items()):
+        summary_by_domain_phase[f"{domain}|phase={phase}"] = summarize(
+            [row["vc"] for row in subset], args.v_step
+        )
+
+    phi_main = [
+        row["vc"]
+        for row in rows
+        if row["domain"] == "phi" and abs(row["phase"]) < 1e-12
+    ]
+    original_phi = [1.017, 0.672, 1.017, 0.672, 0.931]
+
+    return {
+        "experiment": "quasiperiodic_vc_lattice_gate",
+        "parameters": {
+            "ns": ns,
+            "phases": phases,
+            "v_min": args.v_min,
+            "v_max": args.v_max,
+            "v_step": args.v_step,
+            "threshold": args.threshold,
+            "random_trials": args.random_trials,
+            "seed": args.seed,
+        },
+        "source_domandatore_phi_values": original_phi,
+        "phi_phase0_values": phi_main,
+        "summary": summary,
+        "summary_by_domain_phase": summary_by_domain_phase,
+        "rows": rows,
+    }
+
+
+def main() -> None:
+    parser = argparse.ArgumentParser()
+    parser.add_argument("--ns", default="89,144,233,377,610")
+    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
+    parser.add_argument("--v-min", type=float, default=0.5)
+    parser.add_argument("--v-max", type=float, default=3.0)
+    parser.add_argument("--v-step", type=float, default=0.025)
+    parser.add_argument("--threshold", type=float, default=0.5)
+    parser.add_argument("--random-trials", type=int, default=4)
+    parser.add_argument("--seed", type=int, default=202605082140)
+    parser.add_argument("--out", default="tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json")
+    args = parser.parse_args()
+
+    output = run(args)
+    out = Path(args.out)
+    out.parent.mkdir(parents=True, exist_ok=True)
+    out.write_text(json.dumps(output, indent=2), encoding="utf-8")
+
+    compact = {
+        "summary": output["summary"],
+        "phi_phase0_values": output["phi_phase0_values"],
+        "out": str(out),
+    }
+    print(json.dumps(compact, indent=2))
+
+
+if __name__ == "__main__":
+    main()

exec
/bin/bash -lc 'rg -n "CE-[0-9]|Archivio enzimi" tools/data/agent_field_live.md | head -40' in /opt/MM_D-ND
 succeeded in 0ms:
857:## Archivio enzimi cognitivi — richiamo contestuale
862:- assioma/metodo: CE-0117 [method_axiom] score=58 overlap=7 · 2. La cascata della possibilità
865:- osservazione primaria: CE-0038 [corpus_primary_observation] score=81 overlap=9 · [47] NID 598 — R dell'Istanza  - L' equilibrio tra estremi del Modello D-ND
868:- funzione/formalizzazione: CE-0002 [corpus_formal_function] score=89 overlap=2 · Funzione
871:- teoria/focus scientifico: CE-0027 [corpus_project_architecture] score=75 overlap=7 · [114] NID 1931 — Modello D-ND: Formalizzazione Assiomatica, Emergenza Quantistica e Implic
874:- enzima/kernel: CE-0001 [lab_operational_context] score=92 overlap=2 · Adapter 3: KSAR reiterative semantic kernel
878:- CE-0001 [lab_operational_context/strumento_lab/lab_cycle] score=92 overlap=2 · Adapter 3: KSAR reiterative semantic kernel
881:- CE-0002 [corpus_formal_function/regola_primaria/campo_dnd] score=89 overlap=2 · Funzione
884:- CE-0030 [corpus_project_architecture/contaminante_dnd/campo_dnd] score=82 overlap=10 · [69] NID 1353 — Documento di Sintesi sul Modello Duale Non-Duale (D-ND) e la Risultante "R
887:- CE-0038 [corpus_primary_observation/contaminante_dnd/campo_dnd] score=81 overlap=9 · [47] NID 598 — R dell'Istanza  - L' equilibrio tra estremi del Modello D-ND
890:- CE-0019 [lab_operational_context/contaminante_dnd/campo_dnd] score=81 overlap=8 · Respiro fuori-tempo
893:- CE-0005 [corpus_cognitive_prompt/contaminante_dnd/campo_dnd] score=79 overlap=4 · [82] NID 2321 — Prompt per Motore di Inferenza Quantistica Duale-Non-Duale (D-ND)
896:- CE-0003 [corpus_formal_function/contaminante_dnd/campo_dnd] score=79 overlap=2 · Titolo Assiomatico Combinato Rivisto: "Ottimizzazione Unificata e Manifestazione della Ris
898:- CE-0007 [kernel_reference/regola_primaria/campo_dnd] score=77 overlap=5 · **1. Kernel Assiomatico: Fisica del Campo Inferenziale**

diff --git a/tools/exp_quasiperiodic_vc_lattice_gate.py b/tools/exp_quasiperiodic_vc_lattice_gate.py
new file mode 100644
index 0000000000000000000000000000000000000000..974ff51e8ba1054b4bb9e8de88a10948dd51b7ce
--- /dev/null
+++ b/tools/exp_quasiperiodic_vc_lattice_gate.py
@@ -0,0 +1,206 @@
+#!/usr/bin/env python3
+"""
+Quasiperiodic V_c lattice gate.
+
+The Domandatore scale probe tried to fit V_c(N) with a power law. For phi the
+fit did not converge and the measured values repeated on a small grid. This
+tool treats that failure as the signal: it measures whether V_c lives on a
+small boundary lattice across Fibonacci sizes, phases, and controls.
+"""
+
+from __future__ import annotations
+
+import argparse
+import json
+from collections import defaultdict
+from pathlib import Path
+
+import numpy as np
+from scipy.linalg import eigvalsh_tridiagonal
+
+
+PHI = (1 + np.sqrt(5)) / 2
+SILVER = 1 + np.sqrt(2)
+BRONZE = 1 + np.sqrt(3)
+
+
+def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
+    idx = np.arange(n + 1, dtype=float)
+    vals = np.floor(idx * theta + phase)
+    return np.diff(vals).astype(float)
+
+
+def r_statistic_from_diag(diagonal: np.ndarray) -> float:
+    offdiag = np.ones(len(diagonal) - 1, dtype=float)
+    eigs = eigvalsh_tridiagonal(diagonal, offdiag, check_finite=False)
+    spacings = np.diff(eigs)
+    spacings = spacings[spacings > 1e-12]
+    if len(spacings) < 2:
+        return 0.5
+    left = spacings[:-1]
+    right = spacings[1:]
+    return float(np.mean(np.minimum(left, right) / np.maximum(left, right)))
+
+
+def find_vc(seq: np.ndarray, v_values: np.ndarray, threshold: float) -> dict:
+    curve = []
+    for v in v_values:
+        r_value = r_statistic_from_diag(v * seq)
+        curve.append((float(v), r_value))
+        if r_value < threshold:
+            return {
+                "vc": float(v),
+                "r_at_vc": r_value,
+                "crossed": True,
+                "curve_head": curve[:5],
+            }
+    return {
+        "vc": None,
+        "r_at_vc": None,
+        "crossed": False,
+        "curve_head": curve[:5],
+    }
+
+
+def summarize(values: list[float | None], grid_step: float) -> dict:
+    finite = [float(v) for v in values if v is not None and np.isfinite(v)]
+    if not finite:
+        return {"count": 0}
+    rounded = [round(v / grid_step) * grid_step for v in finite]
+    counts: dict[str, int] = {}
+    for value in rounded:
+        key = f"{value:.6f}"
+        counts[key] = counts.get(key, 0) + 1
+    total = len(rounded)
+    return {
+        "count": total,
+        "none_count": len(values) - total,
+        "distinct_vc": len(counts),
+        "repeat_rate": float(1 - (len(counts) / total)),
+        "mode_count": int(max(counts.values())),
+        "mode_rate": float(max(counts.values()) / total),
+        "median": float(np.median(finite)),
+        "min": float(np.min(finite)),
+        "max": float(np.max(finite)),
+        "rounded_counts": dict(sorted(counts.items())),
+    }
+
+
+def parse_csv_ints(value: str) -> list[int]:
+    return [int(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def parse_csv_floats(value: str) -> list[float]:
+    return [float(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def run(args: argparse.Namespace) -> dict:
+    rng = np.random.default_rng(args.seed)
+    ns = parse_csv_ints(args.ns)
+    phases = parse_csv_floats(args.phases)
+    v_values = np.arange(args.v_min, args.v_max + (args.v_step / 2), args.v_step)
+    domains = {
+        "phi": 1 / PHI,
+        "silver": 1 / SILVER,
+        "bronze": 1 / BRONZE,
+    }
+
+    rows = []
+    for n in ns:
+        for phase in phases:
+            phi_seq = sturmian_sequence(1 / PHI, n, phase)
+            ones = int(np.sum(phi_seq))
+
+            for domain, theta in domains.items():
+                seq = sturmian_sequence(theta, n, phase)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": domain,
+                    "N": n,
+                    "phase": phase,
+                    "ones": int(np.sum(seq)),
+                    **result,
+                })
+
+            for trial in range(args.random_trials):
+                seq = np.array([1.0] * ones + [0.0] * (n - ones), dtype=float)
+                rng.shuffle(seq)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": "balanced_random_phi_density",
+                    "trial": trial,
+                    "N": n,
+                    "phase": phase,
+                    "ones": ones,
+                    **result,
+                })
+
+    summary = {}
+    for domain in sorted({row["domain"] for row in rows}):
+        subset = [row for row in rows if row["domain"] == domain]
+        summary[domain] = summarize([row["vc"] for row in subset], args.v_step)
+
+    summary_by_domain_phase = {}
+    grouped: dict[tuple[str, float], list[dict]] = defaultdict(list)
+    for row in rows:
+        grouped[(row["domain"], row["phase"])].append(row)
+    for (domain, phase), subset in sorted(grouped.items()):
+        summary_by_domain_phase[f"{domain}|phase={phase}"] = summarize(
+            [row["vc"] for row in subset], args.v_step
+        )
+
+    phi_main = [
+        row["vc"]
+        for row in rows
+        if row["domain"] == "phi" and abs(row["phase"]) < 1e-12
+    ]
+    original_phi = [1.017, 0.672, 1.017, 0.672, 0.931]
+
+    return {
+        "experiment": "quasiperiodic_vc_lattice_gate",
+        "parameters": {
+            "ns": ns,
+            "phases": phases,
+            "v_min": args.v_min,
+            "v_max": args.v_max,
+            "v_step": args.v_step,
+            "threshold": args.threshold,
+            "random_trials": args.random_trials,
+            "seed": args.seed,
+        },
+        "source_domandatore_phi_values": original_phi,
+        "phi_phase0_values": phi_main,
+        "summary": summary,
+        "summary_by_domain_phase": summary_by_domain_phase,
+        "rows": rows,
+    }
+
+
+def main() -> None:
+    parser = argparse.ArgumentParser()
+    parser.add_argument("--ns", default="89,144,233,377,610")
+    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
+    parser.add_argument("--v-min", type=float, default=0.5)
+    parser.add_argument("--v-max", type=float, default=3.0)
+    parser.add_argument("--v-step", type=float, default=0.025)
+    parser.add_argument("--threshold", type=float, default=0.5)
+    parser.add_argument("--random-trials", type=int, default=4)
+    parser.add_argument("--seed", type=int, default=202605082140)
+    parser.add_argument("--out", default="tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json")
+    args = parser.parse_args()
+
+    output = run(args)
+    out = Path(args.out)
+    out.parent.mkdir(parents=True, exist_ok=True)
+    out.write_text(json.dumps(output, indent=2), encoding="utf-8")
+
+    compact = {
+        "summary": output["summary"],
+        "phi_phase0_values": output["phi_phase0_values"],
+        "out": str(out),
+    }
+    print(json.dumps(compact, indent=2))
+
+
+if __name__ == "__main__":
+    main()

exec
/bin/bash -lc "sed -n '850,880p' tools/data/agent_field_live.md" in /opt/MM_D-ND
 succeeded in 0ms:

Questi adapter non autorizzano claim nuovi. Autorizzano solo nuove strade per
produrre claim testabili.

Il Lab non deve diventare YSN, Cornelius o KSAR. Deve usarli come enzimi
cognitivi dentro il metabolismo D-ND.

## Archivio enzimi cognitivi — richiamo contestuale
Archivio generato: 2026-05-08T20:49:15.084998+00:00 · 260 voci. Questo e' un substrate selector: non usare il substrato come claim. Tieni le teorie scientifiche nel focus e usa CE-* solo per costruire combo corta: assioma/metodo + osservazione/funzione + teoria/focus + null test. Se nessuna voce regge, dichiara `CE-none:` con motivo specifico nella Contaminazione cognitiva. `none` generico non e' valido.
Categorie: contaminante_dnd=112, regola_primaria=99, teoria_scientifica=18, enzima_cognitivo=17, strumento_lab=10
Layer: awareness_memory=116, kernel_reference=54, lab_operational_context=22, method_axiom=16, method_genesis=11, kernel_skill=9
Substrate combo minima da provare prima del codice:
- assioma/metodo: CE-0117 [method_axiom] score=58 overlap=7 · 2. La cascata della possibilità
  source: method/DND_POSSIBILITA.md:26
  Quattro livelli strutturali, atemporali (il passaggio fra loro non è nel tempo): ``` ┌─────────────────────────┐ │ POTENZIALE │ │ (campo puro, nessuna
- osservazione primaria: CE-0038 [corpus_primary_observation] score=81 overlap=9 · [47] NID 598 — R dell'Istanza  - L' equilibrio tra estremi del Modello D-ND
  source: corpus/CORPUS_OSSERVAZIONI_PRIMARIE.md:722
  **Data**: 2024-01-05 L'osservazione indaga oltre l'osservato in cerca DELLA FORMA nel NULLA-TUTTO: Per far Emergere le nuove Possibilità Dividiamo il 
- funzione/formalizzazione: CE-0002 [corpus_formal_function] score=89 overlap=2 · Funzione
  source: corpus/CORPUS_FUNZIONI_MOODND.md:2245
  Equazione assiomatica per la Prima ImpressioneGlossario:( f_{\text{Dinamica-Logica-Singolarità-ProtoAssioma}}(A, B, P; \lambda) ): Funzione che rappre
- teoria/focus scientifico: CE-0027 [corpus_project_architecture] score=75 overlap=7 · [114] NID 1931 — Modello D-ND: Formalizzazione Assiomatica, Emergenza Quantistica e Implic
  source: corpus/CORPUS_PROJECTDEV_AMN.md:37048
  **Data**: 2025-02-05 Viene derivata un'equazione fondamentale per l'evoluzione temporale della risultante R, che rappresenta lo stato del sistema. L'e
- enzima/kernel: CE-0001 [lab_operational_context] score=92 overlap=2 · Adapter 3: KSAR reiterative semantic kernel
  source: tools/LAB_COGNITIVE_CONTAMINATION.md:121
  Funzione nel Lab: - far diventare ogni ciclo riuscito un kernel riusabile per il ciclo seguente; - non memorizzare solo testo, ma modificare la topolo
Altre voci risonanti col seme corrente:
- CE-0001 [lab_operational_context/strumento_lab/lab_cycle] score=92 overlap=2 · Adapter 3: KSAR reiterative semantic kernel
  source: tools/LAB_COGNITIVE_CONTAMINATION.md:121
  Funzione nel Lab: - far diventare ogni ciclo riuscito un kernel riusabile per il ciclo seguente; - non memorizzare solo testo, ma modificare la topologia del campo; - usare dissona

diff --git a/tools/exp_quasiperiodic_vc_lattice_gate.py b/tools/exp_quasiperiodic_vc_lattice_gate.py
new file mode 100644
index 0000000000000000000000000000000000000000..974ff51e8ba1054b4bb9e8de88a10948dd51b7ce
--- /dev/null
+++ b/tools/exp_quasiperiodic_vc_lattice_gate.py
@@ -0,0 +1,206 @@
+#!/usr/bin/env python3
+"""
+Quasiperiodic V_c lattice gate.
+
+The Domandatore scale probe tried to fit V_c(N) with a power law. For phi the
+fit did not converge and the measured values repeated on a small grid. This
+tool treats that failure as the signal: it measures whether V_c lives on a
+small boundary lattice across Fibonacci sizes, phases, and controls.
+"""
+
+from __future__ import annotations
+
+import argparse
+import json
+from collections import defaultdict
+from pathlib import Path
+
+import numpy as np
+from scipy.linalg import eigvalsh_tridiagonal
+
+
+PHI = (1 + np.sqrt(5)) / 2
+SILVER = 1 + np.sqrt(2)
+BRONZE = 1 + np.sqrt(3)
+
+
+def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
+    idx = np.arange(n + 1, dtype=float)
+    vals = np.floor(idx * theta + phase)
+    return np.diff(vals).astype(float)
+
+
+def r_statistic_from_diag(diagonal: np.ndarray) -> float:
+    offdiag = np.ones(len(diagonal) - 1, dtype=float)
+    eigs = eigvalsh_tridiagonal(diagonal, offdiag, check_finite=False)
+    spacings = np.diff(eigs)
+    spacings = spacings[spacings > 1e-12]
+    if len(spacings) < 2:
+        return 0.5
+    left = spacings[:-1]
+    right = spacings[1:]
+    return float(np.mean(np.minimum(left, right) / np.maximum(left, right)))
+
+
+def find_vc(seq: np.ndarray, v_values: np.ndarray, threshold: float) -> dict:
+    curve = []
+    for v in v_values:
+        r_value = r_statistic_from_diag(v * seq)
+        curve.append((float(v), r_value))
+        if r_value < threshold:
+            return {
+                "vc": float(v),
+                "r_at_vc": r_value,
+                "crossed": True,
+                "curve_head": curve[:5],
+            }
+    return {
+        "vc": None,
+        "r_at_vc": None,
+        "crossed": False,
+        "curve_head": curve[:5],
+    }
+
+
+def summarize(values: list[float | None], grid_step: float) -> dict:
+    finite = [float(v) for v in values if v is not None and np.isfinite(v)]
+    if not finite:
+        return {"count": 0}
+    rounded = [round(v / grid_step) * grid_step for v in finite]
+    counts: dict[str, int] = {}
+    for value in rounded:
+        key = f"{value:.6f}"
+        counts[key] = counts.get(key, 0) + 1
+    total = len(rounded)
+    return {
+        "count": total,
+        "none_count": len(values) - total,
+        "distinct_vc": len(counts),
+        "repeat_rate": float(1 - (len(counts) / total)),
+        "mode_count": int(max(counts.values())),
+        "mode_rate": float(max(counts.values()) / total),
+        "median": float(np.median(finite)),
+        "min": float(np.min(finite)),
+        "max": float(np.max(finite)),
+        "rounded_counts": dict(sorted(counts.items())),
+    }
+
+
+def parse_csv_ints(value: str) -> list[int]:
+    return [int(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def parse_csv_floats(value: str) -> list[float]:
+    return [float(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def run(args: argparse.Namespace) -> dict:
+    rng = np.random.default_rng(args.seed)
+    ns = parse_csv_ints(args.ns)
+    phases = parse_csv_floats(args.phases)
+    v_values = np.arange(args.v_min, args.v_max + (args.v_step / 2), args.v_step)
+    domains = {
+        "phi": 1 / PHI,
+        "silver": 1 / SILVER,
+        "bronze": 1 / BRONZE,
+    }
+
+    rows = []
+    for n in ns:
+        for phase in phases:
+            phi_seq = sturmian_sequence(1 / PHI, n, phase)
+            ones = int(np.sum(phi_seq))
+
+            for domain, theta in domains.items():
+                seq = sturmian_sequence(theta, n, phase)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": domain,
+                    "N": n,
+                    "phase": phase,
+                    "ones": int(np.sum(seq)),
+                    **result,
+                })
+
+            for trial in range(args.random_trials):
+                seq = np.array([1.0] * ones + [0.0] * (n - ones), dtype=float)
+                rng.shuffle(seq)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": "balanced_random_phi_density",
+                    "trial": trial,
+                    "N": n,
+                    "phase": phase,
+                    "ones": ones,
+                    **result,
+                })
+
+    summary = {}
+    for domain in sorted({row["domain"] for row in rows}):
+        subset = [row for row in rows if row["domain"] == domain]
+        summary[domain] = summarize([row["vc"] for row in subset], args.v_step)
+
+    summary_by_domain_phase = {}
+    grouped: dict[tuple[str, float], list[dict]] = defaultdict(list)
+    for row in rows:
+        grouped[(row["domain"], row["phase"])].append(row)
+    for (domain, phase), subset in sorted(grouped.items()):
+        summary_by_domain_phase[f"{domain}|phase={phase}"] = summarize(
+            [row["vc"] for row in subset], args.v_step
+        )
+
+    phi_main = [
+        row["vc"]
+        for row in rows
+        if row["domain"] == "phi" and abs(row["phase"]) < 1e-12
+    ]
+    original_phi = [1.017, 0.672, 1.017, 0.672, 0.931]
+
+    return {
+        "experiment": "quasiperiodic_vc_lattice_gate",
+        "parameters": {
+            "ns": ns,
+            "phases": phases,
+            "v_min": args.v_min,
+            "v_max": args.v_max,
+            "v_step": args.v_step,
+            "threshold": args.threshold,
+            "random_trials": args.random_trials,
+            "seed": args.seed,
+        },
+        "source_domandatore_phi_values": original_phi,
+        "phi_phase0_values": phi_main,
+        "summary": summary,
+        "summary_by_domain_phase": summary_by_domain_phase,
+        "rows": rows,
+    }
+
+
+def main() -> None:
+    parser = argparse.ArgumentParser()
+    parser.add_argument("--ns", default="89,144,233,377,610")
+    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
+    parser.add_argument("--v-min", type=float, default=0.5)
+    parser.add_argument("--v-max", type=float, default=3.0)
+    parser.add_argument("--v-step", type=float, default=0.025)
+    parser.add_argument("--threshold", type=float, default=0.5)
+    parser.add_argument("--random-trials", type=int, default=4)
+    parser.add_argument("--seed", type=int, default=202605082140)
+    parser.add_argument("--out", default="tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json")
+    args = parser.parse_args()
+
+    output = run(args)
+    out = Path(args.out)
+    out.parent.mkdir(parents=True, exist_ok=True)
+    out.write_text(json.dumps(output, indent=2), encoding="utf-8")
+
+    compact = {
+        "summary": output["summary"],
+        "phi_phase0_values": output["phi_phase0_values"],
+        "out": str(out),
+    }
+    print(json.dumps(compact, indent=2))
+
+
+if __name__ == "__main__":
+    main()

apply patch
patch: completed
/opt/MM_D-ND/tools/data/reports/agent_20260508_2140.md
diff --git a/tools/data/reports/agent_20260508_2140.md b/tools/data/reports/agent_20260508_2140.md
new file mode 100644
index 0000000000000000000000000000000000000000..ca474b970d1d3578dd28ad2a2870439f97a70670
--- /dev/null
+++ b/tools/data/reports/agent_20260508_2140.md
@@ -0,0 +1,105 @@
+# Agent Report - Quasiperiodic Vc Lattice Gate
+**Date**: 2026-05-08 21:40
+**Piano**: 96
+**Tension explored**: TENS_SCALE_TRASCENDENZA_LIMITE (0.6)
+**verdict**: CONSTRAINT
+observables_registry: 1.0.0-2026-05-06
+observables_used: [] - osservabile spettrale dedicato `V_c`, nessun osservabile canonico SR/SR2/L1/L2/triple_var
+**observable_contract**: claim=il fallimento del fit power-law su `V_c(phi)` segnala un bordo reticolare/quantizzato del passaggio Sturmian-Harper; observable=`V_c`, `distinct_vc`, `repeat_rate`, `mode_rate`; operator=prima soglia `V` su griglia 0.5..3.0 step 0.025 dove `<r>(H(seq,V)) < 0.5`; generator=Sturmian metallici phi/silver/bronze e random bilanciato a densita phi; denominator=N={89,144,233,377,610}, phase={0,0.25,0.5,0.75}, 4 random trial per condizione, seed=202605082140; not_tested=gap_ratio, label-set Sturmian, GUE/Poisson universale, fit power-law asintotico oltre N=610.
+
+## Respiro fuori-tempo
+- **Combo**: A2 confine det=-1 + A9 terzo incluso + TxQ matrice densita / TxR gas relativistico come incrocio spettro-temperatura + nodo `TRASCENDENZA_LIMITE` sul passaggio tra piani + tensione `TENS_SCALE_TRASCENDENZA_LIMITE`.
+- **Dipolo / punto-zero**: scaling continuo / bordo discretizzato; punto-zero = `V_c`, il primo valore dove lo spettro passa sotto `<r>=0.5` e il bordo non e' ancora interpretato come legge di potenza o come rumore.
+- **Piano superiore**: topologia assiomatica del bordo. Il contenuto non e' il valore assoluto di `V_c`, ma la classe di passaggio generata da una filtrazione in `V`.
+- **Operatori laterali scelti**: boundary operator, filtrazione, mobility edge. Il boundary operator nomina il cambio `<r>=0.5`; la filtrazione scorre `V`; mobility edge entra come lettura minima di transizione spettrale senza imporre un esponente.
+- **Contaminazione cognitiva**:
+  - **CE-0117**: usato come cascata della possibilita; il fallimento del fit diventa nuovo perimetro, non errore da aggiustare.
+  - **CE-0038**: usato per cercare la forma nel Nulla-Tutto del bordo, non nel singolo numero.
+  - **CE-0001 / KSAR**: reiterazione del kernel del Domandatore con un solo nodo cambiato: da fit power-law a lattice gate.
+- **Proto-ipotesi**: se `V_c(phi)` e' bordo reticolare strutturale, allora la ripetizione dei livelli di `V_c` resta piu' compressa dei controlli metallici quando si varia fase e scala. Se la compressione cade o compare anche nei controlli, il nodo regressivo e' il fit imposto, non una legge phi.
+- **Proiezione**: misuro `V_c` su N fibonacci, quattro fasi e controlli. Il null random conserva il numero di 1 della sequenza phi per ogni N/fase, ma distrugge l'ordine Sturmian.
+
+## Claim Under Test
+> Nel perimetro quasiperiodico Sturmian-Harper N={89,144,233,377,610}, la non-convergenza del fit su `V_c(phi)` indica un bordo reticolare specifico di phi, non un artefatto di griglia o una proprieta comune dei controlli.
+
+## Question
+Il fallimento del fit power-law su `V_c(phi)` e' una forma del confine, oppure il confine cambia con fase/controllo e il power-law era il denominatore sbagliato?
+
+## Experiment Design
+- Script: `tools/exp_quasiperiodic_vc_lattice_gate.py`.
+- Dati sintetici: sequenze Sturmian con theta `1/phi`, `1/silver`, `1/bronze`; random bilanciato con stessa densita di phi.
+- Hamiltoniana: diagonale `V * seq`, off-diagonal 1, autovalori tridiagonali.
+- Osservabile primario: `V_c = min(V)` su griglia 0.025 dove `<r><0.5`.
+- Osservabili di supporto: `distinct_vc`, `repeat_rate = 1 - distinct/count`, `mode_rate`.
+- Denominatore grezzo: phi/silver/bronze 20 condizioni ciascuno; random 80 condizioni.
+- Soglia ex ante per claim forte: phi deve avere `repeat_rate` maggiore dei controlli metallici e non spiegato dal random bilanciato.
+- Contratto osservabile-operatore: `gap_ratio` e label-set non testati; il fit power-law non viene rifatto come criterio di verita.
+
+## Results
+Sintesi su tutte le fasi:
+
+| domain | count | distinct_vc | repeat_rate | mode_rate | median | min | max |
+|---|---:|---:|---:|---:|---:|---:|---:|
+| phi | 20 | 15 | 0.25 | 0.15 | 1.1125 | 0.6500 | 1.3750 |
+| silver | 20 | 15 | 0.25 | 0.15 | 1.2000 | 1.0000 | 2.1500 |
+| bronze | 20 | 17 | 0.15 | 0.10 | 1.3125 | 0.9750 | 1.7250 |
+| balanced_random_phi_density | 80 | 17 | 0.7875 | 0.575 | 0.5000 | 0.5000 | 1.0000 |
+
+Phase 0, confronto col deposito originario:
+
+| N | source phi V_c | measured phi | silver | bronze |
+|---:|---:|---:|---:|---:|
+| 89 | 1.017 | 1.025 | 1.225 | 1.125 |
+| 144 | 0.672 | 0.675 | 1.375 | 1.400 |
+| 233 | 1.017 | 0.950 | 1.250 | 1.175 |
+| 377 | 0.672 | 0.675 | 1.000 | 1.025 |
+| 610 | 0.931 | 0.900 | 1.325 | 1.400 |
+
+Per fase:
+
+| domain/phase | distinct_vc | repeat_rate | mode_rate | median |
+|---|---:|---:|---:|---:|
+| phi phase=0.0 | 4/5 | 0.20 | 0.40 | 0.900 |
+| phi phase=0.25 | 5/5 | 0.00 | 0.20 | 1.225 |
+| phi phase=0.5 | 5/5 | 0.00 | 0.20 | 0.725 |
+| phi phase=0.75 | 5/5 | 0.00 | 0.20 | 1.175 |
+| silver phase=0.0 | 5/5 | 0.00 | 0.20 | 1.250 |
+| silver phase=0.5 | 4/5 | 0.20 | 0.40 | 1.150 |
+| bronze phase=0.0 | 4/5 | 0.20 | 0.40 | 1.175 |
+
+## Key Findings
+1. **Verificato: il deposito originario viene riprodotto come phase-0 grid effect.** I valori phi misurati `[1.025, 0.675, 0.950, 0.675, 0.900]` riprendono il profilo `[1.017, 0.672, 1.017, 0.672, 0.931]` entro la griglia piu' fine; la differenza a N=233 mostra sensibilita alla discretizzazione del criterio.
+2. **Verificato: il reticolo phi non sopravvive alle fasi.** Su 20 condizioni phi ha `distinct_vc=15`, `repeat_rate=0.25`, uguale a silver (`15`, `0.25`) e solo poco piu' compresso di bronze (`17`, `0.15`).
+3. **Verificato: il random e' compresso per un motivo diverso.** Il random bilanciato ha `repeat_rate=0.7875`, ma il modo e' `V_c=0.5` in 46/80 casi; questo e' collasso immediato alla soglia minima, non reticolo spettrale metallico.
+4. **Inferito: il nodo regressivo e' il modello di scala, non il valore phi.** Il power-law fallisce perche' l'osservabile `V_c` e' sensibile a fase, griglia e soglia di attraversamento; non perche' phi manifesti un bordo reticolare stabile nel perimetro testato.
+
+## Verdict
+**CONSTRAINT on TENS_SCALE_TRASCENDENZA_LIMITE**: nel perimetro Sturmian-Harper `N={89,144,233,377,610}` e fasi `{0,0.25,0.5,0.75}`, `V_c(phi)` non e' un lattice gate specifico di phi. Il deposito phase-0 e' reale come fenomeno di attraversamento su griglia, ma non trasferisce come invariante di fase e non separa phi da silver.
+
+La formulazione corretta e': `V_c` e' un boundary observable discreto e phase-sensitive; non sostiene fit power-law ne' claim phi-specific senza un denominatore che separi griglia, fase e soglia.
+
+## Bicono della scoperta
+- **Due radici**: fit di scala fallito . bordo discreto di attraversamento.
+- **Singolare**: `V_c` come punto-zero dove `<r>=0.5` separa repulsione e indipendenza senza decidere ancora la legge.
+- **Invariante di passaggio**: sopravvive la sensibilita del bordo; cade la specificita phi del reticolo.
+- **Campo di possibilita**: qui diventa possibile sostituire i fit power-law di `V_c` con boundary maps fase-griglia-soglia; qui diventa non-possibile promuovere la ripetizione phase-0 di phi a legge di scala.
+
+## Consecutio
+Il prossimo passo e' una mappa `V_c(theta, phase, threshold)` con interpolazione locale della curva `<r>(V)` invece della prima griglia discreta. Se la curva interpolata conserva separazione metallica, il portatore e' la forma della curva; se cade, `V_c` resta osservabile diagnostico ma non generatore di claim.
+
+## Auto-audit: source flags e 5 lenti
+- **Fonti**: Verificato da `tools/data/seme.json`, `tools/data/agent_field_live.md`, `tools/dnd_scenario.py --best`, `tools/dnd_domandatore.py`, output JSON del nuovo script.
+- **L1 hard constraint**: nessun "sempre/solo"; verdict limitato a N, fasi, griglia e controlli dichiarati.
+- **L2 quantita vs ratio**: riportati count grezzi (`15/20`, `17/20`, `46/80`) oltre a `repeat_rate`.
+- **L3 no silent patching**: il vecchio fit non viene salvato; viene dichiarato denominatore sbagliato.
+- **L4 edge cases**: random compresso escluso dal claim per collasso a `V=0.5`, non per confronto diretto di repeat_rate.
+- **L5 re-discovery vs discovery**: verdict `CONSTRAINT`; lo strumento apre boundary map, non discovery fisica nuova.
+
+## Telemetria
+- No API paid run: `ANTHROPIC_API_KEY` e `OPENAI_API_KEY` non presenti nell'ambiente.
+- Runtime esperimento: completato localmente con SciPy tridiagonal eigensolver.
+
+## Files
+- Script: `tools/exp_quasiperiodic_vc_lattice_gate.py`
+- Data: `tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json`
+- Report: `tools/data/reports/agent_20260508_2140.md`
diff --git a/tools/exp_quasiperiodic_vc_lattice_gate.py b/tools/exp_quasiperiodic_vc_lattice_gate.py
new file mode 100644
index 0000000000000000000000000000000000000000..974ff51e8ba1054b4bb9e8de88a10948dd51b7ce
--- /dev/null
+++ b/tools/exp_quasiperiodic_vc_lattice_gate.py
@@ -0,0 +1,206 @@
+#!/usr/bin/env python3
+"""
+Quasiperiodic V_c lattice gate.
+
+The Domandatore scale probe tried to fit V_c(N) with a power law. For phi the
+fit did not converge and the measured values repeated on a small grid. This
+tool treats that failure as the signal: it measures whether V_c lives on a
+small boundary lattice across Fibonacci sizes, phases, and controls.
+"""
+
+from __future__ import annotations
+
+import argparse
+import json
+from collections import defaultdict
+from pathlib import Path
+
+import numpy as np
+from scipy.linalg import eigvalsh_tridiagonal
+
+
+PHI = (1 + np.sqrt(5)) / 2
+SILVER = 1 + np.sqrt(2)
+BRONZE = 1 + np.sqrt(3)
+
+
+def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
+    idx = np.arange(n + 1, dtype=float)
+    vals = np.floor(idx * theta + phase)
+    return np.diff(vals).astype(float)
+
+
+def r_statistic_from_diag(diagonal: np.ndarray) -> float:
+    offdiag = np.ones(len(diagonal) - 1, dtype=float)
+    eigs = eigvalsh_tridiagonal(diagonal, offdiag, check_finite=False)
+    spacings = np.diff(eigs)
+    spacings = spacings[spacings > 1e-12]
+    if len(spacings) < 2:
+        return 0.5
+    left = spacings[:-1]
+    right = spacings[1:]
+    return float(np.mean(np.minimum(left, right) / np.maximum(left, right)))
+
+
+def find_vc(seq: np.ndarray, v_values: np.ndarray, threshold: float) -> dict:
+    curve = []
+    for v in v_values:
+        r_value = r_statistic_from_diag(v * seq)
+        curve.append((float(v), r_value))
+        if r_value < threshold:
+            return {
+                "vc": float(v),
+                "r_at_vc": r_value,
+                "crossed": True,
+                "curve_head": curve[:5],
+            }
+    return {
+        "vc": None,
+        "r_at_vc": None,
+        "crossed": False,
+        "curve_head": curve[:5],
+    }
+
+
+def summarize(values: list[float | None], grid_step: float) -> dict:
+    finite = [float(v) for v in values if v is not None and np.isfinite(v)]
+    if not finite:
+        return {"count": 0}
+    rounded = [round(v / grid_step) * grid_step for v in finite]
+    counts: dict[str, int] = {}
+    for value in rounded:
+        key = f"{value:.6f}"
+        counts[key] = counts.get(key, 0) + 1
+    total = len(rounded)
+    return {
+        "count": total,
+        "none_count": len(values) - total,
+        "distinct_vc": len(counts),
+        "repeat_rate": float(1 - (len(counts) / total)),
+        "mode_count": int(max(counts.values())),
+        "mode_rate": float(max(counts.values()) / total),
+        "median": float(np.median(finite)),
+        "min": float(np.min(finite)),
+        "max": float(np.max(finite)),
+        "rounded_counts": dict(sorted(counts.items())),
+    }
+
+
+def parse_csv_ints(value: str) -> list[int]:
+    return [int(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def parse_csv_floats(value: str) -> list[float]:
+    return [float(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def run(args: argparse.Namespace) -> dict:
+    rng = np.random.default_rng(args.seed)
+    ns = parse_csv_ints(args.ns)
+    phases = parse_csv_floats(args.phases)
+    v_values = np.arange(args.v_min, args.v_max + (args.v_step / 2), args.v_step)
+    domains = {
+        "phi": 1 / PHI,
+        "silver": 1 / SILVER,
+        "bronze": 1 / BRONZE,
+    }
+
+    rows = []
+    for n in ns:
+        for phase in phases:
+            phi_seq = sturmian_sequence(1 / PHI, n, phase)
+            ones = int(np.sum(phi_seq))
+
+            for domain, theta in domains.items():
+                seq = sturmian_sequence(theta, n, phase)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": domain,
+                    "N": n,
+                    "phase": phase,
+                    "ones": int(np.sum(seq)),
+                    **result,
+                })
+
+            for trial in range(args.random_trials):
+                seq = np.array([1.0] * ones + [0.0] * (n - ones), dtype=float)
+                rng.shuffle(seq)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": "balanced_random_phi_density",
+                    "trial": trial,
+                    "N": n,
+                    "phase": phase,
+                    "ones": ones,
+                    **result,
+                })
+
+    summary = {}
+    for domain in sorted({row["domain"] for row in rows}):
+        subset = [row for row in rows if row["domain"] == domain]
+        summary[domain] = summarize([row["vc"] for row in subset], args.v_step)
+
+    summary_by_domain_phase = {}
+    grouped: dict[tuple[str, float], list[dict]] = defaultdict(list)
+    for row in rows:
+        grouped[(row["domain"], row["phase"])].append(row)
+    for (domain, phase), subset in sorted(grouped.items()):
+        summary_by_domain_phase[f"{domain}|phase={phase}"] = summarize(
+            [row["vc"] for row in subset], args.v_step
+        )
+
+    phi_main = [
+        row["vc"]
+        for row in rows
+        if row["domain"] == "phi" and abs(row["phase"]) < 1e-12
+    ]
+    original_phi = [1.017, 0.672, 1.017, 0.672, 0.931]
+
+    return {
+        "experiment": "quasiperiodic_vc_lattice_gate",
+        "parameters": {
+            "ns": ns,
+            "phases": phases,
+            "v_min": args.v_min,
+            "v_max": args.v_max,
+            "v_step": args.v_step,
+            "threshold": args.threshold,
+            "random_trials": args.random_trials,
+            "seed": args.seed,
+        },
+        "source_domandatore_phi_values": original_phi,
+        "phi_phase0_values": phi_main,
+        "summary": summary,
+        "summary_by_domain_phase": summary_by_domain_phase,
+        "rows": rows,
+    }
+
+
+def main() -> None:
+    parser = argparse.ArgumentParser()
+    parser.add_argument("--ns", default="89,144,233,377,610")
+    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
+    parser.add_argument("--v-min", type=float, default=0.5)
+    parser.add_argument("--v-max", type=float, default=3.0)
+    parser.add_argument("--v-step", type=float, default=0.025)
+    parser.add_argument("--threshold", type=float, default=0.5)
+    parser.add_argument("--random-trials", type=int, default=4)
+    parser.add_argument("--seed", type=int, default=202605082140)
+    parser.add_argument("--out", default="tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json")
+    args = parser.parse_args()
+
+    output = run(args)
+    out = Path(args.out)
+    out.parent.mkdir(parents=True, exist_ok=True)
+    out.write_text(json.dumps(output, indent=2), encoding="utf-8")
+
+    compact = {
+        "summary": output["summary"],
+        "phi_phase0_values": output["phi_phase0_values"],
+        "out": str(out),
+    }
+    print(json.dumps(compact, indent=2))
+
+
+if __name__ == "__main__":
+    main()

diff --git a/tools/data/reports/agent_20260508_2140.md b/tools/data/reports/agent_20260508_2140.md
new file mode 100644
index 0000000000000000000000000000000000000000..ca474b970d1d3578dd28ad2a2870439f97a70670
--- /dev/null
+++ b/tools/data/reports/agent_20260508_2140.md
@@ -0,0 +1,105 @@
+# Agent Report - Quasiperiodic Vc Lattice Gate
+**Date**: 2026-05-08 21:40
+**Piano**: 96
+**Tension explored**: TENS_SCALE_TRASCENDENZA_LIMITE (0.6)
+**verdict**: CONSTRAINT
+observables_registry: 1.0.0-2026-05-06
+observables_used: [] - osservabile spettrale dedicato `V_c`, nessun osservabile canonico SR/SR2/L1/L2/triple_var
+**observable_contract**: claim=il fallimento del fit power-law su `V_c(phi)` segnala un bordo reticolare/quantizzato del passaggio Sturmian-Harper; observable=`V_c`, `distinct_vc`, `repeat_rate`, `mode_rate`; operator=prima soglia `V` su griglia 0.5..3.0 step 0.025 dove `<r>(H(seq,V)) < 0.5`; generator=Sturmian metallici phi/silver/bronze e random bilanciato a densita phi; denominator=N={89,144,233,377,610}, phase={0,0.25,0.5,0.75}, 4 random trial per condizione, seed=202605082140; not_tested=gap_ratio, label-set Sturmian, GUE/Poisson universale, fit power-law asintotico oltre N=610.
+
+## Respiro fuori-tempo
+- **Combo**: A2 confine det=-1 + A9 terzo incluso + TxQ matrice densita / TxR gas relativistico come incrocio spettro-temperatura + nodo `TRASCENDENZA_LIMITE` sul passaggio tra piani + tensione `TENS_SCALE_TRASCENDENZA_LIMITE`.
+- **Dipolo / punto-zero**: scaling continuo / bordo discretizzato; punto-zero = `V_c`, il primo valore dove lo spettro passa sotto `<r>=0.5` e il bordo non e' ancora interpretato come legge di potenza o come rumore.
+- **Piano superiore**: topologia assiomatica del bordo. Il contenuto non e' il valore assoluto di `V_c`, ma la classe di passaggio generata da una filtrazione in `V`.
+- **Operatori laterali scelti**: boundary operator, filtrazione, mobility edge. Il boundary operator nomina il cambio `<r>=0.5`; la filtrazione scorre `V`; mobility edge entra come lettura minima di transizione spettrale senza imporre un esponente.
+- **Contaminazione cognitiva**:
+  - **CE-0117**: usato come cascata della possibilita; il fallimento del fit diventa nuovo perimetro, non errore da aggiustare.
+  - **CE-0038**: usato per cercare la forma nel Nulla-Tutto del bordo, non nel singolo numero.
+  - **CE-0001 / KSAR**: reiterazione del kernel del Domandatore con un solo nodo cambiato: da fit power-law a lattice gate.
+- **Proto-ipotesi**: se `V_c(phi)` e' bordo reticolare strutturale, allora la ripetizione dei livelli di `V_c` resta piu' compressa dei controlli metallici quando si varia fase e scala. Se la compressione cade o compare anche nei controlli, il nodo regressivo e' il fit imposto, non una legge phi.
+- **Proiezione**: misuro `V_c` su N fibonacci, quattro fasi e controlli. Il null random conserva il numero di 1 della sequenza phi per ogni N/fase, ma distrugge l'ordine Sturmian.
+
+## Claim Under Test
+> Nel perimetro quasiperiodico Sturmian-Harper N={89,144,233,377,610}, la non-convergenza del fit su `V_c(phi)` indica un bordo reticolare specifico di phi, non un artefatto di griglia o una proprieta comune dei controlli.
+
+## Question
+Il fallimento del fit power-law su `V_c(phi)` e' una forma del confine, oppure il confine cambia con fase/controllo e il power-law era il denominatore sbagliato?
+
+## Experiment Design
+- Script: `tools/exp_quasiperiodic_vc_lattice_gate.py`.
+- Dati sintetici: sequenze Sturmian con theta `1/phi`, `1/silver`, `1/bronze`; random bilanciato con stessa densita di phi.
+- Hamiltoniana: diagonale `V * seq`, off-diagonal 1, autovalori tridiagonali.
+- Osservabile primario: `V_c = min(V)` su griglia 0.025 dove `<r><0.5`.
+- Osservabili di supporto: `distinct_vc`, `repeat_rate = 1 - distinct/count`, `mode_rate`.
+- Denominatore grezzo: phi/silver/bronze 20 condizioni ciascuno; random 80 condizioni.
+- Soglia ex ante per claim forte: phi deve avere `repeat_rate` maggiore dei controlli metallici e non spiegato dal random bilanciato.
+- Contratto osservabile-operatore: `gap_ratio` e label-set non testati; il fit power-law non viene rifatto come criterio di verita.
+
+## Results
+Sintesi su tutte le fasi:
+
+| domain | count | distinct_vc | repeat_rate | mode_rate | median | min | max |
+|---|---:|---:|---:|---:|---:|---:|---:|
+| phi | 20 | 15 | 0.25 | 0.15 | 1.1125 | 0.6500 | 1.3750 |
+| silver | 20 | 15 | 0.25 | 0.15 | 1.2000 | 1.0000 | 2.1500 |
+| bronze | 20 | 17 | 0.15 | 0.10 | 1.3125 | 0.9750 | 1.7250 |
+| balanced_random_phi_density | 80 | 17 | 0.7875 | 0.575 | 0.5000 | 0.5000 | 1.0000 |
+
+Phase 0, confronto col deposito originario:
+
+| N | source phi V_c | measured phi | silver | bronze |
+|---:|---:|---:|---:|---:|
+| 89 | 1.017 | 1.025 | 1.225 | 1.125 |
+| 144 | 0.672 | 0.675 | 1.375 | 1.400 |
+| 233 | 1.017 | 0.950 | 1.250 | 1.175 |
+| 377 | 0.672 | 0.675 | 1.000 | 1.025 |
+| 610 | 0.931 | 0.900 | 1.325 | 1.400 |
+
+Per fase:
+
+| domain/phase | distinct_vc | repeat_rate | mode_rate | median |
+|---|---:|---:|---:|---:|
+| phi phase=0.0 | 4/5 | 0.20 | 0.40 | 0.900 |
+| phi phase=0.25 | 5/5 | 0.00 | 0.20 | 1.225 |
+| phi phase=0.5 | 5/5 | 0.00 | 0.20 | 0.725 |
+| phi phase=0.75 | 5/5 | 0.00 | 0.20 | 1.175 |
+| silver phase=0.0 | 5/5 | 0.00 | 0.20 | 1.250 |
+| silver phase=0.5 | 4/5 | 0.20 | 0.40 | 1.150 |
+| bronze phase=0.0 | 4/5 | 0.20 | 0.40 | 1.175 |
+
+## Key Findings
+1. **Verificato: il deposito originario viene riprodotto come phase-0 grid effect.** I valori phi misurati `[1.025, 0.675, 0.950, 0.675, 0.900]` riprendono il profilo `[1.017, 0.672, 1.017, 0.672, 0.931]` entro la griglia piu' fine; la differenza a N=233 mostra sensibilita alla discretizzazione del criterio.
+2. **Verificato: il reticolo phi non sopravvive alle fasi.** Su 20 condizioni phi ha `distinct_vc=15`, `repeat_rate=0.25`, uguale a silver (`15`, `0.25`) e solo poco piu' compresso di bronze (`17`, `0.15`).
+3. **Verificato: il random e' compresso per un motivo diverso.** Il random bilanciato ha `repeat_rate=0.7875`, ma il modo e' `V_c=0.5` in 46/80 casi; questo e' collasso immediato alla soglia minima, non reticolo spettrale metallico.
+4. **Inferito: il nodo regressivo e' il modello di scala, non il valore phi.** Il power-law fallisce perche' l'osservabile `V_c` e' sensibile a fase, griglia e soglia di attraversamento; non perche' phi manifesti un bordo reticolare stabile nel perimetro testato.
+
+## Verdict
+**CONSTRAINT on TENS_SCALE_TRASCENDENZA_LIMITE**: nel perimetro Sturmian-Harper `N={89,144,233,377,610}` e fasi `{0,0.25,0.5,0.75}`, `V_c(phi)` non e' un lattice gate specifico di phi. Il deposito phase-0 e' reale come fenomeno di attraversamento su griglia, ma non trasferisce come invariante di fase e non separa phi da silver.
+
+La formulazione corretta e': `V_c` e' un boundary observable discreto e phase-sensitive; non sostiene fit power-law ne' claim phi-specific senza un denominatore che separi griglia, fase e soglia.
+
+## Bicono della scoperta
+- **Due radici**: fit di scala fallito . bordo discreto di attraversamento.
+- **Singolare**: `V_c` come punto-zero dove `<r>=0.5` separa repulsione e indipendenza senza decidere ancora la legge.
+- **Invariante di passaggio**: sopravvive la sensibilita del bordo; cade la specificita phi del reticolo.
+- **Campo di possibilita**: qui diventa possibile sostituire i fit power-law di `V_c` con boundary maps fase-griglia-soglia; qui diventa non-possibile promuovere la ripetizione phase-0 di phi a legge di scala.
+
+## Consecutio
+Il prossimo passo e' una mappa `V_c(theta, phase, threshold)` con interpolazione locale della curva `<r>(V)` invece della prima griglia discreta. Se la curva interpolata conserva separazione metallica, il portatore e' la forma della curva; se cade, `V_c` resta osservabile diagnostico ma non generatore di claim.
+
+## Auto-audit: source flags e 5 lenti
+- **Fonti**: Verificato da `tools/data/seme.json`, `tools/data/agent_field_live.md`, `tools/dnd_scenario.py --best`, `tools/dnd_domandatore.py`, output JSON del nuovo script.
+- **L1 hard constraint**: nessun "sempre/solo"; verdict limitato a N, fasi, griglia e controlli dichiarati.
+- **L2 quantita vs ratio**: riportati count grezzi (`15/20`, `17/20`, `46/80`) oltre a `repeat_rate`.
+- **L3 no silent patching**: il vecchio fit non viene salvato; viene dichiarato denominatore sbagliato.
+- **L4 edge cases**: random compresso escluso dal claim per collasso a `V=0.5`, non per confronto diretto di repeat_rate.
+- **L5 re-discovery vs discovery**: verdict `CONSTRAINT`; lo strumento apre boundary map, non discovery fisica nuova.
+
+## Telemetria
+- No API paid run: `ANTHROPIC_API_KEY` e `OPENAI_API_KEY` non presenti nell'ambiente.
+- Runtime esperimento: completato localmente con SciPy tridiagonal eigensolver.
+
+## Files
+- Script: `tools/exp_quasiperiodic_vc_lattice_gate.py`
+- Data: `tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json`
+- Report: `tools/data/reports/agent_20260508_2140.md`
diff --git a/tools/exp_quasiperiodic_vc_lattice_gate.py b/tools/exp_quasiperiodic_vc_lattice_gate.py
new file mode 100644
index 0000000000000000000000000000000000000000..974ff51e8ba1054b4bb9e8de88a10948dd51b7ce
--- /dev/null
+++ b/tools/exp_quasiperiodic_vc_lattice_gate.py
@@ -0,0 +1,206 @@
+#!/usr/bin/env python3
+"""
+Quasiperiodic V_c lattice gate.
+
+The Domandatore scale probe tried to fit V_c(N) with a power law. For phi the
+fit did not converge and the measured values repeated on a small grid. This
+tool treats that failure as the signal: it measures whether V_c lives on a
+small boundary lattice across Fibonacci sizes, phases, and controls.
+"""
+
+from __future__ import annotations
+
+import argparse
+import json
+from collections import defaultdict
+from pathlib import Path
+
+import numpy as np
+from scipy.linalg import eigvalsh_tridiagonal
+
+
+PHI = (1 + np.sqrt(5)) / 2
+SILVER = 1 + np.sqrt(2)
+BRONZE = 1 + np.sqrt(3)
+
+
+def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
+    idx = np.arange(n + 1, dtype=float)
+    vals = np.floor(idx * theta + phase)
+    return np.diff(vals).astype(float)
+
+
+def r_statistic_from_diag(diagonal: np.ndarray) -> float:
+    offdiag = np.ones(len(diagonal) - 1, dtype=float)
+    eigs = eigvalsh_tridiagonal(diagonal, offdiag, check_finite=False)
+    spacings = np.diff(eigs)
+    spacings = spacings[spacings > 1e-12]
+    if len(spacings) < 2:
+        return 0.5
+    left = spacings[:-1]
+    right = spacings[1:]
+    return float(np.mean(np.minimum(left, right) / np.maximum(left, right)))
+
+
+def find_vc(seq: np.ndarray, v_values: np.ndarray, threshold: float) -> dict:
+    curve = []
+    for v in v_values:
+        r_value = r_statistic_from_diag(v * seq)
+        curve.append((float(v), r_value))
+        if r_value < threshold:
+            return {
+                "vc": float(v),
+                "r_at_vc": r_value,
+                "crossed": True,
+                "curve_head": curve[:5],
+            }
+    return {
+        "vc": None,
+        "r_at_vc": None,
+        "crossed": False,
+        "curve_head": curve[:5],
+    }
+
+
+def summarize(values: list[float | None], grid_step: float) -> dict:
+    finite = [float(v) for v in values if v is not None and np.isfinite(v)]
+    if not finite:
+        return {"count": 0}
+    rounded = [round(v / grid_step) * grid_step for v in finite]
+    counts: dict[str, int] = {}
+    for value in rounded:
+        key = f"{value:.6f}"
+        counts[key] = counts.get(key, 0) + 1
+    total = len(rounded)
+    return {
+        "count": total,
+        "none_count": len(values) - total,
+        "distinct_vc": len(counts),
+        "repeat_rate": float(1 - (len(counts) / total)),
+        "mode_count": int(max(counts.values())),
+        "mode_rate": float(max(counts.values()) / total),
+        "median": float(np.median(finite)),
+        "min": float(np.min(finite)),
+        "max": float(np.max(finite)),
+        "rounded_counts": dict(sorted(counts.items())),
+    }
+
+
+def parse_csv_ints(value: str) -> list[int]:
+    return [int(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def parse_csv_floats(value: str) -> list[float]:
+    return [float(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def run(args: argparse.Namespace) -> dict:
+    rng = np.random.default_rng(args.seed)
+    ns = parse_csv_ints(args.ns)
+    phases = parse_csv_floats(args.phases)
+    v_values = np.arange(args.v_min, args.v_max + (args.v_step / 2), args.v_step)
+    domains = {
+        "phi": 1 / PHI,
+        "silver": 1 / SILVER,
+        "bronze": 1 / BRONZE,
+    }
+
+    rows = []
+    for n in ns:
+        for phase in phases:
+            phi_seq = sturmian_sequence(1 / PHI, n, phase)
+            ones = int(np.sum(phi_seq))
+
+            for domain, theta in domains.items():
+                seq = sturmian_sequence(theta, n, phase)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": domain,
+                    "N": n,
+                    "phase": phase,
+                    "ones": int(np.sum(seq)),
+                    **result,
+                })
+
+            for trial in range(args.random_trials):
+                seq = np.array([1.0] * ones + [0.0] * (n - ones), dtype=float)
+                rng.shuffle(seq)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": "balanced_random_phi_density",
+                    "trial": trial,
+                    "N": n,
+                    "phase": phase,
+                    "ones": ones,
+                    **result,
+                })
+
+    summary = {}
+    for domain in sorted({row["domain"] for row in rows}):
+        subset = [row for row in rows if row["domain"] == domain]
+        summary[domain] = summarize([row["vc"] for row in subset], args.v_step)
+
+    summary_by_domain_phase = {}
+    grouped: dict[tuple[str, float], list[dict]] = defaultdict(list)
+    for row in rows:
+        grouped[(row["domain"], row["phase"])].append(row)
+    for (domain, phase), subset in sorted(grouped.items()):
+        summary_by_domain_phase[f"{domain}|phase={phase}"] = summarize(
+            [row["vc"] for row in subset], args.v_step
+        )
+
+    phi_main = [
+        row["vc"]
+        for row in rows
+        if row["domain"] == "phi" and abs(row["phase"]) < 1e-12
+    ]
+    original_phi = [1.017, 0.672, 1.017, 0.672, 0.931]
+
+    return {
+        "experiment": "quasiperiodic_vc_lattice_gate",
+        "parameters": {
+            "ns": ns,
+            "phases": phases,
+            "v_min": args.v_min,
+            "v_max": args.v_max,
+            "v_step": args.v_step,
+            "threshold": args.threshold,
+            "random_trials": args.random_trials,
+            "seed": args.seed,
+        },
+        "source_domandatore_phi_values": original_phi,
+        "phi_phase0_values": phi_main,
+        "summary": summary,
+        "summary_by_domain_phase": summary_by_domain_phase,
+        "rows": rows,
+    }
+
+
+def main() -> None:
+    parser = argparse.ArgumentParser()
+    parser.add_argument("--ns", default="89,144,233,377,610")
+    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
+    parser.add_argument("--v-min", type=float, default=0.5)
+    parser.add_argument("--v-max", type=float, default=3.0)
+    parser.add_argument("--v-step", type=float, default=0.025)
+    parser.add_argument("--threshold", type=float, default=0.5)
+    parser.add_argument("--random-trials", type=int, default=4)
+    parser.add_argument("--seed", type=int, default=202605082140)
+    parser.add_argument("--out", default="tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json")
+    args = parser.parse_args()
+
+    output = run(args)
+    out = Path(args.out)
+    out.parent.mkdir(parents=True, exist_ok=True)
+    out.write_text(json.dumps(output, indent=2), encoding="utf-8")
+
+    compact = {
+        "summary": output["summary"],
+        "phi_phase0_values": output["phi_phase0_values"],
+        "out": str(out),
+    }
+    print(json.dumps(compact, indent=2))
+
+
+if __name__ == "__main__":
+    main()

codex
Il report è scritto come `CONSTRAINT`: non chiude la tensione, corregge il denominatore del claim. Ora verifico script, JSON e report con i controlli locali disponibili.
exec
/bin/bash -lc 'python -m py_compile tools/exp_quasiperiodic_vc_lattice_gate.py' in /opt/MM_D-ND
 succeeded in 0ms:
exec
/bin/bash -lc 'git status --short -- tools/exp_quasiperiodic_vc_lattice_gate.py tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json tools/data/reports/agent_20260508_2140.md' in /opt/MM_D-ND
 succeeded in 0ms:
?? tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json
?? tools/data/reports/agent_20260508_2140.md
?? tools/exp_quasiperiodic_vc_lattice_gate.py

exec
/bin/bash -lc 'python tools/structural_check.py tools/exp_quasiperiodic_vc_lattice_gate.py tools/data/reports/agent_20260508_2140.md' in /opt/MM_D-ND
 succeeded in 0ms:
Scansione 2 file...
Nessun anti-pattern trovato.

exec
/bin/bash -lc 'python -m json.tool tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json >/tmp/quasiperiodic_vc_lattice_gate_2140.jsoncheck' in /opt/MM_D-ND
 succeeded in 0ms:
diff --git a/tools/data/reports/agent_20260508_2140.md b/tools/data/reports/agent_20260508_2140.md
new file mode 100644
index 0000000000000000000000000000000000000000..ca474b970d1d3578dd28ad2a2870439f97a70670
--- /dev/null
+++ b/tools/data/reports/agent_20260508_2140.md
@@ -0,0 +1,105 @@
+# Agent Report - Quasiperiodic Vc Lattice Gate
+**Date**: 2026-05-08 21:40
+**Piano**: 96
+**Tension explored**: TENS_SCALE_TRASCENDENZA_LIMITE (0.6)
+**verdict**: CONSTRAINT
+observables_registry: 1.0.0-2026-05-06
+observables_used: [] - osservabile spettrale dedicato `V_c`, nessun osservabile canonico SR/SR2/L1/L2/triple_var
+**observable_contract**: claim=il fallimento del fit power-law su `V_c(phi)` segnala un bordo reticolare/quantizzato del passaggio Sturmian-Harper; observable=`V_c`, `distinct_vc`, `repeat_rate`, `mode_rate`; operator=prima soglia `V` su griglia 0.5..3.0 step 0.025 dove `<r>(H(seq,V)) < 0.5`; generator=Sturmian metallici phi/silver/bronze e random bilanciato a densita phi; denominator=N={89,144,233,377,610}, phase={0,0.25,0.5,0.75}, 4 random trial per condizione, seed=202605082140; not_tested=gap_ratio, label-set Sturmian, GUE/Poisson universale, fit power-law asintotico oltre N=610.
+
+## Respiro fuori-tempo
+- **Combo**: A2 confine det=-1 + A9 terzo incluso + TxQ matrice densita / TxR gas relativistico come incrocio spettro-temperatura + nodo `TRASCENDENZA_LIMITE` sul passaggio tra piani + tensione `TENS_SCALE_TRASCENDENZA_LIMITE`.
+- **Dipolo / punto-zero**: scaling continuo / bordo discretizzato; punto-zero = `V_c`, il primo valore dove lo spettro passa sotto `<r>=0.5` e il bordo non e' ancora interpretato come legge di potenza o come rumore.
+- **Piano superiore**: topologia assiomatica del bordo. Il contenuto non e' il valore assoluto di `V_c`, ma la classe di passaggio generata da una filtrazione in `V`.
+- **Operatori laterali scelti**: boundary operator, filtrazione, mobility edge. Il boundary operator nomina il cambio `<r>=0.5`; la filtrazione scorre `V`; mobility edge entra come lettura minima di transizione spettrale senza imporre un esponente.
+- **Contaminazione cognitiva**:
+  - **CE-0117**: usato come cascata della possibilita; il fallimento del fit diventa nuovo perimetro, non errore da aggiustare.
+  - **CE-0038**: usato per cercare la forma nel Nulla-Tutto del bordo, non nel singolo numero.
+  - **CE-0001 / KSAR**: reiterazione del kernel del Domandatore con un solo nodo cambiato: da fit power-law a lattice gate.
+- **Proto-ipotesi**: se `V_c(phi)` e' bordo reticolare strutturale, allora la ripetizione dei livelli di `V_c` resta piu' compressa dei controlli metallici quando si varia fase e scala. Se la compressione cade o compare anche nei controlli, il nodo regressivo e' il fit imposto, non una legge phi.
+- **Proiezione**: misuro `V_c` su N fibonacci, quattro fasi e controlli. Il null random conserva il numero di 1 della sequenza phi per ogni N/fase, ma distrugge l'ordine Sturmian.
+
+## Claim Under Test
+> Nel perimetro quasiperiodico Sturmian-Harper N={89,144,233,377,610}, la non-convergenza del fit su `V_c(phi)` indica un bordo reticolare specifico di phi, non un artefatto di griglia o una proprieta comune dei controlli.
+
+## Question
+Il fallimento del fit power-law su `V_c(phi)` e' una forma del confine, oppure il confine cambia con fase/controllo e il power-law era il denominatore sbagliato?
+
+## Experiment Design
+- Script: `tools/exp_quasiperiodic_vc_lattice_gate.py`.
+- Dati sintetici: sequenze Sturmian con theta `1/phi`, `1/silver`, `1/bronze`; random bilanciato con stessa densita di phi.
+- Hamiltoniana: diagonale `V * seq`, off-diagonal 1, autovalori tridiagonali.
+- Osservabile primario: `V_c = min(V)` su griglia 0.025 dove `<r><0.5`.
+- Osservabili di supporto: `distinct_vc`, `repeat_rate = 1 - distinct/count`, `mode_rate`.
+- Denominatore grezzo: phi/silver/bronze 20 condizioni ciascuno; random 80 condizioni.
+- Soglia ex ante per claim forte: phi deve avere `repeat_rate` maggiore dei controlli metallici e non spiegato dal random bilanciato.
+- Contratto osservabile-operatore: `gap_ratio` e label-set non testati; il fit power-law non viene rifatto come criterio di verita.
+
+## Results
+Sintesi su tutte le fasi:
+
+| domain | count | distinct_vc | repeat_rate | mode_rate | median | min | max |
+|---|---:|---:|---:|---:|---:|---:|---:|
+| phi | 20 | 15 | 0.25 | 0.15 | 1.1125 | 0.6500 | 1.3750 |
+| silver | 20 | 15 | 0.25 | 0.15 | 1.2000 | 1.0000 | 2.1500 |
+| bronze | 20 | 17 | 0.15 | 0.10 | 1.3125 | 0.9750 | 1.7250 |
+| balanced_random_phi_density | 80 | 17 | 0.7875 | 0.575 | 0.5000 | 0.5000 | 1.0000 |
+
+Phase 0, confronto col deposito originario:
+
+| N | source phi V_c | measured phi | silver | bronze |
+|---:|---:|---:|---:|---:|
+| 89 | 1.017 | 1.025 | 1.225 | 1.125 |
+| 144 | 0.672 | 0.675 | 1.375 | 1.400 |
+| 233 | 1.017 | 0.950 | 1.250 | 1.175 |
+| 377 | 0.672 | 0.675 | 1.000 | 1.025 |
+| 610 | 0.931 | 0.900 | 1.325 | 1.400 |
+
+Per fase:
+
+| domain/phase | distinct_vc | repeat_rate | mode_rate | median |
+|---|---:|---:|---:|---:|
+| phi phase=0.0 | 4/5 | 0.20 | 0.40 | 0.900 |
+| phi phase=0.25 | 5/5 | 0.00 | 0.20 | 1.225 |
+| phi phase=0.5 | 5/5 | 0.00 | 0.20 | 0.725 |
+| phi phase=0.75 | 5/5 | 0.00 | 0.20 | 1.175 |
+| silver phase=0.0 | 5/5 | 0.00 | 0.20 | 1.250 |
+| silver phase=0.5 | 4/5 | 0.20 | 0.40 | 1.150 |
+| bronze phase=0.0 | 4/5 | 0.20 | 0.40 | 1.175 |
+
+## Key Findings
+1. **Verificato: il deposito originario viene riprodotto come phase-0 grid effect.** I valori phi misurati `[1.025, 0.675, 0.950, 0.675, 0.900]` riprendono il profilo `[1.017, 0.672, 1.017, 0.672, 0.931]` entro la griglia piu' fine; la differenza a N=233 mostra sensibilita alla discretizzazione del criterio.
+2. **Verificato: il reticolo phi non sopravvive alle fasi.** Su 20 condizioni phi ha `distinct_vc=15`, `repeat_rate=0.25`, uguale a silver (`15`, `0.25`) e solo poco piu' compresso di bronze (`17`, `0.15`).
+3. **Verificato: il random e' compresso per un motivo diverso.** Il random bilanciato ha `repeat_rate=0.7875`, ma il modo e' `V_c=0.5` in 46/80 casi; questo e' collasso immediato alla soglia minima, non reticolo spettrale metallico.
+4. **Inferito: il nodo regressivo e' il modello di scala, non il valore phi.** Il power-law fallisce perche' l'osservabile `V_c` e' sensibile a fase, griglia e soglia di attraversamento; non perche' phi manifesti un bordo reticolare stabile nel perimetro testato.
+
+## Verdict
+**CONSTRAINT on TENS_SCALE_TRASCENDENZA_LIMITE**: nel perimetro Sturmian-Harper `N={89,144,233,377,610}` e fasi `{0,0.25,0.5,0.75}`, `V_c(phi)` non e' un lattice gate specifico di phi. Il deposito phase-0 e' reale come fenomeno di attraversamento su griglia, ma non trasferisce come invariante di fase e non separa phi da silver.
+
+La formulazione corretta e': `V_c` e' un boundary observable discreto e phase-sensitive; non sostiene fit power-law ne' claim phi-specific senza un denominatore che separi griglia, fase e soglia.
+
+## Bicono della scoperta
+- **Due radici**: fit di scala fallito . bordo discreto di attraversamento.
+- **Singolare**: `V_c` come punto-zero dove `<r>=0.5` separa repulsione e indipendenza senza decidere ancora la legge.
+- **Invariante di passaggio**: sopravvive la sensibilita del bordo; cade la specificita phi del reticolo.
+- **Campo di possibilita**: qui diventa possibile sostituire i fit power-law di `V_c` con boundary maps fase-griglia-soglia; qui diventa non-possibile promuovere la ripetizione phase-0 di phi a legge di scala.
+
+## Consecutio
+Il prossimo passo e' una mappa `V_c(theta, phase, threshold)` con interpolazione locale della curva `<r>(V)` invece della prima griglia discreta. Se la curva interpolata conserva separazione metallica, il portatore e' la forma della curva; se cade, `V_c` resta osservabile diagnostico ma non generatore di claim.
+
+## Auto-audit: source flags e 5 lenti
+- **Fonti**: Verificato da `tools/data/seme.json`, `tools/data/agent_field_live.md`, `tools/dnd_scenario.py --best`, `tools/dnd_domandatore.py`, output JSON del nuovo script.
+- **L1 hard constraint**: nessun "sempre/solo"; verdict limitato a N, fasi, griglia e controlli dichiarati.
+- **L2 quantita vs ratio**: riportati count grezzi (`15/20`, `17/20`, `46/80`) oltre a `repeat_rate`.
+- **L3 no silent patching**: il vecchio fit non viene salvato; viene dichiarato denominatore sbagliato.
+- **L4 edge cases**: random compresso escluso dal claim per collasso a `V=0.5`, non per confronto diretto di repeat_rate.
+- **L5 re-discovery vs discovery**: verdict `CONSTRAINT`; lo strumento apre boundary map, non discovery fisica nuova.
+
+## Telemetria
+- No API paid run: `ANTHROPIC_API_KEY` e `OPENAI_API_KEY` non presenti nell'ambiente.
+- Runtime esperimento: completato localmente con SciPy tridiagonal eigensolver.
+
+## Files
+- Script: `tools/exp_quasiperiodic_vc_lattice_gate.py`
+- Data: `tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json`
+- Report: `tools/data/reports/agent_20260508_2140.md`
diff --git a/tools/exp_quasiperiodic_vc_lattice_gate.py b/tools/exp_quasiperiodic_vc_lattice_gate.py
new file mode 100644
index 0000000000000000000000000000000000000000..974ff51e8ba1054b4bb9e8de88a10948dd51b7ce
--- /dev/null
+++ b/tools/exp_quasiperiodic_vc_lattice_gate.py
@@ -0,0 +1,206 @@
+#!/usr/bin/env python3
+"""
+Quasiperiodic V_c lattice gate.
+
+The Domandatore scale probe tried to fit V_c(N) with a power law. For phi the
+fit did not converge and the measured values repeated on a small grid. This
+tool treats that failure as the signal: it measures whether V_c lives on a
+small boundary lattice across Fibonacci sizes, phases, and controls.
+"""
+
+from __future__ import annotations
+
+import argparse
+import json
+from collections import defaultdict
+from pathlib import Path
+
+import numpy as np
+from scipy.linalg import eigvalsh_tridiagonal
+
+
+PHI = (1 + np.sqrt(5)) / 2
+SILVER = 1 + np.sqrt(2)
+BRONZE = 1 + np.sqrt(3)
+
+
+def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
+    idx = np.arange(n + 1, dtype=float)
+    vals = np.floor(idx * theta + phase)
+    return np.diff(vals).astype(float)
+
+
+def r_statistic_from_diag(diagonal: np.ndarray) -> float:
+    offdiag = np.ones(len(diagonal) - 1, dtype=float)
+    eigs = eigvalsh_tridiagonal(diagonal, offdiag, check_finite=False)
+    spacings = np.diff(eigs)
+    spacings = spacings[spacings > 1e-12]
+    if len(spacings) < 2:
+        return 0.5
+    left = spacings[:-1]
+    right = spacings[1:]
+    return float(np.mean(np.minimum(left, right) / np.maximum(left, right)))
+
+
+def find_vc(seq: np.ndarray, v_values: np.ndarray, threshold: float) -> dict:
+    curve = []
+    for v in v_values:
+        r_value = r_statistic_from_diag(v * seq)
+        curve.append((float(v), r_value))
+        if r_value < threshold:
+            return {
+                "vc": float(v),
+                "r_at_vc": r_value,
+                "crossed": True,
+                "curve_head": curve[:5],
+            }
+    return {
+        "vc": None,
+        "r_at_vc": None,
+        "crossed": False,
+        "curve_head": curve[:5],
+    }
+
+
+def summarize(values: list[float | None], grid_step: float) -> dict:
+    finite = [float(v) for v in values if v is not None and np.isfinite(v)]
+    if not finite:
+        return {"count": 0}
+    rounded = [round(v / grid_step) * grid_step for v in finite]
+    counts: dict[str, int] = {}
+    for value in rounded:
+        key = f"{value:.6f}"
+        counts[key] = counts.get(key, 0) + 1
+    total = len(rounded)
+    return {
+        "count": total,
+        "none_count": len(values) - total,
+        "distinct_vc": len(counts),
+        "repeat_rate": float(1 - (len(counts) / total)),
+        "mode_count": int(max(counts.values())),
+        "mode_rate": float(max(counts.values()) / total),
+        "median": float(np.median(finite)),
+        "min": float(np.min(finite)),
+        "max": float(np.max(finite)),
+        "rounded_counts": dict(sorted(counts.items())),
+    }
+
+
+def parse_csv_ints(value: str) -> list[int]:
+    return [int(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def parse_csv_floats(value: str) -> list[float]:
+    return [float(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def run(args: argparse.Namespace) -> dict:
+    rng = np.random.default_rng(args.seed)
+    ns = parse_csv_ints(args.ns)
+    phases = parse_csv_floats(args.phases)
+    v_values = np.arange(args.v_min, args.v_max + (args.v_step / 2), args.v_step)
+    domains = {
+        "phi": 1 / PHI,
+        "silver": 1 / SILVER,
+        "bronze": 1 / BRONZE,
+    }
+
+    rows = []
+    for n in ns:
+        for phase in phases:
+            phi_seq = sturmian_sequence(1 / PHI, n, phase)
+            ones = int(np.sum(phi_seq))
+
+            for domain, theta in domains.items():
+                seq = sturmian_sequence(theta, n, phase)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": domain,
+                    "N": n,
+                    "phase": phase,
+                    "ones": int(np.sum(seq)),
+                    **result,
+                })
+
+            for trial in range(args.random_trials):
+                seq = np.array([1.0] * ones + [0.0] * (n - ones), dtype=float)
+                rng.shuffle(seq)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": "balanced_random_phi_density",
+                    "trial": trial,
+                    "N": n,
+                    "phase": phase,
+                    "ones": ones,
+                    **result,
+                })
+
+    summary = {}
+    for domain in sorted({row["domain"] for row in rows}):
+        subset = [row for row in rows if row["domain"] == domain]
+        summary[domain] = summarize([row["vc"] for row in subset], args.v_step)
+
+    summary_by_domain_phase = {}
+    grouped: dict[tuple[str, float], list[dict]] = defaultdict(list)
+    for row in rows:
+        grouped[(row["domain"], row["phase"])].append(row)
+    for (domain, phase), subset in sorted(grouped.items()):
+        summary_by_domain_phase[f"{domain}|phase={phase}"] = summarize(
+            [row["vc"] for row in subset], args.v_step
+        )
+
+    phi_main = [
+        row["vc"]
+        for row in rows
+        if row["domain"] == "phi" and abs(row["phase"]) < 1e-12
+    ]
+    original_phi = [1.017, 0.672, 1.017, 0.672, 0.931]
+
+    return {
+        "experiment": "quasiperiodic_vc_lattice_gate",
+        "parameters": {
+            "ns": ns,
+            "phases": phases,
+            "v_min": args.v_min,
+            "v_max": args.v_max,
+            "v_step": args.v_step,
+            "threshold": args.threshold,
+            "random_trials": args.random_trials,
+            "seed": args.seed,
+        },
+        "source_domandatore_phi_values": original_phi,
+        "phi_phase0_values": phi_main,
+        "summary": summary,
+        "summary_by_domain_phase": summary_by_domain_phase,
+        "rows": rows,
+    }
+
+
+def main() -> None:
+    parser = argparse.ArgumentParser()
+    parser.add_argument("--ns", default="89,144,233,377,610")
+    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
+    parser.add_argument("--v-min", type=float, default=0.5)
+    parser.add_argument("--v-max", type=float, default=3.0)
+    parser.add_argument("--v-step", type=float, default=0.025)
+    parser.add_argument("--threshold", type=float, default=0.5)
+    parser.add_argument("--random-trials", type=int, default=4)
+    parser.add_argument("--seed", type=int, default=202605082140)
+    parser.add_argument("--out", default="tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json")
+    args = parser.parse_args()
+
+    output = run(args)
+    out = Path(args.out)
+    out.parent.mkdir(parents=True, exist_ok=True)
+    out.write_text(json.dumps(output, indent=2), encoding="utf-8")
+
+    compact = {
+        "summary": output["summary"],
+        "phi_phase0_values": output["phi_phase0_values"],
+        "out": str(out),
+    }
+    print(json.dumps(compact, indent=2))
+
+
+if __name__ == "__main__":
+    main()

exec
/bin/bash -lc 'python3 /opt/tm7/tools/tm7_hook_manager.py --event post_change --paths tools/exp_quasiperiodic_vc_lattice_gate.py tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json tools/data/reports/agent_20260508_2140.md' in /opt/MM_D-ND
 succeeded in 0ms:
# TM7 hook manager report

- generated_at: 2026-05-08T21:43:35+00:00
- event: post_change
- matched_rules: 1

## Event instructions

**Post-change cascade**

- Map downstream consumers of every touched file.
- Run the smallest relevant verification first.
- Separate local file state, git state, generated data, and live/public state.
- Record residual risk if any check is skipped.

## Paths

- /opt/MM_D-ND/tools/exp_quasiperiodic_vc_lattice_gate.py
- /opt/MM_D-ND/tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json
- /opt/MM_D-ND/tools/data/reports/agent_20260508_2140.md

## Matched context

### MM_D-ND live physics lab

Instructions:
- This is the live lab generator territory with many cycle outputs.
- Worktree dirtiness can be normal cycle output; never commit broad changes blindly.
- Do not read .env, keys, tokens, or credential files unless explicitly required and approved.

Read before action:
- /opt/MM_D-ND/HANDOVER_CODEX_2026-05-07.md
- /opt/MM_D-ND/PIANO_REVISIONE_LAB_2026-05-07.md
- /opt/MM_D-ND/tools/LAB_AGENT_CONTEXT.md

Suggested checks:
- git -C /opt/MM_D-ND status --short --branch
- tail -5 /opt/MM_D-ND/tools/data/lab_session_log.jsonl
- bash /opt/MM_D-ND/tools/test_cron_exact.sh 600

Cascade:
- If tools/lab_agent.sh changes, inspect provider chain, falsifier gates, SSP pipeline, notifications, and session log.
- If build_applications_index.py changes, verify lab-d-nd-site data and page consumers.
- If SSP trigger scripts change, verify stage contracts and published/scoperte separation.
- If seme or knowledge data changes, check whether it is cycle output or intentional canonical change.

## Imported TM3 hook functions

- `share_reflex` (manual_equivalent): Share/write a reflex after significant writes.
  Source: `share_reflex.sh`. Implemented as packets under /opt/tm7/packets.
- `cascade_check` (active_equivalent): After changes, list downstream checks and propagation requirements.
  Source: `cascade_check.sh`. Implemented by hook_rules path cascade.
- `session_thread` (manual_equivalent): Track recent actions for session continuity.
  Source: `session_thread.sh`. For Codex, use packets and final summaries; future state file possible.
- `gyroscope` (manual_equivalent): Detect drift patterns: repeated errors, many content changes, need cascade/system check.
  Source: `gyroscope.sh`. Partially represented by post_change/pre_commit reports.

## Gate

- Do not commit/deploy until the relevant suggested checks are either run or explicitly marked skipped with reason.


diff --git a/tools/data/reports/agent_20260508_2140.md b/tools/data/reports/agent_20260508_2140.md
new file mode 100644
index 0000000000000000000000000000000000000000..ca474b970d1d3578dd28ad2a2870439f97a70670
--- /dev/null
+++ b/tools/data/reports/agent_20260508_2140.md
@@ -0,0 +1,105 @@
+# Agent Report - Quasiperiodic Vc Lattice Gate
+**Date**: 2026-05-08 21:40
+**Piano**: 96
+**Tension explored**: TENS_SCALE_TRASCENDENZA_LIMITE (0.6)
+**verdict**: CONSTRAINT
+observables_registry: 1.0.0-2026-05-06
+observables_used: [] - osservabile spettrale dedicato `V_c`, nessun osservabile canonico SR/SR2/L1/L2/triple_var
+**observable_contract**: claim=il fallimento del fit power-law su `V_c(phi)` segnala un bordo reticolare/quantizzato del passaggio Sturmian-Harper; observable=`V_c`, `distinct_vc`, `repeat_rate`, `mode_rate`; operator=prima soglia `V` su griglia 0.5..3.0 step 0.025 dove `<r>(H(seq,V)) < 0.5`; generator=Sturmian metallici phi/silver/bronze e random bilanciato a densita phi; denominator=N={89,144,233,377,610}, phase={0,0.25,0.5,0.75}, 4 random trial per condizione, seed=202605082140; not_tested=gap_ratio, label-set Sturmian, GUE/Poisson universale, fit power-law asintotico oltre N=610.
+
+## Respiro fuori-tempo
+- **Combo**: A2 confine det=-1 + A9 terzo incluso + TxQ matrice densita / TxR gas relativistico come incrocio spettro-temperatura + nodo `TRASCENDENZA_LIMITE` sul passaggio tra piani + tensione `TENS_SCALE_TRASCENDENZA_LIMITE`.
+- **Dipolo / punto-zero**: scaling continuo / bordo discretizzato; punto-zero = `V_c`, il primo valore dove lo spettro passa sotto `<r>=0.5` e il bordo non e' ancora interpretato come legge di potenza o come rumore.
+- **Piano superiore**: topologia assiomatica del bordo. Il contenuto non e' il valore assoluto di `V_c`, ma la classe di passaggio generata da una filtrazione in `V`.
+- **Operatori laterali scelti**: boundary operator, filtrazione, mobility edge. Il boundary operator nomina il cambio `<r>=0.5`; la filtrazione scorre `V`; mobility edge entra come lettura minima di transizione spettrale senza imporre un esponente.
+- **Contaminazione cognitiva**:
+  - **CE-0117**: usato come cascata della possibilita; il fallimento del fit diventa nuovo perimetro, non errore da aggiustare.
+  - **CE-0038**: usato per cercare la forma nel Nulla-Tutto del bordo, non nel singolo numero.
+  - **CE-0001 / KSAR**: reiterazione del kernel del Domandatore con un solo nodo cambiato: da fit power-law a lattice gate.
+- **Proto-ipotesi**: se `V_c(phi)` e' bordo reticolare strutturale, allora la ripetizione dei livelli di `V_c` resta piu' compressa dei controlli metallici quando si varia fase e scala. Se la compressione cade o compare anche nei controlli, il nodo regressivo e' il fit imposto, non una legge phi.
+- **Proiezione**: misuro `V_c` su N fibonacci, quattro fasi e controlli. Il null random conserva il numero di 1 della sequenza phi per ogni N/fase, ma distrugge l'ordine Sturmian.
+
+## Claim Under Test
+> Nel perimetro quasiperiodico Sturmian-Harper N={89,144,233,377,610}, la non-convergenza del fit su `V_c(phi)` indica un bordo reticolare specifico di phi, non un artefatto di griglia o una proprieta comune dei controlli.
+
+## Question
+Il fallimento del fit power-law su `V_c(phi)` e' una forma del confine, oppure il confine cambia con fase/controllo e il power-law era il denominatore sbagliato?
+
+## Experiment Design
+- Script: `tools/exp_quasiperiodic_vc_lattice_gate.py`.
+- Dati sintetici: sequenze Sturmian con theta `1/phi`, `1/silver`, `1/bronze`; random bilanciato con stessa densita di phi.
+- Hamiltoniana: diagonale `V * seq`, off-diagonal 1, autovalori tridiagonali.
+- Osservabile primario: `V_c = min(V)` su griglia 0.025 dove `<r><0.5`.
+- Osservabili di supporto: `distinct_vc`, `repeat_rate = 1 - distinct/count`, `mode_rate`.
+- Denominatore grezzo: phi/silver/bronze 20 condizioni ciascuno; random 80 condizioni.
+- Soglia ex ante per claim forte: phi deve avere `repeat_rate` maggiore dei controlli metallici e non spiegato dal random bilanciato.
+- Contratto osservabile-operatore: `gap_ratio` e label-set non testati; il fit power-law non viene rifatto come criterio di verita.
+
+## Results
+Sintesi su tutte le fasi:
+
+| domain | count | distinct_vc | repeat_rate | mode_rate | median | min | max |
+|---|---:|---:|---:|---:|---:|---:|---:|
+| phi | 20 | 15 | 0.25 | 0.15 | 1.1125 | 0.6500 | 1.3750 |
+| silver | 20 | 15 | 0.25 | 0.15 | 1.2000 | 1.0000 | 2.1500 |
+| bronze | 20 | 17 | 0.15 | 0.10 | 1.3125 | 0.9750 | 1.7250 |
+| balanced_random_phi_density | 80 | 17 | 0.7875 | 0.575 | 0.5000 | 0.5000 | 1.0000 |
+
+Phase 0, confronto col deposito originario:
+
+| N | source phi V_c | measured phi | silver | bronze |
+|---:|---:|---:|---:|---:|
+| 89 | 1.017 | 1.025 | 1.225 | 1.125 |
+| 144 | 0.672 | 0.675 | 1.375 | 1.400 |
+| 233 | 1.017 | 0.950 | 1.250 | 1.175 |
+| 377 | 0.672 | 0.675 | 1.000 | 1.025 |
+| 610 | 0.931 | 0.900 | 1.325 | 1.400 |
+
+Per fase:
+
+| domain/phase | distinct_vc | repeat_rate | mode_rate | median |
+|---|---:|---:|---:|---:|
+| phi phase=0.0 | 4/5 | 0.20 | 0.40 | 0.900 |
+| phi phase=0.25 | 5/5 | 0.00 | 0.20 | 1.225 |
+| phi phase=0.5 | 5/5 | 0.00 | 0.20 | 0.725 |
+| phi phase=0.75 | 5/5 | 0.00 | 0.20 | 1.175 |
+| silver phase=0.0 | 5/5 | 0.00 | 0.20 | 1.250 |
+| silver phase=0.5 | 4/5 | 0.20 | 0.40 | 1.150 |
+| bronze phase=0.0 | 4/5 | 0.20 | 0.40 | 1.175 |
+
+## Key Findings
+1. **Verificato: il deposito originario viene riprodotto come phase-0 grid effect.** I valori phi misurati `[1.025, 0.675, 0.950, 0.675, 0.900]` riprendono il profilo `[1.017, 0.672, 1.017, 0.672, 0.931]` entro la griglia piu' fine; la differenza a N=233 mostra sensibilita alla discretizzazione del criterio.
+2. **Verificato: il reticolo phi non sopravvive alle fasi.** Su 20 condizioni phi ha `distinct_vc=15`, `repeat_rate=0.25`, uguale a silver (`15`, `0.25`) e solo poco piu' compresso di bronze (`17`, `0.15`).
+3. **Verificato: il random e' compresso per un motivo diverso.** Il random bilanciato ha `repeat_rate=0.7875`, ma il modo e' `V_c=0.5` in 46/80 casi; questo e' collasso immediato alla soglia minima, non reticolo spettrale metallico.
+4. **Inferito: il nodo regressivo e' il modello di scala, non il valore phi.** Il power-law fallisce perche' l'osservabile `V_c` e' sensibile a fase, griglia e soglia di attraversamento; non perche' phi manifesti un bordo reticolare stabile nel perimetro testato.
+
+## Verdict
+**CONSTRAINT on TENS_SCALE_TRASCENDENZA_LIMITE**: nel perimetro Sturmian-Harper `N={89,144,233,377,610}` e fasi `{0,0.25,0.5,0.75}`, `V_c(phi)` non e' un lattice gate specifico di phi. Il deposito phase-0 e' reale come fenomeno di attraversamento su griglia, ma non trasferisce come invariante di fase e non separa phi da silver.
+
+La formulazione corretta e': `V_c` e' un boundary observable discreto e phase-sensitive; non sostiene fit power-law ne' claim phi-specific senza un denominatore che separi griglia, fase e soglia.
+
+## Bicono della scoperta
+- **Due radici**: fit di scala fallito . bordo discreto di attraversamento.
+- **Singolare**: `V_c` come punto-zero dove `<r>=0.5` separa repulsione e indipendenza senza decidere ancora la legge.
+- **Invariante di passaggio**: sopravvive la sensibilita del bordo; cade la specificita phi del reticolo.
+- **Campo di possibilita**: qui diventa possibile sostituire i fit power-law di `V_c` con boundary maps fase-griglia-soglia; qui diventa non-possibile promuovere la ripetizione phase-0 di phi a legge di scala.
+
+## Consecutio
+Il prossimo passo e' una mappa `V_c(theta, phase, threshold)` con interpolazione locale della curva `<r>(V)` invece della prima griglia discreta. Se la curva interpolata conserva separazione metallica, il portatore e' la forma della curva; se cade, `V_c` resta osservabile diagnostico ma non generatore di claim.
+
+## Auto-audit: source flags e 5 lenti
+- **Fonti**: Verificato da `tools/data/seme.json`, `tools/data/agent_field_live.md`, `tools/dnd_scenario.py --best`, `tools/dnd_domandatore.py`, output JSON del nuovo script.
+- **L1 hard constraint**: nessun "sempre/solo"; verdict limitato a N, fasi, griglia e controlli dichiarati.
+- **L2 quantita vs ratio**: riportati count grezzi (`15/20`, `17/20`, `46/80`) oltre a `repeat_rate`.
+- **L3 no silent patching**: il vecchio fit non viene salvato; viene dichiarato denominatore sbagliato.
+- **L4 edge cases**: random compresso escluso dal claim per collasso a `V=0.5`, non per confronto diretto di repeat_rate.
+- **L5 re-discovery vs discovery**: verdict `CONSTRAINT`; lo strumento apre boundary map, non discovery fisica nuova.
+
+## Telemetria
+- No API paid run: `ANTHROPIC_API_KEY` e `OPENAI_API_KEY` non presenti nell'ambiente.
+- Runtime esperimento: completato localmente con SciPy tridiagonal eigensolver.
+
+## Files
+- Script: `tools/exp_quasiperiodic_vc_lattice_gate.py`
+- Data: `tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json`
+- Report: `tools/data/reports/agent_20260508_2140.md`
diff --git a/tools/exp_quasiperiodic_vc_lattice_gate.py b/tools/exp_quasiperiodic_vc_lattice_gate.py
new file mode 100644
index 0000000000000000000000000000000000000000..974ff51e8ba1054b4bb9e8de88a10948dd51b7ce
--- /dev/null
+++ b/tools/exp_quasiperiodic_vc_lattice_gate.py
@@ -0,0 +1,206 @@
+#!/usr/bin/env python3
+"""
+Quasiperiodic V_c lattice gate.
+
+The Domandatore scale probe tried to fit V_c(N) with a power law. For phi the
+fit did not converge and the measured values repeated on a small grid. This
+tool treats that failure as the signal: it measures whether V_c lives on a
+small boundary lattice across Fibonacci sizes, phases, and controls.
+"""
+
+from __future__ import annotations
+
+import argparse
+import json
+from collections import defaultdict
+from pathlib import Path
+
+import numpy as np
+from scipy.linalg import eigvalsh_tridiagonal
+
+
+PHI = (1 + np.sqrt(5)) / 2
+SILVER = 1 + np.sqrt(2)
+BRONZE = 1 + np.sqrt(3)
+
+
+def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
+    idx = np.arange(n + 1, dtype=float)
+    vals = np.floor(idx * theta + phase)
+    return np.diff(vals).astype(float)
+
+
+def r_statistic_from_diag(diagonal: np.ndarray) -> float:
+    offdiag = np.ones(len(diagonal) - 1, dtype=float)
+    eigs = eigvalsh_tridiagonal(diagonal, offdiag, check_finite=False)
+    spacings = np.diff(eigs)
+    spacings = spacings[spacings > 1e-12]
+    if len(spacings) < 2:
+        return 0.5
+    left = spacings[:-1]
+    right = spacings[1:]
+    return float(np.mean(np.minimum(left, right) / np.maximum(left, right)))
+
+
+def find_vc(seq: np.ndarray, v_values: np.ndarray, threshold: float) -> dict:
+    curve = []
+    for v in v_values:
+        r_value = r_statistic_from_diag(v * seq)
+        curve.append((float(v), r_value))
+        if r_value < threshold:
+            return {
+                "vc": float(v),
+                "r_at_vc": r_value,
+                "crossed": True,
+                "curve_head": curve[:5],
+            }
+    return {
+        "vc": None,
+        "r_at_vc": None,
+        "crossed": False,
+        "curve_head": curve[:5],
+    }
+
+
+def summarize(values: list[float | None], grid_step: float) -> dict:
+    finite = [float(v) for v in values if v is not None and np.isfinite(v)]
+    if not finite:
+        return {"count": 0}
+    rounded = [round(v / grid_step) * grid_step for v in finite]
+    counts: dict[str, int] = {}
+    for value in rounded:
+        key = f"{value:.6f}"
+        counts[key] = counts.get(key, 0) + 1
+    total = len(rounded)
+    return {
+        "count": total,
+        "none_count": len(values) - total,
+        "distinct_vc": len(counts),
+        "repeat_rate": float(1 - (len(counts) / total)),
+        "mode_count": int(max(counts.values())),
+        "mode_rate": float(max(counts.values()) / total),
+        "median": float(np.median(finite)),
+        "min": float(np.min(finite)),
+        "max": float(np.max(finite)),
+        "rounded_counts": dict(sorted(counts.items())),
+    }
+
+
+def parse_csv_ints(value: str) -> list[int]:
+    return [int(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def parse_csv_floats(value: str) -> list[float]:
+    return [float(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def run(args: argparse.Namespace) -> dict:
+    rng = np.random.default_rng(args.seed)
+    ns = parse_csv_ints(args.ns)
+    phases = parse_csv_floats(args.phases)
+    v_values = np.arange(args.v_min, args.v_max + (args.v_step / 2), args.v_step)
+    domains = {
+        "phi": 1 / PHI,
+        "silver": 1 / SILVER,
+        "bronze": 1 / BRONZE,
+    }
+
+    rows = []
+    for n in ns:
+        for phase in phases:
+            phi_seq = sturmian_sequence(1 / PHI, n, phase)
+            ones = int(np.sum(phi_seq))
+
+            for domain, theta in domains.items():
+                seq = sturmian_sequence(theta, n, phase)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": domain,
+                    "N": n,
+                    "phase": phase,
+                    "ones": int(np.sum(seq)),
+                    **result,
+                })
+
+            for trial in range(args.random_trials):
+                seq = np.array([1.0] * ones + [0.0] * (n - ones), dtype=float)
+                rng.shuffle(seq)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": "balanced_random_phi_density",
+                    "trial": trial,
+                    "N": n,
+                    "phase": phase,
+                    "ones": ones,
+                    **result,
+                })
+
+    summary = {}
+    for domain in sorted({row["domain"] for row in rows}):
+        subset = [row for row in rows if row["domain"] == domain]
+        summary[domain] = summarize([row["vc"] for row in subset], args.v_step)
+
+    summary_by_domain_phase = {}
+    grouped: dict[tuple[str, float], list[dict]] = defaultdict(list)
+    for row in rows:
+        grouped[(row["domain"], row["phase"])].append(row)
+    for (domain, phase), subset in sorted(grouped.items()):
+        summary_by_domain_phase[f"{domain}|phase={phase}"] = summarize(
+            [row["vc"] for row in subset], args.v_step
+        )
+
+    phi_main = [
+        row["vc"]
+        for row in rows
+        if row["domain"] == "phi" and abs(row["phase"]) < 1e-12
+    ]
+    original_phi = [1.017, 0.672, 1.017, 0.672, 0.931]
+
+    return {
+        "experiment": "quasiperiodic_vc_lattice_gate",
+        "parameters": {
+            "ns": ns,
+            "phases": phases,
+            "v_min": args.v_min,
+            "v_max": args.v_max,
+            "v_step": args.v_step,
+            "threshold": args.threshold,
+            "random_trials": args.random_trials,
+            "seed": args.seed,
+        },
+        "source_domandatore_phi_values": original_phi,
+        "phi_phase0_values": phi_main,
+        "summary": summary,
+        "summary_by_domain_phase": summary_by_domain_phase,
+        "rows": rows,
+    }
+
+
+def main() -> None:
+    parser = argparse.ArgumentParser()
+    parser.add_argument("--ns", default="89,144,233,377,610")
+    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
+    parser.add_argument("--v-min", type=float, default=0.5)
+    parser.add_argument("--v-max", type=float, default=3.0)
+    parser.add_argument("--v-step", type=float, default=0.025)
+    parser.add_argument("--threshold", type=float, default=0.5)
+    parser.add_argument("--random-trials", type=int, default=4)
+    parser.add_argument("--seed", type=int, default=202605082140)
+    parser.add_argument("--out", default="tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json")
+    args = parser.parse_args()
+
+    output = run(args)
+    out = Path(args.out)
+    out.parent.mkdir(parents=True, exist_ok=True)
+    out.write_text(json.dumps(output, indent=2), encoding="utf-8")
+
+    compact = {
+        "summary": output["summary"],
+        "phi_phase0_values": output["phi_phase0_values"],
+        "out": str(out),
+    }
+    print(json.dumps(compact, indent=2))
+
+
+if __name__ == "__main__":
+    main()

codex
Completato.

Ho creato:
- [tools/exp_quasiperiodic_vc_lattice_gate.py](/opt/MM_D-ND/tools/exp_quasiperiodic_vc_lattice_gate.py)
- [tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json](/opt/MM_D-ND/tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json)
- [tools/data/reports/agent_20260508_2140.md](/opt/MM_D-ND/tools/data/reports/agent_20260508_2140.md)

Verdict del report: `CONSTRAINT` su `TENS_SCALE_TRASCENDENZA_LIMITE`. Il fallimento del fit power-law su `V_c(phi)` viene ricondotto al denominatore sbagliato: `V_c` e' phase-sensitive e grid-sensitive; non sostiene un lattice gate specifico di phi nel perimetro testato.

Verifiche eseguite:
- `python -m py_compile tools/exp_quasiperiodic_vc_lattice_gate.py`
- `python -m json.tool tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json`
- `python tools/structural_check.py ...` → nessun anti-pattern trovato
- hook `post_change` eseguito; nessun deploy/commit effettuato.
diff --git a/tools/data/reports/agent_20260508_2140.md b/tools/data/reports/agent_20260508_2140.md
new file mode 100644
index 0000000000000000000000000000000000000000..ca474b970d1d3578dd28ad2a2870439f97a70670
--- /dev/null
+++ b/tools/data/reports/agent_20260508_2140.md
@@ -0,0 +1,105 @@
+# Agent Report - Quasiperiodic Vc Lattice Gate
+**Date**: 2026-05-08 21:40
+**Piano**: 96
+**Tension explored**: TENS_SCALE_TRASCENDENZA_LIMITE (0.6)
+**verdict**: CONSTRAINT
+observables_registry: 1.0.0-2026-05-06
+observables_used: [] - osservabile spettrale dedicato `V_c`, nessun osservabile canonico SR/SR2/L1/L2/triple_var
+**observable_contract**: claim=il fallimento del fit power-law su `V_c(phi)` segnala un bordo reticolare/quantizzato del passaggio Sturmian-Harper; observable=`V_c`, `distinct_vc`, `repeat_rate`, `mode_rate`; operator=prima soglia `V` su griglia 0.5..3.0 step 0.025 dove `<r>(H(seq,V)) < 0.5`; generator=Sturmian metallici phi/silver/bronze e random bilanciato a densita phi; denominator=N={89,144,233,377,610}, phase={0,0.25,0.5,0.75}, 4 random trial per condizione, seed=202605082140; not_tested=gap_ratio, label-set Sturmian, GUE/Poisson universale, fit power-law asintotico oltre N=610.
+
+## Respiro fuori-tempo
+- **Combo**: A2 confine det=-1 + A9 terzo incluso + TxQ matrice densita / TxR gas relativistico come incrocio spettro-temperatura + nodo `TRASCENDENZA_LIMITE` sul passaggio tra piani + tensione `TENS_SCALE_TRASCENDENZA_LIMITE`.
+- **Dipolo / punto-zero**: scaling continuo / bordo discretizzato; punto-zero = `V_c`, il primo valore dove lo spettro passa sotto `<r>=0.5` e il bordo non e' ancora interpretato come legge di potenza o come rumore.
+- **Piano superiore**: topologia assiomatica del bordo. Il contenuto non e' il valore assoluto di `V_c`, ma la classe di passaggio generata da una filtrazione in `V`.
+- **Operatori laterali scelti**: boundary operator, filtrazione, mobility edge. Il boundary operator nomina il cambio `<r>=0.5`; la filtrazione scorre `V`; mobility edge entra come lettura minima di transizione spettrale senza imporre un esponente.
+- **Contaminazione cognitiva**:
+  - **CE-0117**: usato come cascata della possibilita; il fallimento del fit diventa nuovo perimetro, non errore da aggiustare.
+  - **CE-0038**: usato per cercare la forma nel Nulla-Tutto del bordo, non nel singolo numero.
+  - **CE-0001 / KSAR**: reiterazione del kernel del Domandatore con un solo nodo cambiato: da fit power-law a lattice gate.
+- **Proto-ipotesi**: se `V_c(phi)` e' bordo reticolare strutturale, allora la ripetizione dei livelli di `V_c` resta piu' compressa dei controlli metallici quando si varia fase e scala. Se la compressione cade o compare anche nei controlli, il nodo regressivo e' il fit imposto, non una legge phi.
+- **Proiezione**: misuro `V_c` su N fibonacci, quattro fasi e controlli. Il null random conserva il numero di 1 della sequenza phi per ogni N/fase, ma distrugge l'ordine Sturmian.
+
+## Claim Under Test
+> Nel perimetro quasiperiodico Sturmian-Harper N={89,144,233,377,610}, la non-convergenza del fit su `V_c(phi)` indica un bordo reticolare specifico di phi, non un artefatto di griglia o una proprieta comune dei controlli.
+
+## Question
+Il fallimento del fit power-law su `V_c(phi)` e' una forma del confine, oppure il confine cambia con fase/controllo e il power-law era il denominatore sbagliato?
+
+## Experiment Design
+- Script: `tools/exp_quasiperiodic_vc_lattice_gate.py`.
+- Dati sintetici: sequenze Sturmian con theta `1/phi`, `1/silver`, `1/bronze`; random bilanciato con stessa densita di phi.
+- Hamiltoniana: diagonale `V * seq`, off-diagonal 1, autovalori tridiagonali.
+- Osservabile primario: `V_c = min(V)` su griglia 0.025 dove `<r><0.5`.
+- Osservabili di supporto: `distinct_vc`, `repeat_rate = 1 - distinct/count`, `mode_rate`.
+- Denominatore grezzo: phi/silver/bronze 20 condizioni ciascuno; random 80 condizioni.
+- Soglia ex ante per claim forte: phi deve avere `repeat_rate` maggiore dei controlli metallici e non spiegato dal random bilanciato.
+- Contratto osservabile-operatore: `gap_ratio` e label-set non testati; il fit power-law non viene rifatto come criterio di verita.
+
+## Results
+Sintesi su tutte le fasi:
+
+| domain | count | distinct_vc | repeat_rate | mode_rate | median | min | max |
+|---|---:|---:|---:|---:|---:|---:|---:|
+| phi | 20 | 15 | 0.25 | 0.15 | 1.1125 | 0.6500 | 1.3750 |
+| silver | 20 | 15 | 0.25 | 0.15 | 1.2000 | 1.0000 | 2.1500 |
+| bronze | 20 | 17 | 0.15 | 0.10 | 1.3125 | 0.9750 | 1.7250 |
+| balanced_random_phi_density | 80 | 17 | 0.7875 | 0.575 | 0.5000 | 0.5000 | 1.0000 |
+
+Phase 0, confronto col deposito originario:
+
+| N | source phi V_c | measured phi | silver | bronze |
+|---:|---:|---:|---:|---:|
+| 89 | 1.017 | 1.025 | 1.225 | 1.125 |
+| 144 | 0.672 | 0.675 | 1.375 | 1.400 |
+| 233 | 1.017 | 0.950 | 1.250 | 1.175 |
+| 377 | 0.672 | 0.675 | 1.000 | 1.025 |
+| 610 | 0.931 | 0.900 | 1.325 | 1.400 |
+
+Per fase:
+
+| domain/phase | distinct_vc | repeat_rate | mode_rate | median |
+|---|---:|---:|---:|---:|
+| phi phase=0.0 | 4/5 | 0.20 | 0.40 | 0.900 |
+| phi phase=0.25 | 5/5 | 0.00 | 0.20 | 1.225 |
+| phi phase=0.5 | 5/5 | 0.00 | 0.20 | 0.725 |
+| phi phase=0.75 | 5/5 | 0.00 | 0.20 | 1.175 |
+| silver phase=0.0 | 5/5 | 0.00 | 0.20 | 1.250 |
+| silver phase=0.5 | 4/5 | 0.20 | 0.40 | 1.150 |
+| bronze phase=0.0 | 4/5 | 0.20 | 0.40 | 1.175 |
+
+## Key Findings
+1. **Verificato: il deposito originario viene riprodotto come phase-0 grid effect.** I valori phi misurati `[1.025, 0.675, 0.950, 0.675, 0.900]` riprendono il profilo `[1.017, 0.672, 1.017, 0.672, 0.931]` entro la griglia piu' fine; la differenza a N=233 mostra sensibilita alla discretizzazione del criterio.
+2. **Verificato: il reticolo phi non sopravvive alle fasi.** Su 20 condizioni phi ha `distinct_vc=15`, `repeat_rate=0.25`, uguale a silver (`15`, `0.25`) e solo poco piu' compresso di bronze (`17`, `0.15`).
+3. **Verificato: il random e' compresso per un motivo diverso.** Il random bilanciato ha `repeat_rate=0.7875`, ma il modo e' `V_c=0.5` in 46/80 casi; questo e' collasso immediato alla soglia minima, non reticolo spettrale metallico.
+4. **Inferito: il nodo regressivo e' il modello di scala, non il valore phi.** Il power-law fallisce perche' l'osservabile `V_c` e' sensibile a fase, griglia e soglia di attraversamento; non perche' phi manifesti un bordo reticolare stabile nel perimetro testato.
+
+## Verdict
+**CONSTRAINT on TENS_SCALE_TRASCENDENZA_LIMITE**: nel perimetro Sturmian-Harper `N={89,144,233,377,610}` e fasi `{0,0.25,0.5,0.75}`, `V_c(phi)` non e' un lattice gate specifico di phi. Il deposito phase-0 e' reale come fenomeno di attraversamento su griglia, ma non trasferisce come invariante di fase e non separa phi da silver.
+
+La formulazione corretta e': `V_c` e' un boundary observable discreto e phase-sensitive; non sostiene fit power-law ne' claim phi-specific senza un denominatore che separi griglia, fase e soglia.
+
+## Bicono della scoperta
+- **Due radici**: fit di scala fallito . bordo discreto di attraversamento.
+- **Singolare**: `V_c` come punto-zero dove `<r>=0.5` separa repulsione e indipendenza senza decidere ancora la legge.
+- **Invariante di passaggio**: sopravvive la sensibilita del bordo; cade la specificita phi del reticolo.
+- **Campo di possibilita**: qui diventa possibile sostituire i fit power-law di `V_c` con boundary maps fase-griglia-soglia; qui diventa non-possibile promuovere la ripetizione phase-0 di phi a legge di scala.
+
+## Consecutio
+Il prossimo passo e' una mappa `V_c(theta, phase, threshold)` con interpolazione locale della curva `<r>(V)` invece della prima griglia discreta. Se la curva interpolata conserva separazione metallica, il portatore e' la forma della curva; se cade, `V_c` resta osservabile diagnostico ma non generatore di claim.
+
+## Auto-audit: source flags e 5 lenti
+- **Fonti**: Verificato da `tools/data/seme.json`, `tools/data/agent_field_live.md`, `tools/dnd_scenario.py --best`, `tools/dnd_domandatore.py`, output JSON del nuovo script.
+- **L1 hard constraint**: nessun "sempre/solo"; verdict limitato a N, fasi, griglia e controlli dichiarati.
+- **L2 quantita vs ratio**: riportati count grezzi (`15/20`, `17/20`, `46/80`) oltre a `repeat_rate`.
+- **L3 no silent patching**: il vecchio fit non viene salvato; viene dichiarato denominatore sbagliato.
+- **L4 edge cases**: random compresso escluso dal claim per collasso a `V=0.5`, non per confronto diretto di repeat_rate.
+- **L5 re-discovery vs discovery**: verdict `CONSTRAINT`; lo strumento apre boundary map, non discovery fisica nuova.
+
+## Telemetria
+- No API paid run: `ANTHROPIC_API_KEY` e `OPENAI_API_KEY` non presenti nell'ambiente.
+- Runtime esperimento: completato localmente con SciPy tridiagonal eigensolver.
+
+## Files
+- Script: `tools/exp_quasiperiodic_vc_lattice_gate.py`
+- Data: `tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json`
+- Report: `tools/data/reports/agent_20260508_2140.md`
diff --git a/tools/exp_quasiperiodic_vc_lattice_gate.py b/tools/exp_quasiperiodic_vc_lattice_gate.py
new file mode 100644
index 0000000000000000000000000000000000000000..974ff51e8ba1054b4bb9e8de88a10948dd51b7ce
--- /dev/null
+++ b/tools/exp_quasiperiodic_vc_lattice_gate.py
@@ -0,0 +1,206 @@
+#!/usr/bin/env python3
+"""
+Quasiperiodic V_c lattice gate.
+
+The Domandatore scale probe tried to fit V_c(N) with a power law. For phi the
+fit did not converge and the measured values repeated on a small grid. This
+tool treats that failure as the signal: it measures whether V_c lives on a
+small boundary lattice across Fibonacci sizes, phases, and controls.
+"""
+
+from __future__ import annotations
+
+import argparse
+import json
+from collections import defaultdict
+from pathlib import Path
+
+import numpy as np
+from scipy.linalg import eigvalsh_tridiagonal
+
+
+PHI = (1 + np.sqrt(5)) / 2
+SILVER = 1 + np.sqrt(2)
+BRONZE = 1 + np.sqrt(3)
+
+
+def sturmian_sequence(theta: float, n: int, phase: float = 0.0) -> np.ndarray:
+    idx = np.arange(n + 1, dtype=float)
+    vals = np.floor(idx * theta + phase)
+    return np.diff(vals).astype(float)
+
+
+def r_statistic_from_diag(diagonal: np.ndarray) -> float:
+    offdiag = np.ones(len(diagonal) - 1, dtype=float)
+    eigs = eigvalsh_tridiagonal(diagonal, offdiag, check_finite=False)
+    spacings = np.diff(eigs)
+    spacings = spacings[spacings > 1e-12]
+    if len(spacings) < 2:
+        return 0.5
+    left = spacings[:-1]
+    right = spacings[1:]
+    return float(np.mean(np.minimum(left, right) / np.maximum(left, right)))
+
+
+def find_vc(seq: np.ndarray, v_values: np.ndarray, threshold: float) -> dict:
+    curve = []
+    for v in v_values:
+        r_value = r_statistic_from_diag(v * seq)
+        curve.append((float(v), r_value))
+        if r_value < threshold:
+            return {
+                "vc": float(v),
+                "r_at_vc": r_value,
+                "crossed": True,
+                "curve_head": curve[:5],
+            }
+    return {
+        "vc": None,
+        "r_at_vc": None,
+        "crossed": False,
+        "curve_head": curve[:5],
+    }
+
+
+def summarize(values: list[float | None], grid_step: float) -> dict:
+    finite = [float(v) for v in values if v is not None and np.isfinite(v)]
+    if not finite:
+        return {"count": 0}
+    rounded = [round(v / grid_step) * grid_step for v in finite]
+    counts: dict[str, int] = {}
+    for value in rounded:
+        key = f"{value:.6f}"
+        counts[key] = counts.get(key, 0) + 1
+    total = len(rounded)
+    return {
+        "count": total,
+        "none_count": len(values) - total,
+        "distinct_vc": len(counts),
+        "repeat_rate": float(1 - (len(counts) / total)),
+        "mode_count": int(max(counts.values())),
+        "mode_rate": float(max(counts.values()) / total),
+        "median": float(np.median(finite)),
+        "min": float(np.min(finite)),
+        "max": float(np.max(finite)),
+        "rounded_counts": dict(sorted(counts.items())),
+    }
+
+
+def parse_csv_ints(value: str) -> list[int]:
+    return [int(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def parse_csv_floats(value: str) -> list[float]:
+    return [float(part.strip()) for part in value.split(",") if part.strip()]
+
+
+def run(args: argparse.Namespace) -> dict:
+    rng = np.random.default_rng(args.seed)
+    ns = parse_csv_ints(args.ns)
+    phases = parse_csv_floats(args.phases)
+    v_values = np.arange(args.v_min, args.v_max + (args.v_step / 2), args.v_step)
+    domains = {
+        "phi": 1 / PHI,
+        "silver": 1 / SILVER,
+        "bronze": 1 / BRONZE,
+    }
+
+    rows = []
+    for n in ns:
+        for phase in phases:
+            phi_seq = sturmian_sequence(1 / PHI, n, phase)
+            ones = int(np.sum(phi_seq))
+
+            for domain, theta in domains.items():
+                seq = sturmian_sequence(theta, n, phase)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": domain,
+                    "N": n,
+                    "phase": phase,
+                    "ones": int(np.sum(seq)),
+                    **result,
+                })
+
+            for trial in range(args.random_trials):
+                seq = np.array([1.0] * ones + [0.0] * (n - ones), dtype=float)
+                rng.shuffle(seq)
+                result = find_vc(seq, v_values, args.threshold)
+                rows.append({
+                    "domain": "balanced_random_phi_density",
+                    "trial": trial,
+                    "N": n,
+                    "phase": phase,
+                    "ones": ones,
+                    **result,
+                })
+
+    summary = {}
+    for domain in sorted({row["domain"] for row in rows}):
+        subset = [row for row in rows if row["domain"] == domain]
+        summary[domain] = summarize([row["vc"] for row in subset], args.v_step)
+
+    summary_by_domain_phase = {}
+    grouped: dict[tuple[str, float], list[dict]] = defaultdict(list)
+    for row in rows:
+        grouped[(row["domain"], row["phase"])].append(row)
+    for (domain, phase), subset in sorted(grouped.items()):
+        summary_by_domain_phase[f"{domain}|phase={phase}"] = summarize(
+            [row["vc"] for row in subset], args.v_step
+        )
+
+    phi_main = [
+        row["vc"]
+        for row in rows
+        if row["domain"] == "phi" and abs(row["phase"]) < 1e-12
+    ]
+    original_phi = [1.017, 0.672, 1.017, 0.672, 0.931]
+
+    return {
+        "experiment": "quasiperiodic_vc_lattice_gate",
+        "parameters": {
+            "ns": ns,
+            "phases": phases,
+            "v_min": args.v_min,
+            "v_max": args.v_max,
+            "v_step": args.v_step,
+            "threshold": args.threshold,
+            "random_trials": args.random_trials,
+            "seed": args.seed,
+        },
+        "source_domandatore_phi_values": original_phi,
+        "phi_phase0_values": phi_main,
+        "summary": summary,
+        "summary_by_domain_phase": summary_by_domain_phase,
+        "rows": rows,
+    }
+
+
+def main() -> None:
+    parser = argparse.ArgumentParser()
+    parser.add_argument("--ns", default="89,144,233,377,610")
+    parser.add_argument("--phases", default="0,0.25,0.5,0.75")
+    parser.add_argument("--v-min", type=float, default=0.5)
+    parser.add_argument("--v-max", type=float, default=3.0)
+    parser.add_argument("--v-step", type=float, default=0.025)
+    parser.add_argument("--threshold", type=float, default=0.5)
+    parser.add_argument("--random-trials", type=int, default=4)
+    parser.add_argument("--seed", type=int, default=202605082140)
+    parser.add_argument("--out", default="tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json")
+    args = parser.parse_args()
+
+    output = run(args)
+    out = Path(args.out)
+    out.parent.mkdir(parents=True, exist_ok=True)
+    out.write_text(json.dumps(output, indent=2), encoding="utf-8")
+
+    compact = {
+        "summary": output["summary"],
+        "phi_phase0_values": output["phi_phase0_values"],
+        "out": str(out),
+    }
+    print(json.dumps(compact, indent=2))
+
+
+if __name__ == "__main__":
+    main()

tokens used
160,673
Completato.

Ho creato:
- [tools/exp_quasiperiodic_vc_lattice_gate.py](/opt/MM_D-ND/tools/exp_quasiperiodic_vc_lattice_gate.py)
- [tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json](/opt/MM_D-ND/tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json)
- [tools/data/reports/agent_20260508_2140.md](/opt/MM_D-ND/tools/data/reports/agent_20260508_2140.md)

Verdict del report: `CONSTRAINT` su `TENS_SCALE_TRASCENDENZA_LIMITE`. Il fallimento del fit power-law su `V_c(phi)` viene ricondotto al denominatore sbagliato: `V_c` e' phase-sensitive e grid-sensitive; non sostiene un lattice gate specifico di phi nel perimetro testato.

Verifiche eseguite:
- `python -m py_compile tools/exp_quasiperiodic_vc_lattice_gate.py`
- `python -m json.tool tools/data/quasiperiodic_vc_lattice_gate_20260508_2140.json`
- `python tools/structural_check.py ...` → nessun anti-pattern trovato
- hook `post_change` eseguito; nessun deploy/commit effettuato.
