paracosm 0.9.927 → 0.9.951

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -175,7 +175,7 @@
175
175
 
176
176
  END OF TERMS AND CONDITIONS
177
177
 
178
- Copyright 2026 Manic Agency LLC / Frame.dev
178
+ Copyright 2026 Framers Lab, Inc.
179
179
 
180
180
  Licensed under the Apache License, Version 2.0 (the "License");
181
181
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  <p align="center">
12
12
  <a href="https://www.npmjs.com/package/paracosm"><img src="https://img.shields.io/npm/v/paracosm?style=flat-square&color=e8b44a&labelColor=14110e" alt="npm" /></a>
13
- <a href="https://github.com/framersai/paracosm/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-e06530?style=flat-square&labelColor=14110e" alt="License" /></a>
13
+ <a href="https://github.com/framerslab/paracosm/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-e06530?style=flat-square&labelColor=14110e" alt="License" /></a>
14
14
  <a href="https://paracosm.agentos.sh/docs"><img src="https://img.shields.io/badge/docs-API%20Reference-4ca8a8?style=flat-square&labelColor=14110e" alt="Docs" /></a>
15
15
  <a href="https://agentos.sh/en"><img src="https://img.shields.io/badge/built%20on-AgentOS-e06530?style=flat-square&labelColor=14110e" alt="AgentOS" /></a>
16
16
  </p>
@@ -265,7 +265,7 @@ Each call to `wm.simulate` takes one actor. The dashboard fans cohorts out side-
265
265
  ### Or use the dashboard
266
266
 
267
267
  ```bash
268
- git clone https://github.com/framersai/paracosm
268
+ git clone https://github.com/framerslab/paracosm
269
269
  cd paracosm && npm install
270
270
  cp .env.example .env # add OPENAI_API_KEY or ANTHROPIC_API_KEY
271
271
  npm run dashboard # opens http://localhost:3456
@@ -543,6 +543,6 @@ Apache-2.0
543
543
  ---
544
544
 
545
545
  <p align="center">
546
- Built by <a href="https://manic.agency">Manic Agency LLC</a> · <a href="https://frame.dev">Frame.dev</a><br />
546
+ Built by <a href="https://frame.dev">Frame.dev</a><br />
547
547
  <a href="mailto:team@frame.dev">team@frame.dev</a>
548
548
  </p>
package/dist/cli/help.js CHANGED
@@ -34,7 +34,7 @@ Examples:
34
34
  paracosm init my-app --domain "Submarine crew of 8" # scaffold a project
35
35
 
36
36
  Docs: https://paracosm.agentos.sh/docs
37
- GitHub: https://github.com/framersai/paracosm
37
+ GitHub: https://github.com/framerslab/paracosm
38
38
  `;
39
39
  const RUN_HELP = `paracosm run [options]
40
40
 
@@ -99,7 +99,7 @@ node run.mjs
99
99
  - Edit \`actors.json\` to swap HEXACO traits or instructions.
100
100
  - Edit \`run.mjs\` to change the actor index, mode, turn count, or seed.
101
101
 
102
- See https://github.com/framersai/paracosm for the full API reference.
102
+ See https://github.com/framerslab/paracosm for the full API reference.
103
103
  `;
104
104
  }
