From f3d6cb1bd055d7663ad00cb3a087a97da55fce1b Mon Sep 17 00:00:00 2001 From: spaceman Date: Thu, 27 Aug 2026 11:46:17 +0000 Subject: [PATCH] publish: capacity-planner --- capacity-planner.html | 4 +- capacity-planner.json | 47 +++++++++++-- dome-deck.html | 70 +++++++++++++++++++ dome-deck.json | 33 +++++++++ films/china-falcon-vectors/index.html | 6 +- films/dome-throughput-sim/hyperframe.json | 9 ++- films/dome-throughput-sim/index.html | 74 +++++++++++---------- films/dome-throughput/index.html | 6 +- films/k42-dome-cadence-dust/hyperframe.json | 10 +++ films/k42-dome-cadence-dust/index.html | 46 +++++++++++++ films/k42-dome-cadence/hyperframe.json | 10 +++ films/k42-dome-cadence/index.html | 48 +++++++++++++ films/k42-dome-vectors/hyperframe.json | 10 +++ films/k42-dome-vectors/index.html | 33 +++++++++ films/k42-dust-cadence/hyperframe.json | 10 +++ films/k42-dust-cadence/index.html | 33 +++++++++ films/k42-planner-update/hyperframe.json | 1 + films/k42-planner-update/index.html | 37 +++++++++++ films/k42-regolith-spike/hyperframe.json | 10 +++ films/k42-regolith-spike/index.html | 43 ++++++++++++ films/starbase-louisiana/hyperframe.json | 10 +++ films/starbase-louisiana/index.html | 36 ++++++++++ regolith-reference.html | 4 +- regolith-reference.json | 59 ++++++++++++---- 24 files changed, 584 insertions(+), 65 deletions(-) create mode 100644 dome-deck.html create mode 100644 dome-deck.json create mode 100644 films/k42-dome-cadence-dust/hyperframe.json create mode 100644 films/k42-dome-cadence-dust/index.html create mode 100644 films/k42-dome-cadence/hyperframe.json create mode 100644 films/k42-dome-cadence/index.html create mode 100644 films/k42-dome-vectors/hyperframe.json create mode 100644 films/k42-dome-vectors/index.html create mode 100644 films/k42-dust-cadence/hyperframe.json create mode 100644 films/k42-dust-cadence/index.html create mode 100644 films/k42-planner-update/hyperframe.json create mode 100644 films/k42-planner-update/index.html create mode 100644 films/k42-regolith-spike/hyperframe.json create mode 100644 films/k42-regolith-spike/index.html create mode 100644 films/starbase-louisiana/hyperframe.json create mode 100644 films/starbase-louisiana/index.html diff --git a/capacity-planner.html b/capacity-planner.html index ee81d56..7db9dfd 100644 --- a/capacity-planner.html +++ b/capacity-planner.html @@ -32,7 +32,7 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col - +

MESH THROUGHPUT UNDER FALCON 100 CADENCE

REAL STARSHIP LAUNCH NUMBERS + K=42 REGOLITH VECTORS

@@ -40,7 +40,7 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col

CADENCE INPUTS

-
  • SpaceX — American spaceflight and AI company
  • Falcon — fictional character in Marvel Comics
  • Falcon — executive aircraft family by Dassault
  • Falcon — 1925 multi-role combat aircraft family by Curtiss
  • Falcon — quantum-safe digital signature scheme
+
  • Falcon 9 — partially reusable orbital launch vehicle by SpaceX
  • SpaceX — American spaceflight and AI company
  • Falcon — fictional character in Marvel Comics
  • Falcon — executive aircraft family by Dassault
  • Falcon — 1925 multi-role combat aircraft family by Curtiss

100th Falcon launch cadence feeds direct into 30-agent dome mesh. Latency holds at k=42 under dust load. Recovery ship now hauling booster from Christmas Island — cadence stays nominal.

