From a22732979804c4a2b67f155170e298d36d48ea85 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Fri, 26 Jun 2026 12:07:35 +0200 Subject: [PATCH] Update presynapse.md --- elements/neuron/presynapse.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/elements/neuron/presynapse.md b/elements/neuron/presynapse.md index 748e817..d3785e3 100644 --- a/elements/neuron/presynapse.md +++ b/elements/neuron/presynapse.md @@ -132,6 +132,7 @@ TRACE // !DAY // ################## Tag endourance, *AP ################## + // Tag se manca pre_budget, ma il rilascio di NT sarebbe stato di beneficio void: INSTANTIATE [ accumulator: endourance_tag, event: 12x, cost: 3x, context: *AP ] { @@ -218,7 +219,9 @@ RECOVER // ################## Rp Schuttle, NOT *AP ################## - // The "Hard Bottleneck" State. Recruitment is throttled by a lack of signal, a lack of supply, or a lack of space. If even one of these "Near-Stop" conditions is met, the rate cannot exceed "Slow," regardless of the other two conditions. Rate: 0.00 – 0.25 + // The "Hard Bottleneck" State. Recruitment is throttled by a lack of signal, a lack of supply, or a lack of space. + // If even one of these "Near-Stop" conditions is met, the rate cannot exceed "Slow," regardless of the other two conditions. + // Rate: 0.00 – 0.25 void: INSTANTIATE [ accumulator: RPShuttleLow, event: 24x, cost: 3x, context: NOT *AP ] { hypothesis: _CaTraceLow fullness OR _RP emptiness OR _Rrp fullness @@ -239,7 +242,9 @@ RECOVER // ################## RefillGlutamine ################## - // The "High Performance" State. Multiple systems are optimized, but one is still at a "mediumness" level. This represents an active synapse that hasn't reached its absolute peak because either the supply is only 50% or the \_Rrp isn't empty enough to create that "maximal vacuum" pull. Rate: 1.25 – 1.94 + // The "High Performance" State. Multiple systems are optimized, but one is still at a "mediumness" level. + // This represents an active synapse that hasn't reached its absolute peak because either the supply is only 50% + // or the \_Rrp isn't empty enough to create that "maximal vacuum" pull. Rate: 1.25 – 1.94 void: INSTANTIATE [ accumulator: RefillGlutamine, event: 24x, cost: 3x, context: NOT *AP ] { hypothesis: ( _CaTraceHigh fullness AND _RP fullness AND _Rrp mediumness ) OR # signal + supply