105
105
  export function renderEnvExample() {
@@ -393,7 +393,7 @@ export interface ScenarioPackage {
393
393
  id: string;
394
394
  /**
395
395
  * Optional permalink to the scenario JSON in the public repo (e.g.
396
- * https://github.com/framersai/paracosm/blob/master/scenarios/mars.json).
396
+ * https://github.com/framerslab/paracosm/blob/master/scenarios/mars.json).
397
397
  * Surfaced in the dashboard so users can read or fork the scenario
398
398
  * source from the settings panel without leaving the app.
399
399
  */
@@ -18,7 +18,7 @@ export declare const CommanderDecisionSchema: z.ZodObject<{
18
18
  reasoning: z.ZodDefault<z.ZodString>;
19
19
  departmentsConsulted: z.ZodDefault<z.ZodArray<z.ZodString>>;
20
20
  selectedPolicies: z.ZodDefault<z.ZodArray<z.ZodString>>;
21
- rejectedPolicies: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodDefault<z.ZodArray<z.ZodObject<{
21
+ rejectedPolicies: z.ZodPreprocess<z.ZodDefault<z.ZodArray<z.ZodObject<{
22
22
  policy: z.ZodString;
23
23
  reason: z.ZodDefault<z.ZodString>;
24
24
  }, z.core.$strip>>>>;
@@ -3009,7 +3009,7 @@ export function createMarsServer(options = {}) {
3009
3009
  <a href="/">Home</a>
3010
3010
  <a href="/sim">Simulation</a>
3011
3011
  <a href="/docs">API Docs</a>
3012
- <a href="https://github.com/framersai/paracosm" target="_blank" rel="noopener">GitHub</a>
3012
+ <a href="https://github.com/framerslab/paracosm" target="_blank" rel="noopener">GitHub</a>
3013
3013
  <a href="https://www.npmjs.com/package/paracosm" target="_blank" rel="noopener">npm</a>
3014
3014
  <button class="pdh-search" onclick="document.getElementById('tsd-search-trigger')?.click()" aria-label="Search docs"><svg width="14" height="14" viewBox="0 0 16 16" fill="none"><circle cx="7" cy="7" r="5.5" stroke="currentColor" stroke-width="1.5"/><line x1="11" y1="11" x2="15" y2="15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg></button>
3015
3015
  <button class="pdh-theme" id="pdh-theme-toggle" aria-label="Toggle theme"></button>
@@ -3020,7 +3020,7 @@ export function createMarsServer(options = {}) {
3020
3020
  <a href="/">Home</a>
3021
3021
  <a href="/sim">Simulation</a>
3022
3022
  <a href="/docs">API Docs</a>
3023
- <a href="https://github.com/framersai/paracosm" target="_blank" rel="noopener">GitHub</a>
3023
+ <a href="https://github.com/framerslab/paracosm" target="_blank" rel="noopener">GitHub</a>
3024
3024
  <a href="https://www.npmjs.com/package/paracosm" target="_blank" rel="noopener">npm</a>
3025
3025
  <a href="https://agentos.sh/en" target="_blank" rel="noopener">AgentOS</a>
3026
3026
  <a href="https://wilds.ai/discord" target="_blank" rel="noopener">Discord</a>
@@ -3098,12 +3098,12 @@ export function createMarsServer(options = {}) {
3098
3098
  html = html.replace('</body>', `<div class="paracosm-docs-footer">
3099
3099
  <div class="pdf-links">
3100
3100
  <a href="https://agentos.sh/en">agentos.sh</a>
3101
- <a href="https://github.com/framersai/paracosm">GitHub</a>
3101
+ <a href="https://github.com/framerslab/paracosm">GitHub</a>
3102
3102
  <a href="https://www.npmjs.com/package/paracosm">npm</a>
3103
3103
  <a href="https://frame.dev">Frame.dev</a>
3104
- <a href="https://manic.agency">Manic Agency</a>
3104
+ <a href="https://frame.dev">Frame</a>
3105
3105
  </div>
3106
- <span><span style="font-family:'JetBrains Mono','SF Mono',Menlo,monospace;font-weight:700;letter-spacing:.08em;font-size:10px">PARA<span style="color:#e8b44a">COSM</span></span> &middot; Apache-2.0 &middot; <a href="https://manic.agency">Manic Agency</a> / <a href="https://frame.dev">Frame.dev</a></span>
3106
+ <span><span style="font-family:'JetBrains Mono','SF Mono',Menlo,monospace;font-weight:700;letter-spacing:.08em;font-size:10px">PARA<span style="color:#e8b44a">COSM</span></span> &middot; Apache-2.0 &middot; <a href="https://frame.dev">Frame.dev</a></span>
3107
3107
  </div></body>`);
3108
3108
  res.writeHead(200, { 'Content-Type': 'text/html', 'Cache-Control': 'no-cache' });
3109
3109
  res.end(html);
@@ -6,7 +6,7 @@
6
6
  * @module paracosm/cli/server/email-templates
7
7
  */
8
8
  const PARACOSM_LOGO_URL = 'https://paracosm.agentos.sh/brand/favicons/favicon-192.png';
9
- const PARACOSM_REPO = 'https://github.com/framersai/paracosm';
9
+ const PARACOSM_REPO = 'https://github.com/framerslab/paracosm';
10
10
  const PARACOSM_NPM = 'https://npmjs.com/package/paracosm';
11
11
  const PARACOSM_DEMO = 'https://paracosm.agentos.sh';
12
12
  const SUPPORT_EMAIL = 'team@frame.dev';
@@ -51,7 +51,7 @@ export function renderWaitlistConfirmation(input) {
51
51
  <table role="presentation" cellspacing="0" cellpadding="0" style="margin:0 0 24px 0;">
52
52
  <tr><td style="padding:4px 0;"><span style="color:${ACCENT_RUST};font-family:monospace;">&rarr;</span> <a href="${PARACOSM_DEMO}" style="color:${ACCENT_AMBER};text-decoration:none;">Live demo: paracosm.agentos.sh</a></td></tr>
53
53
  <tr><td style="padding:4px 0;"><span style="color:${ACCENT_RUST};font-family:monospace;">&rarr;</span> <a href="${PARACOSM_NPM}" style="color:${ACCENT_AMBER};text-decoration:none;">npm: npmjs.com/package/paracosm</a></td></tr>
54
- <tr><td style="padding:4px 0;"><span style="color:${ACCENT_RUST};font-family:monospace;">&rarr;</span> <a href="${PARACOSM_REPO}" style="color:${ACCENT_AMBER};text-decoration:none;">Source: github.com/framersai/paracosm</a></td></tr>
54
+ <tr><td style="padding:4px 0;"><span style="color:${ACCENT_RUST};font-family:monospace;">&rarr;</span> <a href="${PARACOSM_REPO}" style="color:${ACCENT_AMBER};text-decoration:none;">Source: github.com/framerslab/paracosm</a></td></tr>
55
55
  </table>
56
56
 
57
57
  <p style="margin:0 0 16px 0;font-size:16px;line-height:1.6;color:${TEXT_PRIMARY};">Reply to this email if you want to chat about a specific use case ${safeUseCase ? `&mdash; you mentioned: <em style="color:${TEXT_MUTED};">&quot;${safeUseCase}&quot;</em>` : '&mdash; agent-society research, decision rehearsal for an enterprise process, custom scenario authoring, or anything else'}.</p>
@@ -60,7 +60,7 @@ export function renderWaitlistConfirmation(input) {
60
60
 
61
61
  <tr><td style="padding:24px 40px;border-top:1px solid #2a1f18;font-size:12px;color:${TEXT_MUTED};">
62
62
  <p style="margin:0 0 6px 0;">Sent to <strong style="color:${TEXT_PRIMARY};">${safeEmail}</strong> from <a href="mailto:${SUPPORT_EMAIL}" style="color:${ACCENT_AMBER};text-decoration:none;">${SUPPORT_EMAIL}</a>.</p>
63
- <p style="margin:0;"><a href="https://frame.dev" style="color:${ACCENT_AMBER};text-decoration:none;">Frame.dev</a> &middot; <a href="https://agentos.sh" style="color:${ACCENT_AMBER};text-decoration:none;">agentos.sh</a> &middot; <a href="https://manic.agency" style="color:${ACCENT_AMBER};text-decoration:none;">manic.agency</a></p>
63
+ <p style="margin:0;"><a href="https://frame.dev" style="color:${ACCENT_AMBER};text-decoration:none;">Frame.dev</a> &middot; <a href="https://agentos.sh" style="color:${ACCENT_AMBER};text-decoration:none;">agentos.sh</a></p>
64
64
  </td></tr>
65
65
  </table>
66
66
  </td></tr>
@@ -85,7 +85,7 @@ export function renderWaitlistConfirmation(input) {
85
85
  '-- The Paracosm team',
86
86
  '',
87
87
  `Sent to ${input.email} from ${SUPPORT_EMAIL}.`,
88
- 'frame.dev | agentos.sh | manic.agency',
88
+ 'frame.dev | agentos.sh',
89
89
  ].join('\n');
90
90
  return { subject, html, text };
91
91
  }
@@ -138,7 +138,7 @@ export function renderYoureIn(input) {
138
138
 
139
139
  <tr><td style="padding:24px 40px;border-top:1px solid #2a1f18;font-size:12px;color:${TEXT_MUTED};">
140
140
  <p style="margin:0 0 6px 0;">Sent to <strong style="color:${TEXT_PRIMARY};">${safeEmail}</strong> from <a href="mailto:${SUPPORT_EMAIL}" style="color:${ACCENT_AMBER};text-decoration:none;">${SUPPORT_EMAIL}</a>.</p>
141
- <p style="margin:0;"><a href="https://frame.dev" style="color:${ACCENT_AMBER};text-decoration:none;">Frame.dev</a> &middot; <a href="https://agentos.sh" style="color:${ACCENT_AMBER};text-decoration:none;">agentos.sh</a> &middot; <a href="https://manic.agency" style="color:${ACCENT_AMBER};text-decoration:none;">manic.agency</a></p>
141
+ <p style="margin:0;"><a href="https://frame.dev" style="color:${ACCENT_AMBER};text-decoration:none;">Frame.dev</a> &middot; <a href="https://agentos.sh" style="color:${ACCENT_AMBER};text-decoration:none;">agentos.sh</a></p>
142
142
  </td></tr>
143
143
  </table>
144
144
  </td></tr>
@@ -164,7 +164,7 @@ export function renderYoureIn(input) {
164
164
  '-- The Paracosm team',
165
165
  '',
166
166
  `Sent to ${input.email} from ${SUPPORT_EMAIL}.`,
167
- 'frame.dev | agentos.sh | manic.agency',
167
+ 'frame.dev | agentos.sh',
168
168
  ].join('\n');
169
169
  return { subject, html, text };
170
170
  }
@@ -1 +1 @@
1
- {"version":3,"file":"email-templates.js","sourceRoot":"","sources":["../../../src/server/services/email-templates.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"email-templates.js","sourceRoot":"","sources":["../../../src/server/services/email-templates.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paracosm",
3
- "version": "0.9.927",
3
+ "version": "0.9.951",
4
4
  "description": "Agent swarm simulation for structured world modeling with LLMs. Multi-agent worlds with HEXACO personalities, deterministic kernels, runtime tool forging, and reproducible forkable RunArtifacts. Built on AgentOS.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,6 +37,11 @@
37
37
  },
38
38
  "files": [
39
39
  "dist/",
40
+ "scenarios/mars.json",
41
+ "scenarios/mars-knowledge.json",
42
+ "scenarios/lunar.json",
43
+ "scenarios/lunar-knowledge.json",
44
+ "scenarios/t2d-glp1-protocol.json",
40
45
  "config/leaders.example.json",
41
46
  "config/leaders.json",
42
47
  "README.md",
@@ -72,7 +77,7 @@
72
77
  "leader:b": "npx tsx src/cli/run-b.ts"
73
78
  },
74
79
  "dependencies": {
75
- "@framers/agentos": "^0.9.21",
80
+ "@framers/agentos": "^0.9.50",
76
81
  "@framers/sql-storage-adapter": "^0.6.6",
77
82
  "better-sqlite3": "^12.9.0",
78
83
  "pdfjs-dist": "^5.7.284",
@@ -126,14 +131,14 @@
126
131
  "framers",
127
132
  "frame-dev"
128
133
  ],
129
- "author": "Manic Agency LLC <team@frame.dev>",
134
+ "author": "Frame <team@frame.dev>",
130
135
  "license": "Apache-2.0",
131
136
  "repository": {
132
137
  "type": "git",
133
- "url": "git+https://github.com/framersai/paracosm.git"
138
+ "url": "git+https://github.com/framerslab/paracosm.git"
134
139
  },
135
140
  "bugs": {
136
- "url": "https://github.com/framersai/paracosm/issues"
141
+ "url": "https://github.com/framerslab/paracosm/issues"
137
142
  },
138
143
  "homepage": "https://paracosm.agentos.sh"
139
144
  }
@@ -0,0 +1,151 @@
1
+ {
2
+ "topics": {
3
+ "water-ice": {
4
+ "canonicalFacts": [
5
+ { "claim": "LCROSS mission confirmed water ice in permanently shadowed craters at the lunar south pole", "source": "Colaprete et al. 2010, Science", "url": "https://doi.org/10.1126/science.1186986", "doi": "10.1126/science.1186986" },
6
+ { "claim": "Chandrayaan-1 Moon Mineralogy Mapper detected widespread hydroxyl/water on the lunar surface", "source": "Pieters et al. 2009, Science", "url": "https://doi.org/10.1126/science.1178658", "doi": "10.1126/science.1178658" },
7
+ { "claim": "Neutron spectrometer data from Lunar Prospector mapped hydrogen concentrations in polar cold traps", "source": "Feldman et al. 1998, Science", "url": "https://doi.org/10.1126/science.281.5382.1496", "doi": "10.1126/science.281.5382.1496" },
8
+ { "claim": "ISRU water extraction from lunar regolith could yield 100-1000 kg per excavation cycle", "source": "Sanders & Larson 2015, NASA ISRU Roadmap", "url": "https://www.nasa.gov/isru" }
9
+ ],
10
+ "counterpoints": [
11
+ { "claim": "Permanently shadowed crater temperatures reach 40K, requiring heated extraction equipment", "source": "Paige et al. 2010, Science", "url": "https://doi.org/10.1126/science.1187726" },
12
+ { "claim": "Ice deposits may be mixed with regolith at low concentrations (1-10% by weight), complicating extraction", "source": "Li et al. 2018, PNAS", "url": "https://doi.org/10.1073/pnas.1802345115" }
13
+ ],
14
+ "departmentNotes": {
15
+ "mining": "Water ice extraction requires operating in permanently shadowed craters at 40K. Heated drills and volatile capture systems needed.",
16
+ "life-support": "Water budget: 2.5L per person per day drinking, 25L total with recycling losses."
17
+ }
18
+ },
19
+ "regolith": {
20
+ "canonicalFacts": [
21
+ { "claim": "Lunar regolith contains nano-scale iron particles and is abrasive and electrostatically charged", "source": "Taylor et al. 2005", "url": "https://doi.org/10.1016/j.asr.2005.01.020", "doi": "10.1016/j.asr.2005.01.020" },
22
+ { "claim": "Apollo astronauts reported regolith irritation: eye, skin, and respiratory symptoms after EVA", "source": "NASA Apollo Lessons Learned", "url": "https://www.nasa.gov/artemis" },
23
+ { "claim": "Lunar dust adheres to all surfaces via van der Waals forces and triboelectric charging", "source": "Abbas et al. 2007, JGR", "url": "https://doi.org/10.1029/2005JE002625", "doi": "10.1029/2005JE002625" },
24
+ { "claim": "Simulated lunar dust causes inflammation and DNA damage in human lung cells in vitro", "source": "Lam et al. 2013, Inhalation Toxicology", "url": "https://doi.org/10.3109/08958378.2013.803614", "doi": "10.3109/08958378.2013.803614" }
25
+ ],
26
+ "counterpoints": [
27
+ { "claim": "No established occupational exposure limits exist for lunar dust; Apollo exposures were brief", "source": "Cain 2010, Acta Astronautica", "url": "https://doi.org/10.1016/j.actaastro.2010.01.012" }
28
+ ],
29
+ "departmentNotes": {
30
+ "medical": "Regolith dust is a respiratory and ocular hazard. Chronic exposure effects unknown. No safe dose established.",
31
+ "engineering": "Airlock dust mitigation is critical. Electrostatic precipitation and magnetic filtration under development."
32
+ }
33
+ },
34
+ "low-gravity": {
35
+ "canonicalFacts": [
36
+ { "claim": "Lunar gravity is 1.62 m/s2 (1/6 Earth). Long-term partial gravity physiological effects are unknown.", "source": "NASA Human Research Program", "url": "https://www.nasa.gov/hrp" },
37
+ { "claim": "ISS bone density studies show 1-2% loss per month in microgravity; partial gravity effects are modeled but untested", "source": "Sibonga et al. 2019, npj Microgravity", "url": "https://doi.org/10.1038/s41526-019-0075-2", "doi": "10.1038/s41526-019-0075-2" },
38
+ { "claim": "Muscle atrophy in microgravity averages 5% per week without countermeasures", "source": "Fitts et al. 2010, J Physiol", "url": "https://doi.org/10.1113/jphysiol.2009.178517", "doi": "10.1113/jphysiol.2009.178517" },
39
+ { "claim": "Cardiovascular deconditioning occurs within days of reduced gravity exposure", "source": "Hughson et al. 2018, CMAJ", "url": "https://doi.org/10.1503/cmaj.180343", "doi": "10.1503/cmaj.180343" }
40
+ ],
41
+ "counterpoints": [
42
+ { "claim": "Centrifuge-based artificial gravity countermeasures remain experimental and unproven for partial-g stays", "source": "Clément 2017", "url": "https://doi.org/10.1007/s12217-017-9544-3" }
43
+ ],
44
+ "departmentNotes": {
45
+ "medical": "Exercise countermeasures designed for 0g may be insufficient for 1/6g long-duration stays. Children born in 1/6g may never tolerate Earth gravity.",
46
+ "life-support": "Fluid systems behave differently in 1/6g. Waste processing and water recycling require redesign."
47
+ }
48
+ },
49
+ "power": {
50
+ "canonicalFacts": [
51
+ { "claim": "Lunar south pole peaks of eternal light receive near-continuous sunlight for solar power", "source": "Bussey et al. 2010, Icarus", "url": "https://doi.org/10.1016/j.icarus.2010.08.005", "doi": "10.1016/j.icarus.2010.08.005" },
52
+ { "claim": "NASA Kilopower fission reactor designed for 1-10 kW lunar surface power", "source": "NASA STMD Kilopower", "url": "https://www.nasa.gov/kilopower" },
53
+ { "claim": "Lunar south pole illumination varies from 80-90% annually at optimal ridge locations", "source": "Mazarico et al. 2011, Icarus", "url": "https://doi.org/10.1016/j.icarus.2010.10.030", "doi": "10.1016/j.icarus.2010.10.030" }
54
+ ],
55
+ "counterpoints": [
56
+ { "claim": "Lunar night at non-polar locations lasts 14 Earth days, requiring energy storage or nuclear backup", "source": "Engineering analysis", "url": "https://www.nasa.gov/artemis" },
57
+ { "claim": "Solar panel degradation from micrometeorite impacts and regolith coating reduces efficiency over time", "source": "Katzan & Edwards 1991, NASA", "url": "https://ntrs.nasa.gov/citations/19910013747" }
58
+ ],
59
+ "departmentNotes": {
60
+ "engineering": "Solar viable at poles. Nuclear required for non-polar or lava tube locations. Redundancy critical.",
61
+ "mining": "Mining operations at permanently shadowed craters require independent power (no solar)."
62
+ }
63
+ },
64
+ "communications": {
65
+ "canonicalFacts": [
66
+ { "claim": "Earth-Moon signal delay is approximately 1.3 seconds one-way", "source": "NASA", "url": "https://moon.nasa.gov/" },
67
+ { "claim": "Lunar far side requires relay satellite for Earth communication (Queqiao relay for Chang'e 4)", "source": "ESA/CNSA", "url": "https://www.esa.int/Science_Exploration/Human_and_Robotic_Exploration/Exploration/Gateway" },
68
+ { "claim": "NASA LunaNet will provide lunar communication and navigation infrastructure", "source": "NASA LunaNet", "url": "https://esc.gsfc.nasa.gov/projects/LunaNet" }
69
+ ],
70
+ "counterpoints": [
71
+ { "claim": "South pole topology creates line-of-sight gaps between crater floor operations and rim-mounted antennas", "source": "Lunar terrain analysis", "url": "https://www.nasa.gov/artemis" }
72
+ ],
73
+ "departmentNotes": {
74
+ "communications": "Near-real-time communication possible from south pole rim. Crater floor ops need local relay network."
75
+ }
76
+ },
77
+ "infrastructure": {
78
+ "canonicalFacts": [
79
+ { "claim": "Lunar lava tubes can be hundreds of meters wide, providing natural radiation shielding", "source": "Haruyama et al. 2009, GRL", "url": "https://doi.org/10.1029/2009GL040635", "doi": "10.1029/2009GL040635" },
80
+ { "claim": "In-situ resource utilization (ISRU) can produce construction materials from lunar regolith", "source": "NASA ISRU", "url": "https://www.nasa.gov/isru" },
81
+ { "claim": "Regolith sintering at 1100C produces structural bricks without imported binder", "source": "Meurisse et al. 2018, Acta Astronautica", "url": "https://doi.org/10.1016/j.actaastro.2017.11.005", "doi": "10.1016/j.actaastro.2017.11.005" },
82
+ { "claim": "ESA demonstrated 3D-printed structures using simulated lunar regolith", "source": "ESA 3D Printing on the Moon", "url": "https://www.esa.int/Enabling_Support/Space_Engineering_Technology/Building_a_lunar_base_with_3D_printing" }
83
+ ],
84
+ "counterpoints": [
85
+ { "claim": "Micrometeorite flux on the lunar surface averages 1 impact/m2/year for particles >1mm", "source": "Grun et al. 2011", "url": "https://doi.org/10.1016/j.pss.2011.04.011" }
86
+ ],
87
+ "departmentNotes": {
88
+ "engineering": "Regolith sintering and 3D printing for habitat construction under active development. Lava tubes offer pre-built volume.",
89
+ "mining": "Construction material extraction from regolith reduces Earth supply dependency."
90
+ }
91
+ },
92
+ "radiation": {
93
+ "canonicalFacts": [
94
+ { "claim": "Lunar surface receives approximately 380 mSv/year from galactic cosmic rays (no magnetic field or atmosphere)", "source": "Reitz et al. 2012, Planetary and Space Science", "url": "https://doi.org/10.1016/j.pss.2012.02.005", "doi": "10.1016/j.pss.2012.02.005" },
95
+ { "claim": "Solar particle events can deliver 100+ mSv in hours on the unshielded lunar surface", "source": "Townsend et al. 2011", "url": "https://doi.org/10.1016/j.asr.2011.04.017", "doi": "10.1016/j.asr.2011.04.017" },
96
+ { "claim": "CRaTER instrument on LRO measured lunar surface dose equivalent of 57-75 mrad/day", "source": "Spence et al. 2010, Space Science Reviews", "url": "https://doi.org/10.1007/s11214-009-9584-8", "doi": "10.1007/s11214-009-9584-8" }
97
+ ],
98
+ "counterpoints": [],
99
+ "departmentNotes": {
100
+ "medical": "Career dose limits may be reached within 2-3 years of surface exposure without adequate shielding.",
101
+ "engineering": "2-3 meters of regolith shielding reduces radiation to near-Earth-surface levels."
102
+ }
103
+ },
104
+ "psychology": {
105
+ "canonicalFacts": [
106
+ { "claim": "Antarctic overwinter crews exhibit depression rates of 20-60% during isolation periods", "source": "Palinkas & Suedfeld 2008", "url": "https://doi.org/10.1146/annurev.psych.58.110405.085726", "doi": "10.1146/annurev.psych.58.110405.085726" },
107
+ { "claim": "Mars-500 520-day isolation study documented psychological decline, altered sleep, and interpersonal conflict", "source": "Basner et al. 2014, PNAS", "url": "https://doi.org/10.1073/pnas.1212646110", "doi": "10.1073/pnas.1212646110" },
108
+ { "claim": "Circadian disruption from lack of natural daylight cycle affects cognition and mood", "source": "Barger et al. 2014, Lancet Neurology", "url": "https://doi.org/10.1016/S1474-4422(14)70122-X", "doi": "10.1016/S1474-4422(14)70122-X" }
109
+ ],
110
+ "counterpoints": [],
111
+ "departmentNotes": {
112
+ "medical": "Lunar day/night cycle (29.5 Earth days) disrupts circadian rhythms. Artificial lighting protocol essential."
113
+ }
114
+ },
115
+ "mining": {
116
+ "canonicalFacts": [
117
+ { "claim": "Lunar regolith contains ilmenite (FeTiO3) which can be reduced to produce oxygen", "source": "Allen et al. 1996, JGR", "url": "https://doi.org/10.1029/96JE00141", "doi": "10.1029/96JE00141" },
118
+ { "claim": "Helium-3 concentrations in lunar regolith estimated at 20-30 ppb, potentially valuable for fusion energy", "source": "Wittenberg et al. 1986, Fusion Technology", "url": "https://doi.org/10.13182/FST86-A24972", "doi": "10.13182/FST86-A24972" },
119
+ { "claim": "Rare earth elements in lunar highland anorthosite accessible via simple beneficiation", "source": "Crawford 2015, Progress in Physical Geography", "url": "https://doi.org/10.1177/0309133314567585", "doi": "10.1177/0309133314567585" }
120
+ ],
121
+ "counterpoints": [
122
+ { "claim": "Lunar mining economics depend on in-situ use; export to Earth is unlikely to be cost-effective", "source": "Duke et al. 2006, Acta Astronautica", "url": "https://doi.org/10.1016/j.actaastro.2006.02.029" }
123
+ ],
124
+ "departmentNotes": {
125
+ "mining": "Priority resources: water ice (life support), oxygen (from ilmenite), construction regolith.",
126
+ "engineering": "Mining equipment must handle abrasive regolith, low gravity, and vacuum conditions."
127
+ }
128
+ },
129
+ "artemis": {
130
+ "canonicalFacts": [
131
+ { "claim": "Artemis program targets sustained lunar presence by late 2020s with Gateway orbital station", "source": "NASA Artemis", "url": "https://www.nasa.gov/artemis" },
132
+ { "claim": "Lunar Gateway will orbit in near-rectilinear halo orbit (NRHO) providing south pole access", "source": "NASA Gateway", "url": "https://www.nasa.gov/gateway" },
133
+ { "claim": "Artemis Base Camp concept envisions a 30-day surface habitation capability at the south pole", "source": "NASA Artemis Plan 2020", "url": "https://www.nasa.gov/artemis" }
134
+ ],
135
+ "counterpoints": [],
136
+ "departmentNotes": {
137
+ "communications": "Gateway relay enables continuous comms with south pole surface elements."
138
+ }
139
+ }
140
+ },
141
+ "categoryMapping": {
142
+ "environmental": ["regolith", "radiation", "power"],
143
+ "resource": ["water-ice", "power", "mining", "regolith"],
144
+ "medical": ["low-gravity", "regolith", "radiation", "psychology"],
145
+ "psychological": ["psychology", "communications"],
146
+ "political": ["communications", "artemis"],
147
+ "infrastructure": ["infrastructure", "power", "mining"],
148
+ "social": ["psychology", "communications", "low-gravity"],
149
+ "technological": ["infrastructure", "communications", "mining", "artemis"]
150
+ }
151
+ }