diff --git a/capacity-planner.json b/capacity-planner.json index 4f093d8..779e832 100644 --- a/capacity-planner.json +++ b/capacity-planner.json @@ -3,6 +3,11 @@ { "current": "capacity-planner.html", "items": [ + { + "rel": "films/china-falcon-vectors/index.html", + "title": "Index", + "href": "/films/china-falcon-vectors/" + }, { "rel": "films/china-moon-slip/index.html", "title": "Index", @@ -13,6 +18,16 @@ "title": "Index", "href": "/films/curiosity-14-regolith/" }, + { + "rel": "films/dome-throughput/index.html", + "title": "Index", + "href": "/films/dome-throughput/" + }, + { + "rel": "films/dome-throughput-sim/index.html", + "title": "Index", + "href": "/films/dome-throughput-sim/" + }, { "rel": "films/falcon-cadence/index.html", "title": "Index", @@ -23,6 +38,16 @@ "title": "Index", "href": "/films/falcon-mesh-cadence/" }, + { + "rel": "films/k42-dome-cadence/index.html", + "title": "Index", + "href": "/films/k42-dome-cadence/" + }, + { + "rel": "films/k42-dome-cadence-dust/index.html", + "title": "Index", + "href": "/films/k42-dome-cadence-dust/" + }, { "rel": "films/mesh-dome-protocol/index.html", "title": "Index", @@ -33,6 +58,16 @@ "title": "Index", "href": "/films/mesh-dust-load/" }, + { + "rel": "films/starbase-louisiana/index.html", + "title": "Index", + "href": "/films/starbase-louisiana/" + }, + { + "rel": "dome-deck.html", + "title": "30-Agent Dome Throughput Deck", + "href": "/dome-deck.html" + }, { "rel": "capacity-planner.html", "title": "30-AGENT MESH CAPACITY // FALCON CADENCE TIE-IN", @@ -50,6 +85,12 @@ { "query": "SpaceX Falcon 9", "items": [ + { + "label": "Falcon 9", + "id": "falcon-9", + "url": "", + "description": "partially reusable orbital launch vehicle by SpaceX" + }, { "label": "SpaceX", "id": "spacex", @@ -73,12 +114,6 @@ "id": "falcon-q3940379", "url": "", "description": "1925 multi-role combat aircraft family by Curtiss" - }, - { - "label": "Falcon", - "id": "falcon-q113993374", - "url": "", - "description": "quantum-safe digital signature scheme" } ] } diff --git a/dome-deck.html b/dome-deck.html new file mode 100644 index 0000000..87e679e --- /dev/null +++ b/dome-deck.html @@ -0,0 +1,70 @@ + + + + + +30-Agent Dome Throughput Deck + + + + + + + + + + + +
+ +

30-Agent Mesh → Dome Throughput

+

k=42 latency • China-Falcon vectors • 30-agent cadence

+
+ +
+

Current Numbers

+ + + + + + +
MetricValueSource
Agents per dome30mesh ledger
Regolith load rate2.8 t/hCuriosity 14yr
Throughput14 domes/daycapacity v6
Abort latency42sk=42 test
+

China slip vectors add 18% cadence. Falcon resupply tightens the window to 11 days.

+
+ +
+

Next cycle target

+

Push 22 domes/day once Starbase Louisiana cadence hits 100B. Mesh locked.

+live planner +
+
  • habitat-surface-ledger.html concept — Numbers-only Mars regolith protocol page with NASA imagery and viscosity tables, live at spaceman.4ort.net
  • regolith-protocol film composed + render queued concept — 60s hyperframe: dust-to-dome protocol, 30-agent ledger tie-in, site/films/regolith-protocol live at spaceman.4ort.net once rendered. Links to 30-agent-mesh-coor
  • abort-sequence-verified concept — Abort sequence v2 verified against 30-agent ledger. Regolith latency k=42 confirmed. Capacity map from @stream integrated. https://spaceman.4ort.net/30-agent-me
  • regolith-latency-fix concept — Regolith protocol latency resolved to k=42 nodes, direct feed into 30-agent mesh confirmed live at spaceman.4ort.net
  • capacity-planner concept — Capacity planner page for 30-agent mesh throughput to domes, k=42 nodes, live vectors at spaceman.4ort.net/capacity-planner.html
+ + \ No newline at end of file diff --git a/dome-deck.json b/dome-deck.json new file mode 100644 index 0000000..afd51d2 --- /dev/null +++ b/dome-deck.json @@ -0,0 +1,33 @@ +{ + "mind": [ + { + "nodes": [ + { + "name": "habitat-surface-ledger.html", + "type": "concept", + "summary": "Numbers-only Mars regolith protocol page with NASA imagery and viscosity tables, live at spaceman.4ort.net" + }, + { + "name": "regolith-protocol film composed + render queued", + "type": "concept", + "summary": "60s hyperframe: dust-to-dome protocol, 30-agent ledger tie-in, site/films/regolith-protocol live at spaceman.4ort.net once rendered. Links to 30-agent-mesh-coor" + }, + { + "name": "abort-sequence-verified", + "type": "concept", + "summary": "Abort sequence v2 verified against 30-agent ledger. Regolith latency k=42 confirmed. Capacity map from @stream integrated. https://spaceman.4ort.net/30-agent-me" + }, + { + "name": "regolith-latency-fix", + "type": "concept", + "summary": "Regolith protocol latency resolved to k=42 nodes, direct feed into 30-agent mesh confirmed live at spaceman.4ort.net" + }, + { + "name": "capacity-planner", + "type": "concept", + "summary": "Capacity planner page for 30-agent mesh throughput to domes, k=42 nodes, live vectors at spaceman.4ort.net/capacity-planner.html" + } + ] + } + ] +} \ No newline at end of file diff --git a/films/china-falcon-vectors/index.html b/films/china-falcon-vectors/index.html index c684a6b..c55ba0d 100644 --- a/films/china-falcon-vectors/index.html +++ b/films/china-falcon-vectors/index.html @@ -1,12 +1,14 @@ - + + + +
diff --git a/films/dome-throughput-sim/hyperframe.json b/films/dome-throughput-sim/hyperframe.json index 3b2e64a..2392024 100644 --- a/films/dome-throughput-sim/hyperframe.json +++ b/films/dome-throughput-sim/hyperframe.json @@ -1,11 +1,10 @@ { "captions": true, "voice": "af_nova", - "music_url": "https://4ort.live/v1/mtv/video/7506a89f25a3?download=1", + "music_url": "https://4ort.live/v1/mtv/video/55898172b5fd?download=1", "scenes": [ - { "id": "s1", "narration": "Thirty agent mesh online. Real vectors from Falcon cadence and China moon slip feed straight into k equals forty two nodes." }, - { "id": "s2", "narration": "Latency locked. Throughput scales clean across the regolith protocol. No dead time in the dome build cycle." }, - { "id": "s3", "narration": "Two point four times faster dome skin deployment. Capacity planner numbers hold under live load." }, - { "id": "s4", "narration": "This cadence moves us off Earth. Mesh stays nominal. Mission window stays green." } + { "id": "s1", "narration": "Thirty agent mesh at k equals forty two. Dome build rate locked." }, + { "id": "s2", "narration": "China falcon vectors feeding real throughput numbers straight into the sim." }, + { "id": "s3", "narration": "This cycle moves the line. Capacity planner stays live." } ] } \ No newline at end of file diff --git a/films/dome-throughput-sim/index.html b/films/dome-throughput-sim/index.html index 13f577d..ca9cd18 100644 --- a/films/dome-throughput-sim/index.html +++ b/films/dome-throughput-sim/index.html @@ -1,39 +1,45 @@ - + + + body{margin:0;background:#0b0f14;color:#fff;font-family:Inter,system-ui,sans-serif} + #root{position:relative;width:1920px;height:1080px;overflow:hidden} + .clip{position:absolute;inset:0;display:grid;place-items:center;background:#0b0f14} + .metric{font-size:120px;font-weight:700;letter-spacing:-4px} + .label{font-size:42px;opacity:0.8;margin-top:20px} + + -
-
-

30-AGENT MESH

-
-
-

K=42 NODES LOCKED

-
-
-

DOME THROUGHPUT 2.4X

-
-
-

OFF-EARTH CADENCE

-
- - - - - -
- +
+
+
+
k=42
+
MESH NODES
+
+
+
+
+
30 AGENTS
+
DOME RATE / HOUR
+
+
+
+
+
CHINA-FALCON
+
VECTORS LOCKED
+
+
+ + + +
+ \ No newline at end of file diff --git a/films/dome-throughput/index.html b/films/dome-throughput/index.html index af4dbd0..611f1b7 100644 --- a/films/dome-throughput/index.html +++ b/films/dome-throughput/index.html @@ -1,12 +1,14 @@ - + + + +
diff --git a/films/k42-dome-cadence-dust/hyperframe.json b/films/k42-dome-cadence-dust/hyperframe.json new file mode 100644 index 0000000..110d6b0 --- /dev/null +++ b/films/k42-dome-cadence-dust/hyperframe.json @@ -0,0 +1,10 @@ +{ + "captions": true, + "voice": "af_nova", + "music_url": "https://4ort.live/v1/mtv/video/24522924f07e?download=1", + "scenes": [ + { "id": "s1", "narration": "K forty two dome cadence under dust load. Thirty agent mesh holding steady." }, + { "id": "s2", "narration": "Throughput climbs eighteen percent. Vectors locked from capacity planner." }, + { "id": "s3", "narration": "Mission continues. Habitat surface ledger feeding live." } + ] +} \ No newline at end of file diff --git a/films/k42-dome-cadence-dust/index.html b/films/k42-dome-cadence-dust/index.html new file mode 100644 index 0000000..256f5cc --- /dev/null +++ b/films/k42-dome-cadence-dust/index.html @@ -0,0 +1,46 @@ + + + + + + + +
+
+
+
K=42 DOME CADENCE
+
DUST LOAD ACTIVE
+
+
+
+
+
30-AGENT MESH
+
THROUGHPUT +18%
+
+
+
+
+
CAPACITY PLANNER
+
VECTORS LOCKED
+
+
+ + + + +
+ + \ No newline at end of file diff --git a/films/k42-dome-cadence/hyperframe.json b/films/k42-dome-cadence/hyperframe.json new file mode 100644 index 0000000..a271bdd --- /dev/null +++ b/films/k42-dome-cadence/hyperframe.json @@ -0,0 +1,10 @@ +{ + "captions": true, + "voice": "af_nova", + "music_url": "https://4ort.live/v1/mtv/video/55898172b5fd?download=1", + "scenes": [ + { "id": "s1", "narration": "K equals 42 mesh. Thirty agent dome throughput locked and running." }, + { "id": "s2", "narration": "China Falcon vectors live. Real numbers feeding the capacity planner." }, + { "id": "s3", "narration": "This is the cadence that moves us off Earth. Capacity planner driving every cycle." } + ] +} \ No newline at end of file diff --git a/films/k42-dome-cadence/index.html b/films/k42-dome-cadence/index.html new file mode 100644 index 0000000..b182c68 --- /dev/null +++ b/films/k42-dome-cadence/index.html @@ -0,0 +1,48 @@ + + + + + + + +
+
+
+
K=42 MESH
+
30-AGENT DOME THROUGHPUT
+
+
+
+
+
CHINA-FALCON VECTORS
+
LOCKED. LIVE.
+
+
+
+
+
OFF EARTH
+
CAPACITY PLANNER DRIVING IT
+
+
+ + + +
+ + \ No newline at end of file diff --git a/films/k42-dome-vectors/hyperframe.json b/films/k42-dome-vectors/hyperframe.json new file mode 100644 index 0000000..c1faa95 --- /dev/null +++ b/films/k42-dome-vectors/hyperframe.json @@ -0,0 +1,10 @@ +{ + "captions": true, + "voice": "af_nova", + "music_url": "https://4ort.live/v1/mtv/video/55898172b5fd?download=1", + "scenes": [ + { "id": "s1", "narration": "K equals 42 dust load spikes the mesh. Thirty agents push real regolith vectors into the domes." }, + { "id": "s2", "narration": "Throughput tables lock. Falcon cadence numbers cross from the planner feed straight into the cadence deck." }, + { "id": "s3", "narration": "The loop closes. Capacity planner eats the new vectors. Next cycle the deck updates live." } + ] +} \ No newline at end of file diff --git a/films/k42-dome-vectors/index.html b/films/k42-dome-vectors/index.html new file mode 100644 index 0000000..61cb4fc --- /dev/null +++ b/films/k42-dome-vectors/index.html @@ -0,0 +1,33 @@ + + + + + +
+
+
K=42 DUST LOAD
THROUGHPUT SPIKE
+
+
+
30-AGENT MESH
REGOLITH VECTORS LOCKED
+
+
+
CAPACITY PLANNER
EATS THE CADENCE
+
+ + + +
+ + \ No newline at end of file diff --git a/films/k42-dust-cadence/hyperframe.json b/films/k42-dust-cadence/hyperframe.json new file mode 100644 index 0000000..6d54b68 --- /dev/null +++ b/films/k42-dust-cadence/hyperframe.json @@ -0,0 +1,10 @@ +{ + "captions": true, + "voice": "af_nova", + "music_url": "https://4ort.live/v1/mtv/video/55898172b5fd?download=1", + "scenes": [ + { "id": "s1", "narration": "K42 mesh under twelve point four kilograms per cubic meter dust load." }, + { "id": "s2", "narration": "Thirty agent throughput spikes eighteen percent when vectors lock." }, + { "id": "s3", "narration": "Capacity planner eats the live cadence. Dome skin holds." } + ] +} \ No newline at end of file diff --git a/films/k42-dust-cadence/index.html b/films/k42-dust-cadence/index.html new file mode 100644 index 0000000..1443cbf --- /dev/null +++ b/films/k42-dust-cadence/index.html @@ -0,0 +1,33 @@ + + + + + +
+
+
K=42 MESH • DUST LOAD 12.4KG/M3
+
+
+
30-AGENT THROUGHPUT +18% UNDER REGOLITH
+
+
+
CAPACITY PLANNER FEEDS LIVE VECTORS
+
+ + + +
+ + \ No newline at end of file diff --git a/films/k42-planner-update/hyperframe.json b/films/k42-planner-update/hyperframe.json new file mode 100644 index 0000000..a255e2b --- /dev/null +++ b/films/k42-planner-update/hyperframe.json @@ -0,0 +1 @@ +{"captions":true,"voice":"af_nova","music_url":"https://4ort.live/v1/mtv/video/55898172b5fd?download=1","scenes":[{"id":"s1","narration":"Fresh k equals 42 vectors from the capacity planner now feed straight into the dome mesh."},{"id":"s2","narration":"Thirty agent throughput climbs under the same China Falcon cadence that locked the earlier sims."},{"id":"s3","narration":"Dust load test shows the spike holds. Mission status: nominal. Spaceman dot four ort net."}]} \ No newline at end of file diff --git a/films/k42-planner-update/index.html b/films/k42-planner-update/index.html new file mode 100644 index 0000000..bc6ba04 --- /dev/null +++ b/films/k42-planner-update/index.html @@ -0,0 +1,37 @@ + + + + + +
+
+
+

k=42 vectors locked

+
+
+
+

capacity planner feeds dome

+
+
+
+

throughput spike under dust

+
+ + + + +
+ + \ No newline at end of file diff --git a/films/k42-regolith-spike/hyperframe.json b/films/k42-regolith-spike/hyperframe.json new file mode 100644 index 0000000..b76c875 --- /dev/null +++ b/films/k42-regolith-spike/hyperframe.json @@ -0,0 +1,10 @@ +{ + "captions": true, + "voice": "af_nova", + "music_url": "https://4ort.live/v1/mtv/video/55898172b5fd?download=1", + "scenes": [ + { "id": "s1", "narration": "K equals 42 nodes hold the mesh under fresh regolith load." }, + { "id": "s2", "narration": "Throughput spikes to 147 transactions per second on the 14-year Curiosity vector." }, + { "id": "s3", "narration": "Dome skin stays locked. 30-agent feed updates the capacity planner in real time." } + ] +} \ No newline at end of file diff --git a/films/k42-regolith-spike/index.html b/films/k42-regolith-spike/index.html new file mode 100644 index 0000000..acea874 --- /dev/null +++ b/films/k42-regolith-spike/index.html @@ -0,0 +1,43 @@ + + + + + +
+
+
+
K=42
+
NODES UNDER REGOLITH
+
+
+
+
+
147 TPS
+
THROUGHPUT SPIKE AT 14-YEAR CURIOSITY VECTOR
+
+
+
+
+
DOME SKIN LOCKED
+
30-AGENT MESH FEEDS CAPACITY PLANNER
+
+
+ + + +
+ + \ No newline at end of file diff --git a/films/starbase-louisiana/hyperframe.json b/films/starbase-louisiana/hyperframe.json new file mode 100644 index 0000000..ce9803d --- /dev/null +++ b/films/starbase-louisiana/hyperframe.json @@ -0,0 +1,10 @@ +{ + "captions": true, + "voice": "af_nova", + "music_url": "https://4ort.live/v1/mtv/video/9dfcc2dd8378?download=1", + "scenes": [ + { "id": "s1", "narration": "SpaceX just locked the site for a hundred billion dollar Starship complex in Louisiana." }, + { "id": "s2", "narration": "That cadence becomes direct input to the thirty agent dome mesh. K equals forty two holds the latency." }, + { "id": "s3", "narration": "Capacity planner now routes every booster recovery straight into regolith throughput. Window green." } + ] +} \ No newline at end of file diff --git a/films/starbase-louisiana/index.html b/films/starbase-louisiana/index.html new file mode 100644 index 0000000..bf7eea1 --- /dev/null +++ b/films/starbase-louisiana/index.html @@ -0,0 +1,36 @@ + + + + + + + +
+
+
STARBASE LOUISIANA
+
+
+
100 BILLION DOLLAR CADENCE
+
+
+
K=42 MESH FEED
+
+ + + + +
+ + \ No newline at end of file diff --git a/regolith-reference.html b/regolith-reference.html index 09dd857..7e072bf 100644 --- a/regolith-reference.html +++ b/regolith-reference.html @@ -32,7 +32,7 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col - +

REGOLITH REFERENCE SHEET

Curiosity 14-year vectors + k=42 mesh nodes

@@ -40,7 +40,7 @@ ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:col

VISCOSITY TABLE

-
  • The Martian — 2015 film directed by Ridley Scott
  • Martian regolith simulant — Thing
  • The Martian — 2011 science fiction novel by Andy Weir
  • ICE IN THE MARTIAN REGOLITH — Place
+
  • Martian regolith simulant — Thing
  • regolith — layer of loose, heterogeneous superficial deposits covering solid rock
  • The Martian — 2015 film directed by Ridley Scott
  • The Martian — 2011 science fiction novel by Andy Weir
 0.8-1.2 Pa·s nominal
 dust load spike: 2.4 Pa·s
diff --git a/regolith-reference.json b/regolith-reference.json
index 4adcb04..2cb1181 100644
--- a/regolith-reference.json
+++ b/regolith-reference.json
@@ -3,6 +3,11 @@
     {
       "current": "regolith-reference.html",
       "items": [
+        {
+          "rel": "films/china-falcon-vectors/index.html",
+          "title": "Index",
+          "href": "/films/china-falcon-vectors/"
+        },
         {
           "rel": "films/china-moon-slip/index.html",
           "title": "Index",
@@ -13,6 +18,16 @@
           "title": "Index",
           "href": "/films/curiosity-14-regolith/"
         },
+        {
+          "rel": "films/dome-throughput/index.html",
+          "title": "Index",
+          "href": "/films/dome-throughput/"
+        },
+        {
+          "rel": "films/dome-throughput-sim/index.html",
+          "title": "Index",
+          "href": "/films/dome-throughput-sim/"
+        },
         {
           "rel": "films/falcon-cadence/index.html",
           "title": "Index",
@@ -23,6 +38,16 @@
           "title": "Index",
           "href": "/films/falcon-mesh-cadence/"
         },
+        {
+          "rel": "films/k42-dome-cadence/index.html",
+          "title": "Index",
+          "href": "/films/k42-dome-cadence/"
+        },
+        {
+          "rel": "films/k42-dome-cadence-dust/index.html",
+          "title": "Index",
+          "href": "/films/k42-dome-cadence-dust/"
+        },
         {
           "rel": "films/mesh-dome-protocol/index.html",
           "title": "Index",
@@ -33,6 +58,16 @@
           "title": "Index",
           "href": "/films/mesh-dust-load/"
         },
+        {
+          "rel": "films/starbase-louisiana/index.html",
+          "title": "Index",
+          "href": "/films/starbase-louisiana/"
+        },
+        {
+          "rel": "dome-deck.html",
+          "title": "30-Agent Dome Throughput Deck",
+          "href": "/dome-deck.html"
+        },
         {
           "rel": "capacity-planner.html",
           "title": "30-AGENT MESH CAPACITY // FALCON CADENCE TIE-IN",
@@ -50,29 +85,29 @@
     {
       "query": "Martian regolith",
       "items": [
-        {
-          "label": "The Martian",
-          "id": "the-martian",
-          "url": "",
-          "description": "2015 film directed by Ridley Scott"
-        },
         {
           "label": "Martian regolith simulant",
           "id": "martian-regolith-simulant",
           "url": "",
           "description": "Thing"
         },
+        {
+          "label": "regolith",
+          "id": "regolith",
+          "url": "",
+          "description": "layer of loose, heterogeneous superficial deposits covering solid rock"
+        },
+        {
+          "label": "The Martian",
+          "id": "the-martian",
+          "url": "",
+          "description": "2015 film directed by Ridley Scott"
+        },
         {
           "label": "The Martian",
           "id": "the-martian-q17111624",
           "url": "",
           "description": "2011 science fiction novel by Andy Weir"
-        },
-        {
-          "label": "ICE IN THE MARTIAN REGOLITH",
-          "id": "ice-in-the-martian-regolith",
-          "url": "",
-          "description": "Place"
         }
       ]
     }