@mindrian_os/cli 2.0.0-beta.3 → 2.0.0-beta.31

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.
Files changed (1829) hide show
  1. package/.claude-plugin/plugin.json +21 -0
  2. package/.mcp.json +14 -0
  3. package/CHANGELOG.md +467 -0
  4. package/agents/analogy-query-fetcher.md +119 -0
  5. package/agents/brain-query.md +91 -0
  6. package/agents/competitor-watch-fetcher.md +94 -0
  7. package/agents/framework-runner.md +258 -0
  8. package/agents/grading.md +216 -0
  9. package/agents/grant-reviewer.md +191 -0
  10. package/agents/investor.md +141 -0
  11. package/agents/larry-extended.md +215 -0
  12. package/agents/meeting-perspective-extractor.md +94 -0
  13. package/agents/opportunity-scanner.md +105 -0
  14. package/agents/persona-analyst.md +201 -0
  15. package/agents/research.md +103 -0
  16. package/agents/reverse-salient-agent.md +42 -0
  17. package/agents/vault-section-reviewer.md +107 -0
  18. package/assets/banner-showcase.html +537 -0
  19. package/assets/fonts/BebasNeue-Regular.ttf +0 -0
  20. package/assets/fonts/Inter-Bold.ttf +0 -0
  21. package/assets/fonts/Inter-Regular.ttf +0 -0
  22. package/assets/logo.svg +10 -0
  23. package/bin/local-chain-recommender.cjs +256 -0
  24. package/bin/mindrian-brain-mcp-client.cjs +319 -0
  25. package/bin/mindrian-mcp-server.cjs +445 -0
  26. package/bin/mindrian-mcp-shim.cjs +100 -0
  27. package/bin/mindrian-tools.cjs +784 -0
  28. package/commands/act.md +529 -0
  29. package/commands/admin.md +439 -0
  30. package/commands/agentshield.md +49 -0
  31. package/commands/analyze-needs.md +78 -0
  32. package/commands/analyze-systems.md +73 -0
  33. package/commands/analyze-timing.md +98 -0
  34. package/commands/auto-explore.md +85 -0
  35. package/commands/beautiful-question.md +76 -0
  36. package/commands/bono.md +152 -0
  37. package/commands/brain-derive.md +137 -0
  38. package/commands/build-knowledge.md +121 -0
  39. package/commands/build-thesis.md +94 -0
  40. package/commands/causal.md +269 -0
  41. package/commands/challenge-assumptions.md +78 -0
  42. package/commands/compare-ventures.md +117 -0
  43. package/commands/correct-reference-now.md +88 -0
  44. package/commands/dashboard.md +144 -0
  45. package/commands/deck.md +117 -0
  46. package/commands/deep-grade.md +214 -0
  47. package/commands/diagnose.md +131 -0
  48. package/commands/diagnostics.md +195 -0
  49. package/commands/dial-memory-refresh.md +113 -0
  50. package/commands/diffusion.md +129 -0
  51. package/commands/discover.md +221 -0
  52. package/commands/doctor.md +271 -0
  53. package/commands/dogfood-flush.md +130 -0
  54. package/commands/dominant-designs.md +76 -0
  55. package/commands/eureka.md +315 -0
  56. package/commands/explain-decision.md +135 -0
  57. package/commands/explore-domains.md +78 -0
  58. package/commands/explore-futures.md +67 -0
  59. package/commands/explore-opportunity.md +172 -0
  60. package/commands/explore-trends.md +78 -0
  61. package/commands/export.md +128 -0
  62. package/commands/feynman-timeline-refresh.md +102 -0
  63. package/commands/file-meeting.md +1195 -0
  64. package/commands/find-analogies.md +369 -0
  65. package/commands/find-bottlenecks.md +108 -0
  66. package/commands/find-connections.md +111 -0
  67. package/commands/funding.md +114 -0
  68. package/commands/futures.md +128 -0
  69. package/commands/grade-grant.md +297 -0
  70. package/commands/grade.md +257 -0
  71. package/commands/graph.md +218 -0
  72. package/commands/hat-briefing.md +163 -0
  73. package/commands/heal.md +72 -0
  74. package/commands/help.md +176 -0
  75. package/commands/hmi-status.md +75 -0
  76. package/commands/ignite.md +229 -0
  77. package/commands/ingest-methodology.md +128 -0
  78. package/commands/intel-pipeline.md +133 -0
  79. package/commands/jtbd.md +262 -0
  80. package/commands/leadership.md +113 -0
  81. package/commands/lean-canvas.md +74 -0
  82. package/commands/macro-trends.md +88 -0
  83. package/commands/map-unknowns.md +76 -0
  84. package/commands/memory-cortex-reach.md +79 -0
  85. package/commands/memory.md +213 -0
  86. package/commands/models.md +200 -0
  87. package/commands/mos-reason.md +489 -0
  88. package/commands/mos.md +162 -0
  89. package/commands/mullins.md +155 -0
  90. package/commands/mva-brief.md +86 -0
  91. package/commands/mva-option.md +119 -0
  92. package/commands/mva-report.md +76 -0
  93. package/commands/new-project.md +633 -0
  94. package/commands/new-surface.md +116 -0
  95. package/commands/onboard.md +489 -0
  96. package/commands/operator.md +168 -0
  97. package/commands/opportunities.md +177 -0
  98. package/commands/organize.md +74 -0
  99. package/commands/persona.md +276 -0
  100. package/commands/pipeline.md +167 -0
  101. package/commands/present.md +125 -0
  102. package/commands/publish.md +227 -0
  103. package/commands/pws-brain.md +154 -0
  104. package/commands/qualify-opportunity.md +113 -0
  105. package/commands/query.md +70 -0
  106. package/commands/radar.md +110 -0
  107. package/commands/reanalyze.md +124 -0
  108. package/commands/research.md +467 -0
  109. package/commands/room.md +385 -0
  110. package/commands/rooms.md +682 -0
  111. package/commands/root-cause.md +77 -0
  112. package/commands/rs-experts.md +153 -0
  113. package/commands/rs-explain.md +134 -0
  114. package/commands/rs-fetch.md +119 -0
  115. package/commands/rs-thesis.md +131 -0
  116. package/commands/scenario-plan.md +80 -0
  117. package/commands/scheduled-tasks.md +308 -0
  118. package/commands/score-innovation.md +78 -0
  119. package/commands/scout.md +379 -0
  120. package/commands/setup.md +658 -0
  121. package/commands/show.md +71 -0
  122. package/commands/skill.md +108 -0
  123. package/commands/snapshot.md +179 -0
  124. package/commands/speakers.md +118 -0
  125. package/commands/splash.md +55 -0
  126. package/commands/stance.md +91 -0
  127. package/commands/status.md +109 -0
  128. package/commands/structure-argument.md +82 -0
  129. package/commands/suggest-next.md +141 -0
  130. package/commands/systems-thinking.md +224 -0
  131. package/commands/think-hats.md +86 -0
  132. package/commands/trending-to-absurd.md +151 -0
  133. package/commands/update.md +256 -0
  134. package/commands/user-needs.md +77 -0
  135. package/commands/validate.md +77 -0
  136. package/commands/value-proposition.md +116 -0
  137. package/commands/vault.md +330 -0
  138. package/commands/visualize.md +71 -0
  139. package/commands/whitespace.md +541 -0
  140. package/commands/wiki.md +96 -0
  141. package/data/ROOM.md +47 -0
  142. package/data/brain-census.generated.json +2617 -0
  143. package/data/brain-orchestration-projection.json +4973 -0
  144. package/data/brain-packet-schema.json +545 -0
  145. package/data/brain-surface-contract.json +32 -0
  146. package/data/capability-ledger.json +391 -0
  147. package/data/capability-map-registry.json +23 -0
  148. package/data/command-registry.json +2433 -0
  149. package/data/connector-coverage-ledger.json +1618 -0
  150. package/data/connector-out-of-spine-allowlist.json +71 -0
  151. package/data/connector-registry.json +3637 -0
  152. package/data/corpus-stats-source.json +11 -0
  153. package/data/corpus-stats.generated.json +10 -0
  154. package/data/cross-domain-analogues.json +15 -0
  155. package/data/deck-aliases.json +6 -0
  156. package/data/deck-styles.json +85 -0
  157. package/data/deployment-surfaces.json +69 -0
  158. package/data/dispatch-framework-map.json +18 -0
  159. package/data/doctor-modules.json +206 -0
  160. package/data/dual-graph-health-baseline.json +12 -0
  161. package/data/eureka-critic-tags.json +32 -0
  162. package/data/first-reward-surfaces.json +66 -0
  163. package/data/first-touch-surfaces.json +60 -0
  164. package/data/flagship-floor-set.json +37 -0
  165. package/data/framework-names.json +121 -0
  166. package/data/grant-rubric-fixtures/early-stage-pre-seed.json +18 -0
  167. package/data/grant-rubric-fixtures/early-stage-round-a.json +18 -0
  168. package/data/grant-rubric-fixtures/early-stage-seed.json +18 -0
  169. package/data/grant-rubric-fixtures/hybrid-seed-incentive.json +18 -0
  170. package/data/grant-rubric-fixtures/rd-fund.json +18 -0
  171. package/data/grant-rubric-fixtures/regional-innovation-incubators.json +18 -0
  172. package/data/grant-rubric-fixtures/technology-incubators.json +18 -0
  173. package/data/grant-rubric-fixtures/tnufa.json +167 -0
  174. package/data/grant-rubric-schema.json +33 -0
  175. package/data/harness-fixtures/converged-room/.context/ROOM.md +13 -0
  176. package/data/harness-fixtures/converged-room/.intelligence/ROOM.md +13 -0
  177. package/data/harness-fixtures/converged-room/.snapshots/ROOM.md +13 -0
  178. package/data/harness-fixtures/converged-room/MINTO.md +19 -0
  179. package/data/harness-fixtures/converged-room/STATE.md +73 -0
  180. package/data/harness-fixtures/converged-room/USER.md +23 -0
  181. package/data/harness-fixtures/converged-room/assets/ROOM.md +13 -0
  182. package/data/harness-fixtures/converged-room/business-model/CONTEXT.md +32 -0
  183. package/data/harness-fixtures/converged-room/business-model/ROOM.md +36 -0
  184. package/data/harness-fixtures/converged-room/competitive-analysis/CONTEXT.md +33 -0
  185. package/data/harness-fixtures/converged-room/competitive-analysis/ROOM.md +35 -0
  186. package/data/harness-fixtures/converged-room/financial-model/CONTEXT.md +30 -0
  187. package/data/harness-fixtures/converged-room/financial-model/ROOM.md +35 -0
  188. package/data/harness-fixtures/converged-room/funding/CONTEXT.md +41 -0
  189. package/data/harness-fixtures/converged-room/funding/ROOM.md +35 -0
  190. package/data/harness-fixtures/converged-room/legal-ip/CONTEXT.md +30 -0
  191. package/data/harness-fixtures/converged-room/legal-ip/ROOM.md +35 -0
  192. package/data/harness-fixtures/converged-room/market-analysis/CONTEXT.md +32 -0
  193. package/data/harness-fixtures/converged-room/market-analysis/ROOM.md +35 -0
  194. package/data/harness-fixtures/converged-room/opportunity-bank/CONTEXT.md +39 -0
  195. package/data/harness-fixtures/converged-room/opportunity-bank/ROOM.md +36 -0
  196. package/data/harness-fixtures/converged-room/problem-definition/CONTEXT.md +32 -0
  197. package/data/harness-fixtures/converged-room/problem-definition/ROOM.md +36 -0
  198. package/data/harness-fixtures/converged-room/references/ROOM.md +13 -0
  199. package/data/harness-fixtures/converged-room/references/SECTION-SCHEMA.md +213 -0
  200. package/data/harness-fixtures/converged-room/references/SUB-SCHEMAS.md +91 -0
  201. package/data/harness-fixtures/converged-room/solution-design/CONTEXT.md +36 -0
  202. package/data/harness-fixtures/converged-room/solution-design/ROOM.md +36 -0
  203. package/data/harness-fixtures/converged-room/strategy/CONTEXT.md +35 -0
  204. package/data/harness-fixtures/converged-room/strategy/ROOM.md +35 -0
  205. package/data/harness-fixtures/converged-room/team/ROOM.md +13 -0
  206. package/data/harness-fixtures/converged-room/team-execution/CONTEXT.md +36 -0
  207. package/data/harness-fixtures/converged-room/team-execution/ROOM.md +35 -0
  208. package/data/harness-manifest.json +74 -0
  209. package/data/harness-policies/CONTEXT.md +55 -0
  210. package/data/harness-policies/_schema.json +42 -0
  211. package/data/harness-policies/contract-parity-larry.json +63 -0
  212. package/data/harness-policies/gate-card-fire.json +13 -0
  213. package/data/harness-policies/gate-graph-derive-health.json +13 -0
  214. package/data/harness-policies/gate-shape-declaration.json +13 -0
  215. package/data/harness-policies/gate-tool-honesty.json +13 -0
  216. package/data/harness-policies/gate-worktree-hygiene.json +13 -0
  217. package/data/harness-policies/memory-write-policy.json +28 -0
  218. package/data/harness-policies/registry-drift.json +13 -0
  219. package/data/harness-policies/release-payload-ceiling.json +13 -0
  220. package/data/harness-policies/voice-backend-noun-free.json +13 -0
  221. package/data/harness-policies/voice-fork-as-card.json +13 -0
  222. package/data/harness-policies/voice-glyph-present.json +13 -0
  223. package/data/harness-policies/voice-hyphens-only.json +13 -0
  224. package/data/help-groups.json +236 -0
  225. package/data/hitl-shape-backfill.json +777 -0
  226. package/data/hitl-shape-declaration-fixtures/invalid-bad-shape.json +5 -0
  227. package/data/hitl-shape-declaration-fixtures/invalid-missing-why.json +4 -0
  228. package/data/hitl-shape-declaration-fixtures/invalid-ranker-contradiction.json +6 -0
  229. package/data/hitl-shape-declaration-fixtures/invalid-skill-gap.json +3 -0
  230. package/data/hitl-shape-declaration-fixtures/valid-multi-stage.json +7 -0
  231. package/data/hitl-shape-declaration-fixtures/valid-single-shape.json +5 -0
  232. package/data/hitl-shape-declaration-fixtures/valid-skill-exempt.json +5 -0
  233. package/data/hitl-shape-declaration-schema.json +34 -0
  234. package/data/hitl-stages-fixtures/bono.json +10 -0
  235. package/data/hitl-stages-fixtures/pipeline-1.json +9 -0
  236. package/data/hitl-stages-fixtures/pipeline-2.json +9 -0
  237. package/data/hitl-stages-fixtures/pipeline-3.json +10 -0
  238. package/data/hitl-stages-fixtures/research.json +10 -0
  239. package/data/hitl-stages-fixtures/rs-convergence.json +10 -0
  240. package/data/hitl-stages-fixtures/rs-family.json +11 -0
  241. package/data/hitl-stages-fixtures/rs-reverse-salient.json +10 -0
  242. package/data/hitl-stages-fixtures/trending-to-absurd.json +11 -0
  243. package/data/hitl-stages-schema.json +26 -0
  244. package/data/mcp-tool-connectors.json +464 -0
  245. package/data/mva-agent-prompts.json +31 -0
  246. package/data/mva-deck-template.html +15 -0
  247. package/data/mva-heuristic-keywords.json +35 -0
  248. package/data/orchestration-command-ledger.json +576 -0
  249. package/data/orchestration-unwired-allowlist.json +6 -0
  250. package/data/portfolio-ahp-matrix.json +16 -0
  251. package/data/publish-needs.json +76 -0
  252. package/data/render-coverage-registry.json +1152 -0
  253. package/data/research-sources.json +58 -0
  254. package/data/roadmap-type-chains.json +28 -0
  255. package/data/room-blueprints.json +156 -0
  256. package/data/subagent-dispatch-grants.json +150 -0
  257. package/hooks/hooks.json +493 -0
  258. package/hooks/run-hook.cmd +64 -0
  259. package/lib/__init__.py +0 -0
  260. package/lib/__pycache__/__init__.cpython-312.pyc +0 -0
  261. package/lib/agents/auto-explore-agent.cjs +1163 -0
  262. package/lib/agents/mva/brain-classic-traps.cjs +55 -0
  263. package/lib/agents/mva/brain-cross-domain.cjs +79 -0
  264. package/lib/agents/mva/brain-similar-ventures.cjs +93 -0
  265. package/lib/agents/mva/dashboard-graph-neighborhood.cjs +72 -0
  266. package/lib/agents/mva/index.cjs +42 -0
  267. package/lib/agents/mva/six-hats-red-black.cjs +137 -0
  268. package/lib/agents/mva/tavily-funding-scan.cjs +147 -0
  269. package/lib/agents/mva/test-all-six-agents.cjs +467 -0
  270. package/lib/agents/reverse-salient-agent.cjs +757 -0
  271. package/lib/agents/tension-hook-agent.cjs +586 -0
  272. package/lib/brain/ROOM.md +44 -0
  273. package/lib/brain/chain-recommender.cjs +784 -0
  274. package/lib/brain/curation-batch.cjs +519 -0
  275. package/lib/brain/framework-chain-slice.cjs +252 -0
  276. package/lib/brain/hypergraph-event-schema.cjs +184 -0
  277. package/lib/chat/chat-context.js +185 -0
  278. package/lib/chat/chat-panel.js +721 -0
  279. package/lib/chat/fabric-chat.cjs +288 -0
  280. package/lib/chat/generative-tools.js +219 -0
  281. package/lib/conversation/ROOM.md +39 -0
  282. package/lib/conversation/classifier-rules.json +38 -0
  283. package/lib/conversation/classifier.cjs +264 -0
  284. package/lib/conversation/operator-epistemic-cap.test.cjs +156 -0
  285. package/lib/conversation/operator.cjs +492 -0
  286. package/lib/conversation/operator.test.cjs +160 -0
  287. package/lib/copy/115-spec-strings.cjs +55 -0
  288. package/lib/core/__init__.py +0 -0
  289. package/lib/core/__nav-stub.cjs +14 -0
  290. package/lib/core/__pycache__/__init__.cpython-312.pyc +0 -0
  291. package/lib/core/__pycache__/rs-math.cpython-312.pyc +0 -0
  292. package/lib/core/__pycache__/rs_cache.cpython-312.pyc +0 -0
  293. package/lib/core/__pycache__/rs_corpus.cpython-312.pyc +0 -0
  294. package/lib/core/__pycache__/rs_corpus_exclude.cpython-312.pyc +0 -0
  295. package/lib/core/__pycache__/rs_hybrid.cpython-312.pyc +0 -0
  296. package/lib/core/__pycache__/rs_math.cpython-312.pyc +0 -0
  297. package/lib/core/__pycache__/rs_rooms.cpython-312.pyc +0 -0
  298. package/lib/core/abstraction-gate.cjs +133 -0
  299. package/lib/core/act-jtbd-blurb.cjs +231 -0
  300. package/lib/core/artifact-id.cjs +148 -0
  301. package/lib/core/asset-ops.cjs +151 -0
  302. package/lib/core/auto-commit-throttle.cjs +129 -0
  303. package/lib/core/bearer-token.cjs +199 -0
  304. package/lib/core/behavioral/observation-schema.cjs +86 -0
  305. package/lib/core/bono/cell-fanout.cjs +305 -0
  306. package/lib/core/bono/debate-composition.cjs +495 -0
  307. package/lib/core/bono/hat-governance.cjs +367 -0
  308. package/lib/core/bono/persona-research.cjs +288 -0
  309. package/lib/core/bono/reviewer-governance.cjs +331 -0
  310. package/lib/core/brain-client.cjs +2365 -0
  311. package/lib/core/brain-derivation-prompts.cjs +331 -0
  312. package/lib/core/brain-derivation-queue.cjs +535 -0
  313. package/lib/core/brain-derivation.cjs +740 -0
  314. package/lib/core/brain-md-schema.cjs +528 -0
  315. package/lib/core/brain-md-staleness.cjs +357 -0
  316. package/lib/core/brain-response-sanitize.cjs +396 -0
  317. package/lib/core/breakthrough/canary.cjs +134 -0
  318. package/lib/core/breakthrough/canary.test.cjs +136 -0
  319. package/lib/core/breakthrough/detectors.cjs +359 -0
  320. package/lib/core/breakthrough/detectors.test.cjs +333 -0
  321. package/lib/core/breakthrough/ethics-fence.cjs +129 -0
  322. package/lib/core/breakthrough/ethics-fence.test.cjs +178 -0
  323. package/lib/core/breakthrough/resurfacing.cjs +150 -0
  324. package/lib/core/breakthrough/resurfacing.test.cjs +233 -0
  325. package/lib/core/breakthrough/review-queue.cjs +168 -0
  326. package/lib/core/breakthrough/review-queue.test.cjs +160 -0
  327. package/lib/core/breakthrough/scanner-d17-d18.test.cjs +229 -0
  328. package/lib/core/breakthrough/scanner.cjs +435 -0
  329. package/lib/core/breakthrough/scanner.test.cjs +267 -0
  330. package/lib/core/breakthrough/schema.cjs +180 -0
  331. package/lib/core/breakthrough/schema.test.cjs +256 -0
  332. package/lib/core/breakthrough/scoring.cjs +293 -0
  333. package/lib/core/breakthrough/scoring.test.cjs +423 -0
  334. package/lib/core/breakthrough/verb-dispatch.cjs +230 -0
  335. package/lib/core/breakthrough/verb-dispatch.test.cjs +185 -0
  336. package/lib/core/breakthrough/voice-scaffold.cjs +249 -0
  337. package/lib/core/breakthrough/voice-scaffold.test.cjs +251 -0
  338. package/lib/core/bridge-writer.cjs +477 -0
  339. package/lib/core/cache-prune.cjs +314 -0
  340. package/lib/core/card-fire-gate.cjs +107 -0
  341. package/lib/core/card-fire-sidechannel.cjs +518 -0
  342. package/lib/core/chain-executor.cjs +939 -0
  343. package/lib/core/chain-retry.cjs +214 -0
  344. package/lib/core/chain-step-dispatcher.cjs +397 -0
  345. package/lib/core/chat-context-builder.cjs +253 -0
  346. package/lib/core/check-plugin-enabled.cjs +145 -0
  347. package/lib/core/close-loop-writer.cjs +492 -0
  348. package/lib/core/command-registration-check.cjs +246 -0
  349. package/lib/core/correlation-label-index.cjs +230 -0
  350. package/lib/core/correlation.cjs +112 -0
  351. package/lib/core/coverage-monitor.cjs +183 -0
  352. package/lib/core/coverage-rollup.cjs +232 -0
  353. package/lib/core/cross-room-aggregator.cjs +1127 -0
  354. package/lib/core/cross-room-store.cjs +292 -0
  355. package/lib/core/cross-room-triggers.cjs +222 -0
  356. package/lib/core/daily-briefing.cjs +438 -0
  357. package/lib/core/decision-axes.cjs +178 -0
  358. package/lib/core/decision-capture.cjs +618 -0
  359. package/lib/core/deck-design-rules.cjs +211 -0
  360. package/lib/core/deep-links.cjs +82 -0
  361. package/lib/core/directive-envelope.cjs +217 -0
  362. package/lib/core/directive-envelope.test.cjs +225 -0
  363. package/lib/core/dispatch-optimizer.cjs +354 -0
  364. package/lib/core/doc-text-extractor.cjs +133 -0
  365. package/lib/core/doctor/capability-ledger-module.cjs +170 -0
  366. package/lib/core/doctor/card-fire-health-module.cjs +159 -0
  367. package/lib/core/doctor/cascade-rooms-active-module.cjs +127 -0
  368. package/lib/core/doctor/cascade-rooms-module.cjs +184 -0
  369. package/lib/core/doctor/class-m-brain-smoke.cjs +479 -0
  370. package/lib/core/doctor/class-m-brain-smoke.test.cjs +448 -0
  371. package/lib/core/doctor/class-s-eureka-smoke.cjs +380 -0
  372. package/lib/core/doctor/deployment-surfaces-module.cjs +408 -0
  373. package/lib/core/doctor/deprecated-usage-module.cjs +155 -0
  374. package/lib/core/doctor/eureka-fts-health-module.cjs +236 -0
  375. package/lib/core/doctor/graph-derive-heal-retrofit-module.cjs +148 -0
  376. package/lib/core/doctor/graph-derive-health-module.cjs +486 -0
  377. package/lib/core/doctor/install-incomplete-module.cjs +320 -0
  378. package/lib/core/doctor/install-state-module.cjs +503 -0
  379. package/lib/core/doctor/mcp-surface-module.cjs +369 -0
  380. package/lib/core/doctor/mode-select-checkpoint-module.cjs +113 -0
  381. package/lib/core/doctor/plugin-enabled-state-module.cjs +86 -0
  382. package/lib/core/doctor/room-graph-density-module.cjs +181 -0
  383. package/lib/core/doctor/room-md-module.cjs +198 -0
  384. package/lib/core/doctor/shared.cjs +555 -0
  385. package/lib/core/doctor/stale-first-touch-copy-module.cjs +83 -0
  386. package/lib/core/doctor/statusline-visibility-module.cjs +295 -0
  387. package/lib/core/doctor/ui-compliance-module.cjs +223 -0
  388. package/lib/core/doctor/umbilical-module.cjs +486 -0
  389. package/lib/core/doctor/verify-surface-module.cjs +82 -0
  390. package/lib/core/doctor/voice-style-log-module.cjs +146 -0
  391. package/lib/core/domain-insight-sweep.cjs +224 -0
  392. package/lib/core/drift-baseline.cjs +362 -0
  393. package/lib/core/drift-runtime-reachability.cjs +283 -0
  394. package/lib/core/dual-path-detector.cjs +84 -0
  395. package/lib/core/dual-path-detector.test.cjs +334 -0
  396. package/lib/core/enrichment-queue.cjs +636 -0
  397. package/lib/core/eureka/ahp-weights.cjs +232 -0
  398. package/lib/core/eureka/analogy-fitness.cjs +326 -0
  399. package/lib/core/eureka/compression-meter.cjs +165 -0
  400. package/lib/core/eureka/embedding-classifier.cjs +226 -0
  401. package/lib/core/eureka/embedding-spine.cjs +563 -0
  402. package/lib/core/eureka/entity-classifier.cjs +232 -0
  403. package/lib/core/eureka/entity-extractor.cjs +356 -0
  404. package/lib/core/eureka/eureka-enable.cjs +228 -0
  405. package/lib/core/eureka/eureka-offer.cjs +225 -0
  406. package/lib/core/eureka/eureka-reach-runner.cjs +430 -0
  407. package/lib/core/eureka/explore-chain.cjs +834 -0
  408. package/lib/core/eureka/explored-artifact.cjs +456 -0
  409. package/lib/core/eureka/fts-index-lifecycle.cjs +265 -0
  410. package/lib/core/eureka/grade-grant-examine.cjs +544 -0
  411. package/lib/core/eureka/grade-grant.cjs +596 -0
  412. package/lib/core/eureka/hybrid-retrieve.cjs +256 -0
  413. package/lib/core/eureka/lateral-engine-adapter.cjs +118 -0
  414. package/lib/core/eureka/lexical-overlap.cjs +98 -0
  415. package/lib/core/eureka/online-pattern-query.cjs +142 -0
  416. package/lib/core/eureka/opportunity-harvest.cjs +752 -0
  417. package/lib/core/eureka/opportunity-statement.cjs +519 -0
  418. package/lib/core/eureka/portfolio-dimensions.cjs +255 -0
  419. package/lib/core/eureka/qualify-opportunity.cjs +607 -0
  420. package/lib/core/eureka/reasoning-mode.cjs +481 -0
  421. package/lib/core/eureka/report-html.cjs +368 -0
  422. package/lib/core/eureka/research-filing.cjs +547 -0
  423. package/lib/core/eureka/room-native-substrate.cjs +343 -0
  424. package/lib/core/eureka/tail-quadrant.cjs +177 -0
  425. package/lib/core/eureka/tri-modal-index.cjs +564 -0
  426. package/lib/core/eureka/vector-store.cjs +414 -0
  427. package/lib/core/eureka-critic.cjs +733 -0
  428. package/lib/core/eureka-deps-resolver.cjs +179 -0
  429. package/lib/core/expert-genesis.cjs +437 -0
  430. package/lib/core/expert-library.cjs +303 -0
  431. package/lib/core/exports-log.cjs +79 -0
  432. package/lib/core/feynman/ROOM.md +25 -0
  433. package/lib/core/feynman/dial-memory-renderer.cjs +279 -0
  434. package/lib/core/feynman/dial-memory-runner.cjs +173 -0
  435. package/lib/core/feynman/feynman-seed-writer.cjs +187 -0
  436. package/lib/core/feynman/timeline-renderer.cjs +197 -0
  437. package/lib/core/feynman/timeline-runner.cjs +281 -0
  438. package/lib/core/feynman-minto-invariants.cjs +609 -0
  439. package/lib/core/findings-wirer.cjs +360 -0
  440. package/lib/core/first-touch-version-stamper.cjs +113 -0
  441. package/lib/core/folder-memory-async.cjs +424 -0
  442. package/lib/core/folder-memory-shared.cjs +890 -0
  443. package/lib/core/folder-memory.cjs +546 -0
  444. package/lib/core/framework-chain-composer.cjs +583 -0
  445. package/lib/core/frontmatter-schemas.cjs +468 -0
  446. package/lib/core/fusion-router.cjs +540 -0
  447. package/lib/core/futures/causal-cue.cjs +91 -0
  448. package/lib/core/futures/orchestrator.cjs +1391 -0
  449. package/lib/core/futures/subsystem-render.cjs +164 -0
  450. package/lib/core/gate-relevance.cjs +278 -0
  451. package/lib/core/git-ops.cjs +141 -0
  452. package/lib/core/graph-backfill.cjs +562 -0
  453. package/lib/core/graph-candidate-producer.cjs +235 -0
  454. package/lib/core/graph-derivation.cjs +546 -0
  455. package/lib/core/graph-derive-classifier.cjs +352 -0
  456. package/lib/core/graph-ops.cjs +274 -0
  457. package/lib/core/graph-refine-loop.cjs +194 -0
  458. package/lib/core/graph-self-heal.cjs +289 -0
  459. package/lib/core/greeting-intent-detector.cjs +201 -0
  460. package/lib/core/grill-engine.cjs +459 -0
  461. package/lib/core/hat-persistence.cjs +274 -0
  462. package/lib/core/hsi-engine.cjs +439 -0
  463. package/lib/core/hsi-lsa.cjs +246 -0
  464. package/lib/core/hsi-spectral.cjs +554 -0
  465. package/lib/core/hsi-to-graph.test.cjs +168 -0
  466. package/lib/core/icm-forest.cjs +703 -0
  467. package/lib/core/ignite-branch-gate.cjs +66 -0
  468. package/lib/core/index.cjs +60 -0
  469. package/lib/core/insight-sensors.cjs +1000 -0
  470. package/lib/core/install-state.cjs +242 -0
  471. package/lib/core/integration-registry.cjs +232 -0
  472. package/lib/core/intel-pipeline.cjs +545 -0
  473. package/lib/core/intelligence-cascade.cjs +852 -0
  474. package/lib/core/issue-tree.cjs +269 -0
  475. package/lib/core/larry-thinness-acknowledgment.cjs +64 -0
  476. package/lib/core/larry-thinness-acknowledgment.test.cjs +97 -0
  477. package/lib/core/lazygraph-ops.cjs +1453 -0
  478. package/lib/core/lens-engine.cjs +434 -0
  479. package/lib/core/leverage-scan.cjs +218 -0
  480. package/lib/core/llm-name-suggester.cjs +194 -0
  481. package/lib/core/llm-name-suggester.test.cjs +132 -0
  482. package/lib/core/lru-cache.cjs +139 -0
  483. package/lib/core/mcp-dep-heal.cjs +475 -0
  484. package/lib/core/mcp-dep-heal.test.cjs +253 -0
  485. package/lib/core/mcp-profiles.cjs +185 -0
  486. package/lib/core/meeting-ops.cjs +54 -0
  487. package/lib/core/memory/governance-candidate-raiser.cjs +205 -0
  488. package/lib/core/memory/governance-candidate.cjs +95 -0
  489. package/lib/core/memory/reconcile-memory-runner.cjs +653 -0
  490. package/lib/core/memory-ops.cjs +641 -0
  491. package/lib/core/meter/gate-density-reader.cjs +112 -0
  492. package/lib/core/meter/transfer-reader.cjs +276 -0
  493. package/lib/core/meter/two-gauge.cjs +245 -0
  494. package/lib/core/methodology-ingest.cjs +346 -0
  495. package/lib/core/metrics/larryreach-loop-health.cjs +142 -0
  496. package/lib/core/migration-snapshot.cjs +287 -0
  497. package/lib/core/migration-snapshot.test.cjs +174 -0
  498. package/lib/core/migrations/ROOM.md +33 -0
  499. package/lib/core/migrations/phase-109-nodes-provenance.cjs +400 -0
  500. package/lib/core/migrations/phase-109-session-focus.cjs +99 -0
  501. package/lib/core/migrations/phase-160-nodes-bitemporal.cjs +168 -0
  502. package/lib/core/migrations/phase-160-nodes-bitemporal.test.cjs +140 -0
  503. package/lib/core/migrations/phase-162-section-nodes.cjs +156 -0
  504. package/lib/core/migrations/phase-222-ranker-weights.cjs +62 -0
  505. package/lib/core/migrations/phase-224-edge-review-status.cjs +87 -0
  506. package/lib/core/mindrian-brain-shim.test.cjs +221 -0
  507. package/lib/core/mode-select-sidechannel.cjs +259 -0
  508. package/lib/core/model-profiles.cjs +246 -0
  509. package/lib/core/mullins-scaffold.cjs +258 -0
  510. package/lib/core/mullins-scaffold.test.cjs +128 -0
  511. package/lib/core/mva-agent-contract.cjs +170 -0
  512. package/lib/core/mva-agent-contract.test.cjs +169 -0
  513. package/lib/core/mva-budget.cjs +75 -0
  514. package/lib/core/mva-budget.test.cjs +68 -0
  515. package/lib/core/mva-classifier.cjs +392 -0
  516. package/lib/core/mva-classifier.test.cjs +248 -0
  517. package/lib/core/mva-deck-builder.cjs +452 -0
  518. package/lib/core/mva-deck-builder.test.cjs +287 -0
  519. package/lib/core/mva-detect.smoke.test.cjs +209 -0
  520. package/lib/core/mva-dispatcher.cjs +110 -0
  521. package/lib/core/mva-dispatcher.test.cjs +216 -0
  522. package/lib/core/mva-option-router.cjs +414 -0
  523. package/lib/core/mva-option-router.test.cjs +483 -0
  524. package/lib/core/mva-orchestrator.cjs +365 -0
  525. package/lib/core/mva-orchestrator.test.cjs +916 -0
  526. package/lib/core/mva-progressive-renderer.cjs +194 -0
  527. package/lib/core/mva-progressive-renderer.test.cjs +157 -0
  528. package/lib/core/mva-rule-linter.cjs +458 -0
  529. package/lib/core/mva-rule-linter.test.cjs +484 -0
  530. package/lib/core/mva-state.cjs +159 -0
  531. package/lib/core/mva-telemetry.cjs +58 -0
  532. package/lib/core/mva-telemetry.test.cjs +196 -0
  533. package/lib/core/mva-vercel-deploy.cjs +168 -0
  534. package/lib/core/mva-vercel-deploy.test.cjs +239 -0
  535. package/lib/core/nav-dial.cjs +440 -0
  536. package/lib/core/navigation/ROOM.md +15 -0
  537. package/lib/core/navigation/abstraction-claim.cjs +185 -0
  538. package/lib/core/navigation/calibration-gate.cjs +284 -0
  539. package/lib/core/navigation/calibration-log.cjs +141 -0
  540. package/lib/core/navigation/confirm-node.cjs +73 -0
  541. package/lib/core/navigation/dashboard-helpers.cjs +145 -0
  542. package/lib/core/navigation/edges.cjs +1150 -0
  543. package/lib/core/navigation/evidence-claim.cjs +186 -0
  544. package/lib/core/navigation/explanation.cjs +48 -0
  545. package/lib/core/navigation/file-evidence-readback.cjs +242 -0
  546. package/lib/core/navigation/focus.cjs +155 -0
  547. package/lib/core/navigation/get-domains-for-trends.cjs +277 -0
  548. package/lib/core/navigation/governance.cjs +101 -0
  549. package/lib/core/navigation/grant-rubric.cjs +218 -0
  550. package/lib/core/navigation/graph-export.cjs +325 -0
  551. package/lib/core/navigation/ingestion.cjs +109 -0
  552. package/lib/core/navigation/insights-stale.test.cjs +127 -0
  553. package/lib/core/navigation/insights.cjs +574 -0
  554. package/lib/core/navigation/lens-nodes.cjs +315 -0
  555. package/lib/core/navigation/memory-artifacts.cjs +437 -0
  556. package/lib/core/navigation/memory-cortex-packet.cjs +274 -0
  557. package/lib/core/navigation/memory-events.cjs +811 -0
  558. package/lib/core/navigation/neighborhood.cjs +79 -0
  559. package/lib/core/navigation/packet.cjs +420 -0
  560. package/lib/core/navigation/planning-artifacts.cjs +219 -0
  561. package/lib/core/navigation/projections.cjs +295 -0
  562. package/lib/core/navigation/ranker-weights.cjs +133 -0
  563. package/lib/core/navigation/reasoning-write.cjs +211 -0
  564. package/lib/core/navigation/reconcile-guard.cjs +98 -0
  565. package/lib/core/navigation/reified-claim.cjs +287 -0
  566. package/lib/core/navigation/research-preflight.cjs +156 -0
  567. package/lib/core/navigation/room-birth.cjs +1213 -0
  568. package/lib/core/navigation/room-context.cjs +380 -0
  569. package/lib/core/navigation/room-home.cjs +142 -0
  570. package/lib/core/navigation/spine-events.cjs +548 -0
  571. package/lib/core/navigation/synthetic-expert.cjs +177 -0
  572. package/lib/core/navigation/transitions.cjs +253 -0
  573. package/lib/core/navigation/typed-claim.cjs +208 -0
  574. package/lib/core/navigation/typed-domain.cjs +249 -0
  575. package/lib/core/navigation/typed-entity.cjs +236 -0
  576. package/lib/core/navigation/typed-frame.cjs +257 -0
  577. package/lib/core/navigation/typed-open-question.cjs +130 -0
  578. package/lib/core/navigation/typed-opportunity.cjs +418 -0
  579. package/lib/core/navigation-engine-offer.cjs +776 -0
  580. package/lib/core/navigation-engine-shared.cjs +256 -0
  581. package/lib/core/navigation-engine.cjs +1696 -0
  582. package/lib/core/navigation.cjs +686 -0
  583. package/lib/core/nl-graph-queries.cjs +164 -0
  584. package/lib/core/node-insert-epistemic.test.cjs +212 -0
  585. package/lib/core/node-insert-overrides.test.cjs +273 -0
  586. package/lib/core/node-insert.cjs +274 -0
  587. package/lib/core/npm-cli-resolve.cjs +151 -0
  588. package/lib/core/npm-cli-resolve.test.cjs +153 -0
  589. package/lib/core/npm-install-lock.cjs +326 -0
  590. package/lib/core/npm-install-lock.test.cjs +379 -0
  591. package/lib/core/numeric/sklearn-stopwords-v1.json +325 -0
  592. package/lib/core/numeric/svd.cjs +377 -0
  593. package/lib/core/numeric/tfidf.cjs +241 -0
  594. package/lib/core/offer-presenter.cjs +406 -0
  595. package/lib/core/opportunity-extractor.cjs +183 -0
  596. package/lib/core/opportunity-ops.cjs +1423 -0
  597. package/lib/core/orchestration-candidate-lift.cjs +284 -0
  598. package/lib/core/part8-egress-guard.cjs +536 -0
  599. package/lib/core/part8-egress-guard.test.cjs +194 -0
  600. package/lib/core/part8-egress-ontology.cjs +174 -0
  601. package/lib/core/part8-egress-ontology.test.cjs +133 -0
  602. package/lib/core/persona-ops.cjs +692 -0
  603. package/lib/core/persona-override.cjs +327 -0
  604. package/lib/core/persona-taxonomy.cjs +328 -0
  605. package/lib/core/pinecone-inference.cjs +176 -0
  606. package/lib/core/pitch-feedback-schemas.cjs +303 -0
  607. package/lib/core/planning/artifact-brain-packet.cjs +212 -0
  608. package/lib/core/planning/reconcile-runner.cjs +347 -0
  609. package/lib/core/platform-gates.cjs +120 -0
  610. package/lib/core/platform.cjs +257 -0
  611. package/lib/core/proactive-intelligence.cjs +528 -0
  612. package/lib/core/problem-type-router.cjs +315 -0
  613. package/lib/core/publish-needs-default-lane.cjs +110 -0
  614. package/lib/core/ralph-loop-gate.cjs +48 -0
  615. package/lib/core/reader/ab-harness.cjs +177 -0
  616. package/lib/core/reader/decide-projection-reader.cjs +358 -0
  617. package/lib/core/reasoning-ops.cjs +639 -0
  618. package/lib/core/recipe-maps.cjs +442 -0
  619. package/lib/core/recovery/case-file.cjs +358 -0
  620. package/lib/core/recovery/controller.cjs +1008 -0
  621. package/lib/core/recovery/dispatcher.cjs +533 -0
  622. package/lib/core/recovery/result-semantics.cjs +488 -0
  623. package/lib/core/recovery/stage-envelope.cjs +338 -0
  624. package/lib/core/refusal-messaging.cjs +569 -0
  625. package/lib/core/refusal-messaging.test.cjs +220 -0
  626. package/lib/core/repo-version.cjs +134 -0
  627. package/lib/core/research-cache.cjs +165 -0
  628. package/lib/core/research-cache.test.cjs +137 -0
  629. package/lib/core/research-context-extractor.cjs +283 -0
  630. package/lib/core/research-corpus.cjs +814 -0
  631. package/lib/core/research-corpus.test.cjs +280 -0
  632. package/lib/core/research-filing-selector.cjs +189 -0
  633. package/lib/core/resolve-active-room.cjs +602 -0
  634. package/lib/core/resolve-brain-key.cjs +273 -0
  635. package/lib/core/resolve-umbilical-target.cjs +288 -0
  636. package/lib/core/resolve-vercel-key.cjs +107 -0
  637. package/lib/core/resolve-vercel-key.test.cjs +137 -0
  638. package/lib/core/reverse-salient-persona-suffix.cjs +115 -0
  639. package/lib/core/room-auto-create.cjs +318 -0
  640. package/lib/core/room-auto-create.test.cjs +198 -0
  641. package/lib/core/room-chooser.cjs +244 -0
  642. package/lib/core/room-classifier-strict-mode.cjs +235 -0
  643. package/lib/core/room-db.cjs +348 -0
  644. package/lib/core/room-discard-cascade.cjs +238 -0
  645. package/lib/core/room-discard-cascade.test.cjs +135 -0
  646. package/lib/core/room-name-validator.cjs +132 -0
  647. package/lib/core/room-name-validator.test.cjs +156 -0
  648. package/lib/core/room-naming-selector.cjs +357 -0
  649. package/lib/core/room-naming-selector.test.cjs +277 -0
  650. package/lib/core/room-open.cjs +259 -0
  651. package/lib/core/room-ops-async.cjs +92 -0
  652. package/lib/core/room-ops-shared.cjs +64 -0
  653. package/lib/core/room-ops-sync.cjs +70 -0
  654. package/lib/core/room-ops.cjs +32 -0
  655. package/lib/core/room-receipt-emit.cjs +63 -0
  656. package/lib/core/room-root.cjs +93 -0
  657. package/lib/core/room-skeleton-scaffold.cjs +669 -0
  658. package/lib/core/room-skeleton-scaffold.test.cjs +296 -0
  659. package/lib/core/room-type-detector.cjs +386 -0
  660. package/lib/core/rs-backend-dispatch.cjs +64 -0
  661. package/lib/core/rs-brain-substrate-prompts.cjs +129 -0
  662. package/lib/core/rs-brain-substrate.cjs +570 -0
  663. package/lib/core/rs-breakthrough-scorer.cjs +255 -0
  664. package/lib/core/rs-canon-violations.cjs +82 -0
  665. package/lib/core/rs-chain-feeder.cjs +381 -0
  666. package/lib/core/rs-commercial-assessor.cjs +280 -0
  667. package/lib/core/rs-corpus-quality-gate.cjs +62 -0
  668. package/lib/core/rs-differential-scorer.cjs +629 -0
  669. package/lib/core/rs-domain-analyzer.cjs +385 -0
  670. package/lib/core/rs-egress-prompts.cjs +113 -0
  671. package/lib/core/rs-egress-telemetry.cjs +225 -0
  672. package/lib/core/rs-egress-violations.cjs +53 -0
  673. package/lib/core/rs-engine.cjs +597 -0
  674. package/lib/core/rs-expert-brain-projection.cjs +280 -0
  675. package/lib/core/rs-expert-mapper.cjs +467 -0
  676. package/lib/core/rs-fetcher-academic.cjs +697 -0
  677. package/lib/core/rs-fetcher-experts.cjs +314 -0
  678. package/lib/core/rs-fetcher-industry.cjs +731 -0
  679. package/lib/core/rs-fetcher-patents.cjs +564 -0
  680. package/lib/core/rs-innovation-classifier.cjs +194 -0
  681. package/lib/core/rs-math.cjs +458 -0
  682. package/lib/core/rs-mind-map.cjs +656 -0
  683. package/lib/core/rs-neo4j-writer.cjs +388 -0
  684. package/lib/core/rs-nl-to-query.cjs +435 -0
  685. package/lib/core/rs-pinecone-bridge.cjs +344 -0
  686. package/lib/core/rs-preprocessor.cjs +350 -0
  687. package/lib/core/rs-query-matrix.cjs +316 -0
  688. package/lib/core/rs-query-to-text.cjs +438 -0
  689. package/lib/core/rs-sqlite-mirror.cjs +495 -0
  690. package/lib/core/rs-thesis-generator.cjs +188 -0
  691. package/lib/core/rs_cache.py +635 -0
  692. package/lib/core/rs_corpus.py +562 -0
  693. package/lib/core/rs_corpus_exclude.py +62 -0
  694. package/lib/core/rs_hybrid.py +589 -0
  695. package/lib/core/rs_math.py +287 -0
  696. package/lib/core/rs_rooms.py +196 -0
  697. package/lib/core/salient-governance.cjs +315 -0
  698. package/lib/core/scheduled-scanner.cjs +658 -0
  699. package/lib/core/scratchpad-ops.cjs +316 -0
  700. package/lib/core/seam-liveness.cjs +191 -0
  701. package/lib/core/seam-liveness.test.cjs +177 -0
  702. package/lib/core/section-8-trace-schema.cjs +138 -0
  703. package/lib/core/section-registry.cjs +167 -0
  704. package/lib/core/security/agentshield-adapters.test.cjs +104 -0
  705. package/lib/core/security/agentshield-run.cjs +343 -0
  706. package/lib/core/security/agentshield-scanner.cjs +314 -0
  707. package/lib/core/security/agentshield-scanner.test.cjs +259 -0
  708. package/lib/core/sensors/hat-scoping-table.cjs +103 -0
  709. package/lib/core/sensors/sensor-circularity.cjs +278 -0
  710. package/lib/core/sensors/sensor-content-relevance.cjs +407 -0
  711. package/lib/core/sensors/sensor-diffusion-adoption.cjs +230 -0
  712. package/lib/core/sensors/sensor-eureka.cjs +208 -0
  713. package/lib/core/sensors/sensor-expert-skill.cjs +293 -0
  714. package/lib/core/sensors/sensor-external-fact.cjs +184 -0
  715. package/lib/core/sensors/sensor-gate-approach.cjs +104 -0
  716. package/lib/core/sensors/sensor-jtbd-reweight.cjs +141 -0
  717. package/lib/core/sensors/sensor-lagging-component.cjs +115 -0
  718. package/lib/core/sensors/sensor-memory-cortex.cjs +111 -0
  719. package/lib/core/sensors/sensor-methodology-decision.cjs +131 -0
  720. package/lib/core/sensors/sensor-opportunity-harvest.cjs +195 -0
  721. package/lib/core/sensors/sensor-perspective-lock.cjs +174 -0
  722. package/lib/core/sensors/sensor-priority.cjs +183 -0
  723. package/lib/core/sensors/sensor-recency.cjs +151 -0
  724. package/lib/core/sensors/sensor-roadmap-type.cjs +421 -0
  725. package/lib/core/sensors/sensor-room-pick.cjs +238 -0
  726. package/lib/core/sensors/sensor-show-share.cjs +215 -0
  727. package/lib/core/sensors/sensor-temporal-blindness.cjs +123 -0
  728. package/lib/core/sensors/sensor-types.cjs +294 -0
  729. package/lib/core/sensors/sensor-url-ingest.cjs +234 -0
  730. package/lib/core/session-binding.cjs +208 -0
  731. package/lib/core/session-presence.cjs +404 -0
  732. package/lib/core/session-register.cjs +138 -0
  733. package/lib/core/session-state.cjs +144 -0
  734. package/lib/core/shallow-doc-parser.cjs +353 -0
  735. package/lib/core/shallow-doc-parser.test.cjs +226 -0
  736. package/lib/core/skill-activation-router.cjs +284 -0
  737. package/lib/core/skillopt-schemas.cjs +509 -0
  738. package/lib/core/stale-copy-scanner.cjs +190 -0
  739. package/lib/core/stance-state.cjs +153 -0
  740. package/lib/core/state-aware-router.cjs +78 -0
  741. package/lib/core/state-ops.cjs +80 -0
  742. package/lib/core/state-version.cjs +350 -0
  743. package/lib/core/statusline-cache.cjs +266 -0
  744. package/lib/core/statusline-liveness-gate.cjs +105 -0
  745. package/lib/core/surface-fence.cjs +127 -0
  746. package/lib/core/synthesizers/comparison-matrix.cjs +82 -0
  747. package/lib/core/synthesizers/convergence-map.cjs +107 -0
  748. package/lib/core/synthesizers/domain-hierarchy.cjs +138 -0
  749. package/lib/core/synthesizers/source-comparison.cjs +56 -0
  750. package/lib/core/synthesizers/tension-map.cjs +119 -0
  751. package/lib/core/synthetic-expert-behavior-gate.cjs +99 -0
  752. package/lib/core/synthetic-expert-construction-gate.cjs +170 -0
  753. package/lib/core/telemetry/schema.cjs +168 -0
  754. package/lib/core/telemetry/schema.test.cjs +124 -0
  755. package/lib/core/telemetry/validator.cjs +200 -0
  756. package/lib/core/telemetry/validator.test.cjs +188 -0
  757. package/lib/core/telemetry/writer.cjs +141 -0
  758. package/lib/core/telemetry/writer.test.cjs +331 -0
  759. package/lib/core/temporal/date-sync-gate.cjs +256 -0
  760. package/lib/core/temporal/date-sync-gate.test.cjs +191 -0
  761. package/lib/core/temporal/dual-stamp.cjs +172 -0
  762. package/lib/core/temporal/dual-stamp.test.cjs +172 -0
  763. package/lib/core/temporal/point-in-time.cjs +76 -0
  764. package/lib/core/temporal/point-in-time.test.cjs +169 -0
  765. package/lib/core/temporal/recency-decay.cjs +119 -0
  766. package/lib/core/temporal/recency-decay.test.cjs +140 -0
  767. package/lib/core/temporal/reference-now.cjs +281 -0
  768. package/lib/core/temporal/reference-now.test.cjs +225 -0
  769. package/lib/core/temporal/resolve-relative-time.cjs +116 -0
  770. package/lib/core/temporal/resolve-relative-time.test.cjs +138 -0
  771. package/lib/core/temporal/supersession.cjs +250 -0
  772. package/lib/core/temporal/supersession.test.cjs +103 -0
  773. package/lib/core/terminal-capability.cjs +88 -0
  774. package/lib/core/token-estimator.cjs +348 -0
  775. package/lib/core/tone-filter.cjs +147 -0
  776. package/lib/core/trending-to-absurd/orchestrator.cjs +341 -0
  777. package/lib/core/trending-to-absurd/stage7-roadmap.cjs +317 -0
  778. package/lib/core/trending-to-absurd/variance.cjs +169 -0
  779. package/lib/core/unknowns/bandit.cjs +332 -0
  780. package/lib/core/unknowns/corpus-adapter.cjs +327 -0
  781. package/lib/core/unknowns/dsp.cjs +356 -0
  782. package/lib/core/unknowns/edge-writer.cjs +211 -0
  783. package/lib/core/unknowns/iface.cjs +212 -0
  784. package/lib/core/unknowns/orchestrator.cjs +375 -0
  785. package/lib/core/unknowns/pattern-miner.cjs +214 -0
  786. package/lib/core/unknowns/rumsfeld-matrix.cjs +155 -0
  787. package/lib/core/unknowns/verdict.cjs +254 -0
  788. package/lib/core/update-path.cjs +57 -0
  789. package/lib/core/url-ingest.cjs +568 -0
  790. package/lib/core/user-archetype.cjs +284 -0
  791. package/lib/core/user-md-ops.cjs +578 -0
  792. package/lib/core/venture-shape-nudge.cjs +178 -0
  793. package/lib/core/venture-shape-nudge.test.cjs +266 -0
  794. package/lib/core/verb-reach-affinity.cjs +299 -0
  795. package/lib/core/visual-ops.cjs +692 -0
  796. package/lib/core/voice-transition-detector.cjs +125 -0
  797. package/lib/core/watched-sources.cjs +237 -0
  798. package/lib/core/write-lock.cjs +149 -0
  799. package/lib/graph/canvas-graph.js +467 -0
  800. package/lib/graph/constellation-config.cjs +299 -0
  801. package/lib/graph/graph-detail-panel.js +165 -0
  802. package/lib/hmi/ROOM.md +47 -0
  803. package/lib/hmi/across-session-memory.cjs +669 -0
  804. package/lib/hmi/agentshield-drift-gate.cjs +142 -0
  805. package/lib/hmi/brain-review-packet.cjs +221 -0
  806. package/lib/hmi/cortex-reach-adapter.cjs +271 -0
  807. package/lib/hmi/cross-room-memory.cjs +618 -0
  808. package/lib/hmi/decoy-tier.cjs +395 -0
  809. package/lib/hmi/depth-state.cjs +164 -0
  810. package/lib/hmi/dial-label-composer.cjs +410 -0
  811. package/lib/hmi/dial-presenter.cjs +508 -0
  812. package/lib/hmi/dial-reach-orchestrator.cjs +377 -0
  813. package/lib/hmi/dial-selector.cjs +239 -0
  814. package/lib/hmi/f1-pick-capture-cli.cjs +131 -0
  815. package/lib/hmi/f3-depth-capture-cli.cjs +77 -0
  816. package/lib/hmi/f4-scope-capture-cli.cjs +86 -0
  817. package/lib/hmi/f8-action-capture-cli.cjs +145 -0
  818. package/lib/hmi/f8-capture.test.cjs +77 -0
  819. package/lib/hmi/f9-ordered-capture-cli.cjs +138 -0
  820. package/lib/hmi/harvest-scope-state.cjs +202 -0
  821. package/lib/hmi/hats-persona-cache.cjs +142 -0
  822. package/lib/hmi/jtbd-classifier.cjs +219 -0
  823. package/lib/hmi/jtbd-state.cjs +263 -0
  824. package/lib/hmi/jtbd-taxonomy.json +402 -0
  825. package/lib/hmi/mindrian-ascii-logo.cjs +96 -0
  826. package/lib/hmi/part8-egress-gate.cjs +149 -0
  827. package/lib/hmi/reach-component-map.json +47 -0
  828. package/lib/hmi/reach-relevance-gate.cjs +147 -0
  829. package/lib/hmi/selector-dispatcher.cjs +1201 -0
  830. package/lib/hmi/selector-dispatcher.test.cjs +141 -0
  831. package/lib/hmi/selector-telemetry.cjs +269 -0
  832. package/lib/hmi/shape-f0-renderer.cjs +145 -0
  833. package/lib/hmi/shape-f1-fallback.cjs +80 -0
  834. package/lib/hmi/shape-f1-renderer.cjs +219 -0
  835. package/lib/hmi/shape-f2-renderer.cjs +132 -0
  836. package/lib/hmi/shape-f3-parity.test.cjs +64 -0
  837. package/lib/hmi/shape-f3-renderer.cjs +66 -0
  838. package/lib/hmi/shape-f4-parity.test.cjs +72 -0
  839. package/lib/hmi/shape-f4-renderer.cjs +72 -0
  840. package/lib/hmi/shape-f5-renderer.cjs +155 -0
  841. package/lib/hmi/shape-f6-plan-review-renderer.cjs +324 -0
  842. package/lib/hmi/shape-f6-renderer.cjs +144 -0
  843. package/lib/hmi/shape-f7-breakthrough-renderer.cjs +234 -0
  844. package/lib/hmi/shape-f7-breakthrough-renderer.test.cjs +233 -0
  845. package/lib/hmi/shape-f8-renderer.cjs +150 -0
  846. package/lib/hmi/shape-f8-renderer.test.cjs +70 -0
  847. package/lib/hmi/shape-f9-renderer.cjs +187 -0
  848. package/lib/hmi/shape-f9-renderer.test.cjs +80 -0
  849. package/lib/hmi/shape-g-renderer.cjs +219 -0
  850. package/lib/hmi/shape-h-renderer.cjs +222 -0
  851. package/lib/hmi/tier-check.cjs +63 -0
  852. package/lib/hmi/turn-text.cjs +268 -0
  853. package/lib/hmi/voice-color-mark.cjs +318 -0
  854. package/lib/hmi/voice-style-log.cjs +276 -0
  855. package/lib/import/PRECONDITIONS.md +41 -0
  856. package/lib/import/branding.cjs +210 -0
  857. package/lib/import/branding.test.cjs +235 -0
  858. package/lib/import/classifications-sync.cjs +104 -0
  859. package/lib/import/classifications-sync.test.cjs +129 -0
  860. package/lib/import/enricher.cjs +296 -0
  861. package/lib/import/enricher.test.cjs +273 -0
  862. package/lib/import/integration.test.cjs +376 -0
  863. package/lib/import/manifest.cjs +129 -0
  864. package/lib/import/manifest.schema.json +185 -0
  865. package/lib/import/manifest.test.cjs +123 -0
  866. package/lib/import/meeting-detector.cjs +92 -0
  867. package/lib/import/meeting-detector.test.cjs +100 -0
  868. package/lib/import/person-detector.cjs +229 -0
  869. package/lib/import/person-detector.test.cjs +149 -0
  870. package/lib/import/report.cjs +186 -0
  871. package/lib/import/report.test.cjs +186 -0
  872. package/lib/import/room-md-scaffolder.cjs +49 -0
  873. package/lib/import/router.cjs +224 -0
  874. package/lib/import/router.test.cjs +356 -0
  875. package/lib/import/run-all-tests.cjs +36 -0
  876. package/lib/import/smoke-test.cjs +213 -0
  877. package/lib/import/smoke-test.test.cjs +148 -0
  878. package/lib/import/undo.test.cjs +199 -0
  879. package/lib/import/vault-scanner.cjs +105 -0
  880. package/lib/import/vault-scanner.test.cjs +67 -0
  881. package/lib/lens-engine/correlation-resolver.cjs +174 -0
  882. package/lib/lens-engine/source-lens-driver.cjs +736 -0
  883. package/lib/mcp/adapter-client.cjs +103 -0
  884. package/lib/mcp/app-html/dashboard.html +316 -0
  885. package/lib/mcp/app-html/graph.html +428 -0
  886. package/lib/mcp/app-html/mindrian-platform.html +1841 -0
  887. package/lib/mcp/app-html/wiki.html +383 -0
  888. package/lib/mcp/app-views.cjs +322 -0
  889. package/lib/mcp/brain-composition-census.cjs +184 -0
  890. package/lib/mcp/brain-router.cjs +530 -0
  891. package/lib/mcp/capability-registry.cjs +62 -0
  892. package/lib/mcp/contract-version.cjs +59 -0
  893. package/lib/mcp/daemon-lifecycle.cjs +324 -0
  894. package/lib/mcp/gate-dedup.cjs +120 -0
  895. package/lib/mcp/gate-ledger.cjs +145 -0
  896. package/lib/mcp/gate-render.cjs +483 -0
  897. package/lib/mcp/hook-adapter-audit.cjs +199 -0
  898. package/lib/mcp/larry-context.cjs +42 -0
  899. package/lib/mcp/mcp-first-flag.cjs +147 -0
  900. package/lib/mcp/no-instructions.test.cjs +270 -0
  901. package/lib/mcp/pipeline-state.cjs +424 -0
  902. package/lib/mcp/prompts.cjs +421 -0
  903. package/lib/mcp/register-core-tools.cjs +78 -0
  904. package/lib/mcp/resources.cjs +359 -0
  905. package/lib/mcp/runtime-instructions.cjs +38 -0
  906. package/lib/mcp/session-catchup.cjs +349 -0
  907. package/lib/mcp/session-registry.cjs +113 -0
  908. package/lib/mcp/session-room.cjs +124 -0
  909. package/lib/mcp/sse-event-bus.cjs +98 -0
  910. package/lib/mcp/stop-gate-handler.cjs +589 -0
  911. package/lib/mcp/surface-detect.cjs +186 -0
  912. package/lib/mcp/tool-router.cjs +2113 -0
  913. package/lib/mcp/tools/chain.cjs +674 -0
  914. package/lib/mcp/tools/claim.cjs +180 -0
  915. package/lib/mcp/tools/context.cjs +92 -0
  916. package/lib/mcp/tools/dual-path.cjs +79 -0
  917. package/lib/mcp/tools/gate.cjs +392 -0
  918. package/lib/mcp/tools/graph-reason.cjs +130 -0
  919. package/lib/mcp/tools/graph.cjs +321 -0
  920. package/lib/mcp/tools/identity.cjs +174 -0
  921. package/lib/mcp/tools/room.cjs +449 -0
  922. package/lib/mcp/tools/sensors.cjs +450 -0
  923. package/lib/mcp/tools/status.cjs +183 -0
  924. package/lib/mcp/tools/stop-gate.cjs +103 -0
  925. package/lib/mcp/tools/views.cjs +382 -0
  926. package/lib/mcp/tree-watcher.cjs +199 -0
  927. package/lib/memory/.mindrian/auto-explore-mat-test-001.json +11 -0
  928. package/lib/memory/aaak-compress.cjs +403 -0
  929. package/lib/memory/aaak-compress.test.cjs +288 -0
  930. package/lib/memory/async-artifact-auto-commit.test.cjs +223 -0
  931. package/lib/memory/bearer-token.test.cjs +315 -0
  932. package/lib/memory/body-shape-coverage.test.cjs +268 -0
  933. package/lib/memory/brain-cache-lru.test.cjs +259 -0
  934. package/lib/memory/brain-client-query-shape.test.cjs +160 -0
  935. package/lib/memory/brain-cypher-chain-slice.test.cjs +368 -0
  936. package/lib/memory/brain-derivation-graceful-degradation.test.cjs +1019 -0
  937. package/lib/memory/brain-derivation-queue.test.cjs +553 -0
  938. package/lib/memory/brain-derivation.test.cjs +639 -0
  939. package/lib/memory/brain-derive-command.test.cjs +534 -0
  940. package/lib/memory/brain-derive-curation.test.cjs +243 -0
  941. package/lib/memory/brain-md-invariants-validator.test.cjs +704 -0
  942. package/lib/memory/brain-md-schema.test.cjs +467 -0
  943. package/lib/memory/brain-md-staleness.test.cjs +525 -0
  944. package/lib/memory/brain-server-resolution.test.cjs +314 -0
  945. package/lib/memory/brain-suggestion-template.test.cjs +200 -0
  946. package/lib/memory/chain-recommender-canonical.test.cjs +208 -0
  947. package/lib/memory/chain-recommender.test.cjs +233 -0
  948. package/lib/memory/chat-context.test.cjs +128 -0
  949. package/lib/memory/command-registry.test.cjs +220 -0
  950. package/lib/memory/connector-registry.test.cjs +94 -0
  951. package/lib/memory/correlation-label-index.test.cjs +119 -0
  952. package/lib/memory/correlation.test.cjs +253 -0
  953. package/lib/memory/cross-room-aggregator.test.cjs +909 -0
  954. package/lib/memory/curation-132-03-dedup-held-rename.test.cjs +251 -0
  955. package/lib/memory/curation-132-05-pseudonymize.test.cjs +205 -0
  956. package/lib/memory/curation-batch.test.cjs +213 -0
  957. package/lib/memory/dashboard-server.test.cjs +256 -0
  958. package/lib/memory/debouncer-drain-at-prompt.test.cjs +389 -0
  959. package/lib/memory/decision-capture.test.cjs +632 -0
  960. package/lib/memory/decision-capture.worker.cjs +70 -0
  961. package/lib/memory/doctor-deprecation-surface.test.cjs +188 -0
  962. package/lib/memory/dual-graph-health.test.cjs +485 -0
  963. package/lib/memory/explain-decision-command.test.cjs +521 -0
  964. package/lib/memory/explain-decision-footer.test.cjs +316 -0
  965. package/lib/memory/explored-materials-store.cjs +392 -0
  966. package/lib/memory/f-selector-ranker.test.cjs +593 -0
  967. package/lib/memory/feynman-minto-guardian.test.cjs +863 -0
  968. package/lib/memory/feynman-minto-invariants.test.cjs +554 -0
  969. package/lib/memory/feynman-prompts-drift.test.cjs +144 -0
  970. package/lib/memory/feynman-prompts.cjs +151 -0
  971. package/lib/memory/feynman-prompts.test.cjs +96 -0
  972. package/lib/memory/first-touch-version.test.cjs +198 -0
  973. package/lib/memory/folder-memory-quadruple.test.cjs +548 -0
  974. package/lib/memory/folder-memory.test.cjs +503 -0
  975. package/lib/memory/framework-chain-composer.test.cjs +549 -0
  976. package/lib/memory/frontmatter-schema-validator.test.cjs +344 -0
  977. package/lib/memory/guardian-onstop-reaches-user.test.cjs +396 -0
  978. package/lib/memory/heal-command.test.cjs +604 -0
  979. package/lib/memory/help-coverage.test.cjs +108 -0
  980. package/lib/memory/help-renderer.test.cjs +145 -0
  981. package/lib/memory/huji-run-one-async-parity.test.cjs +242 -0
  982. package/lib/memory/hypergraph-event-schema.test.cjs +116 -0
  983. package/lib/memory/index-artifact-transaction.test.cjs +333 -0
  984. package/lib/memory/lazygraph-rs-discoveries-view.test.cjs +122 -0
  985. package/lib/memory/local-chain-recommender.test.cjs +172 -0
  986. package/lib/memory/mcp-input-validation.test.cjs +240 -0
  987. package/lib/memory/mcp-server-brain-deps.test.cjs +270 -0
  988. package/lib/memory/mcp-stack-fallback.test.cjs +433 -0
  989. package/lib/memory/minto-debounce-consumer-census.test.cjs +567 -0
  990. package/lib/memory/minto-debouncer.test.cjs +407 -0
  991. package/lib/memory/minto-debouncer.worker.cjs +46 -0
  992. package/lib/memory/minto-migration-v88.test.cjs +265 -0
  993. package/lib/memory/minto-schema-v88.test.cjs +390 -0
  994. package/lib/memory/mos-status-renderer.test.cjs +631 -0
  995. package/lib/memory/narrative-schema.cjs +376 -0
  996. package/lib/memory/narrative-schema.test.cjs +209 -0
  997. package/lib/memory/nav-dial.test.cjs +414 -0
  998. package/lib/memory/navigation-engine-core.test.cjs +712 -0
  999. package/lib/memory/navigation-engine-offer.test.cjs +404 -0
  1000. package/lib/memory/navigation-hook-resolver.test.cjs +177 -0
  1001. package/lib/memory/navigation-invariants.test.cjs +483 -0
  1002. package/lib/memory/navigation-projections.test.cjs +241 -0
  1003. package/lib/memory/navigation-write-edge.test.cjs +206 -0
  1004. package/lib/memory/offer-closer.test.cjs +258 -0
  1005. package/lib/memory/offer-presenter.test.cjs +554 -0
  1006. package/lib/memory/on-stop-snapshot.test.cjs +404 -0
  1007. package/lib/memory/orchestration-projection.test.cjs +706 -0
  1008. package/lib/memory/packet-chain-hint.test.cjs +407 -0
  1009. package/lib/memory/packet-schema-validation.test.cjs +317 -0
  1010. package/lib/memory/palette-consistency.test.cjs +127 -0
  1011. package/lib/memory/pending-tension-store.cjs +453 -0
  1012. package/lib/memory/per-command-jtbd-derivation.test.cjs +130 -0
  1013. package/lib/memory/per-command-teaching.test.cjs +110 -0
  1014. package/lib/memory/post-compact-reinjection.test.cjs +854 -0
  1015. package/lib/memory/post-write-triple.test.cjs +317 -0
  1016. package/lib/memory/pre-compact-snapshot.test.cjs +495 -0
  1017. package/lib/memory/precommit-real-commit.test.cjs +301 -0
  1018. package/lib/memory/problem-type-router.test.cjs +656 -0
  1019. package/lib/memory/query-efficiency-telemetry.test.cjs +612 -0
  1020. package/lib/memory/recompile-room-references.test.cjs +392 -0
  1021. package/lib/memory/recompile-room-references.worker.cjs +42 -0
  1022. package/lib/memory/record-decision-dual-write.test.cjs +454 -0
  1023. package/lib/memory/render-v2-disposition.test.cjs +199 -0
  1024. package/lib/memory/room-classifier-strict-mode.test.cjs +430 -0
  1025. package/lib/memory/room-minto-hook.test.cjs +398 -0
  1026. package/lib/memory/rs-discovery-engine.test.cjs +323 -0
  1027. package/lib/memory/run-feynman-tests.cjs +2101 -0
  1028. package/lib/memory/security-trifecta.test.cjs +329 -0
  1029. package/lib/memory/selector-alias-map.test.cjs +172 -0
  1030. package/lib/memory/selector-decisions.test.cjs +417 -0
  1031. package/lib/memory/selector-miss.test.cjs +290 -0
  1032. package/lib/memory/session-start-brain-staleness.test.cjs +363 -0
  1033. package/lib/memory/session-start-triple-injection.test.cjs +514 -0
  1034. package/lib/memory/sessionstart-banner-formatter.cjs +318 -0
  1035. package/lib/memory/sessionstart-coordinator.test.cjs +446 -0
  1036. package/lib/memory/sessionstart-minto-banner.test.cjs +373 -0
  1037. package/lib/memory/skill-activation-router.test.cjs +465 -0
  1038. package/lib/memory/skill-vs-code-drift.test.cjs +257 -0
  1039. package/lib/memory/soft-alias.test.cjs +144 -0
  1040. package/lib/memory/spine-events-correlation.test.cjs +198 -0
  1041. package/lib/memory/stale-copy-scanner.test.cjs +294 -0
  1042. package/lib/memory/stamp-artifact-write.test.cjs +304 -0
  1043. package/lib/memory/state-aware-router.test.cjs +90 -0
  1044. package/lib/memory/statusline-active-room-write.test.cjs +245 -0
  1045. package/lib/memory/statusline-active-room.test.cjs +315 -0
  1046. package/lib/memory/statusline-minto-segment.test.cjs +292 -0
  1047. package/lib/memory/statusline-two-row.test.cjs +338 -0
  1048. package/lib/memory/suggest-next-workflow.test.cjs +176 -0
  1049. package/lib/memory/sync-async-entry-points.test.cjs +204 -0
  1050. package/lib/memory/terminal-capability.test.cjs +155 -0
  1051. package/lib/memory/test-bridge-writer-enhanced.cjs +452 -0
  1052. package/lib/memory/test-rs-brain-substrate-shape.cjs +529 -0
  1053. package/lib/memory/test-rs-brain-substrate.cjs +636 -0
  1054. package/lib/memory/test-rs-breakthrough-scorer.cjs +375 -0
  1055. package/lib/memory/test-rs-canon-violations.cjs +218 -0
  1056. package/lib/memory/test-rs-chain-feeder-core.cjs +344 -0
  1057. package/lib/memory/test-rs-chain-feeder-skill-spawn.cjs +297 -0
  1058. package/lib/memory/test-rs-commercial-assessor.cjs +385 -0
  1059. package/lib/memory/test-rs-differential-scorer.cjs +480 -0
  1060. package/lib/memory/test-rs-discovery-engine.cjs +648 -0
  1061. package/lib/memory/test-rs-domain-analyzer.cjs +492 -0
  1062. package/lib/memory/test-rs-egress-primitives.cjs +420 -0
  1063. package/lib/memory/test-rs-expert-mapper.cjs +547 -0
  1064. package/lib/memory/test-rs-explain-command.cjs +443 -0
  1065. package/lib/memory/test-rs-fetcher-academic.cjs +848 -0
  1066. package/lib/memory/test-rs-fetcher-experts.cjs +496 -0
  1067. package/lib/memory/test-rs-fetcher-industry.cjs +702 -0
  1068. package/lib/memory/test-rs-fetcher-patents.cjs +674 -0
  1069. package/lib/memory/test-rs-innovation-classifier.cjs +301 -0
  1070. package/lib/memory/test-rs-mind-map.cjs +646 -0
  1071. package/lib/memory/test-rs-neo4j-writer.cjs +518 -0
  1072. package/lib/memory/test-rs-nl-to-query.cjs +449 -0
  1073. package/lib/memory/test-rs-pinecone-bridge.cjs +282 -0
  1074. package/lib/memory/test-rs-preprocessor.cjs +433 -0
  1075. package/lib/memory/test-rs-query-matrix.cjs +391 -0
  1076. package/lib/memory/test-rs-query-to-text.cjs +551 -0
  1077. package/lib/memory/test-rs-sqlite-mirror.cjs +649 -0
  1078. package/lib/memory/test-rs-thesis-generator.cjs +360 -0
  1079. package/lib/memory/triple-context-formatter.cjs +473 -0
  1080. package/lib/memory/triple-context-formatter.test.cjs +442 -0
  1081. package/lib/memory/user-md-persona.test.cjs +565 -0
  1082. package/lib/memory/userpromptsubmit-integration.test.cjs +787 -0
  1083. package/lib/memory/validators/README.md +157 -0
  1084. package/lib/memory/validators/brain-md-invariants.cjs +475 -0
  1085. package/lib/memory/validators/brain-substrate-invariants.cjs +285 -0
  1086. package/lib/memory/validators/external-academic-invariants.cjs +249 -0
  1087. package/lib/memory/validators/external-industry-invariants.cjs +271 -0
  1088. package/lib/memory/validators/external-patents-invariants.cjs +266 -0
  1089. package/lib/memory/validators/minto-invariants.cjs +62 -0
  1090. package/lib/memory/validators/navigation-invariants.cjs +340 -0
  1091. package/lib/memory/validators/queue-health.cjs +95 -0
  1092. package/lib/memory/validators/snapshot-integrity.cjs +129 -0
  1093. package/lib/memory/validators/stale-lifecycle.cjs +116 -0
  1094. package/lib/memory/vault-section-minto-generator-atomic.test.cjs +556 -0
  1095. package/lib/memory/vault-section-minto-generator-atomic.worker.cjs +73 -0
  1096. package/lib/memory/workflow-layer-e2e.test.cjs +262 -0
  1097. package/lib/memory/write-lock-atomic.test.cjs +137 -0
  1098. package/lib/memory/write-lock-atomic.worker.cjs +55 -0
  1099. package/lib/parity/check-parity.cjs +83 -0
  1100. package/lib/presentation/presentation-server.cjs +101 -0
  1101. package/lib/presentation/presentation-watcher.cjs +123 -0
  1102. package/lib/quickview/hub-server.cjs +719 -0
  1103. package/lib/quickview/server.cjs +533 -0
  1104. package/lib/render/JTBD-PALETTES.md +145 -0
  1105. package/lib/render/ROOM.md +111 -0
  1106. package/lib/render/render-v2.cjs +532 -0
  1107. package/lib/render/render-v2.test.cjs +267 -0
  1108. package/lib/render/render.cjs +65 -0
  1109. package/lib/sessionstart/budget-compressor.cjs +130 -0
  1110. package/lib/sessionstart/contributor-interface.cjs +134 -0
  1111. package/lib/sessionstart/contributor-isolator.cjs +128 -0
  1112. package/lib/sessionstart/precedence-ladder.cjs +47 -0
  1113. package/lib/state/ROOM.md +46 -0
  1114. package/lib/state/state-md-parser.cjs +215 -0
  1115. package/lib/statusline/ROOM.md +38 -0
  1116. package/lib/statusline/banner-suppression.cjs +50 -0
  1117. package/lib/statusline/cockpit-renderer.cjs +443 -0
  1118. package/lib/statusline/cockpit-signals.cjs +312 -0
  1119. package/lib/statusline/cockpit-telemetry.cjs +152 -0
  1120. package/lib/statusline/ctx-window.cjs +135 -0
  1121. package/lib/statusline/governing-thought-truncator.cjs +45 -0
  1122. package/lib/statusline/next-move-cache.cjs +235 -0
  1123. package/lib/statusline/ratification-next.cjs +164 -0
  1124. package/lib/statusline/room-health-cache.cjs +200 -0
  1125. package/lib/statusline/surface-detect.cjs +85 -0
  1126. package/lib/statusline/two-row-renderer.cjs +207 -0
  1127. package/lib/statusline/version-resolver.cjs +81 -0
  1128. package/lib/ui/design-system.cjs +19 -0
  1129. package/lib/update-bootstrap.sh.template +145 -0
  1130. package/lib/vault/frontmatter-schema.cjs +297 -0
  1131. package/lib/vault/room-scanner.cjs +365 -0
  1132. package/lib/vault/wikilink-builder.cjs +231 -0
  1133. package/lib/vault/wikilink-builder.test.cjs +182 -0
  1134. package/lib/wiki/briefing.cjs +193 -0
  1135. package/lib/wiki/editor-dist/wiki-editor.css +1 -0
  1136. package/lib/wiki/editor-dist/wiki-editor.js +1327 -0
  1137. package/lib/wiki/graph-links.cjs +281 -0
  1138. package/lib/wiki/page-renderer.cjs +229 -0
  1139. package/lib/wiki/room-home.cjs +353 -0
  1140. package/lib/wiki/wiki-chat.cjs +81 -0
  1141. package/lib/wiki/wiki-export.cjs +364 -0
  1142. package/lib/wiki/wiki-layout.cjs +1143 -0
  1143. package/lib/wiki/wiki-search.cjs +142 -0
  1144. package/lib/wiki/wiki-server.cjs +748 -0
  1145. package/lib/wiki/wiki-watcher.cjs +105 -0
  1146. package/lib/workflow/ROOM.md +47 -0
  1147. package/lib/workflow/chain-source.cjs +179 -0
  1148. package/lib/workflow/command-resolver.cjs +155 -0
  1149. package/lib/workflow/command-resolver.test.cjs +235 -0
  1150. package/lib/workflow/cross-room-umbilical-closer.cjs +364 -0
  1151. package/lib/workflow/dial-close-reach.cjs +405 -0
  1152. package/lib/workflow/f-selector-ranker.cjs +1148 -0
  1153. package/lib/workflow/f1-pick-consumer.cjs +232 -0
  1154. package/lib/workflow/f3-depth-consumer.cjs +98 -0
  1155. package/lib/workflow/f4-scope-consumer.cjs +112 -0
  1156. package/lib/workflow/f8-consumer.test.cjs +82 -0
  1157. package/lib/workflow/f8-fanout-consumer.cjs +208 -0
  1158. package/lib/workflow/f9-consumer.test.cjs +71 -0
  1159. package/lib/workflow/f9-ordered-consumer.cjs +199 -0
  1160. package/lib/workflow/local-chain-recommender.cjs +330 -0
  1161. package/lib/workflow/memory-cascade-f9-adapter.cjs +273 -0
  1162. package/lib/workflow/memory-governance-closer.cjs +384 -0
  1163. package/lib/workflow/offer-closer.cjs +407 -0
  1164. package/lib/workflow/reach-hedge-ranker.cjs +809 -0
  1165. package/lib/workflow/reach-reject-reader.cjs +372 -0
  1166. package/lib/workflow/reconcile-f9-adapter.cjs +299 -0
  1167. package/lib/workflow/selector-decisions.cjs +478 -0
  1168. package/lib/workflow/session-binding-consumer.cjs +249 -0
  1169. package/npm-shrinkwrap.json +1544 -0
  1170. package/output-styles/destijl.md +67 -0
  1171. package/package.json +22 -4
  1172. package/pipelines/PWS_grading/01-deep-grade.md +48 -0
  1173. package/pipelines/PWS_grading/02-mullins.md +50 -0
  1174. package/pipelines/PWS_grading/03-build-thesis.md +60 -0
  1175. package/pipelines/PWS_grading/04-structure-argument.md +77 -0
  1176. package/pipelines/PWS_grading/CHAIN.md +79 -0
  1177. package/pipelines/analogy/01-decompose.md +80 -0
  1178. package/pipelines/analogy/02-abstract.md +87 -0
  1179. package/pipelines/analogy/03-search.md +135 -0
  1180. package/pipelines/analogy/04-transfer.md +101 -0
  1181. package/pipelines/analogy/05-validate.md +106 -0
  1182. package/pipelines/analogy/CHAIN.md +73 -0
  1183. package/pipelines/discovery/01-explore-domains.md +44 -0
  1184. package/pipelines/discovery/02-think-hats.md +50 -0
  1185. package/pipelines/discovery/03-analyze-needs.md +54 -0
  1186. package/pipelines/discovery/CHAIN.md +48 -0
  1187. package/pipelines/thesis/01-structure-argument.md +45 -0
  1188. package/pipelines/thesis/02-challenge-assumptions.md +48 -0
  1189. package/pipelines/thesis/03-build-thesis.md +54 -0
  1190. package/pipelines/thesis/CHAIN.md +48 -0
  1191. package/references/brain/causal-directives.md +91 -0
  1192. package/references/brain/causal-enrichment.cypher +165 -0
  1193. package/references/brain/command-triggers-schema.md +15 -0
  1194. package/references/brain/graph-architecture.md +317 -0
  1195. package/references/brain/query-patterns.md +504 -0
  1196. package/references/brain/room-hierarchy-schema.md +218 -0
  1197. package/references/brain/schema.md +86 -0
  1198. package/references/capability-radar/capabilities-index.md +269 -0
  1199. package/references/capability-radar/changelog-cache.md +95 -0
  1200. package/references/causal/causal-schema.md +103 -0
  1201. package/references/design/email-template-standard.md +169 -0
  1202. package/references/design/graph-visualization-standard.md +178 -0
  1203. package/references/design/newsletter-email-template.html +307 -0
  1204. package/references/document-generation.md +179 -0
  1205. package/references/hsi/HSI-TOOLS-REFERENCE.md +222 -0
  1206. package/references/import-config.md +141 -0
  1207. package/references/integrations/detection-patterns.md +101 -0
  1208. package/references/meeting/artifact-template.md +377 -0
  1209. package/references/meeting/cross-meeting-intelligence.md +216 -0
  1210. package/references/meeting/cross-relationship-patterns.md +202 -0
  1211. package/references/meeting/extraction-perspectives.md +225 -0
  1212. package/references/meeting/filing-protocol.md +222 -0
  1213. package/references/meeting/knowledge-typing.md +242 -0
  1214. package/references/meeting/live-join-interface.md +244 -0
  1215. package/references/meeting/section-mapping.md +192 -0
  1216. package/references/meeting/segment-classification.md +258 -0
  1217. package/references/meeting/speaker-profile-template.md +219 -0
  1218. package/references/meeting/summary-template.md +348 -0
  1219. package/references/meeting/transcript-patterns.md +226 -0
  1220. package/references/methodology/analyze-needs.md +135 -0
  1221. package/references/methodology/analyze-systems.md +121 -0
  1222. package/references/methodology/analyze-timing.md +149 -0
  1223. package/references/methodology/beautiful-question.md +109 -0
  1224. package/references/methodology/build-knowledge.md +161 -0
  1225. package/references/methodology/build-thesis-scored.md +60 -0
  1226. package/references/methodology/build-thesis.md +237 -0
  1227. package/references/methodology/causal-loop-diagrams.md +65 -0
  1228. package/references/methodology/challenge-assumptions.md +127 -0
  1229. package/references/methodology/diagnose.md +169 -0
  1230. package/references/methodology/dominant-designs.md +212 -0
  1231. package/references/methodology/explore-domains.md +147 -0
  1232. package/references/methodology/explore-futures.md +163 -0
  1233. package/references/methodology/explore-trends.md +129 -0
  1234. package/references/methodology/find-bottlenecks.md +131 -0
  1235. package/references/methodology/grade.md +211 -0
  1236. package/references/methodology/huji-stage-a-intake.md +246 -0
  1237. package/references/methodology/index.md +34 -0
  1238. package/references/methodology/leadership.md +200 -0
  1239. package/references/methodology/lean-canvas.md +116 -0
  1240. package/references/methodology/leverage-scan-signatures.md +83 -0
  1241. package/references/methodology/macro-trends.md +192 -0
  1242. package/references/methodology/map-unknowns.md +137 -0
  1243. package/references/methodology/mullins-7-domains.md +104 -0
  1244. package/references/methodology/problem-types.md +65 -0
  1245. package/references/methodology/root-cause.md +178 -0
  1246. package/references/methodology/rubric-huji.md +160 -0
  1247. package/references/methodology/sapphire-encoding.md +355 -0
  1248. package/references/methodology/scenario-plan.md +190 -0
  1249. package/references/methodology/score-innovation.md +154 -0
  1250. package/references/methodology/skillopt-judge-rubric.md +48 -0
  1251. package/references/methodology/skillopt-queries-rubric.md +60 -0
  1252. package/references/methodology/skillopt-refute-rubric.md +59 -0
  1253. package/references/methodology/skillopt-review-rubric.md +72 -0
  1254. package/references/methodology/skillopt-revise-rubric.md +48 -0
  1255. package/references/methodology/structure-argument.md +158 -0
  1256. package/references/methodology/systems-thinking.md +231 -0
  1257. package/references/methodology/think-hats.md +147 -0
  1258. package/references/methodology/triz-matrix.json +751 -0
  1259. package/references/methodology/triz-principles.md +501 -0
  1260. package/references/methodology/user-needs.md +199 -0
  1261. package/references/methodology/validate.md +163 -0
  1262. package/references/methodology/value-proposition.md +244 -0
  1263. package/references/opportunities/funding-lifecycle.md +103 -0
  1264. package/references/opportunities/grant-api-patterns.md +99 -0
  1265. package/references/opportunities/opportunity-template.md +84 -0
  1266. package/references/opportunities/tnufa-rubric.md +81 -0
  1267. package/references/personality/assessment-philosophy.md +72 -0
  1268. package/references/personality/lexicon.md +100 -0
  1269. package/references/personality/persona-chains.md +56 -0
  1270. package/references/personality/pws-lexicon-full.md +499 -0
  1271. package/references/personality/voice-dna.md +156 -0
  1272. package/references/personas/hat-perspectives.md +76 -0
  1273. package/references/personas/persona-template.md +63 -0
  1274. package/references/pipeline/act-output-contract.md +88 -0
  1275. package/references/pipeline/chains-index.md +39 -0
  1276. package/references/pws-profile-generation.md +79 -0
  1277. package/references/reasoning/reasoning-schema.md +143 -0
  1278. package/references/reasoning/reasoning-template.md +68 -0
  1279. package/references/reasoning/run-template.md +38 -0
  1280. package/references/research/RESEARCH_14_CLAUDE_CODE_SOURCE_ARCHITECTURE.md +209 -0
  1281. package/references/research/RESEARCH_15_V1.8_OPTIMIZATION_JTBD.md +375 -0
  1282. package/references/research/RESEARCH_16_NATIVE_FIRST_PLUGIN_ARCHITECTURE.md +575 -0
  1283. package/references/research/RESEARCH_17_MCP_UI_FRAMEWORKS.md +272 -0
  1284. package/references/security/agentshield-baseline.json +8 -0
  1285. package/references/security/cve-db.json +220 -0
  1286. package/references/taxonomy/TAXONOMY.md +192 -0
  1287. package/references/templates/MINTO.md +36 -0
  1288. package/references/user-research/2026-04-05-leah-lawrence-session.md +202 -0
  1289. package/references/vault-kit/README.md +35 -0
  1290. package/references/vault-kit/app.json +12 -0
  1291. package/references/vault-kit/appearance.json +12 -0
  1292. package/references/vault-kit/graph.json +35 -0
  1293. package/references/vault-kit/snippets/mindrian-destijl.css +297 -0
  1294. package/references/vault-kit/templates/new-artifact.md +37 -0
  1295. package/references/vault-kit/templates/new-meeting-note.md +35 -0
  1296. package/references/vault-kit/templates/new-team-profile.md +29 -0
  1297. package/references/vault-kit/templates/new-xref.md +35 -0
  1298. package/references/visual/ROOM.md +55 -0
  1299. package/references/visual/palette.json +54 -0
  1300. package/references/visual/symbol-system.md +151 -0
  1301. package/scripts/189-plurai-gate-check.cjs +88 -0
  1302. package/scripts/198-plurai-gate-check.cjs +118 -0
  1303. package/scripts/198-rollback-rehearsal.cjs +233 -0
  1304. package/scripts/83-scope-injection.test.cjs +648 -0
  1305. package/scripts/PYTHON_GATES.md +78 -0
  1306. package/scripts/__pycache__/compute-hsi.cpython-312.pyc +0 -0
  1307. package/scripts/__pycache__/detect-reverse-salients.cpython-312.pyc +0 -0
  1308. package/scripts/__pycache__/rs-engine.cpython-312.pyc +0 -0
  1309. package/scripts/act-command.cjs +518 -0
  1310. package/scripts/admin-brain-write.cjs +442 -0
  1311. package/scripts/admin-command-gate.cjs +178 -0
  1312. package/scripts/agentshield-scan-cli.cjs +226 -0
  1313. package/scripts/agentshield-sessionstart-scan.cjs +282 -0
  1314. package/scripts/analogy-fitness-report.cjs +266 -0
  1315. package/scripts/analyze-room +1079 -0
  1316. package/scripts/apply-teaching-content.cjs +298 -0
  1317. package/scripts/async-artifact-auto-commit.cjs +485 -0
  1318. package/scripts/audit-active-phase-resolver.cjs +160 -0
  1319. package/scripts/audit-body-shape-coverage.cjs +213 -0
  1320. package/scripts/auto-explore-drain.cjs +274 -0
  1321. package/scripts/auto-explore-fingerprint.cjs +354 -0
  1322. package/scripts/auto-explore-fire.cjs +359 -0
  1323. package/scripts/backfill-correlation-id.cjs +425 -0
  1324. package/scripts/backfill-hitl-shape.cjs +276 -0
  1325. package/scripts/backfill-hitl-shape.test.cjs +307 -0
  1326. package/scripts/backup-modifications +68 -0
  1327. package/scripts/banner +182 -0
  1328. package/scripts/brain-derivation-drain.cjs +291 -0
  1329. package/scripts/brain-derive-command.cjs +846 -0
  1330. package/scripts/brain-normalize-books.cypher +505 -0
  1331. package/scripts/brain-normalize-final.cypher +1355 -0
  1332. package/scripts/brain-normalize-problemtype.cypher +475 -0
  1333. package/scripts/brain-normalize-supplement.cypher +449 -0
  1334. package/scripts/brain-normalize-targeted.cypher +344 -0
  1335. package/scripts/brain-normalize-v194.cypher +61 -0
  1336. package/scripts/brain-normalize.cypher +530 -0
  1337. package/scripts/brain-response-sanitize-hook.cjs +165 -0
  1338. package/scripts/build-brain-census.cjs +957 -0
  1339. package/scripts/build-brain-packet-schema.cjs +225 -0
  1340. package/scripts/build-command-registry.cjs +587 -0
  1341. package/scripts/build-connector-registry.cjs +1331 -0
  1342. package/scripts/build-corpus-stats.cjs +408 -0
  1343. package/scripts/build-dist-bundles.cjs +495 -0
  1344. package/scripts/build-ecosystem-graph.cjs +490 -0
  1345. package/scripts/build-graph +1462 -0
  1346. package/scripts/build-graph-from-sqlite.cjs +97 -0
  1347. package/scripts/build-harness-manifest.cjs +1090 -0
  1348. package/scripts/build-jtbd-nudges +205 -0
  1349. package/scripts/build-new-surface.cjs +805 -0
  1350. package/scripts/build-orchestration-projection.cjs +1221 -0
  1351. package/scripts/build-render-coverage.cjs +637 -0
  1352. package/scripts/build-skill-mirrors.cjs +681 -0
  1353. package/scripts/cache-hitrate-report.cjs +216 -0
  1354. package/scripts/causal-to-graph.cjs +163 -0
  1355. package/scripts/check-abstraction-fixture-neutral.cjs +160 -0
  1356. package/scripts/check-admin-identity.cjs +212 -0
  1357. package/scripts/check-brain-tool-liveness.cjs +502 -0
  1358. package/scripts/check-card-fire.cjs +1809 -0
  1359. package/scripts/check-cirs-declaration.cjs +279 -0
  1360. package/scripts/check-deck-design.cjs +104 -0
  1361. package/scripts/check-dual-graph-health.cjs +645 -0
  1362. package/scripts/check-first-touch-drift.cjs +220 -0
  1363. package/scripts/check-flagship-floor.cjs +391 -0
  1364. package/scripts/check-framework-vocabulary-drift.cjs +563 -0
  1365. package/scripts/check-gate-seam.cjs +178 -0
  1366. package/scripts/check-graph-derive-health.cjs +208 -0
  1367. package/scripts/check-graph-export-typemap.cjs +118 -0
  1368. package/scripts/check-help-coverage.cjs +290 -0
  1369. package/scripts/check-hitl-stages.cjs +219 -0
  1370. package/scripts/check-hook-schema-compatibility.cjs +231 -0
  1371. package/scripts/check-hsi-deps +42 -0
  1372. package/scripts/check-kuzu-reintroduction.cjs +251 -0
  1373. package/scripts/check-onboard +43 -0
  1374. package/scripts/check-onboard-statusline.cjs +363 -0
  1375. package/scripts/check-palette-consistency.cjs +106 -0
  1376. package/scripts/check-pending-ambiguous.cjs +244 -0
  1377. package/scripts/check-pending-breakthrough.cjs +189 -0
  1378. package/scripts/check-pending-breakthrough.test.cjs +166 -0
  1379. package/scripts/check-pending-naming-decision.cjs +97 -0
  1380. package/scripts/check-plugin-path-anchoring.cjs +830 -0
  1381. package/scripts/check-publish-needs.cjs +126 -0
  1382. package/scripts/check-registry-drift.cjs +206 -0
  1383. package/scripts/check-release-payload-ceiling.cjs +269 -0
  1384. package/scripts/check-render-coverage.cjs +558 -0
  1385. package/scripts/check-research-isomorphism.cjs +446 -0
  1386. package/scripts/check-reward-before-investment.cjs +261 -0
  1387. package/scripts/check-room-blueprints.cjs +213 -0
  1388. package/scripts/check-schema-aliases.cjs +532 -0
  1389. package/scripts/check-shape-declaration.cjs +958 -0
  1390. package/scripts/check-shape-declaration.test.cjs +185 -0
  1391. package/scripts/check-skill-spec.cjs +312 -0
  1392. package/scripts/check-skill-vs-code-drift.cjs +178 -0
  1393. package/scripts/check-substrate.cjs +513 -0
  1394. package/scripts/check-tool-honesty.cjs +1601 -0
  1395. package/scripts/check-update +60 -0
  1396. package/scripts/check-version-and-sha.cjs +366 -0
  1397. package/scripts/check-voice-style.cjs +184 -0
  1398. package/scripts/check-worktree-hygiene.cjs +530 -0
  1399. package/scripts/classify-insight +59 -0
  1400. package/scripts/coherence-smoke-test.cjs +489 -0
  1401. package/scripts/compute-bayesian-surprise.py +175 -0
  1402. package/scripts/compute-blindspot-mass.py +209 -0
  1403. package/scripts/compute-disruption-index.py +211 -0
  1404. package/scripts/compute-element-novelty.py +254 -0
  1405. package/scripts/compute-external-whitespace.py +563 -0
  1406. package/scripts/compute-hsi.py +947 -0
  1407. package/scripts/compute-meetings-intelligence +716 -0
  1408. package/scripts/compute-opportunity-state +17 -0
  1409. package/scripts/compute-state +393 -0
  1410. package/scripts/compute-team +1112 -0
  1411. package/scripts/compute-whitespace-embeddings.py +464 -0
  1412. package/scripts/compute-whitespace-gaps.py +562 -0
  1413. package/scripts/compute_topic_forest.py +684 -0
  1414. package/scripts/consolidate-pinecone.py +265 -0
  1415. package/scripts/context-monitor +943 -0
  1416. package/scripts/create-speaker-profile +311 -0
  1417. package/scripts/cross-room-detect.cjs +195 -0
  1418. package/scripts/csv-to-idea-graph.cjs +755 -0
  1419. package/scripts/ctxl-eval.cjs +846 -0
  1420. package/scripts/curation-132-03-dedup-held-rename.cjs +395 -0
  1421. package/scripts/curation-132-05-pseudonymize.cjs +189 -0
  1422. package/scripts/derive-verb-reach-affinity.cjs +507 -0
  1423. package/scripts/detect-reverse-salients.py +242 -0
  1424. package/scripts/diagnostics-command.cjs +345 -0
  1425. package/scripts/dial-memory-refresh-command.cjs +147 -0
  1426. package/scripts/discover-analogy-whitespace.py +433 -0
  1427. package/scripts/discover-hsi-whitespace.py +352 -0
  1428. package/scripts/discover-rs-whitespace.py +327 -0
  1429. package/scripts/discovery-cycle.cjs +625 -0
  1430. package/scripts/disposition-render-v2.cjs +229 -0
  1431. package/scripts/doctor-preflight-format.cjs +101 -0
  1432. package/scripts/doctor.cjs +4327 -0
  1433. package/scripts/dogfood-bridge/append-to-queue.sh +59 -0
  1434. package/scripts/dogfood-bridge/path-filter.cjs +86 -0
  1435. package/scripts/dogfood-derive.cjs +158 -0
  1436. package/scripts/dogfood-emit.cjs +126 -0
  1437. package/scripts/empathy-observation-emit.cjs +108 -0
  1438. package/scripts/enrichment-queue-append.cjs +157 -0
  1439. package/scripts/ensure-brain-baseline.cjs +117 -0
  1440. package/scripts/entity-extract.cjs +1135 -0
  1441. package/scripts/eureka-command.cjs +687 -0
  1442. package/scripts/eureka-critic-run.cjs +662 -0
  1443. package/scripts/eureka-portfolio-report.cjs +2038 -0
  1444. package/scripts/eureka-room-report.cjs +419 -0
  1445. package/scripts/explain-decision-command.cjs +499 -0
  1446. package/scripts/export-pinecone-embeddings.cjs +516 -0
  1447. package/scripts/extract-room-intelligence.cjs +714 -0
  1448. package/scripts/fetch-brain-baseline.cjs +190 -0
  1449. package/scripts/fetch-brain-baseline.py +360 -0
  1450. package/scripts/feynman-minto-guardian.cjs +672 -0
  1451. package/scripts/feynman-timeline-refresh-command.cjs +270 -0
  1452. package/scripts/file-asset +253 -0
  1453. package/scripts/fire-sensor-event.cjs +83 -0
  1454. package/scripts/first-install-router.cjs +968 -0
  1455. package/scripts/frontmatter-schema-validator.cjs +339 -0
  1456. package/scripts/fts-index-drain.cjs +221 -0
  1457. package/scripts/generate-chat-embed.cjs +179 -0
  1458. package/scripts/generate-deck.cjs +322 -0
  1459. package/scripts/generate-export.cjs +474 -0
  1460. package/scripts/generate-hub.cjs +2553 -0
  1461. package/scripts/generate-lobby.cjs +718 -0
  1462. package/scripts/generate-presentation.cjs +988 -0
  1463. package/scripts/generate-presentation.test.cjs +405 -0
  1464. package/scripts/generate-section-intelligence.cjs +330 -0
  1465. package/scripts/generate-snapshot.cjs +1410 -0
  1466. package/scripts/generate-standalone +159 -0
  1467. package/scripts/git-ops +211 -0
  1468. package/scripts/graph-heal-pipeline.cjs +321 -0
  1469. package/scripts/gsd-artifact-graph-hook.cjs +219 -0
  1470. package/scripts/gsd-graph-derive-drain.cjs +571 -0
  1471. package/scripts/gsd-graph-derive-sweep.cjs +195 -0
  1472. package/scripts/heal-command.cjs +1365 -0
  1473. package/scripts/hedge-refit-pipeline.cjs +207 -0
  1474. package/scripts/help-renderer.cjs +303 -0
  1475. package/scripts/hmi-compliance-poll.cjs +451 -0
  1476. package/scripts/hmi-status-command.cjs +510 -0
  1477. package/scripts/hooked-rescore-117.cjs +224 -0
  1478. package/scripts/hooks/pre-commit +533 -0
  1479. package/scripts/hooks/pre-commit-room-minto-guard.cmd +43 -0
  1480. package/scripts/hooks/pre-commit-room-minto-guard.sh +533 -0
  1481. package/scripts/hsi-to-graph.cjs +194 -0
  1482. package/scripts/huji-batch.cjs +821 -0
  1483. package/scripts/huji-eval.cjs +1158 -0
  1484. package/scripts/huji-intake.cjs +563 -0
  1485. package/scripts/huji-pin-smoketest.cjs +454 -0
  1486. package/scripts/huji-run-one-async.cjs +305 -0
  1487. package/scripts/huji-run-one.cjs +671 -0
  1488. package/scripts/install-pre-commit.sh +113 -0
  1489. package/scripts/intent-classifier +106 -0
  1490. package/scripts/intent-classifier.cjs +3620 -0
  1491. package/scripts/interpret-whitespace.cjs +691 -0
  1492. package/scripts/jtbd-command.cjs +810 -0
  1493. package/scripts/jtbd-update.cjs +299 -0
  1494. package/scripts/label-topic-forest.cjs +667 -0
  1495. package/scripts/learn-from-usage +168 -0
  1496. package/scripts/lib/__pycache__/ensure_ml_deps.cpython-312.pyc +0 -0
  1497. package/scripts/lib/ensure_ml_deps.py +97 -0
  1498. package/scripts/load-embeddings-into-neo4j.cjs +569 -0
  1499. package/scripts/memory-artifact-graph-hook.cjs +191 -0
  1500. package/scripts/memory-command.cjs +687 -0
  1501. package/scripts/memory-completion-detector.cjs +217 -0
  1502. package/scripts/memory-lifecycle.cjs +620 -0
  1503. package/scripts/memory-resume-nudge.cjs +233 -0
  1504. package/scripts/methodology-ingest-local.sh +36 -0
  1505. package/scripts/migrate-brain-mcp-from-http-to-stdio.cjs +190 -0
  1506. package/scripts/migrate-brain-mcp-from-http-to-stdio.test.cjs +242 -0
  1507. package/scripts/migrate-hats-to-roomdb.cjs +217 -0
  1508. package/scripts/migrate-lazygraph.cjs +250 -0
  1509. package/scripts/migrate-minto-schema-v88.cjs +296 -0
  1510. package/scripts/migrate-plugin-root-refs.cjs +168 -0
  1511. package/scripts/migrate-room-sections-v275.cjs +556 -0
  1512. package/scripts/migrate-rooms +417 -0
  1513. package/scripts/migrate-skill-frontmatter.cjs +472 -0
  1514. package/scripts/migrate-stale-user-settings.cjs +296 -0
  1515. package/scripts/migrate-telemetry-v1.cjs +384 -0
  1516. package/scripts/migrate-telemetry-v1.test.cjs +356 -0
  1517. package/scripts/minto-debouncer.cjs +428 -0
  1518. package/scripts/mos-status.cjs +622 -0
  1519. package/scripts/mva-detect.cjs +229 -0
  1520. package/scripts/mva-run.cjs +36 -0
  1521. package/scripts/on-agent-complete +163 -0
  1522. package/scripts/on-cwd-changed +149 -0
  1523. package/scripts/on-file-changed +68 -0
  1524. package/scripts/on-stop +617 -0
  1525. package/scripts/on-task-complete +194 -0
  1526. package/scripts/operator-command.cjs +858 -0
  1527. package/scripts/operator-update.cjs +308 -0
  1528. package/scripts/part8-egress-guard-hook.cjs +229 -0
  1529. package/scripts/pipeline-command.cjs +271 -0
  1530. package/scripts/post-compact +383 -0
  1531. package/scripts/post-update-activation.cjs +339 -0
  1532. package/scripts/post-write +283 -0
  1533. package/scripts/power-demo-prompt.md +621 -0
  1534. package/scripts/pre-compact +273 -0
  1535. package/scripts/preflight-auto-explore.cjs +314 -0
  1536. package/scripts/preflight-doctor.cjs +225 -0
  1537. package/scripts/preflight-release-drift.cjs +168 -0
  1538. package/scripts/preflight-tension-surface.cjs +414 -0
  1539. package/scripts/probe-brain-contract.cjs +502 -0
  1540. package/scripts/publish-ops +346 -0
  1541. package/scripts/query-efficiency-telemetry.cjs +364 -0
  1542. package/scripts/query-semantic-scholar.cjs +545 -0
  1543. package/scripts/reapply-modifications +49 -0
  1544. package/scripts/reassign-primary.cjs +125 -0
  1545. package/scripts/recompile-room-references.cjs +601 -0
  1546. package/scripts/release-beta-preflight.sh +69 -0
  1547. package/scripts/render-pdf +588 -0
  1548. package/scripts/render-viz +190 -0
  1549. package/scripts/research-speaker +239 -0
  1550. package/scripts/resolve-room +204 -0
  1551. package/scripts/restore-post-compact-context.cjs +320 -0
  1552. package/scripts/room-auto-create-nudge.cjs +136 -0
  1553. package/scripts/room-naming-selector.cjs +201 -0
  1554. package/scripts/room-registry +767 -0
  1555. package/scripts/rs-discovery-engine.cjs +725 -0
  1556. package/scripts/rs-engine.py +2073 -0
  1557. package/scripts/rs-experts-command.cjs +300 -0
  1558. package/scripts/rs-explain-command.cjs +323 -0
  1559. package/scripts/rs-fetch-command.cjs +170 -0
  1560. package/scripts/rs-thesis-command.cjs +203 -0
  1561. package/scripts/rs-vector-bridge.cjs +410 -0
  1562. package/scripts/run-harness.cjs +890 -0
  1563. package/scripts/scout-cadence-guard.cjs +323 -0
  1564. package/scripts/scout-cadence-runner.cjs +509 -0
  1565. package/scripts/scout-telemetry-aggregator.cjs +268 -0
  1566. package/scripts/sealed-walker.py +96 -0
  1567. package/scripts/seed-brain-commands.cjs +324 -0
  1568. package/scripts/self-update +105 -0
  1569. package/scripts/sentinel-deadline-monitor +241 -0
  1570. package/scripts/sentinel-health-check +198 -0
  1571. package/scripts/sentinel-snapshot +42 -0
  1572. package/scripts/serve-dashboard +103 -0
  1573. package/scripts/serve-dashboard-live +932 -0
  1574. package/scripts/serve-presentation +97 -0
  1575. package/scripts/serve-wiki +90 -0
  1576. package/scripts/session-end-presence.cjs +79 -0
  1577. package/scripts/session-start +1942 -0
  1578. package/scripts/sessionstart-coordinator.cjs +249 -0
  1579. package/scripts/sessionstart-npm-reconcile.cjs +111 -0
  1580. package/scripts/sessionstart-post-update-preflight.cjs +303 -0
  1581. package/scripts/sessionstart-reference-now-seed.cjs +137 -0
  1582. package/scripts/setup-hooks.sh +112 -0
  1583. package/scripts/skillopt-codereview.cjs +830 -0
  1584. package/scripts/skillopt-eval.cjs +519 -0
  1585. package/scripts/skillopt-funnel.cjs +1076 -0
  1586. package/scripts/skillopt-genqueries.cjs +571 -0
  1587. package/scripts/skillopt-inventory.cjs +319 -0
  1588. package/scripts/skillopt-merge.cjs +656 -0
  1589. package/scripts/skillopt-triggerloop.cjs +1126 -0
  1590. package/scripts/soft-alias-runner.cjs +116 -0
  1591. package/scripts/stamp-artifact-write.cjs +276 -0
  1592. package/scripts/stamp-firing-block.cjs +325 -0
  1593. package/scripts/state-write.cjs +97 -0
  1594. package/scripts/statusline-fallback-echo.cjs +297 -0
  1595. package/scripts/statusline-mos +116 -0
  1596. package/scripts/statusline-mos-dispatch +127 -0
  1597. package/scripts/suggest-next-command.cjs +416 -0
  1598. package/scripts/sweep-skill-descriptions.cjs +263 -0
  1599. package/scripts/sync-rooms-brain +438 -0
  1600. package/scripts/sync-rooms-graph +264 -0
  1601. package/scripts/telemetry-command-invocation.cjs +120 -0
  1602. package/scripts/test-doctor-recovery.cjs +242 -0
  1603. package/scripts/test-fresh-install.md +140 -0
  1604. package/scripts/track-analytics +156 -0
  1605. package/scripts/transcribe-audio +148 -0
  1606. package/scripts/transcript-ingest.cjs +225 -0
  1607. package/scripts/update-icm-index +153 -0
  1608. package/scripts/v182-brain-optimize.cypher +1191 -0
  1609. package/scripts/validate-model-profiles +93 -0
  1610. package/scripts/vault-content-reformatter.cjs +581 -0
  1611. package/scripts/vault-export-orchestrator.cjs +400 -0
  1612. package/scripts/vault-footer-injector.cjs +315 -0
  1613. package/scripts/vault-import.cjs +839 -0
  1614. package/scripts/vault-integration-test.cjs +318 -0
  1615. package/scripts/vault-regenerate-all.cjs +216 -0
  1616. package/scripts/vault-regenerate-all.test.cjs +138 -0
  1617. package/scripts/vault-rules-generator.cjs +220 -0
  1618. package/scripts/vault-section-minto-generator.cjs +1642 -0
  1619. package/scripts/vault-section-minto-generator.integration.test.cjs +576 -0
  1620. package/scripts/vault-section-minto-generator.test.cjs +291 -0
  1621. package/scripts/vault-section-state-generator.cjs +385 -0
  1622. package/scripts/vault-welcome-generator.cjs +403 -0
  1623. package/scripts/vault-wikilink-injector.cjs +449 -0
  1624. package/scripts/verify-phase-132.cjs +338 -0
  1625. package/scripts/verify-release +744 -0
  1626. package/scripts/whitespace-command.cjs +831 -0
  1627. package/scripts/whitespace-to-brain.cjs +383 -0
  1628. package/scripts/whitespace-to-graph.cjs +220 -0
  1629. package/scripts/wikilink-batch.cjs +102 -0
  1630. package/scripts/wikilink-file.cjs +139 -0
  1631. package/scripts/write-bridge-artifacts.cjs +140 -0
  1632. package/scripts/write-scope-check +12 -0
  1633. package/scripts/write-scope-check.cjs +461 -0
  1634. package/scripts/write-whitespace-sections.cjs +483 -0
  1635. package/settings.json +7 -0
  1636. package/skills/act/SKILL.md +523 -0
  1637. package/skills/admin/SKILL.md +437 -0
  1638. package/skills/agentshield/SKILL.md +50 -0
  1639. package/skills/analyze-needs/SKILL.md +74 -0
  1640. package/skills/analyze-systems/SKILL.md +69 -0
  1641. package/skills/analyze-timing/SKILL.md +94 -0
  1642. package/skills/auto-explore/SKILL.md +84 -0
  1643. package/skills/beautiful-question/SKILL.md +72 -0
  1644. package/skills/bono/SKILL.md +146 -0
  1645. package/skills/brain-connector/SKILL.md +206 -0
  1646. package/skills/brain-derive/SKILL.md +140 -0
  1647. package/skills/build-knowledge/SKILL.md +118 -0
  1648. package/skills/build-thesis/SKILL.md +90 -0
  1649. package/skills/causal/SKILL.md +265 -0
  1650. package/skills/challenge-assumptions/SKILL.md +74 -0
  1651. package/skills/client-discovery-interview/SKILL.md +94 -0
  1652. package/skills/client-discovery-interview/discovery-scaffold.json +41 -0
  1653. package/skills/client-discovery-interview/question-bank.md +149 -0
  1654. package/skills/compare-ventures/SKILL.md +113 -0
  1655. package/skills/context-engine/SKILL.md +169 -0
  1656. package/skills/conversation-mode/SKILL.md +189 -0
  1657. package/skills/correct-reference-now/SKILL.md +86 -0
  1658. package/skills/dashboard/SKILL.md +142 -0
  1659. package/skills/deck/SKILL.md +113 -0
  1660. package/skills/deep-grade/SKILL.md +210 -0
  1661. package/skills/diagnose/SKILL.md +128 -0
  1662. package/skills/diagnostics/SKILL.md +193 -0
  1663. package/skills/dial-memory-refresh/SKILL.md +116 -0
  1664. package/skills/diffusion/SKILL.md +125 -0
  1665. package/skills/discover/SKILL.md +216 -0
  1666. package/skills/doctor/SKILL.md +269 -0
  1667. package/skills/dogfood-flush/SKILL.md +133 -0
  1668. package/skills/dominant-designs/SKILL.md +72 -0
  1669. package/skills/eureka/SKILL.md +313 -0
  1670. package/skills/explain-decision/SKILL.md +138 -0
  1671. package/skills/explore-domains/SKILL.md +74 -0
  1672. package/skills/explore-futures/SKILL.md +64 -0
  1673. package/skills/explore-opportunity/SKILL.md +168 -0
  1674. package/skills/explore-trends/SKILL.md +74 -0
  1675. package/skills/export/SKILL.md +126 -0
  1676. package/skills/feynman-timeline-refresh/SKILL.md +105 -0
  1677. package/skills/file-meeting/SKILL.md +1190 -0
  1678. package/skills/find-analogies/SKILL.md +360 -0
  1679. package/skills/find-bottlenecks/SKILL.md +104 -0
  1680. package/skills/find-connections/SKILL.md +108 -0
  1681. package/skills/funding/SKILL.md +110 -0
  1682. package/skills/futures/SKILL.md +124 -0
  1683. package/skills/grade/SKILL.md +252 -0
  1684. package/skills/grade-grant/SKILL.md +293 -0
  1685. package/skills/graph/SKILL.md +216 -0
  1686. package/skills/hat-briefing/SKILL.md +160 -0
  1687. package/skills/heal/SKILL.md +69 -0
  1688. package/skills/help/SKILL.md +172 -0
  1689. package/skills/hmi-status/SKILL.md +73 -0
  1690. package/skills/ignite/SKILL.md +225 -0
  1691. package/skills/ingest-methodology/SKILL.md +125 -0
  1692. package/skills/intel-pipeline/SKILL.md +128 -0
  1693. package/skills/intelligence-orchestrator/SKILL.md +262 -0
  1694. package/skills/jtbd/SKILL.md +261 -0
  1695. package/skills/larry-personality/SKILL.md +570 -0
  1696. package/skills/larry-personality/framework-chains.md +92 -0
  1697. package/skills/larry-personality/mode-engine.md +185 -0
  1698. package/skills/leadership/SKILL.md +109 -0
  1699. package/skills/lean-canvas/SKILL.md +70 -0
  1700. package/skills/macro-trends/SKILL.md +84 -0
  1701. package/skills/map-unknowns/SKILL.md +72 -0
  1702. package/skills/memory/SKILL.md +212 -0
  1703. package/skills/memory-cortex-reach/SKILL.md +80 -0
  1704. package/skills/models/SKILL.md +197 -0
  1705. package/skills/mos/SKILL.md +160 -0
  1706. package/skills/mos-deck-engine/SKILL.md +329 -0
  1707. package/skills/mos-reason/SKILL.md +484 -0
  1708. package/skills/mullins/SKILL.md +151 -0
  1709. package/skills/mullins-scaffold/SKILL.md +132 -0
  1710. package/skills/mullins-scaffold/scaffold.json +223 -0
  1711. package/skills/mva-brief/SKILL.md +87 -0
  1712. package/skills/mva-option/SKILL.md +120 -0
  1713. package/skills/mva-pipeline/SKILL.md +158 -0
  1714. package/skills/mva-report/SKILL.md +79 -0
  1715. package/skills/new-project/SKILL.md +629 -0
  1716. package/skills/new-surface/SKILL.md +112 -0
  1717. package/skills/onboard/SKILL.md +485 -0
  1718. package/skills/operator/SKILL.md +167 -0
  1719. package/skills/opportunities/SKILL.md +171 -0
  1720. package/skills/organize/SKILL.md +69 -0
  1721. package/skills/persona/SKILL.md +272 -0
  1722. package/skills/pipeline/SKILL.md +164 -0
  1723. package/skills/present/SKILL.md +123 -0
  1724. package/skills/publish/SKILL.md +224 -0
  1725. package/skills/pws-brain/SKILL.md +152 -0
  1726. package/skills/pws-methodology/SKILL.md +92 -0
  1727. package/skills/qualify-opportunity/SKILL.md +111 -0
  1728. package/skills/query/SKILL.md +68 -0
  1729. package/skills/radar/SKILL.md +106 -0
  1730. package/skills/reanalyze/SKILL.md +122 -0
  1731. package/skills/research/SKILL.md +462 -0
  1732. package/skills/room/SKILL.md +381 -0
  1733. package/skills/room-passive/SKILL.md +174 -0
  1734. package/skills/room-proactive/SKILL.md +344 -0
  1735. package/skills/rooms/SKILL.md +678 -0
  1736. package/skills/root-cause/SKILL.md +73 -0
  1737. package/skills/rs-experts/SKILL.md +151 -0
  1738. package/skills/rs-explain/SKILL.md +130 -0
  1739. package/skills/rs-fetch/SKILL.md +115 -0
  1740. package/skills/rs-thesis/SKILL.md +129 -0
  1741. package/skills/scenario-plan/SKILL.md +76 -0
  1742. package/skills/scheduled-tasks/SKILL.md +301 -0
  1743. package/skills/score-innovation/SKILL.md +74 -0
  1744. package/skills/scout/SKILL.md +370 -0
  1745. package/skills/setup/SKILL.md +654 -0
  1746. package/skills/show/SKILL.md +68 -0
  1747. package/skills/skill/SKILL.md +104 -0
  1748. package/skills/snapshot/SKILL.md +178 -0
  1749. package/skills/speakers/SKILL.md +116 -0
  1750. package/skills/splash/SKILL.md +54 -0
  1751. package/skills/stance/SKILL.md +89 -0
  1752. package/skills/status/SKILL.md +107 -0
  1753. package/skills/structure-argument/SKILL.md +78 -0
  1754. package/skills/suggest-next/SKILL.md +137 -0
  1755. package/skills/systems-thinking/SKILL.md +220 -0
  1756. package/skills/think-hats/SKILL.md +82 -0
  1757. package/skills/trending-to-absurd/SKILL.md +100 -0
  1758. package/skills/ui-system/SKILL.md +474 -0
  1759. package/skills/ui-system/design-system/M-OS-DESIGN-SYSTEM.md +273 -0
  1760. package/skills/ui-system/design-system/SPEC.md +72 -0
  1761. package/skills/ui-system/design-system/image-prompt-style.md +29 -0
  1762. package/skills/ui-system/design-system/mos-design-system.css +240 -0
  1763. package/skills/ui-system/rules/design-system.md +60 -0
  1764. package/skills/ui-system/rules/dual-palette.md +156 -0
  1765. package/skills/ui-system/rules/glyph-disambiguation.md +171 -0
  1766. package/skills/ui-system/rules/shape-f-zero-and-six.md +169 -0
  1767. package/skills/update/SKILL.md +254 -0
  1768. package/skills/user-needs/SKILL.md +73 -0
  1769. package/skills/validate/SKILL.md +73 -0
  1770. package/skills/value-proposition/SKILL.md +141 -0
  1771. package/skills/vault/SKILL.md +326 -0
  1772. package/skills/visualize/SKILL.md +69 -0
  1773. package/skills/whitespace/SKILL.md +539 -0
  1774. package/skills/wiki/SKILL.md +94 -0
  1775. package/templates/_base.html +20 -0
  1776. package/templates/chat-panel.html +205 -0
  1777. package/templates/constellation-chat-hooks.js +89 -0
  1778. package/templates/constellation.html +1272 -0
  1779. package/templates/destijl-base.css +268 -0
  1780. package/templates/discovery/discovery-brief-template.md +97 -0
  1781. package/templates/due-diligence.html +49 -0
  1782. package/templates/executive-summary.html +40 -0
  1783. package/templates/icm/CLAUDE.md +31 -0
  1784. package/templates/icm/GROUP-CLAUDE.md +33 -0
  1785. package/templates/icm/INDEX.md +26 -0
  1786. package/templates/import/stage-contracts/01-ingest.md +34 -0
  1787. package/templates/import/stage-contracts/02-classify.md +48 -0
  1788. package/templates/import/stage-contracts/03-route.md +42 -0
  1789. package/templates/import/stage-contracts/04-enrich.md +40 -0
  1790. package/templates/investment-thesis.html +25 -0
  1791. package/templates/meeting-report.html +361 -0
  1792. package/templates/presentation/dashboard.html +1150 -0
  1793. package/templates/presentation/deck.html +540 -0
  1794. package/templates/presentation/diagrams.html +437 -0
  1795. package/templates/presentation/graph.html +391 -0
  1796. package/templates/presentation/insights.html +548 -0
  1797. package/templates/presentation/wiki.html +533 -0
  1798. package/templates/profile.html +136 -0
  1799. package/templates/room-context/last-session.md +56 -0
  1800. package/templates/room-context/methodology-history.md +28 -0
  1801. package/templates/room-context/rejection-log.md +25 -0
  1802. package/templates/room-context/weekly-digest.md +54 -0
  1803. package/templates/room-skeleton/MINTO.md.tmpl +19 -0
  1804. package/templates/room-skeleton/ROOM.md.identity.tmpl +13 -0
  1805. package/templates/room-skeleton/ROOM.md.section.tmpl +33 -0
  1806. package/templates/room-skeleton/STATE.md.tmpl +33 -0
  1807. package/templates/room-skeleton/USER.md.tmpl +23 -0
  1808. package/templates/room-skeleton/references/.gitkeep +0 -0
  1809. package/templates/room-skeleton/references/SECTION-SCHEMA.md +213 -0
  1810. package/templates/room-skeleton/references/SUB-SCHEMAS.md +91 -0
  1811. package/templates/room-skeleton/section-contracts/.gitkeep +0 -0
  1812. package/templates/room-skeleton/section-contracts/business-model.md +32 -0
  1813. package/templates/room-skeleton/section-contracts/competitive-analysis.md +33 -0
  1814. package/templates/room-skeleton/section-contracts/financial-model.md +30 -0
  1815. package/templates/room-skeleton/section-contracts/funding.md +41 -0
  1816. package/templates/room-skeleton/section-contracts/legal-ip.md +30 -0
  1817. package/templates/room-skeleton/section-contracts/market-analysis.md +32 -0
  1818. package/templates/room-skeleton/section-contracts/opportunity-bank.md +39 -0
  1819. package/templates/room-skeleton/section-contracts/problem-definition.md +32 -0
  1820. package/templates/room-skeleton/section-contracts/solution-design.md +36 -0
  1821. package/templates/room-skeleton/section-contracts/strategy.md +35 -0
  1822. package/templates/room-skeleton/section-contracts/team-execution.md +36 -0
  1823. package/templates/shared.css +427 -0
  1824. package/templates/showcase/blueprint.html +432 -0
  1825. package/templates/showcase/library.html +571 -0
  1826. package/templates/showcase/narrative.html +361 -0
  1827. package/templates/showcase/overview.html +468 -0
  1828. package/templates/showcase/synthesis.html +473 -0
  1829. package/templates/signature-footer.html +34 -0
@@ -0,0 +1,3637 @@
1
+ {
2
+ "ontology_ref": "data/framework-names.json",
3
+ "generated_note": "GENERATED by scripts/build-connector-registry.cjs - do not edit by hand",
4
+ "connectors": [
5
+ {
6
+ "surface": "/mos:act",
7
+ "source": "command",
8
+ "connects_to_spine": true,
9
+ "sensor_triggers": [],
10
+ "reach_id": "context_block",
11
+ "sub_mode": "act",
12
+ "framework": null,
13
+ "posture": "hold",
14
+ "hierarchy_rank": 11,
15
+ "filing": "memory_event_only",
16
+ "plan_gated": false,
17
+ "web_scope": null,
18
+ "decision_surface": "F.1"
19
+ },
20
+ {
21
+ "surface": "/mos:analyze-needs",
22
+ "source": "command",
23
+ "connects_to_spine": true,
24
+ "sensor_triggers": [
25
+ "SENS-05",
26
+ "SENS-06"
27
+ ],
28
+ "reach_id": "context_block",
29
+ "sub_mode": "needs-jtbd",
30
+ "framework": "Jobs to Be Done (JTBD)",
31
+ "posture": "push_forward",
32
+ "hierarchy_rank": 15,
33
+ "filing": "fileEvidenceWithReadback",
34
+ "plan_gated": false,
35
+ "web_scope": null,
36
+ "decision_surface": null
37
+ },
38
+ {
39
+ "surface": "/mos:analyze-systems",
40
+ "source": "command",
41
+ "connects_to_spine": true,
42
+ "sensor_triggers": [
43
+ "SENS-06"
44
+ ],
45
+ "reach_id": "context_block",
46
+ "sub_mode": "systems-analysis",
47
+ "framework": "Systems Thinking",
48
+ "posture": "push_forward",
49
+ "hierarchy_rank": 18,
50
+ "filing": "fileEvidenceWithReadback",
51
+ "plan_gated": false,
52
+ "web_scope": null,
53
+ "decision_surface": null
54
+ },
55
+ {
56
+ "surface": "/mos:analyze-timing",
57
+ "source": "command",
58
+ "connects_to_spine": true,
59
+ "sensor_triggers": [
60
+ "SENS-06",
61
+ "SENS-09"
62
+ ],
63
+ "reach_id": "context_block",
64
+ "sub_mode": "timing-scurve",
65
+ "framework": "S-Curve Analysis",
66
+ "posture": "push_forward",
67
+ "hierarchy_rank": 27,
68
+ "filing": "fileEvidenceWithReadback",
69
+ "plan_gated": false,
70
+ "web_scope": null,
71
+ "decision_surface": null
72
+ },
73
+ {
74
+ "surface": "/mos:auto-explore",
75
+ "source": "command",
76
+ "connects_to_spine": true,
77
+ "sensor_triggers": [
78
+ "SENS-01"
79
+ ],
80
+ "reach_id": "context_block",
81
+ "sub_mode": "auto-explore",
82
+ "framework": "Domain Selection",
83
+ "posture": "push_forward",
84
+ "hierarchy_rank": 17,
85
+ "filing": "fileEvidenceWithReadback",
86
+ "plan_gated": false,
87
+ "web_scope": null,
88
+ "decision_surface": null
89
+ },
90
+ {
91
+ "surface": "/mos:beautiful-question",
92
+ "source": "command",
93
+ "connects_to_spine": true,
94
+ "sensor_triggers": [
95
+ "SENS-06"
96
+ ],
97
+ "reach_id": "context_block",
98
+ "sub_mode": "beautiful-question",
99
+ "framework": "Beautiful Question Framework",
100
+ "posture": "push_forward",
101
+ "hierarchy_rank": 30,
102
+ "filing": "fileEvidenceWithReadback",
103
+ "plan_gated": false,
104
+ "web_scope": null,
105
+ "decision_surface": null
106
+ },
107
+ {
108
+ "surface": "/mos:bono",
109
+ "source": "command",
110
+ "connects_to_spine": true,
111
+ "sensor_triggers": [
112
+ "SENS-17"
113
+ ],
114
+ "reach_id": "hats",
115
+ "sub_mode": "bono",
116
+ "framework": "Six Thinking Hats",
117
+ "posture": "hold",
118
+ "hierarchy_rank": 4,
119
+ "filing": "fileEvidenceWithReadback",
120
+ "plan_gated": false,
121
+ "web_scope": "green",
122
+ "decision_surface": "F.1"
123
+ },
124
+ {
125
+ "surface": "/mos:brain-derive",
126
+ "source": "command",
127
+ "connects_to_spine": true,
128
+ "sensor_triggers": [
129
+ "SENS-03"
130
+ ],
131
+ "reach_id": "brain_consult",
132
+ "sub_mode": "brain-derive",
133
+ "framework": null,
134
+ "posture": "hold",
135
+ "hierarchy_rank": 61,
136
+ "filing": "memory_event_only",
137
+ "plan_gated": false,
138
+ "web_scope": null,
139
+ "decision_surface": null
140
+ },
141
+ {
142
+ "surface": "/mos:build-knowledge",
143
+ "source": "command",
144
+ "connects_to_spine": true,
145
+ "sensor_triggers": [
146
+ "SENS-06"
147
+ ],
148
+ "reach_id": "context_block",
149
+ "sub_mode": "ackoff-pyramid",
150
+ "framework": "Ackoff Pyramid",
151
+ "posture": "push_forward",
152
+ "hierarchy_rank": 29,
153
+ "filing": "fileEvidenceWithReadback",
154
+ "plan_gated": false,
155
+ "web_scope": null,
156
+ "decision_surface": null
157
+ },
158
+ {
159
+ "surface": "/mos:build-thesis",
160
+ "source": "command",
161
+ "connects_to_spine": true,
162
+ "sensor_triggers": [
163
+ "SENS-07",
164
+ "SENS-06"
165
+ ],
166
+ "reach_id": "context_block",
167
+ "sub_mode": "thesis-build",
168
+ "framework": "PWS Value Proposition",
169
+ "posture": "hold",
170
+ "hierarchy_rank": 9,
171
+ "filing": "fileEvidenceWithReadback",
172
+ "plan_gated": false,
173
+ "web_scope": null,
174
+ "decision_surface": null
175
+ },
176
+ {
177
+ "surface": "/mos:causal",
178
+ "source": "command",
179
+ "connects_to_spine": true,
180
+ "sensor_triggers": [
181
+ "SENS-02"
182
+ ],
183
+ "reach_id": "context_block",
184
+ "sub_mode": "causal-trace",
185
+ "framework": "Root Cause Analysis",
186
+ "posture": "pull_back",
187
+ "hierarchy_rank": 6,
188
+ "filing": "fileEvidenceWithReadback",
189
+ "plan_gated": false,
190
+ "web_scope": null,
191
+ "decision_surface": "F.1"
192
+ },
193
+ {
194
+ "surface": "/mos:challenge-assumptions",
195
+ "source": "command",
196
+ "connects_to_spine": true,
197
+ "sensor_triggers": [
198
+ "SENS-06"
199
+ ],
200
+ "reach_id": "contradiction",
201
+ "sub_mode": "red-team",
202
+ "framework": "Red Teaming",
203
+ "posture": "pull_back",
204
+ "hierarchy_rank": 12,
205
+ "filing": "fileEvidenceWithReadback",
206
+ "plan_gated": false,
207
+ "web_scope": null,
208
+ "decision_surface": null
209
+ },
210
+ {
211
+ "surface": "/mos:compare-ventures",
212
+ "source": "command",
213
+ "connects_to_spine": true,
214
+ "sensor_triggers": [
215
+ "SENS-03"
216
+ ],
217
+ "reach_id": "brain_consult",
218
+ "sub_mode": "venture-compare",
219
+ "framework": "PWS Triple Validation Compass",
220
+ "posture": "hold",
221
+ "hierarchy_rank": 19,
222
+ "filing": "memory_event_only",
223
+ "plan_gated": false,
224
+ "web_scope": null,
225
+ "decision_surface": null
226
+ },
227
+ {
228
+ "surface": "/mos:dashboard",
229
+ "source": "command",
230
+ "connects_to_spine": true,
231
+ "sensor_triggers": [],
232
+ "reach_id": "context_block",
233
+ "sub_mode": "room-dashboard",
234
+ "framework": null,
235
+ "posture": "hold",
236
+ "hierarchy_rank": 11,
237
+ "filing": "memory_event_only",
238
+ "plan_gated": false,
239
+ "web_scope": null,
240
+ "decision_surface": "F.1"
241
+ },
242
+ {
243
+ "surface": "/mos:deck",
244
+ "source": "command",
245
+ "connects_to_spine": true,
246
+ "sensor_triggers": [],
247
+ "reach_id": "context_block",
248
+ "sub_mode": "deck-build",
249
+ "framework": null,
250
+ "posture": "hold",
251
+ "hierarchy_rank": 54,
252
+ "filing": "memory_event_only",
253
+ "plan_gated": false,
254
+ "web_scope": null,
255
+ "decision_surface": "F.1"
256
+ },
257
+ {
258
+ "surface": "/mos:deep-grade",
259
+ "source": "command",
260
+ "connects_to_spine": true,
261
+ "sensor_triggers": [
262
+ "SENS-06",
263
+ "SENS-07"
264
+ ],
265
+ "reach_id": "brain_consult",
266
+ "sub_mode": "deep-grade-compass",
267
+ "framework": "PWS Triple Validation Compass",
268
+ "posture": "hold",
269
+ "hierarchy_rank": 8,
270
+ "filing": "fileEvidenceWithReadback",
271
+ "plan_gated": false,
272
+ "web_scope": null,
273
+ "decision_surface": null
274
+ },
275
+ {
276
+ "surface": "/mos:diagnose",
277
+ "source": "command",
278
+ "connects_to_spine": true,
279
+ "sensor_triggers": [
280
+ "SENS-01",
281
+ "SENS-06"
282
+ ],
283
+ "reach_id": "context_block",
284
+ "sub_mode": "problem-diagnosis",
285
+ "framework": "Problem Definition Transformation Framework",
286
+ "posture": "push_forward",
287
+ "hierarchy_rank": 5,
288
+ "filing": "fileEvidenceWithReadback",
289
+ "plan_gated": false,
290
+ "web_scope": null,
291
+ "decision_surface": "F.1"
292
+ },
293
+ {
294
+ "surface": "/mos:diagnostics",
295
+ "source": "command",
296
+ "connects_to_spine": true,
297
+ "sensor_triggers": [
298
+ "SENS-01"
299
+ ],
300
+ "reach_id": "context_block",
301
+ "sub_mode": "wave1-fingerprint",
302
+ "framework": "HSI Semantic Surprise Analysis Assistant",
303
+ "posture": "hold",
304
+ "hierarchy_rank": 7,
305
+ "filing": "fileEvidenceWithReadback",
306
+ "plan_gated": false,
307
+ "web_scope": null,
308
+ "decision_surface": "F.1"
309
+ },
310
+ {
311
+ "surface": "/mos:dial-memory-refresh",
312
+ "source": "command",
313
+ "connects_to_spine": true,
314
+ "sensor_triggers": [
315
+ "SENS-02"
316
+ ],
317
+ "reach_id": "context_block",
318
+ "sub_mode": "dial-refresh",
319
+ "framework": "Reverse Salient Analysis",
320
+ "posture": "hold",
321
+ "hierarchy_rank": 22,
322
+ "filing": "memory_event_only",
323
+ "plan_gated": false,
324
+ "web_scope": null,
325
+ "decision_surface": null
326
+ },
327
+ {
328
+ "surface": "/mos:diffusion",
329
+ "source": "command",
330
+ "connects_to_spine": true,
331
+ "sensor_triggers": [
332
+ "SENS-09"
333
+ ],
334
+ "reach_id": "brain_consult",
335
+ "sub_mode": "dual-use-diffusion",
336
+ "framework": "Adoption-Capacity Theory",
337
+ "posture": "push_forward",
338
+ "hierarchy_rank": 28,
339
+ "filing": "fileEvidenceWithReadback",
340
+ "plan_gated": false,
341
+ "web_scope": null,
342
+ "decision_surface": null
343
+ },
344
+ {
345
+ "surface": "/mos:discover",
346
+ "source": "command",
347
+ "connects_to_spine": true,
348
+ "sensor_triggers": [
349
+ "SENS-01",
350
+ "SENS-05"
351
+ ],
352
+ "reach_id": "brain_consult",
353
+ "sub_mode": "client-product-discovery",
354
+ "framework": "Jobs to Be Done (JTBD)",
355
+ "posture": "push_forward",
356
+ "hierarchy_rank": 7,
357
+ "filing": "fileEvidenceWithReadback",
358
+ "plan_gated": false,
359
+ "web_scope": null,
360
+ "decision_surface": "F.1"
361
+ },
362
+ {
363
+ "surface": "/mos:dominant-designs",
364
+ "source": "command",
365
+ "connects_to_spine": true,
366
+ "sensor_triggers": [
367
+ "SENS-06"
368
+ ],
369
+ "reach_id": "context_block",
370
+ "sub_mode": "dominant-design",
371
+ "framework": "Dominant Design",
372
+ "posture": "push_forward",
373
+ "hierarchy_rank": 28,
374
+ "filing": "fileEvidenceWithReadback",
375
+ "plan_gated": false,
376
+ "web_scope": null,
377
+ "decision_surface": null
378
+ },
379
+ {
380
+ "surface": "/mos:eureka",
381
+ "source": "command",
382
+ "connects_to_spine": true,
383
+ "sensor_triggers": [
384
+ "SENS-13"
385
+ ],
386
+ "reach_id": "context_block",
387
+ "sub_mode": "eureka-portfolio",
388
+ "framework": null,
389
+ "posture": "hold",
390
+ "hierarchy_rank": 3,
391
+ "filing": "none",
392
+ "plan_gated": false,
393
+ "web_scope": null,
394
+ "decision_surface": "F.1"
395
+ },
396
+ {
397
+ "surface": "/mos:explain-decision",
398
+ "source": "command",
399
+ "connects_to_spine": true,
400
+ "sensor_triggers": [],
401
+ "reach_id": "context_block",
402
+ "sub_mode": "decision-explain",
403
+ "framework": null,
404
+ "posture": "hold",
405
+ "hierarchy_rank": 16,
406
+ "filing": "memory_event_only",
407
+ "plan_gated": false,
408
+ "web_scope": null,
409
+ "decision_surface": "F.1"
410
+ },
411
+ {
412
+ "surface": "/mos:explore-domains",
413
+ "source": "command",
414
+ "connects_to_spine": true,
415
+ "sensor_triggers": [
416
+ "SENS-01"
417
+ ],
418
+ "reach_id": "context_block",
419
+ "sub_mode": "domain-select",
420
+ "framework": "Domain Selection",
421
+ "posture": "hold",
422
+ "hierarchy_rank": 34,
423
+ "filing": "fileEvidenceWithReadback",
424
+ "plan_gated": false,
425
+ "web_scope": null,
426
+ "decision_surface": null
427
+ },
428
+ {
429
+ "surface": "/mos:explore-futures",
430
+ "source": "command",
431
+ "connects_to_spine": true,
432
+ "sensor_triggers": [],
433
+ "reach_id": "context_block",
434
+ "sub_mode": "futures-scenario",
435
+ "framework": "Scenario Planning",
436
+ "posture": "hold",
437
+ "hierarchy_rank": 33,
438
+ "filing": "fileEvidenceWithReadback",
439
+ "plan_gated": false,
440
+ "web_scope": null,
441
+ "decision_surface": null
442
+ },
443
+ {
444
+ "surface": "/mos:explore-opportunity",
445
+ "source": "command",
446
+ "connects_to_spine": true,
447
+ "sensor_triggers": [],
448
+ "reach_id": "deep_research",
449
+ "sub_mode": "explore-opportunity",
450
+ "framework": null,
451
+ "posture": "hold",
452
+ "hierarchy_rank": 5,
453
+ "filing": "none",
454
+ "plan_gated": true,
455
+ "web_scope": "green",
456
+ "decision_surface": "F.1"
457
+ },
458
+ {
459
+ "surface": "/mos:explore-trends",
460
+ "source": "command",
461
+ "connects_to_spine": true,
462
+ "sensor_triggers": [
463
+ "SENS-04"
464
+ ],
465
+ "reach_id": "context_block",
466
+ "sub_mode": "trends-scurve",
467
+ "framework": "S-Curve Analysis",
468
+ "posture": "push_forward",
469
+ "hierarchy_rank": 32,
470
+ "filing": "fileEvidenceWithReadback",
471
+ "plan_gated": false,
472
+ "web_scope": null,
473
+ "decision_surface": null
474
+ },
475
+ {
476
+ "surface": "/mos:file-meeting",
477
+ "source": "command",
478
+ "connects_to_spine": true,
479
+ "sensor_triggers": [],
480
+ "reach_id": "contradiction",
481
+ "sub_mode": "file-meeting",
482
+ "framework": null,
483
+ "posture": "pull_back",
484
+ "hierarchy_rank": 37,
485
+ "filing": "fileEvidenceWithReadback",
486
+ "plan_gated": false,
487
+ "web_scope": null,
488
+ "decision_surface": "F.1"
489
+ },
490
+ {
491
+ "surface": "/mos:find-analogies",
492
+ "source": "command",
493
+ "connects_to_spine": true,
494
+ "sensor_triggers": [
495
+ "SENS-01"
496
+ ],
497
+ "reach_id": "context_block",
498
+ "sub_mode": "cross-domain-analogy",
499
+ "framework": "Four Lenses of Innovation",
500
+ "posture": "hold",
501
+ "hierarchy_rank": 1,
502
+ "filing": "fileEvidenceWithReadback",
503
+ "plan_gated": false,
504
+ "web_scope": "green",
505
+ "decision_surface": "F.1"
506
+ },
507
+ {
508
+ "surface": "/mos:find-bottlenecks",
509
+ "source": "command",
510
+ "connects_to_spine": true,
511
+ "sensor_triggers": [
512
+ "SENS-02"
513
+ ],
514
+ "reach_id": "context_block",
515
+ "sub_mode": "reverse-salient",
516
+ "framework": "Reverse Salient Analysis",
517
+ "posture": "pull_back",
518
+ "hierarchy_rank": 2,
519
+ "filing": "fileEvidenceWithReadback",
520
+ "plan_gated": false,
521
+ "web_scope": null,
522
+ "decision_surface": "F.0"
523
+ },
524
+ {
525
+ "surface": "/mos:find-connections",
526
+ "source": "command",
527
+ "connects_to_spine": true,
528
+ "sensor_triggers": [
529
+ "SENS-01"
530
+ ],
531
+ "reach_id": "brain_consult",
532
+ "sub_mode": "cross-domain-connect",
533
+ "framework": "Usher's Model of Cumulative Synthesis",
534
+ "posture": "hold",
535
+ "hierarchy_rank": 1,
536
+ "filing": "fileEvidenceWithReadback",
537
+ "plan_gated": false,
538
+ "web_scope": null,
539
+ "decision_surface": "F.1"
540
+ },
541
+ {
542
+ "surface": "/mos:funding",
543
+ "source": "command",
544
+ "connects_to_spine": true,
545
+ "sensor_triggers": [
546
+ "SENS-07"
547
+ ],
548
+ "reach_id": "context_block",
549
+ "sub_mode": "funding",
550
+ "framework": null,
551
+ "posture": "hold",
552
+ "hierarchy_rank": 37,
553
+ "filing": "none",
554
+ "plan_gated": false,
555
+ "web_scope": null,
556
+ "decision_surface": null
557
+ },
558
+ {
559
+ "surface": "/mos:futures",
560
+ "source": "command",
561
+ "connects_to_spine": true,
562
+ "sensor_triggers": [
563
+ "SENS-06"
564
+ ],
565
+ "reach_id": "context_block",
566
+ "sub_mode": "futures-wheel",
567
+ "framework": "Futures Wheel",
568
+ "posture": "hold",
569
+ "hierarchy_rank": 45,
570
+ "filing": "fileEvidenceWithReadback",
571
+ "plan_gated": false,
572
+ "web_scope": "green",
573
+ "decision_surface": "F.1"
574
+ },
575
+ {
576
+ "surface": "/mos:grade-grant",
577
+ "source": "command",
578
+ "connects_to_spine": true,
579
+ "sensor_triggers": [
580
+ "SENS-06"
581
+ ],
582
+ "reach_id": "context_block",
583
+ "sub_mode": "grade-grant",
584
+ "framework": null,
585
+ "posture": "hold",
586
+ "hierarchy_rank": 14,
587
+ "filing": "fileEvidenceWithReadback",
588
+ "plan_gated": false,
589
+ "web_scope": null,
590
+ "decision_surface": null
591
+ },
592
+ {
593
+ "surface": "/mos:grade",
594
+ "source": "command",
595
+ "connects_to_spine": true,
596
+ "sensor_triggers": [
597
+ "SENS-06",
598
+ "SENS-07"
599
+ ],
600
+ "reach_id": "brain_consult",
601
+ "sub_mode": "grade-compass",
602
+ "framework": "PWS Triple Validation Compass",
603
+ "posture": "hold",
604
+ "hierarchy_rank": 14,
605
+ "filing": "fileEvidenceWithReadback",
606
+ "plan_gated": false,
607
+ "web_scope": null,
608
+ "decision_surface": null
609
+ },
610
+ {
611
+ "surface": "/mos:graph",
612
+ "source": "command",
613
+ "connects_to_spine": true,
614
+ "sensor_triggers": [],
615
+ "reach_id": "context_block",
616
+ "sub_mode": "graph-explore",
617
+ "framework": null,
618
+ "posture": "hold",
619
+ "hierarchy_rank": 9,
620
+ "filing": "none",
621
+ "plan_gated": false,
622
+ "web_scope": null,
623
+ "decision_surface": "F.1"
624
+ },
625
+ {
626
+ "surface": "/mos:hat-briefing",
627
+ "source": "command",
628
+ "connects_to_spine": true,
629
+ "sensor_triggers": [
630
+ "SENS-07"
631
+ ],
632
+ "reach_id": "hats",
633
+ "sub_mode": "hat-briefing",
634
+ "framework": "Six Thinking Hats",
635
+ "posture": "hold",
636
+ "hierarchy_rank": 2,
637
+ "filing": "fileEvidenceWithReadback",
638
+ "plan_gated": false,
639
+ "web_scope": null,
640
+ "decision_surface": "F.1"
641
+ },
642
+ {
643
+ "surface": "/mos:ignite",
644
+ "source": "command",
645
+ "connects_to_spine": true,
646
+ "sensor_triggers": [],
647
+ "reach_id": "context_block",
648
+ "sub_mode": "ignite",
649
+ "framework": null,
650
+ "posture": "push_forward",
651
+ "hierarchy_rank": 10,
652
+ "filing": "none",
653
+ "plan_gated": false,
654
+ "web_scope": null,
655
+ "decision_surface": null
656
+ },
657
+ {
658
+ "surface": "/mos:ingest-methodology",
659
+ "source": "command",
660
+ "connects_to_spine": true,
661
+ "sensor_triggers": [],
662
+ "reach_id": "brain_consult",
663
+ "sub_mode": "methodology-ingest",
664
+ "framework": null,
665
+ "posture": "push_forward",
666
+ "hierarchy_rank": 60,
667
+ "filing": "memory_event_only",
668
+ "plan_gated": false,
669
+ "web_scope": null,
670
+ "decision_surface": "F.1"
671
+ },
672
+ {
673
+ "surface": "/mos:intel-pipeline",
674
+ "source": "command",
675
+ "connects_to_spine": true,
676
+ "sensor_triggers": [],
677
+ "reach_id": "context_block",
678
+ "sub_mode": "intel-pipeline",
679
+ "framework": null,
680
+ "posture": "hold",
681
+ "hierarchy_rank": 55,
682
+ "filing": "memory_event_only",
683
+ "plan_gated": false,
684
+ "web_scope": "green",
685
+ "decision_surface": "F.1"
686
+ },
687
+ {
688
+ "surface": "/mos:jtbd",
689
+ "source": "command",
690
+ "connects_to_spine": true,
691
+ "sensor_triggers": [
692
+ "SENS-05"
693
+ ],
694
+ "reach_id": "context_block",
695
+ "sub_mode": "jtbd-infer",
696
+ "framework": "Jobs to Be Done (JTBD)",
697
+ "posture": "hold",
698
+ "hierarchy_rank": 16,
699
+ "filing": "memory_event_only",
700
+ "plan_gated": false,
701
+ "web_scope": null,
702
+ "decision_surface": null
703
+ },
704
+ {
705
+ "surface": "/mos:leadership",
706
+ "source": "command",
707
+ "connects_to_spine": true,
708
+ "sensor_triggers": [
709
+ "SENS-05"
710
+ ],
711
+ "reach_id": "context_block",
712
+ "sub_mode": "adaptive-leadership",
713
+ "framework": "Adaptive Leadership",
714
+ "posture": "hold",
715
+ "hierarchy_rank": 20,
716
+ "filing": "fileEvidenceWithReadback",
717
+ "plan_gated": false,
718
+ "web_scope": null,
719
+ "decision_surface": null
720
+ },
721
+ {
722
+ "surface": "/mos:lean-canvas",
723
+ "source": "command",
724
+ "connects_to_spine": true,
725
+ "sensor_triggers": [],
726
+ "reach_id": "context_block",
727
+ "sub_mode": "lean-canvas",
728
+ "framework": "Lean Canvas",
729
+ "posture": "hold",
730
+ "hierarchy_rank": 41,
731
+ "filing": "fileEvidenceWithReadback",
732
+ "plan_gated": false,
733
+ "web_scope": null,
734
+ "decision_surface": null
735
+ },
736
+ {
737
+ "surface": "/mos:macro-trends",
738
+ "source": "command",
739
+ "connects_to_spine": true,
740
+ "sensor_triggers": [],
741
+ "reach_id": "context_block",
742
+ "sub_mode": "macro-pest",
743
+ "framework": "PEST Analysis",
744
+ "posture": "hold",
745
+ "hierarchy_rank": 39,
746
+ "filing": "fileEvidenceWithReadback",
747
+ "plan_gated": false,
748
+ "web_scope": null,
749
+ "decision_surface": null
750
+ },
751
+ {
752
+ "surface": "/mos:map-unknowns",
753
+ "source": "command",
754
+ "connects_to_spine": true,
755
+ "sensor_triggers": [
756
+ "SENS-06",
757
+ "SENS-08"
758
+ ],
759
+ "reach_id": "context_block",
760
+ "sub_mode": "unknowns-matrix",
761
+ "framework": "Knowns and Unknowns Matrix Framework",
762
+ "posture": "hold",
763
+ "hierarchy_rank": 40,
764
+ "filing": "fileEvidenceWithReadback",
765
+ "plan_gated": false,
766
+ "web_scope": null,
767
+ "decision_surface": null
768
+ },
769
+ {
770
+ "surface": "/mos:memory-cortex-reach",
771
+ "source": "command",
772
+ "connects_to_spine": true,
773
+ "sensor_triggers": [
774
+ "SENS-08"
775
+ ],
776
+ "reach_id": "cross_room",
777
+ "sub_mode": "memory-cortex-bridge",
778
+ "framework": null,
779
+ "posture": "push_forward",
780
+ "hierarchy_rank": 60,
781
+ "filing": "memory_event_only",
782
+ "plan_gated": false,
783
+ "web_scope": null,
784
+ "decision_surface": null
785
+ },
786
+ {
787
+ "surface": "/mos:memory",
788
+ "source": "command",
789
+ "connects_to_spine": true,
790
+ "sensor_triggers": [],
791
+ "reach_id": "context_block",
792
+ "sub_mode": "memory-inspect",
793
+ "framework": null,
794
+ "posture": "hold",
795
+ "hierarchy_rank": 10,
796
+ "filing": "none",
797
+ "plan_gated": false,
798
+ "web_scope": null,
799
+ "decision_surface": "F.1"
800
+ },
801
+ {
802
+ "surface": "/mos:mos-reason",
803
+ "source": "command",
804
+ "connects_to_spine": true,
805
+ "sensor_triggers": [
806
+ "SENS-06"
807
+ ],
808
+ "reach_id": "context_block",
809
+ "sub_mode": "minto-reason",
810
+ "framework": "The Pyramid Principle",
811
+ "posture": "push_forward",
812
+ "hierarchy_rank": 21,
813
+ "filing": "fileEvidenceWithReadback",
814
+ "plan_gated": false,
815
+ "web_scope": null,
816
+ "decision_surface": null
817
+ },
818
+ {
819
+ "surface": "/mos:mullins",
820
+ "source": "command",
821
+ "connects_to_spine": true,
822
+ "sensor_triggers": [
823
+ "SENS-03",
824
+ "SENS-06",
825
+ "SENS-07"
826
+ ],
827
+ "reach_id": "context_block",
828
+ "sub_mode": "mullins-seven",
829
+ "framework": "Mullins Model",
830
+ "posture": "hold",
831
+ "hierarchy_rank": 24,
832
+ "filing": "fileEvidenceWithReadback",
833
+ "plan_gated": false,
834
+ "web_scope": null,
835
+ "decision_surface": "F.2"
836
+ },
837
+ {
838
+ "surface": "/mos:mva-brief",
839
+ "source": "command",
840
+ "connects_to_spine": true,
841
+ "sensor_triggers": [
842
+ "SENS-01"
843
+ ],
844
+ "reach_id": "deep_research",
845
+ "sub_mode": "mva-brief",
846
+ "framework": null,
847
+ "posture": "push_forward",
848
+ "hierarchy_rank": 10,
849
+ "filing": "none",
850
+ "plan_gated": false,
851
+ "web_scope": null,
852
+ "decision_surface": null
853
+ },
854
+ {
855
+ "surface": "/mos:mva-option",
856
+ "source": "command",
857
+ "connects_to_spine": true,
858
+ "sensor_triggers": [
859
+ "SENS-05"
860
+ ],
861
+ "reach_id": "context_block",
862
+ "sub_mode": "mva-option",
863
+ "framework": null,
864
+ "posture": "push_forward",
865
+ "hierarchy_rank": 11,
866
+ "filing": "none",
867
+ "plan_gated": false,
868
+ "web_scope": null,
869
+ "decision_surface": null
870
+ },
871
+ {
872
+ "surface": "/mos:new-project",
873
+ "source": "command",
874
+ "connects_to_spine": true,
875
+ "sensor_triggers": [
876
+ "SENS-01",
877
+ "SENS-06"
878
+ ],
879
+ "reach_id": "context_block",
880
+ "sub_mode": "new-project",
881
+ "framework": null,
882
+ "posture": "push_forward",
883
+ "hierarchy_rank": 23,
884
+ "filing": "none",
885
+ "plan_gated": false,
886
+ "web_scope": null,
887
+ "decision_surface": null
888
+ },
889
+ {
890
+ "surface": "/mos:new-surface",
891
+ "source": "command",
892
+ "connects_to_spine": true,
893
+ "sensor_triggers": [
894
+ "SENS-01"
895
+ ],
896
+ "reach_id": "context_block",
897
+ "sub_mode": "new-surface",
898
+ "framework": null,
899
+ "posture": "push_forward",
900
+ "hierarchy_rank": 24,
901
+ "filing": "none",
902
+ "plan_gated": false,
903
+ "web_scope": null,
904
+ "decision_surface": "F.1"
905
+ },
906
+ {
907
+ "surface": "/mos:operator",
908
+ "source": "command",
909
+ "connects_to_spine": true,
910
+ "sensor_triggers": [
911
+ "SENS-05"
912
+ ],
913
+ "reach_id": "context_block",
914
+ "sub_mode": "operator",
915
+ "framework": null,
916
+ "posture": "hold",
917
+ "hierarchy_rank": 36,
918
+ "filing": "none",
919
+ "plan_gated": false,
920
+ "web_scope": null,
921
+ "decision_surface": null
922
+ },
923
+ {
924
+ "surface": "/mos:opportunities",
925
+ "source": "command",
926
+ "connects_to_spine": true,
927
+ "sensor_triggers": [
928
+ "SENS-04",
929
+ "SENS-06"
930
+ ],
931
+ "reach_id": "context_block",
932
+ "sub_mode": "opportunities",
933
+ "framework": null,
934
+ "posture": "push_forward",
935
+ "hierarchy_rank": 13,
936
+ "filing": "none",
937
+ "plan_gated": false,
938
+ "web_scope": null,
939
+ "decision_surface": null
940
+ },
941
+ {
942
+ "surface": "/mos:persona",
943
+ "source": "command",
944
+ "connects_to_spine": true,
945
+ "sensor_triggers": [
946
+ "SENS-17"
947
+ ],
948
+ "reach_id": "hats",
949
+ "sub_mode": "persona",
950
+ "framework": "Six Thinking Hats",
951
+ "posture": "hold",
952
+ "hierarchy_rank": 3,
953
+ "filing": "fileEvidenceWithReadback",
954
+ "plan_gated": false,
955
+ "web_scope": null,
956
+ "decision_surface": "F.1"
957
+ },
958
+ {
959
+ "surface": "/mos:pipeline",
960
+ "source": "command",
961
+ "connects_to_spine": true,
962
+ "sensor_triggers": [],
963
+ "reach_id": "context_block",
964
+ "sub_mode": "pipeline-chain",
965
+ "framework": null,
966
+ "posture": "push_forward",
967
+ "hierarchy_rank": 7,
968
+ "filing": "memory_event_only",
969
+ "plan_gated": false,
970
+ "web_scope": null,
971
+ "decision_surface": "F.0"
972
+ },
973
+ {
974
+ "surface": "/mos:present",
975
+ "source": "command",
976
+ "connects_to_spine": true,
977
+ "sensor_triggers": [],
978
+ "reach_id": "context_block",
979
+ "sub_mode": "room-present",
980
+ "framework": null,
981
+ "posture": "hold",
982
+ "hierarchy_rank": 13,
983
+ "filing": "memory_event_only",
984
+ "plan_gated": false,
985
+ "web_scope": null,
986
+ "decision_surface": "F.1"
987
+ },
988
+ {
989
+ "surface": "/mos:qualify-opportunity",
990
+ "source": "command",
991
+ "connects_to_spine": true,
992
+ "sensor_triggers": [
993
+ "SENS-14"
994
+ ],
995
+ "reach_id": "context_block",
996
+ "sub_mode": "qualify-opportunity",
997
+ "framework": null,
998
+ "posture": "hold",
999
+ "hierarchy_rank": 4,
1000
+ "filing": "none",
1001
+ "plan_gated": false,
1002
+ "web_scope": null,
1003
+ "decision_surface": "F.1"
1004
+ },
1005
+ {
1006
+ "surface": "/mos:reanalyze",
1007
+ "source": "command",
1008
+ "connects_to_spine": true,
1009
+ "sensor_triggers": [
1010
+ "SENS-06"
1011
+ ],
1012
+ "reach_id": "contradiction",
1013
+ "sub_mode": "reanalyze",
1014
+ "framework": null,
1015
+ "posture": "hold",
1016
+ "hierarchy_rank": 38,
1017
+ "filing": "none",
1018
+ "plan_gated": false,
1019
+ "web_scope": null,
1020
+ "decision_surface": null
1021
+ },
1022
+ {
1023
+ "surface": "/mos:research",
1024
+ "source": "command",
1025
+ "connects_to_spine": true,
1026
+ "sensor_triggers": [
1027
+ "SENS-04",
1028
+ "SENS-15"
1029
+ ],
1030
+ "reach_id": "deep_research",
1031
+ "sub_mode": "hat-scoped-research",
1032
+ "framework": "Hypothesis-Driven Problem Solving",
1033
+ "posture": "hold",
1034
+ "hierarchy_rank": 6,
1035
+ "filing": "fileEvidenceWithReadback",
1036
+ "plan_gated": true,
1037
+ "web_scope": "green",
1038
+ "decision_surface": "F.1"
1039
+ },
1040
+ {
1041
+ "surface": "/mos:room",
1042
+ "source": "command",
1043
+ "connects_to_spine": true,
1044
+ "sensor_triggers": [],
1045
+ "reach_id": "context_block",
1046
+ "sub_mode": "room-view",
1047
+ "framework": null,
1048
+ "posture": "hold",
1049
+ "hierarchy_rank": 15,
1050
+ "filing": "memory_event_only",
1051
+ "plan_gated": false,
1052
+ "web_scope": null,
1053
+ "decision_surface": "F.1"
1054
+ },
1055
+ {
1056
+ "surface": "/mos:root-cause",
1057
+ "source": "command",
1058
+ "connects_to_spine": true,
1059
+ "sensor_triggers": [
1060
+ "SENS-06"
1061
+ ],
1062
+ "reach_id": "context_block",
1063
+ "sub_mode": "root-cause-5why",
1064
+ "framework": "Root Cause Analysis",
1065
+ "posture": "hold",
1066
+ "hierarchy_rank": 42,
1067
+ "filing": "fileEvidenceWithReadback",
1068
+ "plan_gated": false,
1069
+ "web_scope": null,
1070
+ "decision_surface": "F.2"
1071
+ },
1072
+ {
1073
+ "surface": "/mos:rs-experts",
1074
+ "source": "command",
1075
+ "connects_to_spine": true,
1076
+ "sensor_triggers": [
1077
+ "SENS-02"
1078
+ ],
1079
+ "reach_id": "context_block",
1080
+ "sub_mode": "reverse-salient-experts",
1081
+ "framework": "Reverse Salient Analysis",
1082
+ "posture": "pull_back",
1083
+ "hierarchy_rank": 4,
1084
+ "filing": "fileEvidenceWithReadback",
1085
+ "plan_gated": false,
1086
+ "web_scope": null,
1087
+ "decision_surface": "F.1"
1088
+ },
1089
+ {
1090
+ "surface": "/mos:rs-explain",
1091
+ "source": "command",
1092
+ "connects_to_spine": true,
1093
+ "sensor_triggers": [
1094
+ "SENS-02"
1095
+ ],
1096
+ "reach_id": "context_block",
1097
+ "sub_mode": "reverse-salient-explain",
1098
+ "framework": "Reverse Salient Analysis",
1099
+ "posture": "pull_back",
1100
+ "hierarchy_rank": 3,
1101
+ "filing": "fileEvidenceWithReadback",
1102
+ "plan_gated": false,
1103
+ "web_scope": null,
1104
+ "decision_surface": "F.1"
1105
+ },
1106
+ {
1107
+ "surface": "/mos:rs-fetch",
1108
+ "source": "command",
1109
+ "connects_to_spine": true,
1110
+ "sensor_triggers": [
1111
+ "SENS-02"
1112
+ ],
1113
+ "reach_id": "context_block",
1114
+ "sub_mode": "reverse-salient-fetch",
1115
+ "framework": "Reverse Salient Analysis",
1116
+ "posture": "pull_back",
1117
+ "hierarchy_rank": 2,
1118
+ "filing": "fileEvidenceWithReadback",
1119
+ "plan_gated": false,
1120
+ "web_scope": null,
1121
+ "decision_surface": "F.1"
1122
+ },
1123
+ {
1124
+ "surface": "/mos:rs-thesis",
1125
+ "source": "command",
1126
+ "connects_to_spine": true,
1127
+ "sensor_triggers": [
1128
+ "SENS-02"
1129
+ ],
1130
+ "reach_id": "context_block",
1131
+ "sub_mode": "reverse-salient-thesis",
1132
+ "framework": "Reverse Salient Analysis",
1133
+ "posture": "pull_back",
1134
+ "hierarchy_rank": 5,
1135
+ "filing": "fileEvidenceWithReadback",
1136
+ "plan_gated": false,
1137
+ "web_scope": null,
1138
+ "decision_surface": "F.1"
1139
+ },
1140
+ {
1141
+ "surface": "/mos:scenario-plan",
1142
+ "source": "command",
1143
+ "connects_to_spine": true,
1144
+ "sensor_triggers": [
1145
+ "SENS-06"
1146
+ ],
1147
+ "reach_id": "context_block",
1148
+ "sub_mode": "scenario-plan",
1149
+ "framework": "Scenario Planning",
1150
+ "posture": "hold",
1151
+ "hierarchy_rank": 45,
1152
+ "filing": "fileEvidenceWithReadback",
1153
+ "plan_gated": false,
1154
+ "web_scope": null,
1155
+ "decision_surface": "F.2"
1156
+ },
1157
+ {
1158
+ "surface": "/mos:score-innovation",
1159
+ "source": "command",
1160
+ "connects_to_spine": true,
1161
+ "sensor_triggers": [
1162
+ "SENS-06"
1163
+ ],
1164
+ "reach_id": "context_block",
1165
+ "sub_mode": "hsi",
1166
+ "framework": "HSI Semantic Surprise Analysis Assistant",
1167
+ "posture": "hold",
1168
+ "hierarchy_rank": 3,
1169
+ "filing": "fileEvidenceWithReadback",
1170
+ "plan_gated": false,
1171
+ "web_scope": null,
1172
+ "decision_surface": "F.1"
1173
+ },
1174
+ {
1175
+ "surface": "/mos:scout",
1176
+ "source": "command",
1177
+ "connects_to_spine": true,
1178
+ "sensor_triggers": [
1179
+ "SENS-04",
1180
+ "SENS-07"
1181
+ ],
1182
+ "reach_id": "context_block",
1183
+ "sub_mode": "scout",
1184
+ "framework": null,
1185
+ "posture": "hold",
1186
+ "hierarchy_rank": 35,
1187
+ "filing": "none",
1188
+ "plan_gated": false,
1189
+ "web_scope": "green",
1190
+ "decision_surface": null
1191
+ },
1192
+ {
1193
+ "surface": "/mos:show",
1194
+ "source": "command",
1195
+ "connects_to_spine": true,
1196
+ "sensor_triggers": [
1197
+ "SENS-SHOW"
1198
+ ],
1199
+ "reach_id": "context_block",
1200
+ "sub_mode": "jtbd-need-selector",
1201
+ "framework": null,
1202
+ "posture": "hold",
1203
+ "hierarchy_rank": 53,
1204
+ "filing": "memory_event_only",
1205
+ "plan_gated": false,
1206
+ "web_scope": null,
1207
+ "decision_surface": "F.1"
1208
+ },
1209
+ {
1210
+ "surface": "/mos:skill",
1211
+ "source": "command",
1212
+ "connects_to_spine": true,
1213
+ "sensor_triggers": [
1214
+ "SENS-01"
1215
+ ],
1216
+ "reach_id": "context_block",
1217
+ "sub_mode": "expert-skill",
1218
+ "framework": null,
1219
+ "posture": "push_forward",
1220
+ "hierarchy_rank": 24,
1221
+ "filing": "none",
1222
+ "plan_gated": false,
1223
+ "web_scope": null,
1224
+ "decision_surface": "F.1"
1225
+ },
1226
+ {
1227
+ "surface": "/mos:speakers",
1228
+ "source": "command",
1229
+ "connects_to_spine": true,
1230
+ "sensor_triggers": [],
1231
+ "reach_id": "context_block",
1232
+ "sub_mode": "meeting-speakers",
1233
+ "framework": null,
1234
+ "posture": "hold",
1235
+ "hierarchy_rank": 17,
1236
+ "filing": "memory_event_only",
1237
+ "plan_gated": false,
1238
+ "web_scope": null,
1239
+ "decision_surface": "F.1"
1240
+ },
1241
+ {
1242
+ "surface": "/mos:status",
1243
+ "source": "command",
1244
+ "connects_to_spine": true,
1245
+ "sensor_triggers": [],
1246
+ "reach_id": "context_block",
1247
+ "sub_mode": "room-status",
1248
+ "framework": null,
1249
+ "posture": "hold",
1250
+ "hierarchy_rank": 14,
1251
+ "filing": "memory_event_only",
1252
+ "plan_gated": false,
1253
+ "web_scope": null,
1254
+ "decision_surface": "F.1"
1255
+ },
1256
+ {
1257
+ "surface": "/mos:structure-argument",
1258
+ "source": "command",
1259
+ "connects_to_spine": true,
1260
+ "sensor_triggers": [
1261
+ "SENS-06"
1262
+ ],
1263
+ "reach_id": "context_block",
1264
+ "sub_mode": "pyramid-argument",
1265
+ "framework": "The Pyramid Principle",
1266
+ "posture": "hold",
1267
+ "hierarchy_rank": 31,
1268
+ "filing": "fileEvidenceWithReadback",
1269
+ "plan_gated": false,
1270
+ "web_scope": null,
1271
+ "decision_surface": null
1272
+ },
1273
+ {
1274
+ "surface": "/mos:suggest-next",
1275
+ "source": "command",
1276
+ "connects_to_spine": true,
1277
+ "sensor_triggers": [],
1278
+ "reach_id": "context_block",
1279
+ "sub_mode": "suggest-next",
1280
+ "framework": null,
1281
+ "posture": "hold",
1282
+ "hierarchy_rank": 8,
1283
+ "filing": "memory_event_only",
1284
+ "plan_gated": false,
1285
+ "web_scope": null,
1286
+ "decision_surface": "F.1"
1287
+ },
1288
+ {
1289
+ "surface": "/mos:systems-thinking",
1290
+ "source": "command",
1291
+ "connects_to_spine": true,
1292
+ "sensor_triggers": [
1293
+ "SENS-06"
1294
+ ],
1295
+ "reach_id": "context_block",
1296
+ "sub_mode": "systems-thinking-loop",
1297
+ "framework": "Systems Thinking",
1298
+ "posture": "hold",
1299
+ "hierarchy_rank": 44,
1300
+ "filing": "fileEvidenceWithReadback",
1301
+ "plan_gated": false,
1302
+ "web_scope": null,
1303
+ "decision_surface": "F.2"
1304
+ },
1305
+ {
1306
+ "surface": "/mos:think-hats",
1307
+ "source": "command",
1308
+ "connects_to_spine": true,
1309
+ "sensor_triggers": [
1310
+ "SENS-17"
1311
+ ],
1312
+ "reach_id": "hats",
1313
+ "sub_mode": "six-hats",
1314
+ "framework": "Six Thinking Hats",
1315
+ "posture": "hold",
1316
+ "hierarchy_rank": 4,
1317
+ "filing": "memory_event_only",
1318
+ "plan_gated": false,
1319
+ "web_scope": null,
1320
+ "decision_surface": "F.1"
1321
+ },
1322
+ {
1323
+ "surface": "/mos:trending-to-absurd",
1324
+ "source": "command",
1325
+ "connects_to_spine": true,
1326
+ "sensor_triggers": [
1327
+ "SENS-04"
1328
+ ],
1329
+ "reach_id": "context_block",
1330
+ "sub_mode": "trending-to-absurd",
1331
+ "framework": "S-Curve Analysis",
1332
+ "posture": "push_forward",
1333
+ "hierarchy_rank": 33,
1334
+ "filing": "fileEvidenceWithReadback",
1335
+ "plan_gated": false,
1336
+ "web_scope": null,
1337
+ "decision_surface": "F.1"
1338
+ },
1339
+ {
1340
+ "surface": "/mos:user-needs",
1341
+ "source": "command",
1342
+ "connects_to_spine": true,
1343
+ "sensor_triggers": [
1344
+ "SENS-06"
1345
+ ],
1346
+ "reach_id": "context_block",
1347
+ "sub_mode": "user-needs-jtbd",
1348
+ "framework": "Jobs to Be Done (JTBD)",
1349
+ "posture": "hold",
1350
+ "hierarchy_rank": 43,
1351
+ "filing": "fileEvidenceWithReadback",
1352
+ "plan_gated": false,
1353
+ "web_scope": null,
1354
+ "decision_surface": "F.2"
1355
+ },
1356
+ {
1357
+ "surface": "/mos:validate",
1358
+ "source": "command",
1359
+ "connects_to_spine": true,
1360
+ "sensor_triggers": [
1361
+ "SENS-06"
1362
+ ],
1363
+ "reach_id": "context_block",
1364
+ "sub_mode": "validate-jtbd",
1365
+ "framework": "Jobs to Be Done (JTBD)",
1366
+ "posture": "hold",
1367
+ "hierarchy_rank": 25,
1368
+ "filing": "fileEvidenceWithReadback",
1369
+ "plan_gated": false,
1370
+ "web_scope": null,
1371
+ "decision_surface": "F.2"
1372
+ },
1373
+ {
1374
+ "surface": "/mos:value-proposition",
1375
+ "source": "command",
1376
+ "connects_to_spine": true,
1377
+ "sensor_triggers": [
1378
+ "SENS-06",
1379
+ "SENS-07"
1380
+ ],
1381
+ "reach_id": "context_block",
1382
+ "sub_mode": "value-prop",
1383
+ "framework": "PWS Value Proposition",
1384
+ "posture": "hold",
1385
+ "hierarchy_rank": 26,
1386
+ "filing": "fileEvidenceWithReadback",
1387
+ "plan_gated": false,
1388
+ "web_scope": null,
1389
+ "decision_surface": null
1390
+ },
1391
+ {
1392
+ "surface": "/mos:whitespace",
1393
+ "source": "command",
1394
+ "connects_to_spine": true,
1395
+ "sensor_triggers": [
1396
+ "SENS-06"
1397
+ ],
1398
+ "reach_id": "context_block",
1399
+ "sub_mode": "whitespace",
1400
+ "framework": "HSI Semantic Surprise Analysis Assistant",
1401
+ "posture": "hold",
1402
+ "hierarchy_rank": 3,
1403
+ "filing": "fileEvidenceWithReadback",
1404
+ "plan_gated": false,
1405
+ "web_scope": null,
1406
+ "decision_surface": "F.1"
1407
+ },
1408
+ {
1409
+ "surface": "/mos:wiki",
1410
+ "source": "command",
1411
+ "connects_to_spine": true,
1412
+ "sensor_triggers": [],
1413
+ "reach_id": "context_block",
1414
+ "sub_mode": "room-wiki",
1415
+ "framework": null,
1416
+ "posture": "hold",
1417
+ "hierarchy_rank": 12,
1418
+ "filing": "memory_event_only",
1419
+ "plan_gated": false,
1420
+ "web_scope": null,
1421
+ "decision_surface": "F.1"
1422
+ },
1423
+ {
1424
+ "surface": "skill:act",
1425
+ "source": "skill",
1426
+ "connects_to_spine": true,
1427
+ "sensor_triggers": [],
1428
+ "reach_id": "context_block",
1429
+ "sub_mode": "act",
1430
+ "framework": null,
1431
+ "posture": "hold",
1432
+ "hierarchy_rank": 11,
1433
+ "filing": "memory_event_only",
1434
+ "plan_gated": false,
1435
+ "web_scope": null,
1436
+ "decision_surface": "F.1"
1437
+ },
1438
+ {
1439
+ "surface": "skill:analyze-needs",
1440
+ "source": "skill",
1441
+ "connects_to_spine": true,
1442
+ "sensor_triggers": [],
1443
+ "reach_id": "context_block",
1444
+ "sub_mode": "needs-jtbd",
1445
+ "framework": "Jobs to Be Done (JTBD)",
1446
+ "posture": "push_forward",
1447
+ "hierarchy_rank": 15,
1448
+ "filing": "fileEvidenceWithReadback",
1449
+ "plan_gated": false,
1450
+ "web_scope": null,
1451
+ "decision_surface": null
1452
+ },
1453
+ {
1454
+ "surface": "skill:analyze-systems",
1455
+ "source": "skill",
1456
+ "connects_to_spine": true,
1457
+ "sensor_triggers": [],
1458
+ "reach_id": "context_block",
1459
+ "sub_mode": "systems-analysis",
1460
+ "framework": "Systems Thinking",
1461
+ "posture": "push_forward",
1462
+ "hierarchy_rank": 18,
1463
+ "filing": "fileEvidenceWithReadback",
1464
+ "plan_gated": false,
1465
+ "web_scope": null,
1466
+ "decision_surface": null
1467
+ },
1468
+ {
1469
+ "surface": "skill:analyze-timing",
1470
+ "source": "skill",
1471
+ "connects_to_spine": true,
1472
+ "sensor_triggers": [],
1473
+ "reach_id": "context_block",
1474
+ "sub_mode": "timing-scurve",
1475
+ "framework": "S-Curve Analysis",
1476
+ "posture": "push_forward",
1477
+ "hierarchy_rank": 27,
1478
+ "filing": "fileEvidenceWithReadback",
1479
+ "plan_gated": false,
1480
+ "web_scope": null,
1481
+ "decision_surface": null
1482
+ },
1483
+ {
1484
+ "surface": "skill:auto-explore",
1485
+ "source": "skill",
1486
+ "connects_to_spine": true,
1487
+ "sensor_triggers": [],
1488
+ "reach_id": "context_block",
1489
+ "sub_mode": "auto-explore",
1490
+ "framework": "Domain Selection",
1491
+ "posture": "push_forward",
1492
+ "hierarchy_rank": 17,
1493
+ "filing": "fileEvidenceWithReadback",
1494
+ "plan_gated": false,
1495
+ "web_scope": null,
1496
+ "decision_surface": null
1497
+ },
1498
+ {
1499
+ "surface": "skill:beautiful-question",
1500
+ "source": "skill",
1501
+ "connects_to_spine": true,
1502
+ "sensor_triggers": [],
1503
+ "reach_id": "context_block",
1504
+ "sub_mode": "beautiful-question",
1505
+ "framework": "Beautiful Question Framework",
1506
+ "posture": "push_forward",
1507
+ "hierarchy_rank": 30,
1508
+ "filing": "fileEvidenceWithReadback",
1509
+ "plan_gated": false,
1510
+ "web_scope": null,
1511
+ "decision_surface": null
1512
+ },
1513
+ {
1514
+ "surface": "skill:bono",
1515
+ "source": "skill",
1516
+ "connects_to_spine": true,
1517
+ "sensor_triggers": [],
1518
+ "reach_id": "hats",
1519
+ "sub_mode": "bono",
1520
+ "framework": "Six Thinking Hats",
1521
+ "posture": "hold",
1522
+ "hierarchy_rank": 4,
1523
+ "filing": "fileEvidenceWithReadback",
1524
+ "plan_gated": false,
1525
+ "web_scope": "green",
1526
+ "decision_surface": "F.1"
1527
+ },
1528
+ {
1529
+ "surface": "skill:brain-derive",
1530
+ "source": "skill",
1531
+ "connects_to_spine": true,
1532
+ "sensor_triggers": [],
1533
+ "reach_id": "brain_consult",
1534
+ "sub_mode": "brain-derive",
1535
+ "framework": null,
1536
+ "posture": "hold",
1537
+ "hierarchy_rank": 61,
1538
+ "filing": "memory_event_only",
1539
+ "plan_gated": false,
1540
+ "web_scope": null,
1541
+ "decision_surface": null
1542
+ },
1543
+ {
1544
+ "surface": "skill:build-knowledge",
1545
+ "source": "skill",
1546
+ "connects_to_spine": true,
1547
+ "sensor_triggers": [],
1548
+ "reach_id": "context_block",
1549
+ "sub_mode": "ackoff-pyramid",
1550
+ "framework": "Ackoff Pyramid",
1551
+ "posture": "push_forward",
1552
+ "hierarchy_rank": 29,
1553
+ "filing": "fileEvidenceWithReadback",
1554
+ "plan_gated": false,
1555
+ "web_scope": null,
1556
+ "decision_surface": null
1557
+ },
1558
+ {
1559
+ "surface": "skill:build-thesis",
1560
+ "source": "skill",
1561
+ "connects_to_spine": true,
1562
+ "sensor_triggers": [],
1563
+ "reach_id": "context_block",
1564
+ "sub_mode": "thesis-build",
1565
+ "framework": "PWS Value Proposition",
1566
+ "posture": "hold",
1567
+ "hierarchy_rank": 9,
1568
+ "filing": "fileEvidenceWithReadback",
1569
+ "plan_gated": false,
1570
+ "web_scope": null,
1571
+ "decision_surface": null
1572
+ },
1573
+ {
1574
+ "surface": "skill:causal",
1575
+ "source": "skill",
1576
+ "connects_to_spine": true,
1577
+ "sensor_triggers": [],
1578
+ "reach_id": "context_block",
1579
+ "sub_mode": "causal-trace",
1580
+ "framework": "Root Cause Analysis",
1581
+ "posture": "pull_back",
1582
+ "hierarchy_rank": 6,
1583
+ "filing": "fileEvidenceWithReadback",
1584
+ "plan_gated": false,
1585
+ "web_scope": null,
1586
+ "decision_surface": "F.1"
1587
+ },
1588
+ {
1589
+ "surface": "skill:challenge-assumptions",
1590
+ "source": "skill",
1591
+ "connects_to_spine": true,
1592
+ "sensor_triggers": [],
1593
+ "reach_id": "contradiction",
1594
+ "sub_mode": "red-team",
1595
+ "framework": "Red Teaming",
1596
+ "posture": "pull_back",
1597
+ "hierarchy_rank": 12,
1598
+ "filing": "fileEvidenceWithReadback",
1599
+ "plan_gated": false,
1600
+ "web_scope": null,
1601
+ "decision_surface": null
1602
+ },
1603
+ {
1604
+ "surface": "skill:client-discovery-interview",
1605
+ "source": "skill",
1606
+ "connects_to_spine": true,
1607
+ "sensor_triggers": [],
1608
+ "reach_id": "context_block",
1609
+ "sub_mode": "client-discovery",
1610
+ "framework": null,
1611
+ "posture": "hold",
1612
+ "hierarchy_rank": 15,
1613
+ "filing": "fileEvidenceWithReadback",
1614
+ "plan_gated": false,
1615
+ "web_scope": null,
1616
+ "decision_surface": "F.1"
1617
+ },
1618
+ {
1619
+ "surface": "skill:compare-ventures",
1620
+ "source": "skill",
1621
+ "connects_to_spine": true,
1622
+ "sensor_triggers": [],
1623
+ "reach_id": "brain_consult",
1624
+ "sub_mode": "venture-compare",
1625
+ "framework": "PWS Triple Validation Compass",
1626
+ "posture": "hold",
1627
+ "hierarchy_rank": 19,
1628
+ "filing": "memory_event_only",
1629
+ "plan_gated": false,
1630
+ "web_scope": null,
1631
+ "decision_surface": null
1632
+ },
1633
+ {
1634
+ "surface": "skill:dashboard",
1635
+ "source": "skill",
1636
+ "connects_to_spine": true,
1637
+ "sensor_triggers": [],
1638
+ "reach_id": "context_block",
1639
+ "sub_mode": "room-dashboard",
1640
+ "framework": null,
1641
+ "posture": "hold",
1642
+ "hierarchy_rank": 11,
1643
+ "filing": "memory_event_only",
1644
+ "plan_gated": false,
1645
+ "web_scope": null,
1646
+ "decision_surface": "F.1"
1647
+ },
1648
+ {
1649
+ "surface": "skill:deck",
1650
+ "source": "skill",
1651
+ "connects_to_spine": true,
1652
+ "sensor_triggers": [],
1653
+ "reach_id": "context_block",
1654
+ "sub_mode": "deck-build",
1655
+ "framework": null,
1656
+ "posture": "hold",
1657
+ "hierarchy_rank": 54,
1658
+ "filing": "memory_event_only",
1659
+ "plan_gated": false,
1660
+ "web_scope": null,
1661
+ "decision_surface": "F.1"
1662
+ },
1663
+ {
1664
+ "surface": "skill:deep-grade",
1665
+ "source": "skill",
1666
+ "connects_to_spine": true,
1667
+ "sensor_triggers": [],
1668
+ "reach_id": "brain_consult",
1669
+ "sub_mode": "deep-grade-compass",
1670
+ "framework": "PWS Triple Validation Compass",
1671
+ "posture": "hold",
1672
+ "hierarchy_rank": 8,
1673
+ "filing": "fileEvidenceWithReadback",
1674
+ "plan_gated": false,
1675
+ "web_scope": null,
1676
+ "decision_surface": null
1677
+ },
1678
+ {
1679
+ "surface": "skill:diagnose",
1680
+ "source": "skill",
1681
+ "connects_to_spine": true,
1682
+ "sensor_triggers": [],
1683
+ "reach_id": "context_block",
1684
+ "sub_mode": "problem-diagnosis",
1685
+ "framework": "Problem Definition Transformation Framework",
1686
+ "posture": "push_forward",
1687
+ "hierarchy_rank": 5,
1688
+ "filing": "fileEvidenceWithReadback",
1689
+ "plan_gated": false,
1690
+ "web_scope": null,
1691
+ "decision_surface": "F.1"
1692
+ },
1693
+ {
1694
+ "surface": "skill:diagnostics",
1695
+ "source": "skill",
1696
+ "connects_to_spine": true,
1697
+ "sensor_triggers": [],
1698
+ "reach_id": "context_block",
1699
+ "sub_mode": "wave1-fingerprint",
1700
+ "framework": "HSI Semantic Surprise Analysis Assistant",
1701
+ "posture": "hold",
1702
+ "hierarchy_rank": 7,
1703
+ "filing": "fileEvidenceWithReadback",
1704
+ "plan_gated": false,
1705
+ "web_scope": null,
1706
+ "decision_surface": "F.1"
1707
+ },
1708
+ {
1709
+ "surface": "skill:dial-memory-refresh",
1710
+ "source": "skill",
1711
+ "connects_to_spine": true,
1712
+ "sensor_triggers": [],
1713
+ "reach_id": "context_block",
1714
+ "sub_mode": "dial-refresh",
1715
+ "framework": "Reverse Salient Analysis",
1716
+ "posture": "hold",
1717
+ "hierarchy_rank": 22,
1718
+ "filing": "memory_event_only",
1719
+ "plan_gated": false,
1720
+ "web_scope": null,
1721
+ "decision_surface": null
1722
+ },
1723
+ {
1724
+ "surface": "skill:diffusion",
1725
+ "source": "skill",
1726
+ "connects_to_spine": true,
1727
+ "sensor_triggers": [],
1728
+ "reach_id": "brain_consult",
1729
+ "sub_mode": "dual-use-diffusion",
1730
+ "framework": "Adoption-Capacity Theory",
1731
+ "posture": "push_forward",
1732
+ "hierarchy_rank": 28,
1733
+ "filing": "fileEvidenceWithReadback",
1734
+ "plan_gated": false,
1735
+ "web_scope": null,
1736
+ "decision_surface": null
1737
+ },
1738
+ {
1739
+ "surface": "skill:discover",
1740
+ "source": "skill",
1741
+ "connects_to_spine": true,
1742
+ "sensor_triggers": [],
1743
+ "reach_id": "brain_consult",
1744
+ "sub_mode": "client-product-discovery",
1745
+ "framework": "Jobs to Be Done (JTBD)",
1746
+ "posture": "push_forward",
1747
+ "hierarchy_rank": 7,
1748
+ "filing": "fileEvidenceWithReadback",
1749
+ "plan_gated": false,
1750
+ "web_scope": null,
1751
+ "decision_surface": "F.1"
1752
+ },
1753
+ {
1754
+ "surface": "skill:dominant-designs",
1755
+ "source": "skill",
1756
+ "connects_to_spine": true,
1757
+ "sensor_triggers": [],
1758
+ "reach_id": "context_block",
1759
+ "sub_mode": "dominant-design",
1760
+ "framework": "Dominant Design",
1761
+ "posture": "push_forward",
1762
+ "hierarchy_rank": 28,
1763
+ "filing": "fileEvidenceWithReadback",
1764
+ "plan_gated": false,
1765
+ "web_scope": null,
1766
+ "decision_surface": null
1767
+ },
1768
+ {
1769
+ "surface": "skill:eureka",
1770
+ "source": "skill",
1771
+ "connects_to_spine": true,
1772
+ "sensor_triggers": [],
1773
+ "reach_id": "context_block",
1774
+ "sub_mode": "eureka-portfolio",
1775
+ "framework": null,
1776
+ "posture": "hold",
1777
+ "hierarchy_rank": 3,
1778
+ "filing": "none",
1779
+ "plan_gated": false,
1780
+ "web_scope": null,
1781
+ "decision_surface": "F.1"
1782
+ },
1783
+ {
1784
+ "surface": "skill:explain-decision",
1785
+ "source": "skill",
1786
+ "connects_to_spine": true,
1787
+ "sensor_triggers": [],
1788
+ "reach_id": "context_block",
1789
+ "sub_mode": "decision-explain",
1790
+ "framework": null,
1791
+ "posture": "hold",
1792
+ "hierarchy_rank": 16,
1793
+ "filing": "memory_event_only",
1794
+ "plan_gated": false,
1795
+ "web_scope": null,
1796
+ "decision_surface": "F.1"
1797
+ },
1798
+ {
1799
+ "surface": "skill:explore-domains",
1800
+ "source": "skill",
1801
+ "connects_to_spine": true,
1802
+ "sensor_triggers": [],
1803
+ "reach_id": "context_block",
1804
+ "sub_mode": "domain-select",
1805
+ "framework": "Domain Selection",
1806
+ "posture": "hold",
1807
+ "hierarchy_rank": 34,
1808
+ "filing": "fileEvidenceWithReadback",
1809
+ "plan_gated": false,
1810
+ "web_scope": null,
1811
+ "decision_surface": null
1812
+ },
1813
+ {
1814
+ "surface": "skill:explore-futures",
1815
+ "source": "skill",
1816
+ "connects_to_spine": true,
1817
+ "sensor_triggers": [],
1818
+ "reach_id": "context_block",
1819
+ "sub_mode": "futures-scenario",
1820
+ "framework": "Scenario Planning",
1821
+ "posture": "hold",
1822
+ "hierarchy_rank": 33,
1823
+ "filing": "fileEvidenceWithReadback",
1824
+ "plan_gated": false,
1825
+ "web_scope": null,
1826
+ "decision_surface": null
1827
+ },
1828
+ {
1829
+ "surface": "skill:explore-opportunity",
1830
+ "source": "skill",
1831
+ "connects_to_spine": true,
1832
+ "sensor_triggers": [],
1833
+ "reach_id": "deep_research",
1834
+ "sub_mode": "explore-opportunity",
1835
+ "framework": null,
1836
+ "posture": "hold",
1837
+ "hierarchy_rank": 5,
1838
+ "filing": "none",
1839
+ "plan_gated": true,
1840
+ "web_scope": "green",
1841
+ "decision_surface": "F.1"
1842
+ },
1843
+ {
1844
+ "surface": "skill:explore-trends",
1845
+ "source": "skill",
1846
+ "connects_to_spine": true,
1847
+ "sensor_triggers": [],
1848
+ "reach_id": "context_block",
1849
+ "sub_mode": "trends-scurve",
1850
+ "framework": "S-Curve Analysis",
1851
+ "posture": "push_forward",
1852
+ "hierarchy_rank": 32,
1853
+ "filing": "fileEvidenceWithReadback",
1854
+ "plan_gated": false,
1855
+ "web_scope": null,
1856
+ "decision_surface": null
1857
+ },
1858
+ {
1859
+ "surface": "skill:file-meeting",
1860
+ "source": "skill",
1861
+ "connects_to_spine": true,
1862
+ "sensor_triggers": [],
1863
+ "reach_id": "contradiction",
1864
+ "sub_mode": "file-meeting",
1865
+ "framework": null,
1866
+ "posture": "pull_back",
1867
+ "hierarchy_rank": 37,
1868
+ "filing": "fileEvidenceWithReadback",
1869
+ "plan_gated": false,
1870
+ "web_scope": null,
1871
+ "decision_surface": "F.1"
1872
+ },
1873
+ {
1874
+ "surface": "skill:find-analogies",
1875
+ "source": "skill",
1876
+ "connects_to_spine": true,
1877
+ "sensor_triggers": [],
1878
+ "reach_id": "context_block",
1879
+ "sub_mode": "cross-domain-analogy",
1880
+ "framework": "Four Lenses of Innovation",
1881
+ "posture": "hold",
1882
+ "hierarchy_rank": 1,
1883
+ "filing": "fileEvidenceWithReadback",
1884
+ "plan_gated": false,
1885
+ "web_scope": "green",
1886
+ "decision_surface": "F.1"
1887
+ },
1888
+ {
1889
+ "surface": "skill:find-bottlenecks",
1890
+ "source": "skill",
1891
+ "connects_to_spine": true,
1892
+ "sensor_triggers": [],
1893
+ "reach_id": "context_block",
1894
+ "sub_mode": "reverse-salient",
1895
+ "framework": "Reverse Salient Analysis",
1896
+ "posture": "pull_back",
1897
+ "hierarchy_rank": 2,
1898
+ "filing": "fileEvidenceWithReadback",
1899
+ "plan_gated": false,
1900
+ "web_scope": null,
1901
+ "decision_surface": "F.0"
1902
+ },
1903
+ {
1904
+ "surface": "skill:find-connections",
1905
+ "source": "skill",
1906
+ "connects_to_spine": true,
1907
+ "sensor_triggers": [],
1908
+ "reach_id": "brain_consult",
1909
+ "sub_mode": "cross-domain-connect",
1910
+ "framework": "Usher's Model of Cumulative Synthesis",
1911
+ "posture": "hold",
1912
+ "hierarchy_rank": 1,
1913
+ "filing": "fileEvidenceWithReadback",
1914
+ "plan_gated": false,
1915
+ "web_scope": null,
1916
+ "decision_surface": "F.1"
1917
+ },
1918
+ {
1919
+ "surface": "skill:funding",
1920
+ "source": "skill",
1921
+ "connects_to_spine": true,
1922
+ "sensor_triggers": [],
1923
+ "reach_id": "context_block",
1924
+ "sub_mode": "funding",
1925
+ "framework": null,
1926
+ "posture": "hold",
1927
+ "hierarchy_rank": 37,
1928
+ "filing": "none",
1929
+ "plan_gated": false,
1930
+ "web_scope": null,
1931
+ "decision_surface": null
1932
+ },
1933
+ {
1934
+ "surface": "skill:futures",
1935
+ "source": "skill",
1936
+ "connects_to_spine": true,
1937
+ "sensor_triggers": [],
1938
+ "reach_id": "context_block",
1939
+ "sub_mode": "futures-wheel",
1940
+ "framework": "Futures Wheel",
1941
+ "posture": "hold",
1942
+ "hierarchy_rank": 45,
1943
+ "filing": "fileEvidenceWithReadback",
1944
+ "plan_gated": false,
1945
+ "web_scope": "green",
1946
+ "decision_surface": "F.1"
1947
+ },
1948
+ {
1949
+ "surface": "skill:grade",
1950
+ "source": "skill",
1951
+ "connects_to_spine": true,
1952
+ "sensor_triggers": [],
1953
+ "reach_id": "brain_consult",
1954
+ "sub_mode": "grade-compass",
1955
+ "framework": "PWS Triple Validation Compass",
1956
+ "posture": "hold",
1957
+ "hierarchy_rank": 14,
1958
+ "filing": "fileEvidenceWithReadback",
1959
+ "plan_gated": false,
1960
+ "web_scope": null,
1961
+ "decision_surface": null
1962
+ },
1963
+ {
1964
+ "surface": "skill:grade-grant",
1965
+ "source": "skill",
1966
+ "connects_to_spine": true,
1967
+ "sensor_triggers": [],
1968
+ "reach_id": "context_block",
1969
+ "sub_mode": "grade-grant",
1970
+ "framework": null,
1971
+ "posture": "hold",
1972
+ "hierarchy_rank": 14,
1973
+ "filing": "fileEvidenceWithReadback",
1974
+ "plan_gated": false,
1975
+ "web_scope": null,
1976
+ "decision_surface": null
1977
+ },
1978
+ {
1979
+ "surface": "skill:graph",
1980
+ "source": "skill",
1981
+ "connects_to_spine": true,
1982
+ "sensor_triggers": [],
1983
+ "reach_id": "context_block",
1984
+ "sub_mode": "graph-explore",
1985
+ "framework": null,
1986
+ "posture": "hold",
1987
+ "hierarchy_rank": 9,
1988
+ "filing": "none",
1989
+ "plan_gated": false,
1990
+ "web_scope": null,
1991
+ "decision_surface": "F.1"
1992
+ },
1993
+ {
1994
+ "surface": "skill:hat-briefing",
1995
+ "source": "skill",
1996
+ "connects_to_spine": true,
1997
+ "sensor_triggers": [],
1998
+ "reach_id": "hats",
1999
+ "sub_mode": "hat-briefing",
2000
+ "framework": "Six Thinking Hats",
2001
+ "posture": "hold",
2002
+ "hierarchy_rank": 2,
2003
+ "filing": "fileEvidenceWithReadback",
2004
+ "plan_gated": false,
2005
+ "web_scope": null,
2006
+ "decision_surface": "F.1"
2007
+ },
2008
+ {
2009
+ "surface": "skill:ignite",
2010
+ "source": "skill",
2011
+ "connects_to_spine": true,
2012
+ "sensor_triggers": [],
2013
+ "reach_id": "context_block",
2014
+ "sub_mode": "ignite",
2015
+ "framework": null,
2016
+ "posture": "push_forward",
2017
+ "hierarchy_rank": 10,
2018
+ "filing": "none",
2019
+ "plan_gated": false,
2020
+ "web_scope": null,
2021
+ "decision_surface": null
2022
+ },
2023
+ {
2024
+ "surface": "skill:ingest-methodology",
2025
+ "source": "skill",
2026
+ "connects_to_spine": true,
2027
+ "sensor_triggers": [],
2028
+ "reach_id": "brain_consult",
2029
+ "sub_mode": "methodology-ingest",
2030
+ "framework": null,
2031
+ "posture": "push_forward",
2032
+ "hierarchy_rank": 60,
2033
+ "filing": "memory_event_only",
2034
+ "plan_gated": false,
2035
+ "web_scope": null,
2036
+ "decision_surface": "F.1"
2037
+ },
2038
+ {
2039
+ "surface": "skill:intel-pipeline",
2040
+ "source": "skill",
2041
+ "connects_to_spine": true,
2042
+ "sensor_triggers": [],
2043
+ "reach_id": "context_block",
2044
+ "sub_mode": "intel-pipeline",
2045
+ "framework": null,
2046
+ "posture": "hold",
2047
+ "hierarchy_rank": 55,
2048
+ "filing": "memory_event_only",
2049
+ "plan_gated": false,
2050
+ "web_scope": "green",
2051
+ "decision_surface": "F.1"
2052
+ },
2053
+ {
2054
+ "surface": "skill:jtbd",
2055
+ "source": "skill",
2056
+ "connects_to_spine": true,
2057
+ "sensor_triggers": [],
2058
+ "reach_id": "context_block",
2059
+ "sub_mode": "jtbd-infer",
2060
+ "framework": "Jobs to Be Done (JTBD)",
2061
+ "posture": "hold",
2062
+ "hierarchy_rank": 16,
2063
+ "filing": "memory_event_only",
2064
+ "plan_gated": false,
2065
+ "web_scope": null,
2066
+ "decision_surface": null
2067
+ },
2068
+ {
2069
+ "surface": "skill:leadership",
2070
+ "source": "skill",
2071
+ "connects_to_spine": true,
2072
+ "sensor_triggers": [],
2073
+ "reach_id": "context_block",
2074
+ "sub_mode": "adaptive-leadership",
2075
+ "framework": "Adaptive Leadership",
2076
+ "posture": "hold",
2077
+ "hierarchy_rank": 20,
2078
+ "filing": "fileEvidenceWithReadback",
2079
+ "plan_gated": false,
2080
+ "web_scope": null,
2081
+ "decision_surface": null
2082
+ },
2083
+ {
2084
+ "surface": "skill:lean-canvas",
2085
+ "source": "skill",
2086
+ "connects_to_spine": true,
2087
+ "sensor_triggers": [],
2088
+ "reach_id": "context_block",
2089
+ "sub_mode": "lean-canvas",
2090
+ "framework": "Lean Canvas",
2091
+ "posture": "hold",
2092
+ "hierarchy_rank": 41,
2093
+ "filing": "fileEvidenceWithReadback",
2094
+ "plan_gated": false,
2095
+ "web_scope": null,
2096
+ "decision_surface": null
2097
+ },
2098
+ {
2099
+ "surface": "skill:macro-trends",
2100
+ "source": "skill",
2101
+ "connects_to_spine": true,
2102
+ "sensor_triggers": [],
2103
+ "reach_id": "context_block",
2104
+ "sub_mode": "macro-pest",
2105
+ "framework": "PEST Analysis",
2106
+ "posture": "hold",
2107
+ "hierarchy_rank": 39,
2108
+ "filing": "fileEvidenceWithReadback",
2109
+ "plan_gated": false,
2110
+ "web_scope": null,
2111
+ "decision_surface": null
2112
+ },
2113
+ {
2114
+ "surface": "skill:map-unknowns",
2115
+ "source": "skill",
2116
+ "connects_to_spine": true,
2117
+ "sensor_triggers": [],
2118
+ "reach_id": "context_block",
2119
+ "sub_mode": "unknowns-matrix",
2120
+ "framework": "Knowns and Unknowns Matrix Framework",
2121
+ "posture": "hold",
2122
+ "hierarchy_rank": 40,
2123
+ "filing": "fileEvidenceWithReadback",
2124
+ "plan_gated": false,
2125
+ "web_scope": null,
2126
+ "decision_surface": null
2127
+ },
2128
+ {
2129
+ "surface": "skill:memory",
2130
+ "source": "skill",
2131
+ "connects_to_spine": true,
2132
+ "sensor_triggers": [],
2133
+ "reach_id": "context_block",
2134
+ "sub_mode": "memory-inspect",
2135
+ "framework": null,
2136
+ "posture": "hold",
2137
+ "hierarchy_rank": 10,
2138
+ "filing": "none",
2139
+ "plan_gated": false,
2140
+ "web_scope": null,
2141
+ "decision_surface": "F.1"
2142
+ },
2143
+ {
2144
+ "surface": "skill:memory-cortex-reach",
2145
+ "source": "skill",
2146
+ "connects_to_spine": true,
2147
+ "sensor_triggers": [],
2148
+ "reach_id": "cross_room",
2149
+ "sub_mode": "memory-cortex-bridge",
2150
+ "framework": null,
2151
+ "posture": "push_forward",
2152
+ "hierarchy_rank": 60,
2153
+ "filing": "memory_event_only",
2154
+ "plan_gated": false,
2155
+ "web_scope": null,
2156
+ "decision_surface": null
2157
+ },
2158
+ {
2159
+ "surface": "skill:mos-deck-engine",
2160
+ "source": "skill",
2161
+ "connects_to_spine": true,
2162
+ "sensor_triggers": [],
2163
+ "reach_id": "context_block",
2164
+ "sub_mode": "deck-engine",
2165
+ "framework": null,
2166
+ "posture": "hold",
2167
+ "hierarchy_rank": 14,
2168
+ "filing": "memory_event_only",
2169
+ "plan_gated": false,
2170
+ "web_scope": null,
2171
+ "decision_surface": "F.1"
2172
+ },
2173
+ {
2174
+ "surface": "skill:mos-reason",
2175
+ "source": "skill",
2176
+ "connects_to_spine": true,
2177
+ "sensor_triggers": [],
2178
+ "reach_id": "context_block",
2179
+ "sub_mode": "minto-reason",
2180
+ "framework": "The Pyramid Principle",
2181
+ "posture": "push_forward",
2182
+ "hierarchy_rank": 21,
2183
+ "filing": "fileEvidenceWithReadback",
2184
+ "plan_gated": false,
2185
+ "web_scope": null,
2186
+ "decision_surface": null
2187
+ },
2188
+ {
2189
+ "surface": "skill:mullins",
2190
+ "source": "skill",
2191
+ "connects_to_spine": true,
2192
+ "sensor_triggers": [],
2193
+ "reach_id": "context_block",
2194
+ "sub_mode": "mullins-seven",
2195
+ "framework": "Mullins Model",
2196
+ "posture": "hold",
2197
+ "hierarchy_rank": 24,
2198
+ "filing": "fileEvidenceWithReadback",
2199
+ "plan_gated": false,
2200
+ "web_scope": null,
2201
+ "decision_surface": "F.2"
2202
+ },
2203
+ {
2204
+ "surface": "skill:mullins-scaffold",
2205
+ "source": "skill",
2206
+ "connects_to_spine": true,
2207
+ "sensor_triggers": [],
2208
+ "reach_id": "brain_consult",
2209
+ "sub_mode": "mullins-scaffold",
2210
+ "framework": null,
2211
+ "posture": "hold",
2212
+ "hierarchy_rank": 13,
2213
+ "filing": "fileEvidenceWithReadback",
2214
+ "plan_gated": false,
2215
+ "web_scope": null,
2216
+ "decision_surface": "F.1"
2217
+ },
2218
+ {
2219
+ "surface": "skill:mva-brief",
2220
+ "source": "skill",
2221
+ "connects_to_spine": true,
2222
+ "sensor_triggers": [],
2223
+ "reach_id": "deep_research",
2224
+ "sub_mode": "mva-brief",
2225
+ "framework": null,
2226
+ "posture": "push_forward",
2227
+ "hierarchy_rank": 10,
2228
+ "filing": "none",
2229
+ "plan_gated": false,
2230
+ "web_scope": null,
2231
+ "decision_surface": null
2232
+ },
2233
+ {
2234
+ "surface": "skill:mva-option",
2235
+ "source": "skill",
2236
+ "connects_to_spine": true,
2237
+ "sensor_triggers": [],
2238
+ "reach_id": "context_block",
2239
+ "sub_mode": "mva-option",
2240
+ "framework": null,
2241
+ "posture": "push_forward",
2242
+ "hierarchy_rank": 11,
2243
+ "filing": "none",
2244
+ "plan_gated": false,
2245
+ "web_scope": null,
2246
+ "decision_surface": null
2247
+ },
2248
+ {
2249
+ "surface": "skill:mva-pipeline",
2250
+ "source": "skill",
2251
+ "connects_to_spine": true,
2252
+ "sensor_triggers": [],
2253
+ "reach_id": "context_block",
2254
+ "sub_mode": "mva-pipeline",
2255
+ "framework": null,
2256
+ "posture": "push_forward",
2257
+ "hierarchy_rank": 12,
2258
+ "filing": "memory_event_only",
2259
+ "plan_gated": false,
2260
+ "web_scope": null,
2261
+ "decision_surface": "F.1"
2262
+ },
2263
+ {
2264
+ "surface": "skill:new-project",
2265
+ "source": "skill",
2266
+ "connects_to_spine": true,
2267
+ "sensor_triggers": [],
2268
+ "reach_id": "context_block",
2269
+ "sub_mode": "new-project",
2270
+ "framework": null,
2271
+ "posture": "push_forward",
2272
+ "hierarchy_rank": 23,
2273
+ "filing": "none",
2274
+ "plan_gated": false,
2275
+ "web_scope": null,
2276
+ "decision_surface": null
2277
+ },
2278
+ {
2279
+ "surface": "skill:new-surface",
2280
+ "source": "skill",
2281
+ "connects_to_spine": true,
2282
+ "sensor_triggers": [],
2283
+ "reach_id": "context_block",
2284
+ "sub_mode": "new-surface",
2285
+ "framework": null,
2286
+ "posture": "push_forward",
2287
+ "hierarchy_rank": 24,
2288
+ "filing": "none",
2289
+ "plan_gated": false,
2290
+ "web_scope": null,
2291
+ "decision_surface": "F.1"
2292
+ },
2293
+ {
2294
+ "surface": "skill:operator",
2295
+ "source": "skill",
2296
+ "connects_to_spine": true,
2297
+ "sensor_triggers": [],
2298
+ "reach_id": "context_block",
2299
+ "sub_mode": "operator",
2300
+ "framework": null,
2301
+ "posture": "hold",
2302
+ "hierarchy_rank": 36,
2303
+ "filing": "none",
2304
+ "plan_gated": false,
2305
+ "web_scope": null,
2306
+ "decision_surface": null
2307
+ },
2308
+ {
2309
+ "surface": "skill:opportunities",
2310
+ "source": "skill",
2311
+ "connects_to_spine": true,
2312
+ "sensor_triggers": [],
2313
+ "reach_id": "context_block",
2314
+ "sub_mode": "opportunities",
2315
+ "framework": null,
2316
+ "posture": "push_forward",
2317
+ "hierarchy_rank": 13,
2318
+ "filing": "none",
2319
+ "plan_gated": false,
2320
+ "web_scope": null,
2321
+ "decision_surface": null
2322
+ },
2323
+ {
2324
+ "surface": "skill:persona",
2325
+ "source": "skill",
2326
+ "connects_to_spine": true,
2327
+ "sensor_triggers": [],
2328
+ "reach_id": "hats",
2329
+ "sub_mode": "persona",
2330
+ "framework": "Six Thinking Hats",
2331
+ "posture": "hold",
2332
+ "hierarchy_rank": 3,
2333
+ "filing": "fileEvidenceWithReadback",
2334
+ "plan_gated": false,
2335
+ "web_scope": null,
2336
+ "decision_surface": "F.1"
2337
+ },
2338
+ {
2339
+ "surface": "skill:pipeline",
2340
+ "source": "skill",
2341
+ "connects_to_spine": true,
2342
+ "sensor_triggers": [],
2343
+ "reach_id": "context_block",
2344
+ "sub_mode": "pipeline-chain",
2345
+ "framework": null,
2346
+ "posture": "push_forward",
2347
+ "hierarchy_rank": 7,
2348
+ "filing": "memory_event_only",
2349
+ "plan_gated": false,
2350
+ "web_scope": null,
2351
+ "decision_surface": "F.0"
2352
+ },
2353
+ {
2354
+ "surface": "skill:present",
2355
+ "source": "skill",
2356
+ "connects_to_spine": true,
2357
+ "sensor_triggers": [],
2358
+ "reach_id": "context_block",
2359
+ "sub_mode": "room-present",
2360
+ "framework": null,
2361
+ "posture": "hold",
2362
+ "hierarchy_rank": 13,
2363
+ "filing": "memory_event_only",
2364
+ "plan_gated": false,
2365
+ "web_scope": null,
2366
+ "decision_surface": "F.1"
2367
+ },
2368
+ {
2369
+ "surface": "skill:qualify-opportunity",
2370
+ "source": "skill",
2371
+ "connects_to_spine": true,
2372
+ "sensor_triggers": [],
2373
+ "reach_id": "context_block",
2374
+ "sub_mode": "qualify-opportunity",
2375
+ "framework": null,
2376
+ "posture": "hold",
2377
+ "hierarchy_rank": 4,
2378
+ "filing": "none",
2379
+ "plan_gated": false,
2380
+ "web_scope": null,
2381
+ "decision_surface": "F.1"
2382
+ },
2383
+ {
2384
+ "surface": "skill:reanalyze",
2385
+ "source": "skill",
2386
+ "connects_to_spine": true,
2387
+ "sensor_triggers": [],
2388
+ "reach_id": "contradiction",
2389
+ "sub_mode": "reanalyze",
2390
+ "framework": null,
2391
+ "posture": "hold",
2392
+ "hierarchy_rank": 38,
2393
+ "filing": "none",
2394
+ "plan_gated": false,
2395
+ "web_scope": null,
2396
+ "decision_surface": null
2397
+ },
2398
+ {
2399
+ "surface": "skill:research",
2400
+ "source": "skill",
2401
+ "connects_to_spine": true,
2402
+ "sensor_triggers": [],
2403
+ "reach_id": "deep_research",
2404
+ "sub_mode": "hat-scoped-research",
2405
+ "framework": "Hypothesis-Driven Problem Solving",
2406
+ "posture": "hold",
2407
+ "hierarchy_rank": 6,
2408
+ "filing": "fileEvidenceWithReadback",
2409
+ "plan_gated": true,
2410
+ "web_scope": "green",
2411
+ "decision_surface": "F.1"
2412
+ },
2413
+ {
2414
+ "surface": "skill:room",
2415
+ "source": "skill",
2416
+ "connects_to_spine": true,
2417
+ "sensor_triggers": [],
2418
+ "reach_id": "context_block",
2419
+ "sub_mode": "room-view",
2420
+ "framework": null,
2421
+ "posture": "hold",
2422
+ "hierarchy_rank": 15,
2423
+ "filing": "memory_event_only",
2424
+ "plan_gated": false,
2425
+ "web_scope": null,
2426
+ "decision_surface": "F.1"
2427
+ },
2428
+ {
2429
+ "surface": "skill:root-cause",
2430
+ "source": "skill",
2431
+ "connects_to_spine": true,
2432
+ "sensor_triggers": [],
2433
+ "reach_id": "context_block",
2434
+ "sub_mode": "root-cause-5why",
2435
+ "framework": "Root Cause Analysis",
2436
+ "posture": "hold",
2437
+ "hierarchy_rank": 42,
2438
+ "filing": "fileEvidenceWithReadback",
2439
+ "plan_gated": false,
2440
+ "web_scope": null,
2441
+ "decision_surface": "F.2"
2442
+ },
2443
+ {
2444
+ "surface": "skill:rs-experts",
2445
+ "source": "skill",
2446
+ "connects_to_spine": true,
2447
+ "sensor_triggers": [],
2448
+ "reach_id": "context_block",
2449
+ "sub_mode": "reverse-salient-experts",
2450
+ "framework": "Reverse Salient Analysis",
2451
+ "posture": "pull_back",
2452
+ "hierarchy_rank": 4,
2453
+ "filing": "fileEvidenceWithReadback",
2454
+ "plan_gated": false,
2455
+ "web_scope": null,
2456
+ "decision_surface": "F.1"
2457
+ },
2458
+ {
2459
+ "surface": "skill:rs-explain",
2460
+ "source": "skill",
2461
+ "connects_to_spine": true,
2462
+ "sensor_triggers": [],
2463
+ "reach_id": "context_block",
2464
+ "sub_mode": "reverse-salient-explain",
2465
+ "framework": "Reverse Salient Analysis",
2466
+ "posture": "pull_back",
2467
+ "hierarchy_rank": 3,
2468
+ "filing": "fileEvidenceWithReadback",
2469
+ "plan_gated": false,
2470
+ "web_scope": null,
2471
+ "decision_surface": "F.1"
2472
+ },
2473
+ {
2474
+ "surface": "skill:rs-fetch",
2475
+ "source": "skill",
2476
+ "connects_to_spine": true,
2477
+ "sensor_triggers": [],
2478
+ "reach_id": "context_block",
2479
+ "sub_mode": "reverse-salient-fetch",
2480
+ "framework": "Reverse Salient Analysis",
2481
+ "posture": "pull_back",
2482
+ "hierarchy_rank": 2,
2483
+ "filing": "fileEvidenceWithReadback",
2484
+ "plan_gated": false,
2485
+ "web_scope": null,
2486
+ "decision_surface": "F.1"
2487
+ },
2488
+ {
2489
+ "surface": "skill:rs-thesis",
2490
+ "source": "skill",
2491
+ "connects_to_spine": true,
2492
+ "sensor_triggers": [],
2493
+ "reach_id": "context_block",
2494
+ "sub_mode": "reverse-salient-thesis",
2495
+ "framework": "Reverse Salient Analysis",
2496
+ "posture": "pull_back",
2497
+ "hierarchy_rank": 5,
2498
+ "filing": "fileEvidenceWithReadback",
2499
+ "plan_gated": false,
2500
+ "web_scope": null,
2501
+ "decision_surface": "F.1"
2502
+ },
2503
+ {
2504
+ "surface": "skill:scenario-plan",
2505
+ "source": "skill",
2506
+ "connects_to_spine": true,
2507
+ "sensor_triggers": [],
2508
+ "reach_id": "context_block",
2509
+ "sub_mode": "scenario-plan",
2510
+ "framework": "Scenario Planning",
2511
+ "posture": "hold",
2512
+ "hierarchy_rank": 45,
2513
+ "filing": "fileEvidenceWithReadback",
2514
+ "plan_gated": false,
2515
+ "web_scope": null,
2516
+ "decision_surface": "F.2"
2517
+ },
2518
+ {
2519
+ "surface": "skill:score-innovation",
2520
+ "source": "skill",
2521
+ "connects_to_spine": true,
2522
+ "sensor_triggers": [],
2523
+ "reach_id": "context_block",
2524
+ "sub_mode": "hsi",
2525
+ "framework": "HSI Semantic Surprise Analysis Assistant",
2526
+ "posture": "hold",
2527
+ "hierarchy_rank": 3,
2528
+ "filing": "fileEvidenceWithReadback",
2529
+ "plan_gated": false,
2530
+ "web_scope": null,
2531
+ "decision_surface": "F.1"
2532
+ },
2533
+ {
2534
+ "surface": "skill:scout",
2535
+ "source": "skill",
2536
+ "connects_to_spine": true,
2537
+ "sensor_triggers": [],
2538
+ "reach_id": "context_block",
2539
+ "sub_mode": "scout",
2540
+ "framework": null,
2541
+ "posture": "hold",
2542
+ "hierarchy_rank": 35,
2543
+ "filing": "none",
2544
+ "plan_gated": false,
2545
+ "web_scope": "green",
2546
+ "decision_surface": null
2547
+ },
2548
+ {
2549
+ "surface": "skill:show",
2550
+ "source": "skill",
2551
+ "connects_to_spine": true,
2552
+ "sensor_triggers": [],
2553
+ "reach_id": "context_block",
2554
+ "sub_mode": "jtbd-need-selector",
2555
+ "framework": null,
2556
+ "posture": "hold",
2557
+ "hierarchy_rank": 53,
2558
+ "filing": "memory_event_only",
2559
+ "plan_gated": false,
2560
+ "web_scope": null,
2561
+ "decision_surface": "F.1"
2562
+ },
2563
+ {
2564
+ "surface": "skill:skill",
2565
+ "source": "skill",
2566
+ "connects_to_spine": true,
2567
+ "sensor_triggers": [],
2568
+ "reach_id": "context_block",
2569
+ "sub_mode": "expert-skill",
2570
+ "framework": null,
2571
+ "posture": "push_forward",
2572
+ "hierarchy_rank": 24,
2573
+ "filing": "none",
2574
+ "plan_gated": false,
2575
+ "web_scope": null,
2576
+ "decision_surface": "F.1"
2577
+ },
2578
+ {
2579
+ "surface": "skill:speakers",
2580
+ "source": "skill",
2581
+ "connects_to_spine": true,
2582
+ "sensor_triggers": [],
2583
+ "reach_id": "context_block",
2584
+ "sub_mode": "meeting-speakers",
2585
+ "framework": null,
2586
+ "posture": "hold",
2587
+ "hierarchy_rank": 17,
2588
+ "filing": "memory_event_only",
2589
+ "plan_gated": false,
2590
+ "web_scope": null,
2591
+ "decision_surface": "F.1"
2592
+ },
2593
+ {
2594
+ "surface": "skill:status",
2595
+ "source": "skill",
2596
+ "connects_to_spine": true,
2597
+ "sensor_triggers": [],
2598
+ "reach_id": "context_block",
2599
+ "sub_mode": "room-status",
2600
+ "framework": null,
2601
+ "posture": "hold",
2602
+ "hierarchy_rank": 14,
2603
+ "filing": "memory_event_only",
2604
+ "plan_gated": false,
2605
+ "web_scope": null,
2606
+ "decision_surface": "F.1"
2607
+ },
2608
+ {
2609
+ "surface": "skill:structure-argument",
2610
+ "source": "skill",
2611
+ "connects_to_spine": true,
2612
+ "sensor_triggers": [],
2613
+ "reach_id": "context_block",
2614
+ "sub_mode": "pyramid-argument",
2615
+ "framework": "The Pyramid Principle",
2616
+ "posture": "hold",
2617
+ "hierarchy_rank": 31,
2618
+ "filing": "fileEvidenceWithReadback",
2619
+ "plan_gated": false,
2620
+ "web_scope": null,
2621
+ "decision_surface": null
2622
+ },
2623
+ {
2624
+ "surface": "skill:suggest-next",
2625
+ "source": "skill",
2626
+ "connects_to_spine": true,
2627
+ "sensor_triggers": [],
2628
+ "reach_id": "context_block",
2629
+ "sub_mode": "suggest-next",
2630
+ "framework": null,
2631
+ "posture": "hold",
2632
+ "hierarchy_rank": 8,
2633
+ "filing": "memory_event_only",
2634
+ "plan_gated": false,
2635
+ "web_scope": null,
2636
+ "decision_surface": "F.1"
2637
+ },
2638
+ {
2639
+ "surface": "skill:systems-thinking",
2640
+ "source": "skill",
2641
+ "connects_to_spine": true,
2642
+ "sensor_triggers": [],
2643
+ "reach_id": "context_block",
2644
+ "sub_mode": "systems-thinking-loop",
2645
+ "framework": "Systems Thinking",
2646
+ "posture": "hold",
2647
+ "hierarchy_rank": 44,
2648
+ "filing": "fileEvidenceWithReadback",
2649
+ "plan_gated": false,
2650
+ "web_scope": null,
2651
+ "decision_surface": "F.2"
2652
+ },
2653
+ {
2654
+ "surface": "skill:think-hats",
2655
+ "source": "skill",
2656
+ "connects_to_spine": true,
2657
+ "sensor_triggers": [],
2658
+ "reach_id": "hats",
2659
+ "sub_mode": "six-hats",
2660
+ "framework": "Six Thinking Hats",
2661
+ "posture": "hold",
2662
+ "hierarchy_rank": 4,
2663
+ "filing": "memory_event_only",
2664
+ "plan_gated": false,
2665
+ "web_scope": null,
2666
+ "decision_surface": "F.1"
2667
+ },
2668
+ {
2669
+ "surface": "skill:trending-to-absurd",
2670
+ "source": "skill",
2671
+ "connects_to_spine": true,
2672
+ "sensor_triggers": [],
2673
+ "reach_id": "context_block",
2674
+ "sub_mode": "trending-to-absurd",
2675
+ "framework": "S-Curve Analysis",
2676
+ "posture": "push_forward",
2677
+ "hierarchy_rank": 11,
2678
+ "filing": "fileEvidenceWithReadback",
2679
+ "plan_gated": false,
2680
+ "web_scope": null,
2681
+ "decision_surface": "F.1"
2682
+ },
2683
+ {
2684
+ "surface": "skill:user-needs",
2685
+ "source": "skill",
2686
+ "connects_to_spine": true,
2687
+ "sensor_triggers": [],
2688
+ "reach_id": "context_block",
2689
+ "sub_mode": "user-needs-jtbd",
2690
+ "framework": "Jobs to Be Done (JTBD)",
2691
+ "posture": "hold",
2692
+ "hierarchy_rank": 43,
2693
+ "filing": "fileEvidenceWithReadback",
2694
+ "plan_gated": false,
2695
+ "web_scope": null,
2696
+ "decision_surface": "F.2"
2697
+ },
2698
+ {
2699
+ "surface": "skill:validate",
2700
+ "source": "skill",
2701
+ "connects_to_spine": true,
2702
+ "sensor_triggers": [],
2703
+ "reach_id": "context_block",
2704
+ "sub_mode": "validate-jtbd",
2705
+ "framework": "Jobs to Be Done (JTBD)",
2706
+ "posture": "hold",
2707
+ "hierarchy_rank": 25,
2708
+ "filing": "fileEvidenceWithReadback",
2709
+ "plan_gated": false,
2710
+ "web_scope": null,
2711
+ "decision_surface": "F.2"
2712
+ },
2713
+ {
2714
+ "surface": "skill:value-proposition",
2715
+ "source": "skill",
2716
+ "connects_to_spine": true,
2717
+ "sensor_triggers": [],
2718
+ "reach_id": "context_block",
2719
+ "sub_mode": "value-prop",
2720
+ "framework": "PWS Value Proposition",
2721
+ "posture": "hold",
2722
+ "hierarchy_rank": 26,
2723
+ "filing": "fileEvidenceWithReadback",
2724
+ "plan_gated": false,
2725
+ "web_scope": null,
2726
+ "decision_surface": null
2727
+ },
2728
+ {
2729
+ "surface": "skill:whitespace",
2730
+ "source": "skill",
2731
+ "connects_to_spine": true,
2732
+ "sensor_triggers": [],
2733
+ "reach_id": "context_block",
2734
+ "sub_mode": "whitespace",
2735
+ "framework": "HSI Semantic Surprise Analysis Assistant",
2736
+ "posture": "hold",
2737
+ "hierarchy_rank": 3,
2738
+ "filing": "fileEvidenceWithReadback",
2739
+ "plan_gated": false,
2740
+ "web_scope": null,
2741
+ "decision_surface": "F.1"
2742
+ },
2743
+ {
2744
+ "surface": "skill:wiki",
2745
+ "source": "skill",
2746
+ "connects_to_spine": true,
2747
+ "sensor_triggers": [],
2748
+ "reach_id": "context_block",
2749
+ "sub_mode": "room-wiki",
2750
+ "framework": null,
2751
+ "posture": "hold",
2752
+ "hierarchy_rank": 12,
2753
+ "filing": "memory_event_only",
2754
+ "plan_gated": false,
2755
+ "web_scope": null,
2756
+ "decision_surface": "F.1"
2757
+ },
2758
+ {
2759
+ "surface": "agent:brain-query",
2760
+ "source": "agent",
2761
+ "connects_to_spine": true,
2762
+ "sensor_triggers": [
2763
+ "SENS-03"
2764
+ ],
2765
+ "reach_id": "brain_consult",
2766
+ "sub_mode": "brain-query",
2767
+ "framework": null,
2768
+ "posture": "hold",
2769
+ "hierarchy_rank": 51,
2770
+ "filing": "none",
2771
+ "plan_gated": false,
2772
+ "web_scope": null,
2773
+ "decision_surface": null
2774
+ },
2775
+ {
2776
+ "surface": "agent:grading",
2777
+ "source": "agent",
2778
+ "connects_to_spine": true,
2779
+ "sensor_triggers": [
2780
+ "SENS-07"
2781
+ ],
2782
+ "reach_id": "brain_consult",
2783
+ "sub_mode": "grading-agent",
2784
+ "framework": "PWS Triple Validation Compass",
2785
+ "posture": "hold",
2786
+ "hierarchy_rank": 46,
2787
+ "filing": "fileEvidenceWithReadback",
2788
+ "plan_gated": false,
2789
+ "web_scope": null,
2790
+ "decision_surface": "F.0"
2791
+ },
2792
+ {
2793
+ "surface": "agent:grant-reviewer",
2794
+ "source": "agent",
2795
+ "connects_to_spine": true,
2796
+ "sensor_triggers": [
2797
+ "SENS-06"
2798
+ ],
2799
+ "reach_id": "context_block",
2800
+ "sub_mode": "grant-reviewer",
2801
+ "framework": null,
2802
+ "posture": "hold",
2803
+ "hierarchy_rank": 51,
2804
+ "filing": "memory_event_only",
2805
+ "plan_gated": false,
2806
+ "web_scope": null,
2807
+ "decision_surface": null
2808
+ },
2809
+ {
2810
+ "surface": "agent:investor",
2811
+ "source": "agent",
2812
+ "connects_to_spine": true,
2813
+ "sensor_triggers": [
2814
+ "SENS-07"
2815
+ ],
2816
+ "reach_id": "contradiction",
2817
+ "sub_mode": "investor-agent",
2818
+ "framework": null,
2819
+ "posture": "pull_back",
2820
+ "hierarchy_rank": 47,
2821
+ "filing": "none",
2822
+ "plan_gated": false,
2823
+ "web_scope": null,
2824
+ "decision_surface": null
2825
+ },
2826
+ {
2827
+ "surface": "agent:opportunity-scanner",
2828
+ "source": "agent",
2829
+ "connects_to_spine": true,
2830
+ "sensor_triggers": [
2831
+ "SENS-04",
2832
+ "SENS-06"
2833
+ ],
2834
+ "reach_id": "deep_research",
2835
+ "sub_mode": "opportunity-scan",
2836
+ "framework": null,
2837
+ "posture": "push_forward",
2838
+ "hierarchy_rank": 48,
2839
+ "filing": "none",
2840
+ "plan_gated": false,
2841
+ "web_scope": null,
2842
+ "decision_surface": null
2843
+ },
2844
+ {
2845
+ "surface": "agent:persona-analyst",
2846
+ "source": "agent",
2847
+ "connects_to_spine": true,
2848
+ "sensor_triggers": [
2849
+ "SENS-06"
2850
+ ],
2851
+ "reach_id": "context_block",
2852
+ "sub_mode": "persona-hats",
2853
+ "framework": "Six Thinking Hats",
2854
+ "posture": "hold",
2855
+ "hierarchy_rank": 50,
2856
+ "filing": "memory_event_only",
2857
+ "plan_gated": false,
2858
+ "web_scope": null,
2859
+ "decision_surface": null
2860
+ },
2861
+ {
2862
+ "surface": "agent:research",
2863
+ "source": "agent",
2864
+ "connects_to_spine": true,
2865
+ "sensor_triggers": [
2866
+ "SENS-04",
2867
+ "SENS-06"
2868
+ ],
2869
+ "reach_id": "deep_research",
2870
+ "sub_mode": "research-agent",
2871
+ "framework": "Hypothesis-Driven Problem Solving",
2872
+ "posture": "push_forward",
2873
+ "hierarchy_rank": 49,
2874
+ "filing": "fileEvidenceWithReadback",
2875
+ "plan_gated": true,
2876
+ "web_scope": "green",
2877
+ "decision_surface": "F.1"
2878
+ },
2879
+ {
2880
+ "surface": "agent:reverse-salient-agent",
2881
+ "source": "agent",
2882
+ "connects_to_spine": true,
2883
+ "sensor_triggers": [
2884
+ "SENS-02"
2885
+ ],
2886
+ "reach_id": "context_block",
2887
+ "sub_mode": "rs-agent-finding",
2888
+ "framework": "Reverse Salient Analysis",
2889
+ "posture": "pull_back",
2890
+ "hierarchy_rank": 52,
2891
+ "filing": "memory_event_only",
2892
+ "plan_gated": false,
2893
+ "web_scope": null,
2894
+ "decision_surface": "F.0"
2895
+ },
2896
+ {
2897
+ "surface": "mcp:artifact_file",
2898
+ "source": "mcp_tool",
2899
+ "connects_to_spine": true,
2900
+ "sensor_triggers": [],
2901
+ "reach_id": null,
2902
+ "sub_mode": null,
2903
+ "framework": null,
2904
+ "posture": null,
2905
+ "hierarchy_rank": null,
2906
+ "filing": null,
2907
+ "plan_gated": false,
2908
+ "web_scope": null,
2909
+ "decision_surface": null,
2910
+ "hitl_shape": "F.1",
2911
+ "hitl_why": "Files a markdown artifact and mints a memory_event node through navigation.cjs, plus a typed claim node with SOURCED_FROM provenance edges -- a material room-content write, not a pure read."
2912
+ },
2913
+ {
2914
+ "surface": "mcp:chain_resolve",
2915
+ "source": "mcp_tool",
2916
+ "connects_to_spine": true,
2917
+ "sensor_triggers": [],
2918
+ "reach_id": null,
2919
+ "sub_mode": null,
2920
+ "framework": null,
2921
+ "posture": null,
2922
+ "hierarchy_rank": null,
2923
+ "filing": null,
2924
+ "plan_gated": false,
2925
+ "web_scope": null,
2926
+ "decision_surface": null,
2927
+ "hitl_shape": "none",
2928
+ "hitl_why": "Pure read: resolves a framework chain via composeWorkflow, no execution, no fork."
2929
+ },
2930
+ {
2931
+ "surface": "mcp:chain_run",
2932
+ "source": "mcp_tool",
2933
+ "connects_to_spine": true,
2934
+ "sensor_triggers": [],
2935
+ "reach_id": null,
2936
+ "sub_mode": null,
2937
+ "framework": null,
2938
+ "posture": null,
2939
+ "hierarchy_rank": null,
2940
+ "filing": null,
2941
+ "plan_gated": false,
2942
+ "web_scope": null,
2943
+ "decision_surface": null,
2944
+ "hitl_shape": "F.1",
2945
+ "hitl_why": "Executes the autonomous_safe prefix server-side (wrapping the shipped runChain) and halts at the first material step, rendering a genuine Decision-Gate fork through the SAME gate-render.cjs ladder gate_render uses, instead of executing it unattended."
2946
+ },
2947
+ {
2948
+ "surface": "mcp:claim_write",
2949
+ "source": "mcp_tool",
2950
+ "connects_to_spine": true,
2951
+ "sensor_triggers": [],
2952
+ "reach_id": null,
2953
+ "sub_mode": null,
2954
+ "framework": null,
2955
+ "posture": null,
2956
+ "hierarchy_rank": null,
2957
+ "filing": null,
2958
+ "plan_gated": false,
2959
+ "web_scope": null,
2960
+ "decision_surface": null,
2961
+ "hitl_shape": "F.1",
2962
+ "hitl_why": "Writes a proposed DIKW claim node through the node-insert.cjs chokepoint, a material graph write (not a pure read), the same F.1 shape graph_write/memory_event/artifact_file already carry. The write itself renders no fork; the genuine Decision-Gate fork it later passes through is gate_answer, which already declares F.1 and promotes this node to confirmed."
2963
+ },
2964
+ {
2965
+ "surface": "mcp:context_assemble",
2966
+ "source": "mcp_tool",
2967
+ "connects_to_spine": true,
2968
+ "sensor_triggers": [],
2969
+ "reach_id": null,
2970
+ "sub_mode": null,
2971
+ "framework": null,
2972
+ "posture": null,
2973
+ "hierarchy_rank": null,
2974
+ "filing": null,
2975
+ "plan_gated": false,
2976
+ "web_scope": null,
2977
+ "decision_surface": null,
2978
+ "hitl_shape": "none",
2979
+ "hitl_why": "A pure read across four local legs (room state, session fragments, graph neighborhood, projected cortex) through the navigation.cjs chokepoint -- no graph mutation, no node minted, no fork. Contrast with memory_event's F.1: this tool never writes, the read/write line RESEARCH.md 2.5 names as the load-bearing distinction this phase preserves."
2980
+ },
2981
+ {
2982
+ "surface": "mcp:contract_version",
2983
+ "source": "mcp_tool",
2984
+ "connects_to_spine": true,
2985
+ "sensor_triggers": [],
2986
+ "reach_id": null,
2987
+ "sub_mode": null,
2988
+ "framework": null,
2989
+ "posture": null,
2990
+ "hierarchy_rank": null,
2991
+ "filing": null,
2992
+ "plan_gated": false,
2993
+ "web_scope": null,
2994
+ "decision_surface": null,
2995
+ "hitl_shape": "none",
2996
+ "hitl_why": "Pure read of a pinned version constant and a static trust-boundary enum; no fork, no side effects."
2997
+ },
2998
+ {
2999
+ "surface": "mcp:contradiction_check",
3000
+ "source": "mcp_tool",
3001
+ "connects_to_spine": true,
3002
+ "sensor_triggers": [],
3003
+ "reach_id": null,
3004
+ "sub_mode": null,
3005
+ "framework": null,
3006
+ "posture": null,
3007
+ "hierarchy_rank": null,
3008
+ "filing": null,
3009
+ "plan_gated": false,
3010
+ "web_scope": null,
3011
+ "decision_surface": null,
3012
+ "hitl_shape": "none",
3013
+ "hitl_why": "Pure read: navigation.cjs findContradictions through the chokepoint, no fork."
3014
+ },
3015
+ {
3016
+ "surface": "mcp:detect_dual_path",
3017
+ "source": "mcp_tool",
3018
+ "connects_to_spine": true,
3019
+ "sensor_triggers": [],
3020
+ "reach_id": null,
3021
+ "sub_mode": null,
3022
+ "framework": null,
3023
+ "posture": null,
3024
+ "hierarchy_rank": null,
3025
+ "filing": null,
3026
+ "plan_gated": false,
3027
+ "web_scope": null,
3028
+ "decision_surface": null,
3029
+ "hitl_shape": "none",
3030
+ "hitl_why": "Pure classification over a string (5-feature additive score), no side effects, no graph write, no fork. Returns booleans-only telemetry-safe features (Canon Part 8), exactly what the tool description already claims."
3031
+ },
3032
+ {
3033
+ "surface": "mcp:extract_shallow",
3034
+ "source": "mcp_tool",
3035
+ "connects_to_spine": true,
3036
+ "sensor_triggers": [],
3037
+ "reach_id": null,
3038
+ "sub_mode": null,
3039
+ "framework": null,
3040
+ "posture": null,
3041
+ "hierarchy_rank": null,
3042
+ "filing": null,
3043
+ "plan_gated": false,
3044
+ "web_scope": null,
3045
+ "decision_surface": null,
3046
+ "hitl_shape": "none",
3047
+ "hitl_why": "Verified against lib/core/shallow-doc-parser.cjs rather than assumed from its own description: the description claims it \"routes graph writes through navigation.cjs setFocus + memory_event\", but as this tool actually calls it (extractShallow(text, sessionId), no third opts argument), setFocus is skipped (it only fires when opts.db is supplied, extractShallow:191) and the memory_event write is ALSO inert -- navigation.cjs does not export recordMemoryEvent at all today (the module-level comment at shallow-doc-parser.cjs:138-140 names it \"the proposed 14th re-export\", never landed), so safeRecords typeof check is always false in production. As actually wired, this call performs zero graph writes; it computes and returns an in-memory {user, venture, claims} object only. hitl_shape reflects real behaviour, not the description prose."
3048
+ },
3049
+ {
3050
+ "surface": "mcp:framework_run",
3051
+ "source": "mcp_tool",
3052
+ "connects_to_spine": true,
3053
+ "sensor_triggers": [],
3054
+ "reach_id": null,
3055
+ "sub_mode": null,
3056
+ "framework": null,
3057
+ "posture": null,
3058
+ "hierarchy_rank": null,
3059
+ "filing": null,
3060
+ "plan_gated": false,
3061
+ "web_scope": null,
3062
+ "decision_surface": null,
3063
+ "hitl_shape": "F.1",
3064
+ "hitl_why": "Resolves a framework chain via composeWorkflow; a material (non-autonomous_safe) step is a genuine Decision-Gate fork -- it halts and renders a gate rather than executing unattended."
3065
+ },
3066
+ {
3067
+ "surface": "mcp:gate_answer",
3068
+ "source": "mcp_tool",
3069
+ "connects_to_spine": true,
3070
+ "sensor_triggers": [],
3071
+ "reach_id": null,
3072
+ "sub_mode": null,
3073
+ "framework": null,
3074
+ "posture": null,
3075
+ "hierarchy_rank": null,
3076
+ "filing": null,
3077
+ "plan_gated": false,
3078
+ "web_scope": null,
3079
+ "decision_surface": null,
3080
+ "hitl_shape": "F.1",
3081
+ "hitl_why": "Ratifies a gate decision; an approve verdict routes a material write through navigation.cjs (Part 9) -- the fork the human already resolved via gate_render -- and now also writes a typed decision node with SOURCED_FROM/USES_FRAMEWORK provenance edges, promoted to confirmed via confirmNode."
3082
+ },
3083
+ {
3084
+ "surface": "mcp:gate_render",
3085
+ "source": "mcp_tool",
3086
+ "connects_to_spine": true,
3087
+ "sensor_triggers": [],
3088
+ "reach_id": null,
3089
+ "sub_mode": null,
3090
+ "framework": null,
3091
+ "posture": null,
3092
+ "hierarchy_rank": null,
3093
+ "filing": null,
3094
+ "plan_gated": false,
3095
+ "web_scope": null,
3096
+ "decision_surface": null,
3097
+ "hitl_shape": "F.1",
3098
+ "hitl_why": "Renders the Mindrian gate superset card via the 3-rung renderer ladder for a genuine Decision-Gate fork; the F.8/F.9 shipped renderers it composes from are the same binding/reconcile HITL shapes."
3099
+ },
3100
+ {
3101
+ "surface": "mcp:graph_query",
3102
+ "source": "mcp_tool",
3103
+ "connects_to_spine": true,
3104
+ "sensor_triggers": [],
3105
+ "reach_id": null,
3106
+ "sub_mode": null,
3107
+ "framework": null,
3108
+ "posture": null,
3109
+ "hierarchy_rank": null,
3110
+ "filing": null,
3111
+ "plan_gated": false,
3112
+ "web_scope": null,
3113
+ "decision_surface": null,
3114
+ "hitl_shape": "none",
3115
+ "hitl_why": "Pure read: graph neighborhood retrieval through the navigation.cjs chokepoint, no fork."
3116
+ },
3117
+ {
3118
+ "surface": "mcp:graph_reason",
3119
+ "source": "mcp_tool",
3120
+ "connects_to_spine": true,
3121
+ "sensor_triggers": [],
3122
+ "reach_id": null,
3123
+ "sub_mode": null,
3124
+ "framework": null,
3125
+ "posture": null,
3126
+ "hierarchy_rank": null,
3127
+ "filing": null,
3128
+ "plan_gated": false,
3129
+ "web_scope": null,
3130
+ "decision_surface": null,
3131
+ "hitl_shape": "none",
3132
+ "hitl_why": "Every mode is a pure read through the navigation.cjs chokepoint: no node minted, no edge written, and specifically NO cross-room edge materialized (edges.cjs:45, \"Cross-room aggregation forbidden\"). Contrast with graph_write's F.1: this tool never writes, the read/write line RESEARCH.md 2.5 names as the load-bearing distinction this phase preserves."
3133
+ },
3134
+ {
3135
+ "surface": "mcp:graph_write",
3136
+ "source": "mcp_tool",
3137
+ "connects_to_spine": true,
3138
+ "sensor_triggers": [],
3139
+ "reach_id": null,
3140
+ "sub_mode": null,
3141
+ "framework": null,
3142
+ "posture": null,
3143
+ "hierarchy_rank": null,
3144
+ "filing": null,
3145
+ "plan_gated": false,
3146
+ "web_scope": null,
3147
+ "decision_surface": null,
3148
+ "hitl_shape": "F.1",
3149
+ "hitl_why": "Mints a typed graph edge (a cascade decision, the same DEFERRED/REJECTED F.1 vocabulary navigation.cjs already writes) -- a material graph mutation, not a pure read."
3150
+ },
3151
+ {
3152
+ "surface": "mcp:identity_write",
3153
+ "source": "mcp_tool",
3154
+ "connects_to_spine": true,
3155
+ "sensor_triggers": [],
3156
+ "reach_id": null,
3157
+ "sub_mode": null,
3158
+ "framework": null,
3159
+ "posture": null,
3160
+ "hierarchy_rank": null,
3161
+ "filing": null,
3162
+ "plan_gated": false,
3163
+ "web_scope": null,
3164
+ "decision_surface": null,
3165
+ "hitl_shape": "F.1",
3166
+ "hitl_why": "Writes a durable, cross-room claim about the user's identity to a file every room reads -- a material commitment the user should confirm rather than have inferred. Contrast with graph_write's F.1 (a typed graph edge): this is the same shape (a material write with a declared fork) applied to a different, cross-room-identity surface."
3167
+ },
3168
+ {
3169
+ "surface": "mcp:memory_event",
3170
+ "source": "mcp_tool",
3171
+ "connects_to_spine": true,
3172
+ "sensor_triggers": [],
3173
+ "reach_id": null,
3174
+ "sub_mode": null,
3175
+ "framework": null,
3176
+ "posture": null,
3177
+ "hierarchy_rank": null,
3178
+ "filing": null,
3179
+ "plan_gated": false,
3180
+ "web_scope": null,
3181
+ "decision_surface": null,
3182
+ "hitl_shape": "F.1",
3183
+ "hitl_why": "Mints an append-only memory_event node recording an external observation -- a material graph write, not a pure read."
3184
+ },
3185
+ {
3186
+ "surface": "mcp:reach_candidates",
3187
+ "source": "mcp_tool",
3188
+ "connects_to_spine": true,
3189
+ "sensor_triggers": [],
3190
+ "reach_id": null,
3191
+ "sub_mode": null,
3192
+ "framework": null,
3193
+ "posture": null,
3194
+ "hierarchy_rank": null,
3195
+ "filing": null,
3196
+ "plan_gated": false,
3197
+ "web_scope": null,
3198
+ "decision_surface": null,
3199
+ "hitl_shape": "none",
3200
+ "hitl_why": "Pulls the full candidate-reach set through the shipped dispatchSensors path -- no navigator-facing fork. It reads the Hedge weight state through a READ-ONLY room.db handle, so the call performs no write of any kind: no schema migration, no memory_event, no weight-state snapshot."
3201
+ },
3202
+ {
3203
+ "surface": "mcp:room_bind",
3204
+ "source": "mcp_tool",
3205
+ "connects_to_spine": true,
3206
+ "sensor_triggers": [],
3207
+ "reach_id": null,
3208
+ "sub_mode": null,
3209
+ "framework": null,
3210
+ "posture": null,
3211
+ "hierarchy_rank": null,
3212
+ "filing": null,
3213
+ "plan_gated": false,
3214
+ "web_scope": null,
3215
+ "decision_surface": null,
3216
+ "hitl_shape": "F.8",
3217
+ "hitl_why": "A session with no explicit room and no cwd auto-bind is genuinely ambiguous; room_bind returns needs_binding_card:true instead of guessing, and the F.8 card asks the human which room this session writes to (fires once per session, D-03/D-05)."
3218
+ },
3219
+ {
3220
+ "surface": "mcp:room_list",
3221
+ "source": "mcp_tool",
3222
+ "connects_to_spine": true,
3223
+ "sensor_triggers": [],
3224
+ "reach_id": null,
3225
+ "sub_mode": null,
3226
+ "framework": null,
3227
+ "posture": null,
3228
+ "hierarchy_rank": null,
3229
+ "filing": null,
3230
+ "plan_gated": false,
3231
+ "web_scope": null,
3232
+ "decision_surface": null,
3233
+ "hitl_shape": "none",
3234
+ "hitl_why": "Pure read: enumerates room directories under MINDRIAN_ROOMS_HOME, no fork."
3235
+ },
3236
+ {
3237
+ "surface": "mcp:room_search",
3238
+ "source": "mcp_tool",
3239
+ "connects_to_spine": true,
3240
+ "sensor_triggers": [],
3241
+ "reach_id": null,
3242
+ "sub_mode": null,
3243
+ "framework": null,
3244
+ "posture": null,
3245
+ "hierarchy_rank": null,
3246
+ "filing": null,
3247
+ "plan_gated": false,
3248
+ "web_scope": null,
3249
+ "decision_surface": null,
3250
+ "hitl_shape": "none",
3251
+ "hitl_why": "Pure read: bounded substring search over the session-bound room, no fork."
3252
+ },
3253
+ {
3254
+ "surface": "mcp:room_state_bound",
3255
+ "source": "mcp_tool",
3256
+ "connects_to_spine": true,
3257
+ "sensor_triggers": [],
3258
+ "reach_id": null,
3259
+ "sub_mode": null,
3260
+ "framework": null,
3261
+ "posture": null,
3262
+ "hierarchy_rank": null,
3263
+ "filing": null,
3264
+ "plan_gated": false,
3265
+ "web_scope": null,
3266
+ "decision_surface": null,
3267
+ "hitl_shape": "none",
3268
+ "hitl_why": "Pure read: returns the session-bound room's STATE.md, no fork. Named room_state_bound (not the bare room_state) to avoid colliding with the live Phase 52 grouped router tool of that name."
3269
+ },
3270
+ {
3271
+ "surface": "mcp:status_read",
3272
+ "source": "mcp_tool",
3273
+ "connects_to_spine": true,
3274
+ "sensor_triggers": [],
3275
+ "reach_id": null,
3276
+ "sub_mode": null,
3277
+ "framework": null,
3278
+ "posture": null,
3279
+ "hierarchy_rank": null,
3280
+ "filing": null,
3281
+ "plan_gated": false,
3282
+ "web_scope": null,
3283
+ "decision_surface": null,
3284
+ "hitl_shape": "none",
3285
+ "hitl_why": "Pure read: composes this session's navigator status segments (including the day-one spend/cap segment) and publishes to the SSE bus, no fork."
3286
+ },
3287
+ {
3288
+ "surface": "mcp:stop_gate_check",
3289
+ "source": "mcp_tool",
3290
+ "connects_to_spine": true,
3291
+ "sensor_triggers": [],
3292
+ "reach_id": null,
3293
+ "sub_mode": null,
3294
+ "framework": null,
3295
+ "posture": null,
3296
+ "hierarchy_rank": null,
3297
+ "filing": null,
3298
+ "plan_gated": false,
3299
+ "web_scope": null,
3300
+ "decision_surface": null,
3301
+ "hitl_shape": "F.1",
3302
+ "hitl_why": "The moved Stop-gate enforcement: on a genuine unanswered/relevant/novel gate it composes and returns a gate_render payload for the calling adapter to surface; a do-not-fire verdict composes nothing."
3303
+ },
3304
+ {
3305
+ "surface": "mcp:suggest_next",
3306
+ "source": "mcp_tool",
3307
+ "connects_to_spine": true,
3308
+ "sensor_triggers": [],
3309
+ "reach_id": null,
3310
+ "sub_mode": null,
3311
+ "framework": null,
3312
+ "posture": null,
3313
+ "hierarchy_rank": null,
3314
+ "filing": null,
3315
+ "plan_gated": false,
3316
+ "web_scope": null,
3317
+ "decision_surface": null,
3318
+ "hitl_shape": "none",
3319
+ "hitl_why": "Pulls the top candidate reach through the shipped dispatchSensors path -- no navigator-facing fork. It reads the Hedge weight state through a READ-ONLY room.db handle, so the call performs no write of any kind: no schema migration, no memory_event, no weight-state snapshot. Quick 260819-c8j: it may now make ONE optional read-only Brain call (chainRecommender.chainOfferForReach) when the top reach carries a brain_framework_chain companion; it passes no db handle into that call, so it still performs no write of any kind, and a Brain absence degrades to a grounded:false disclosure rather than an error."
3320
+ },
3321
+ {
3322
+ "surface": "mcp:view_compile",
3323
+ "source": "mcp_tool",
3324
+ "connects_to_spine": true,
3325
+ "sensor_triggers": [],
3326
+ "reach_id": null,
3327
+ "sub_mode": null,
3328
+ "framework": null,
3329
+ "posture": null,
3330
+ "hierarchy_rank": null,
3331
+ "filing": null,
3332
+ "plan_gated": false,
3333
+ "web_scope": null,
3334
+ "decision_surface": null,
3335
+ "hitl_shape": "none",
3336
+ "hitl_why": "Pure read: compiles a registered view (wiki today; others degrade honestly) for the bound room, no fork."
3337
+ },
3338
+ {
3339
+ "surface": "mcp:whitespace_scan",
3340
+ "source": "mcp_tool",
3341
+ "connects_to_spine": true,
3342
+ "sensor_triggers": [],
3343
+ "reach_id": null,
3344
+ "sub_mode": null,
3345
+ "framework": null,
3346
+ "posture": null,
3347
+ "hierarchy_rank": null,
3348
+ "filing": null,
3349
+ "plan_gated": false,
3350
+ "web_scope": null,
3351
+ "decision_surface": null,
3352
+ "hitl_shape": "none",
3353
+ "hitl_why": "Pure read: navigation.cjs findOpenQuestions + findUnsupportedClaims through the chokepoint, no fork."
3354
+ }
3355
+ ],
3356
+ "sensor_index": {
3357
+ "SENS-05": [
3358
+ "/mos:analyze-needs",
3359
+ "/mos:discover",
3360
+ "/mos:jtbd",
3361
+ "/mos:leadership",
3362
+ "/mos:mva-option",
3363
+ "/mos:operator"
3364
+ ],
3365
+ "SENS-06": [
3366
+ "/mos:analyze-needs",
3367
+ "/mos:analyze-systems",
3368
+ "/mos:analyze-timing",
3369
+ "/mos:beautiful-question",
3370
+ "/mos:build-knowledge",
3371
+ "/mos:build-thesis",
3372
+ "/mos:challenge-assumptions",
3373
+ "/mos:deep-grade",
3374
+ "/mos:diagnose",
3375
+ "/mos:dominant-designs",
3376
+ "/mos:futures",
3377
+ "/mos:grade-grant",
3378
+ "/mos:grade",
3379
+ "/mos:map-unknowns",
3380
+ "/mos:mos-reason",
3381
+ "/mos:mullins",
3382
+ "/mos:new-project",
3383
+ "/mos:opportunities",
3384
+ "/mos:reanalyze",
3385
+ "/mos:root-cause",
3386
+ "/mos:scenario-plan",
3387
+ "/mos:score-innovation",
3388
+ "/mos:structure-argument",
3389
+ "/mos:systems-thinking",
3390
+ "/mos:user-needs",
3391
+ "/mos:validate",
3392
+ "/mos:value-proposition",
3393
+ "/mos:whitespace",
3394
+ "agent:grant-reviewer",
3395
+ "agent:opportunity-scanner",
3396
+ "agent:persona-analyst",
3397
+ "agent:research"
3398
+ ],
3399
+ "SENS-09": [
3400
+ "/mos:analyze-timing",
3401
+ "/mos:diffusion"
3402
+ ],
3403
+ "SENS-01": [
3404
+ "/mos:auto-explore",
3405
+ "/mos:diagnose",
3406
+ "/mos:diagnostics",
3407
+ "/mos:discover",
3408
+ "/mos:explore-domains",
3409
+ "/mos:find-analogies",
3410
+ "/mos:find-connections",
3411
+ "/mos:mva-brief",
3412
+ "/mos:new-project",
3413
+ "/mos:new-surface",
3414
+ "/mos:skill"
3415
+ ],
3416
+ "SENS-17": [
3417
+ "/mos:bono",
3418
+ "/mos:persona",
3419
+ "/mos:think-hats"
3420
+ ],
3421
+ "SENS-03": [
3422
+ "/mos:brain-derive",
3423
+ "/mos:compare-ventures",
3424
+ "/mos:mullins",
3425
+ "agent:brain-query"
3426
+ ],
3427
+ "SENS-07": [
3428
+ "/mos:build-thesis",
3429
+ "/mos:deep-grade",
3430
+ "/mos:funding",
3431
+ "/mos:grade",
3432
+ "/mos:hat-briefing",
3433
+ "/mos:mullins",
3434
+ "/mos:scout",
3435
+ "/mos:value-proposition",
3436
+ "agent:grading",
3437
+ "agent:investor"
3438
+ ],
3439
+ "SENS-02": [
3440
+ "/mos:causal",
3441
+ "/mos:dial-memory-refresh",
3442
+ "/mos:find-bottlenecks",
3443
+ "/mos:rs-experts",
3444
+ "/mos:rs-explain",
3445
+ "/mos:rs-fetch",
3446
+ "/mos:rs-thesis",
3447
+ "agent:reverse-salient-agent"
3448
+ ],
3449
+ "SENS-13": [
3450
+ "/mos:eureka"
3451
+ ],
3452
+ "SENS-04": [
3453
+ "/mos:explore-trends",
3454
+ "/mos:opportunities",
3455
+ "/mos:research",
3456
+ "/mos:scout",
3457
+ "/mos:trending-to-absurd",
3458
+ "agent:opportunity-scanner",
3459
+ "agent:research"
3460
+ ],
3461
+ "SENS-08": [
3462
+ "/mos:map-unknowns",
3463
+ "/mos:memory-cortex-reach"
3464
+ ],
3465
+ "SENS-14": [
3466
+ "/mos:qualify-opportunity"
3467
+ ],
3468
+ "SENS-15": [
3469
+ "/mos:research"
3470
+ ],
3471
+ "SENS-SHOW": [
3472
+ "/mos:show"
3473
+ ]
3474
+ },
3475
+ "framework_index": {
3476
+ "Jobs to Be Done (JTBD)": [
3477
+ "/mos:analyze-needs",
3478
+ "/mos:discover",
3479
+ "/mos:jtbd",
3480
+ "/mos:user-needs",
3481
+ "/mos:validate",
3482
+ "skill:analyze-needs",
3483
+ "skill:discover",
3484
+ "skill:jtbd",
3485
+ "skill:user-needs",
3486
+ "skill:validate"
3487
+ ],
3488
+ "Systems Thinking": [
3489
+ "/mos:analyze-systems",
3490
+ "/mos:systems-thinking",
3491
+ "skill:analyze-systems",
3492
+ "skill:systems-thinking"
3493
+ ],
3494
+ "S-Curve Analysis": [
3495
+ "/mos:analyze-timing",
3496
+ "/mos:explore-trends",
3497
+ "/mos:trending-to-absurd",
3498
+ "skill:analyze-timing",
3499
+ "skill:explore-trends",
3500
+ "skill:trending-to-absurd"
3501
+ ],
3502
+ "Domain Selection": [
3503
+ "/mos:auto-explore",
3504
+ "/mos:explore-domains",
3505
+ "skill:auto-explore",
3506
+ "skill:explore-domains"
3507
+ ],
3508
+ "Beautiful Question Framework": [
3509
+ "/mos:beautiful-question",
3510
+ "skill:beautiful-question"
3511
+ ],
3512
+ "Six Thinking Hats": [
3513
+ "/mos:bono",
3514
+ "/mos:hat-briefing",
3515
+ "/mos:persona",
3516
+ "/mos:think-hats",
3517
+ "skill:bono",
3518
+ "skill:hat-briefing",
3519
+ "skill:persona",
3520
+ "skill:think-hats",
3521
+ "agent:persona-analyst"
3522
+ ],
3523
+ "Ackoff Pyramid": [
3524
+ "/mos:build-knowledge",
3525
+ "skill:build-knowledge"
3526
+ ],
3527
+ "PWS Value Proposition": [
3528
+ "/mos:build-thesis",
3529
+ "/mos:value-proposition",
3530
+ "skill:build-thesis",
3531
+ "skill:value-proposition"
3532
+ ],
3533
+ "Root Cause Analysis": [
3534
+ "/mos:causal",
3535
+ "/mos:root-cause",
3536
+ "skill:causal",
3537
+ "skill:root-cause"
3538
+ ],
3539
+ "Red Teaming": [
3540
+ "/mos:challenge-assumptions",
3541
+ "skill:challenge-assumptions"
3542
+ ],
3543
+ "PWS Triple Validation Compass": [
3544
+ "/mos:compare-ventures",
3545
+ "/mos:deep-grade",
3546
+ "/mos:grade",
3547
+ "skill:compare-ventures",
3548
+ "skill:deep-grade",
3549
+ "skill:grade",
3550
+ "agent:grading"
3551
+ ],
3552
+ "Problem Definition Transformation Framework": [
3553
+ "/mos:diagnose",
3554
+ "skill:diagnose"
3555
+ ],
3556
+ "HSI Semantic Surprise Analysis Assistant": [
3557
+ "/mos:diagnostics",
3558
+ "/mos:score-innovation",
3559
+ "/mos:whitespace",
3560
+ "skill:diagnostics",
3561
+ "skill:score-innovation",
3562
+ "skill:whitespace"
3563
+ ],
3564
+ "Reverse Salient Analysis": [
3565
+ "/mos:dial-memory-refresh",
3566
+ "/mos:find-bottlenecks",
3567
+ "/mos:rs-experts",
3568
+ "/mos:rs-explain",
3569
+ "/mos:rs-fetch",
3570
+ "/mos:rs-thesis",
3571
+ "skill:dial-memory-refresh",
3572
+ "skill:find-bottlenecks",
3573
+ "skill:rs-experts",
3574
+ "skill:rs-explain",
3575
+ "skill:rs-fetch",
3576
+ "skill:rs-thesis",
3577
+ "agent:reverse-salient-agent"
3578
+ ],
3579
+ "Adoption-Capacity Theory": [
3580
+ "/mos:diffusion",
3581
+ "skill:diffusion"
3582
+ ],
3583
+ "Dominant Design": [
3584
+ "/mos:dominant-designs",
3585
+ "skill:dominant-designs"
3586
+ ],
3587
+ "Scenario Planning": [
3588
+ "/mos:explore-futures",
3589
+ "/mos:scenario-plan",
3590
+ "skill:explore-futures",
3591
+ "skill:scenario-plan"
3592
+ ],
3593
+ "Four Lenses of Innovation": [
3594
+ "/mos:find-analogies",
3595
+ "skill:find-analogies"
3596
+ ],
3597
+ "Usher's Model of Cumulative Synthesis": [
3598
+ "/mos:find-connections",
3599
+ "skill:find-connections"
3600
+ ],
3601
+ "Futures Wheel": [
3602
+ "/mos:futures",
3603
+ "skill:futures"
3604
+ ],
3605
+ "Adaptive Leadership": [
3606
+ "/mos:leadership",
3607
+ "skill:leadership"
3608
+ ],
3609
+ "Lean Canvas": [
3610
+ "/mos:lean-canvas",
3611
+ "skill:lean-canvas"
3612
+ ],
3613
+ "PEST Analysis": [
3614
+ "/mos:macro-trends",
3615
+ "skill:macro-trends"
3616
+ ],
3617
+ "Knowns and Unknowns Matrix Framework": [
3618
+ "/mos:map-unknowns",
3619
+ "skill:map-unknowns"
3620
+ ],
3621
+ "The Pyramid Principle": [
3622
+ "/mos:mos-reason",
3623
+ "/mos:structure-argument",
3624
+ "skill:mos-reason",
3625
+ "skill:structure-argument"
3626
+ ],
3627
+ "Mullins Model": [
3628
+ "/mos:mullins",
3629
+ "skill:mullins"
3630
+ ],
3631
+ "Hypothesis-Driven Problem Solving": [
3632
+ "/mos:research",
3633
+ "skill:research",
3634
+ "agent:research"
3635
+ ]
3636
+ }
3637
+ }