This commit is contained in:
2026-06-15 12:32:57 +02:00
parent c0070f98a7
commit b91f134845
2 changed files with 11 additions and 9 deletions
@@ -164,9 +164,9 @@ TAG {component}_tag // slow τ≈hours; POST has CANDIDATE→ST
---
---
# SCOPE: DAY
# Execution contexts consume budget, deposit traces, fill slots (occupancy).
# NOT contexts replenish budget, ship downstream, decay traces, set tags.
# STRUCTURE is READ only.
Execution contexts consume budget, deposit traces, fill slots (occupancy).
NOT contexts replenish budget, ship downstream, decay traces, set tags.
STRUCTURE is READ only.
---
@@ -232,7 +232,7 @@ scope DAY | context NOT_AP:
---
## POST
### Three calcium sources, two plasticity cases
Three calcium sources, two plasticity cases
```
// Ca²⁺ sources (all feed post_fast_trace):
@@ -351,7 +351,7 @@ scope DAY | context NOT_bAP:
---
## SOMA
### Emergent refractory + adaptation + bottom-up input alignment
Emergent refractory + adaptation + bottom-up input alignment
### CONTEXT: AP
```
@@ -448,7 +448,7 @@ scope DAY | context NOT_AP:
---
## ASTRO
### Demand-weighted energy distribution across the territory
Demand-weighted energy distribution across the territory
### CONTEXT: CONTINUOUS
```
@@ -498,8 +498,8 @@ scope DAY | context CONTINUOUS:
---
---
# SCOPE: NIGHT
# NIGHT builds containers (raises ceilings). Budgets/energy/material replenished.
# Tags evaluated and cleared. Depotentiation = unmaintained decay (never explicit).
NIGHT builds containers (raises ceilings). Budgets/energy/material replenished.
Tags evaluated and cleared. Depotentiation = unmaintained decay (never explicit).
---