The full operating manual for the DE engine: what it is, how it works, who owns it, how to read it, how to edit it, how to extract new currents, and the legal-container architecture under H.BLUE Ltd. Read this once and you can run the page without me.
The DE page is not an MPT asset. It is not a Trust asset. It is owned by H.BLUE Ltd (to be formed), the intelligence-layer subsidiary. H.BLUE holds shares within itself. The DE page is the flagship product of H.BLUE Ltd — its commercial face.
| Entity | Role | Owns |
|---|---|---|
| MPT Ltd (Co. 16977671) | Physical operations | Unit 18 · Carrot · Deed printing · verification · logistics |
| H.BLUE Ltd (to be formed) | Intelligence layer | DE page · 12 currents · flow cards · cadence dashboard · SCP/DE engines |
| Fully Nourished CIC | Social impact | 7% Covenant · 40 meals/tonne · grant vehicle |
| Waltham Caesar Murphy Trust | Succession | Crown · Inner Rooms · Red Team succession · Dead-Man's Switch |
owner_entity = H.BLUE Ltd."The SCPs aren't at their limit — I have plenty of work to upload. What I've realised is that we need another side now. It's not the output of the SCPs but it kind of is — for all the SCPs' knowledge. Get it transferred over so it's already started without me having to input. Everything where I can input and get out the design. I want the agent to put a lot of inputting too. I'm turning it on full autonomy this time. Real dynamics come from turning [patterns] into [flows]. After that, we need a master document so I've got the full manual."
That request is now executed. The DE engine is live. 12 currents seeded. Edits sealed to the Truth Ledger. This document is the manual.
/de (also /dynamic-extraction, /h-blue/de, /intelligence/currents, /currents, /cadence, /flow-board).dynamic_currents (the flow cards) and dynamic_currents_log (the Truth Ledger tail). Auto-created on first boot./api/de.json — read-only feed of the cadence board.| # | Current | Type | Source → Sink | Throughput Unit |
|---|---|---|---|---|
| 1 | Carrot | 🏭 Material | ABL → Community (40 meals) | tonnes/week |
| 2 | Grant | 💷 Capital | Pipeline → Operator | £/quarter |
| 3 | Promotion | 👥 People | Public Board → Inner Rooms | promotions/quarter |
| 4 | Covenant | 💷 Capital | Revenue → Meals | meals/month |
| 5 | Continuity | 🧠 Intelligence | Architect pulse → Switch | pulse/week |
| 6 | Intelligence | 🧠 Intelligence | Shadow → Action | sealed actions/week |
| 7 | Trajectory | 💷 Capital | Activation → Appraisal | milestones/quarter |
| 8 | Learning | 👥 People | Overstand U → Paid work | completions/month |
| 9 | Red Team Onboarding | 👥 People | Invite → Active Red | Reds/quarter |
| 10 | Deed Issuance | 🏭 Material | Verification → Gallery | deeds/week |
| 11 | SCP Extraction (self-ref) | 🧠 Intelligence | Chat log → Flow Card | flow cards/week |
| 12 | Grant Application | 💷 Capital | Identified → Funds deployed | applications/quarter |
| Field | Meaning | Why it's there |
|---|---|---|
flow | The chain of nodes from source to sink. | So anyone reading the card can see the whole river in one line. |
throughput_value + unit | The current rate (e.g. 12.5 tonnes/week). | This is the number that tells you whether the river is running. |
wow_pct | Week-on-week % change. | Catches deceleration before the rate looks bad. |
spark | 8 comma-separated numbers (last 8 periods). | Renders an inline sparkline so trend is visible at a glance. |
state | GREEN · AMBER · RED. | Colour-coded scan from across the room. |
health | Single composite 0–100. Throughput trend (50%) + blocker severity (30%) + milestone freshness (20%). | One number to rank currents quickly. |
blocker + owner + age_days | The single thing holding the current back, who owns it, and how long it has been active. | Accountability. H.BLUE escalates blockers older than 7 days (amber) and 14 days (red). |
next_milestone + done/total | The one event that lifts the rate, with progress. | Turns a wish into a project plan with a progress bar. |
depends_on · feeds | Which other currents this one consumes from / pours into. | Surfaces the system as a connected network, not a list. |
hblue_note | H.BLUE's latest cross-current observation. | The intelligence layer talking back to you. |
owner_entity | Always H.BLUE Ltd on this page (SCP-2601). | Legal container. |
updated_at · updated_by | Stamp on the last edit. | Truth Ledger seal. |
/de.throughput_value and append a digit to spark (drop the oldest).wow_pct if you know it; the page renders the arrow automatically.blocker to None, blocker_owner to —, blocker_age_days to 0.state to GREEN.health upward (rule of thumb: +20).milestone_done by 1 (don't exceed milestone_total).next_milestone with the next one and reset done/total.hblue_note with the consequence.You said "I want you to put a lot of inputting." Here is what I added on top of the brief:
/api/de.json exposes the whole board as JSON (read-only). Lets H.BLUE Bots, BOTS flipbook, and external dashboards consume the cadence without scraping.H.BLUE Ltd. Surfaces SCP-2601 in the data layer, not just the design layer.| Method | Path | Auth | Purpose |
|---|---|---|---|
| GET | /de | Public | Render the cadence board. |
| GET | /api/de.json | Public | Read-only JSON of all currents. |
| POST | /api/de/<slug>/update | Sovereign | Update editable fields. Logs to Truth Ledger. |
| POST | /api/de/extract-suggest | Sovereign | Returns 3 candidate currents (preview). |
dynamic_currents (
id SERIAL PK,
slug VARCHAR(64) UNIQUE,
title VARCHAR(200),
ctype VARCHAR(32), -- MATERIAL | PEOPLE | CAPITAL | INTELLIGENCE
flow TEXT,
throughput_value VARCHAR(64),
throughput_unit VARCHAR(120),
wow_pct REAL,
spark VARCHAR(200), -- 8 comma-separated numbers
state VARCHAR(16), -- GREEN | AMBER | RED
health INTEGER, -- 0..100
blocker TEXT,
blocker_owner VARCHAR(64),
blocker_age_days INTEGER,
next_milestone TEXT,
milestone_done INTEGER,
milestone_total INTEGER,
depends_on TEXT,
feeds TEXT,
hblue_note TEXT,
owner_entity VARCHAR(64) DEFAULT 'H.BLUE Ltd',
updated_by VARCHAR(120),
updated_at TIMESTAMP,
created_at TIMESTAMP
)
dynamic_currents_log (
id SERIAL PK,
current_slug VARCHAR(64),
field VARCHAR(64),
old_value TEXT,
new_value TEXT,
actor VARCHAR(120),
ts TIMESTAMP
)
Confirm a candidate from the Extract preview, give it a slug, and it inserts itself into dynamic_currents.
Auto-bump blocker_age_days by 7 every Sunday for any current still blocked.
If Carrot drops > 20% WoW, auto-add an H.BLUE note to Trajectory (because Trajectory feeds from it).
An <iframe>-able strip showing top 3 currents — for the public Carrot landing page.
milestone_total hit 0 (page will divide-by-zero in the progress bar — defaulted to 1, but don't push it)./de."