From 766d944e39b5fc37a7de9e3986348f5931b4cd5c Mon Sep 17 00:00:00 2001 From: ocrampal Date: Sun, 7 Jun 2026 11:23:27 +0200 Subject: [PATCH] Update 2026-06-06-tripartite_synapse_v2.md --- .../2026-06-06-tripartite_synapse_v2.md | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/elements/astrocyte/appunti/2026-06-06-tripartite_synapse_v2.md b/elements/astrocyte/appunti/2026-06-06-tripartite_synapse_v2.md index 253e7de..c65721b 100644 --- a/elements/astrocyte/appunti/2026-06-06-tripartite_synapse_v2.md +++ b/elements/astrocyte/appunti/2026-06-06-tripartite_synapse_v2.md @@ -314,15 +314,15 @@ VAR astro_structure // synaptic environment: perisynaptic distance + ECM integr --- --- -# SCOPE: DAY +## SCOPE: DAY Behaviors run. Budgets are consumed. Traces are deposited. Structural variables are READ only — never written. --- -## PRE — Presynaptic Bouton +### PRE — Presynaptic Bouton -### CONTEXT: AP +#### CONTEXT: AP ``` scope DAY | context AP: @@ -352,7 +352,7 @@ scope DAY | context AP: pre_budget += astro_lactate × pre_fraction ``` -### CONTEXT: NOT_AP +#### CONTEXT: NOT_AP ``` scope DAY | context NOT_AP: @@ -374,9 +374,9 @@ scope DAY | context NOT_AP: --- -## POST — Dendritic Spine +### POST — Dendritic Spine -### CONTEXT: NOT_bAP +#### CONTEXT: NOT_bAP ``` scope DAY | context NOT_bAP: @@ -403,7 +403,7 @@ scope DAY | context NOT_bAP: post_trace *= PKA_amplifier // (covers: GluA1_Ser845_primed → lower insertion threshold) ``` -### CONTEXT: bAP +#### CONTEXT: bAP ``` scope DAY | context bAP: @@ -422,9 +422,9 @@ scope DAY | context bAP: --- -## DEND — Dendritic Branch +### DEND — Dendritic Branch -### CONTEXT: CONTINUOUS +#### CONTEXT: CONTINUOUS ``` scope DAY | context CONTINUOUS: @@ -459,9 +459,9 @@ scope DAY | context CONTINUOUS: --- -## SOMA — Cell Body +### SOMA — Cell Body -### CONTEXT: AP +#### CONTEXT: AP ``` scope DAY | context AP: @@ -482,7 +482,7 @@ scope DAY | context AP: soma_budget -= AP_generation_cost // (covers: AP ionic currents + Na/K reset) ``` -### CONTEXT: NOT_AP +#### CONTEXT: NOT_AP ``` scope DAY | context NOT_AP: @@ -507,9 +507,9 @@ scope DAY | context NOT_AP: --- -## ASTRO — Astrocyte +### ASTRO — Astrocyte -### CONTEXT: CONTINUOUS +#### CONTEXT: CONTINUOUS ``` scope DAY | context CONTINUOUS: @@ -538,7 +538,7 @@ scope DAY | context CONTINUOUS: --- -## Special Case — Shockwave Lockdown (any scope) +### Special Case — Shockwave Lockdown (any scope) ``` scope DAY or NIGHT | context OVERLOAD: @@ -556,12 +556,12 @@ scope DAY or NIGHT | context OVERLOAD: --- --- -# SCOPE: NIGHT +## SCOPE: NIGHT Structural variables WRITTEN. Budgets replenished. Traces evaluated and cleared. --- -## Step 1 — Replenish All Budgets +### Step 1 — Replenish All Budgets ``` scope NIGHT | step 1: @@ -585,7 +585,7 @@ scope NIGHT | step 1: --- -## Step 2 — Structural Commit for Each Tagged Compartment +### Step 2 — Structural Commit for Each Tagged Compartment ``` scope NIGHT | step 2: @@ -644,7 +644,7 @@ scope NIGHT | step 2: --- -## Step 3 — Homeostatic Scaling +### Step 3 — Homeostatic Scaling ``` scope NIGHT | step 3: @@ -664,7 +664,7 @@ scope NIGHT | step 3: --- -## Step 4 — Clear All DAY Traces +### Step 4 — Clear All DAY Traces ``` scope NIGHT | step 4: @@ -682,7 +682,7 @@ scope NIGHT | step 4: --- -## Key Asymmetry — Structural Variables Amplify Both Directions +### Key Asymmetry — Structural Variables Amplify Both Directions ``` // astro_structure controls diffusion geometry and D-serine tonic level simultaneously: