rhachet-roles-ehmpathy 1.0.0 β†’ 1.2.0

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 (435) hide show
  1. package/dist/.test/getContextOpenAI.js +2 -1
  2. package/dist/.test/getContextOpenAI.js.map +1 -1
  3. package/dist/_topublish/domain-glossary-brief/src/domain/objects/Catalog.d.ts +0 -0
  4. package/dist/_topublish/domain-glossary-brief/src/domain/objects/Catalog.js +2 -0
  5. package/dist/_topublish/domain-glossary-brief/src/domain/objects/Catalog.js.map +1 -0
  6. package/dist/_topublish/domain-glossary-brief/src/domain/objects/TriageCatalog.d.ts +18 -0
  7. package/dist/_topublish/domain-glossary-brief/src/domain/objects/TriageCatalog.js +3 -0
  8. package/dist/_topublish/domain-glossary-brief/src/domain/objects/TriageCatalog.js.map +1 -0
  9. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Focus.d.ts +34 -0
  10. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Focus.js +9 -0
  11. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Focus.js.map +1 -0
  12. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/PonderCatalog.d.ts +9 -0
  13. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/PonderCatalog.js +3 -0
  14. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/PonderCatalog.js.map +1 -0
  15. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Question.d.ts +1 -0
  16. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Question.js +3 -0
  17. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Question.js.map +1 -0
  18. package/dist/contract/commands/codegenBriefOptions.js +1 -0
  19. package/dist/contract/commands/codegenBriefOptions.js.map +1 -1
  20. package/dist/contract/sdk/index.d.ts +1 -0
  21. package/dist/contract/sdk/index.js +6 -0
  22. package/dist/contract/sdk/index.js.map +1 -0
  23. package/dist/data/sdk/sdkOpenAi.js +5 -1
  24. package/dist/data/sdk/sdkOpenAi.js.map +1 -1
  25. package/dist/index.d.ts +1 -0
  26. package/dist/index.js +16 -0
  27. package/dist/index.js.map +1 -1
  28. package/dist/logic/artifact/asDotRhachetFile.d.ts +5 -0
  29. package/dist/logic/artifact/asDotRhachetFile.js +16 -0
  30. package/dist/logic/artifact/asDotRhachetFile.js.map +1 -0
  31. package/dist/logic/artifact/genLoopFeedback.d.ts +18 -0
  32. package/dist/logic/artifact/genLoopFeedback.js +40 -0
  33. package/dist/logic/artifact/genLoopFeedback.js.map +1 -0
  34. package/dist/logic/artifact/genStepArtSet.d.ts +2 -1
  35. package/dist/logic/artifact/genStepArtSet.js +24 -4
  36. package/dist/logic/artifact/genStepArtSet.js.map +1 -1
  37. package/dist/logic/artifact/genStepGrabCallerFeedbackToArtifact.js +7 -0
  38. package/dist/logic/artifact/genStepGrabCallerFeedbackToArtifact.js.map +1 -1
  39. package/dist/logic/artifact/genStepResetFeedback.d.ts +12 -0
  40. package/dist/logic/artifact/genStepResetFeedback.js +27 -0
  41. package/dist/logic/artifact/genStepResetFeedback.js.map +1 -0
  42. package/dist/logic/artifact/genStepSwapArtifact.d.ts +57 -0
  43. package/dist/logic/artifact/genStepSwapArtifact.js +58 -0
  44. package/dist/logic/artifact/genStepSwapArtifact.js.map +1 -0
  45. package/dist/logic/artifact/genStepSwapArtifact.test.js +131 -0
  46. package/dist/logic/artifact/genStepSwapArtifact.test.js.map +1 -0
  47. package/dist/logic/roles/architect/.briefs/ubiqlang.ambiguous-from-overload.md +1 -0
  48. package/dist/logic/roles/bhrain/.briefs/cognition/cog000.overview.and.premise.md +115 -0
  49. package/dist/logic/roles/bhrain/.briefs/cognition/cog021.coordinates.spherical.md +69 -0
  50. package/dist/logic/roles/bhrain/.briefs/cognition/cog021.metaphor.cauliflorous.md +44 -0
  51. package/dist/logic/roles/bhrain/.briefs/cognition/cog021.structs.catalog.md +51 -0
  52. package/dist/logic/roles/bhrain/.briefs/cognition/cog021.structs.treestruct.md +85 -0
  53. package/dist/logic/roles/bhrain/.briefs/cognition/cog021.structs.vector.md +112 -0
  54. package/dist/logic/roles/bhrain/.briefs/cognition/cog101.concept.definition.md +115 -0
  55. package/dist/logic/roles/bhrain/.briefs/cognition/cog101.concept.treestruct._.md +112 -0
  56. package/dist/logic/roles/bhrain/.briefs/cognition/cog101.concept.treestruct.coords.1.spherical.md +80 -0
  57. package/dist/logic/roles/bhrain/.briefs/cognition/cog101.concept.treestruct.coords.2.abstractive.md +59 -0
  58. package/dist/logic/roles/bhrain/.briefs/cognition/cog101.concept.treestruct.coords.3.descriptive.md +64 -0
  59. package/dist/logic/roles/bhrain/.briefs/cognition/cog101.concept.treestruct.persp.1.perspectives.md +88 -0
  60. package/dist/logic/roles/bhrain/.briefs/cognition/cog101.concept.treestruct.persp.2.universal.md +82 -0
  61. package/dist/logic/roles/bhrain/.briefs/cognition/cog101.concept.treestruct.persp.3.relative.md +106 -0
  62. package/dist/logic/roles/bhrain/.briefs/cognition/cog101.concept.treestruct.persp.4.fractal.md +83 -0
  63. package/dist/logic/roles/bhrain/.briefs/cognition/cog151.concept.treestruct.gravity.md +89 -0
  64. package/dist/logic/roles/bhrain/.briefs/cognition/cog201.cortal.focus.p1.definition.md +231 -0
  65. package/dist/logic/roles/bhrain/.briefs/cognition/cog201.cortal.focus.p1.examples.cont.md +82 -0
  66. package/dist/logic/roles/bhrain/.briefs/cognition/cog201.cortal.focus.p2.acuity.md +134 -0
  67. package/dist/logic/roles/bhrain/.briefs/cognition/cog201.cortal.focus.p2.breadth.md +151 -0
  68. package/dist/logic/roles/bhrain/.briefs/cognition/cog201.cortal.focus.p2.depth.md +147 -0
  69. package/dist/logic/roles/bhrain/.briefs/cognition/cog251.cortal.focus.p3.fabric.md +96 -0
  70. package/dist/logic/roles/bhrain/.briefs/cognition/cog251.cortal.focus.p3.mode.md +68 -0
  71. package/dist/logic/roles/bhrain/.briefs/cognition/cog251.cortal.focus.p3.rythm.md +56 -0
  72. package/dist/logic/roles/bhrain/.briefs/cognition/cog251.cortal.focus.p3.usecases.md +76 -0
  73. package/dist/logic/roles/bhrain/.briefs/cognition/cog301.traversal.1.motion.primitives._.md +155 -0
  74. package/dist/logic/roles/bhrain/.briefs/cognition/cog301.traversal.1.motion.primitives.acuity.md +94 -0
  75. package/dist/logic/roles/bhrain/.briefs/cognition/cog301.traversal.1.motion.primitives.breadth.md +114 -0
  76. package/dist/logic/roles/bhrain/.briefs/cognition/cog301.traversal.1.motion.primitives.breadth.vary.md +105 -0
  77. package/dist/logic/roles/bhrain/.briefs/cognition/cog301.traversal.1.motion.primitives.depth.md +132 -0
  78. package/dist/logic/roles/bhrain/.briefs/cognition/cog301.traversal.2.motion.composites._.md +106 -0
  79. package/dist/logic/roles/bhrain/.briefs/cognition/cog301.traversal.2.motion.composites.grammar.md +105 -0
  80. package/dist/logic/roles/bhrain/.briefs/cognition/cog401.questions.._.md +209 -0
  81. package/dist/logic/roles/bhrain/.briefs/cognition/cog401.questions.1.persp.as.berries.md +168 -0
  82. package/dist/logic/roles/bhrain/.briefs/cognition/cog401.questions.1.persp.as.vectors.md +74 -0
  83. package/dist/logic/roles/bhrain/.briefs/cognition/cog401.questions.1.persp.has.precision.tunable.md +80 -0
  84. package/dist/logic/roles/bhrain/.briefs/cognition/cog401.questions.2.1.primitives.rough._.md +99 -0
  85. package/dist/logic/roles/bhrain/.briefs/cognition/cog401.questions.2.1.primitives.rough.interrogative.md +108 -0
  86. package/dist/logic/roles/bhrain/.briefs/cognition/cog401.questions.2.1.primitives.rough.why.[article].md +55 -0
  87. package/dist/logic/roles/bhrain/.briefs/cognition/cog401.questions.2.2.composite.smooth._.md +83 -0
  88. package/dist/logic/roles/bhrain/.briefs/cognition/cog401.questions.2.2.composite.smooth.examples.md +101 -0
  89. package/dist/logic/roles/bhrain/.briefs/cognition/cog501.cortal.assemblylang.1.primitives._.md +134 -0
  90. package/dist/logic/roles/bhrain/.briefs/cognition/cog501.cortal.assemblylang.1.primitives.recall.md +149 -0
  91. package/dist/logic/roles/bhrain/.briefs/cognition/cog501.cortal.assemblylang.1.primitives.steer.md +146 -0
  92. package/dist/logic/roles/bhrain/.briefs/cognition/cog501.cortal.assemblylang.1.primitives.think.md +141 -0
  93. package/dist/logic/roles/bhrain/.briefs/cognition/cog501.cortal.assemblylang.2.composites.zoom.md +127 -0
  94. package/dist/logic/roles/bhrain/.briefs/cognition/cog501.cortal.assemblylang.3.catalogs.md +107 -0
  95. package/dist/logic/roles/bhrain/.briefs/cognition/cog501.cortal.assemblylang.3.grammar.md +124 -0
  96. package/dist/logic/roles/bhrain/.briefs/cognition/cog501.cortal.assemblylang_.md +0 -0
  97. package/dist/logic/roles/bhrain/.briefs/cognition/inflight/concept.vs.idea.md +70 -0
  98. package/dist/logic/roles/bhrain/.briefs/cognition/inflight/core.concept.adjectives.md +8 -0
  99. package/dist/logic/roles/bhrain/.briefs/distilisys.grammar.compressed.md +19 -0
  100. package/dist/logic/roles/bhrain/.briefs/knowledge/kno101.primitives.1.ontology.[article].frame.docs_as_materializations.md +63 -0
  101. package/dist/logic/roles/bhrain/.briefs/knowledge/kno101.primitives.1.ontology.[article].frame.docs_as_references.md +45 -0
  102. package/dist/logic/roles/bhrain/.briefs/knowledge/kno101.primitives.2.rel.many_to_many.[article].md +37 -0
  103. package/dist/logic/roles/bhrain/.briefs/knowledge/kno101.primitives.3.instances.[article].md +39 -0
  104. package/dist/logic/roles/bhrain/.briefs/knowledge/kno101.primitives.4.documents.[article].md +37 -0
  105. package/dist/logic/roles/bhrain/.briefs/knowledge/kno101.primitives.5.concepts.[article].md +39 -0
  106. package/dist/logic/roles/bhrain/.briefs/knowledge/kno201.documents._.[article].md +48 -0
  107. package/dist/logic/roles/bhrain/.briefs/knowledge/kno201.documents._.[catalog].md +52 -0
  108. package/dist/logic/roles/bhrain/.briefs/knowledge/kno201.documents.articles.[article].md +40 -0
  109. package/dist/logic/roles/bhrain/.briefs/knowledge/kno201.documents.catalogs.[article].md +41 -0
  110. package/dist/logic/roles/bhrain/.briefs/knowledge/kno201.documents.demos.[article].md +42 -0
  111. package/dist/logic/roles/bhrain/.briefs/knowledge/kno201.documents.lessons.[article].md +42 -0
  112. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.compression.1.refs._.[article].md +41 -0
  113. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.compression.2.kernels._.[article].i1.md +50 -0
  114. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.compression.3.briefs._.[article].md +40 -0
  115. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.compression._.[article].md +90 -0
  116. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.compression._.[catalog].persp.garden.md +64 -0
  117. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.1.from_instances.[article].md +45 -0
  118. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].algorithm.md +54 -0
  119. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].color.md +56 -0
  120. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].empathy.md +54 -0
  121. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].entropy.md +54 -0
  122. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].gravity.md +54 -0
  123. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].joke.md +56 -0
  124. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].value.md +54 -0
  125. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.2._.[catalog].md +43 -0
  126. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.2.articulate.[article].md +27 -0
  127. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.2.articulate.[lesson].md +49 -0
  128. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.2.catalogize.[article].md +27 -0
  129. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.2.catalogize.[lesson].md +54 -0
  130. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.2.demonstrate.[article].md +26 -0
  131. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.2.demonstrate.[lesson].md +49 -0
  132. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.2.lessonize.[article].md +26 -0
  133. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.enbrief.2.lessonize.[lesson].md +54 -0
  134. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.kernelize._.[article].md +58 -0
  135. package/dist/logic/roles/bhrain/.briefs/knowledge/kno301.doc.kernelize._.[lesson].md +88 -0
  136. package/dist/logic/roles/bhrain/.briefs/knowledge/kno351.docs.are_instances.[article].md +34 -0
  137. package/dist/logic/roles/bhrain/.briefs/knowledge/kno351.docs.recursion.[catalog].md +44 -0
  138. package/dist/logic/roles/bhrain/.briefs/knowledge/kno401.actors.1.role.author.[article].md +36 -0
  139. package/dist/logic/roles/bhrain/.briefs/knowledge/kno401.actors.1.role.librarian.[article].md +40 -0
  140. package/dist/logic/roles/bhrain/.briefs/knowledge/kno401.actors.2.interdependence.[article].md +52 -0
  141. package/dist/logic/roles/bhrain/.briefs/knowledge/kno501.doc.enbrief.catalog.structure1.[article].md +53 -0
  142. package/dist/logic/roles/bhrain/.briefs/knowledge/kno501.doc.enbrief.catalog.structure1.[lesson].template.md +101 -0
  143. package/dist/logic/roles/bhrain/.briefs/librarian.context/article.variant.vision.[article].md +60 -0
  144. package/dist/logic/roles/bhrain/.briefs/librarian.context/term.expectation.vs_assumption._.md +60 -0
  145. package/dist/logic/roles/bhrain/.briefs/librarian.context/term.frame.vs_perspective.[article].md +96 -0
  146. package/dist/logic/roles/bhrain/.briefs/librarian.context/term.invariant.[article].md +29 -0
  147. package/dist/logic/roles/bhrain/.briefs/librarian.context/term.lesson._vs_article.[article].md +36 -0
  148. package/dist/logic/roles/bhrain/.briefs/librarian.context/term.ref._vs_brief.md +90 -0
  149. package/dist/logic/roles/bhrain/.briefs/librarian.context/term.referent.[article].md +43 -0
  150. package/dist/logic/roles/bhrain/.briefs/librarian.context/usage.lesson_vs_article.[lesson].md +31 -0
  151. package/dist/logic/roles/bhrain/.briefs/librarian.context/usage.lesson_vs_article_vs_demo.[lesson].md +37 -0
  152. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/.readme.md +12 -0
  153. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<articulate>.TriageCatalog.[gallery][example].structure.md +18 -0
  154. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<articulate>._.[article].frame.cognitive.md +33 -0
  155. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<articulate>._.[article].frame.tactical.md +45 -0
  156. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<articulate>.tactic.[catalog].md +83 -0
  157. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<articulate>.tactic.concept_dimension.examples.[article][seed].md +4 -0
  158. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<articulate>.tactic.concept_dimension.invariants.[article].md +36 -0
  159. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<articulate>.tactic.from.examples.md +44 -0
  160. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<articulate>.tactic.from.seed.md +48 -0
  161. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<articulate>.tactic.with.templates.[article].md +57 -0
  162. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<articulate>.tactic.with.templates.[gallery][review].effective.md +1 -0
  163. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<articulate>.tone.bluecollar.[article][seed].md +5 -0
  164. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<catalogize>._.[article][seed].md +3 -0
  165. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<catalogize>.observation.via_clusterage_over_via_imagination.[seed].md +6 -0
  166. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<catalogize>.vs_diverge.[article].persp.save_compute.md +46 -0
  167. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>._.[article].frame.colloquial.i2.by_grok.md +64 -0
  168. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.[catalog].md +106 -0
  169. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.contrast.[demo].usecase.vs_userjourney.by_chatgpt.md +45 -0
  170. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.counter.[demo].usecase.flyer.by_chargpt.md +38 -0
  171. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.counter.[demo].walkability.phoenix.by_chargpt.md +41 -0
  172. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.example.[demo].shear_force.scissors.by_grok.md +52 -0
  173. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.example.[demo].tea.darjeeling.by_grok.md +50 -0
  174. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.example.[demo].usecase.book_flight.by_grok.md +54 -0
  175. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.example.[demo].usecase.order_food.by_chatgpt.md +40 -0
  176. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.example.[demo].walkability.portland.by_chatgpt.i3.md +42 -0
  177. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.example.[demo].walkability.portland.by_grok.i2.md +49 -0
  178. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.example.[lesson].howto.md +28 -0
  179. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.example.structure.[article].i2.md +73 -0
  180. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.narrative.[demo].usecase.order_online.by_chatgpt.md +34 -0
  181. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/<demonstrate>.variants.walkthrough.[demo].usecase.book_online.by_chatgpt.md +47 -0
  182. package/dist/logic/roles/bhrain/.briefs/librarian.tactics/[brief].verbiage.outline.over.narrative.md +55 -0
  183. package/dist/logic/roles/bhrain/.briefs/physics/optics.focal.acuity.md +77 -0
  184. package/dist/logic/roles/bhrain/.briefs/physics/optics.focal.breadth.md +74 -0
  185. package/dist/logic/roles/bhrain/.briefs/physics/optics.focal.depth.md +77 -0
  186. package/dist/logic/roles/bhrain/.briefs/physics/optics.focal.distance.md +92 -0
  187. package/dist/logic/roles/bhrain/.briefs/physics/optics.focal.tradeoffs.md +107 -0
  188. package/dist/logic/roles/bhrain/.briefs/terms.motive.intent.goal.md +46 -0
  189. package/dist/logic/roles/bhrain/.briefs/thinker.tactics/<cluster>._.[article].frame.tactical._.md +85 -0
  190. package/dist/logic/roles/bhrain/.briefs/thinker.tactics/<cluster>.vs_<diverge>.duality.[article].md +43 -0
  191. package/dist/logic/roles/bhrain/.briefs/thinker.tactics/<diverge>._.[article].frame.cognitive.[seed].md +4 -0
  192. package/dist/logic/roles/bhrain/.briefs/thinker.tactics/<diverge>._.[article].frame.tactical.md +89 -0
  193. package/dist/logic/roles/bhrain/.briefs/thinker.tactics/<elaborate>_vs_<elucidate>.[seed].md +1 -0
  194. package/dist/logic/roles/bhrain/.briefs/thinker.tactics/<enquestion>._.[article].md +113 -0
  195. package/dist/logic/roles/bhrain/.briefs/thinker.tactics/<enquestion>._.[gallery].plumber.diagnose.md +130 -0
  196. package/dist/logic/roles/bhrain/.briefs/thinker.tactics/<enquestion>._.[gallery].thinker.enquestion.md +125 -0
  197. package/dist/logic/roles/bhrain/.briefs/thinker.tactics/<enquestion>.tactic.perspectives.[article].md +36 -0
  198. package/dist/logic/roles/bhrain/.briefs/thinker.tactics/<triage>._.[article].frame.tactical.md +85 -0
  199. package/dist/logic/roles/bhrain/.briefs/thinker.tactics/<triage>.persp.grades_from_context.[article].md +48 -0
  200. package/dist/logic/roles/bhrain/.briefs/thinker.tactics/<triage>.persp.implicit_question.[article].md +65 -0
  201. package/dist/logic/roles/bhrain/.briefs/trait.ocd.md +5 -0
  202. package/dist/logic/roles/bhrain/.briefs/worders/core.matmuls_vecmuls_elemuls.md +93 -0
  203. package/dist/logic/roles/bhrain/.briefs/worders/core.transformers.as_origin.md +62 -0
  204. package/dist/logic/roles/bhrain/.briefs/worders/core.transformers.self_attention.[article].md +93 -0
  205. package/dist/logic/roles/bhrain/.briefs/worders/core.transformers.self_attention.[demo].ambig.bank.md +80 -0
  206. package/dist/logic/roles/bhrain/.briefs/worders/core.transformers.self_attention.[demo].cat_sat.md +67 -0
  207. package/dist/logic/roles/bhrain/.briefs/worders/force.repeat_input_structures.md +48 -0
  208. package/dist/logic/roles/bhrain/.briefs/worders/knowledge.interdependence.[article].md +37 -0
  209. package/dist/logic/roles/bhrain/.briefs/worders/knowledge.interdependence.[demo].domain.physics.md +30 -0
  210. package/dist/logic/roles/bhrain/.briefs/worders/knowledge.internal_vs_external.[article].artist_vs_librarian.md +44 -0
  211. package/dist/logic/roles/bhrain/.briefs/worders/knowledge.internal_vs_external.[demo].artist_vs_librarian.md +37 -0
  212. package/dist/logic/roles/bhrain/.briefs/worders/knowledge.internal_vs_external.[demo].domain.physics.md +39 -0
  213. package/dist/logic/roles/bhrain/.briefs/worders/knowledge.internalized.[article].md +35 -0
  214. package/dist/logic/roles/bhrain/.briefs/worders/knowledge.internalized.[demo].artist.md +36 -0
  215. package/dist/logic/roles/bhrain/.briefs/worders/knowledge.internalized.[demo].neural.md +37 -0
  216. package/dist/logic/roles/bhrain/.briefs/worders/knowledge.internalized.[demo].pianist.md +34 -0
  217. package/dist/logic/roles/bhrain/.briefs/worders/limits.rhyme.md +46 -0
  218. package/dist/logic/roles/bhrain/.briefs/worders/limits.spell.md +49 -0
  219. package/dist/logic/roles/bhrain/.briefs/worders/teach.via.library.examples.md +28 -0
  220. package/dist/logic/roles/bhrain/.briefs/worders/teach.via.library.explanations_vs_examples.md +40 -0
  221. package/dist/logic/roles/bhrain/.briefs/worders/trend.prefer_reuse.[seed].md +10 -0
  222. package/dist/logic/roles/bhrain/brief.articulate/stepArticulate.d.ts +61 -0
  223. package/dist/logic/roles/bhrain/brief.articulate/stepArticulate.integration.test.js +96 -0
  224. package/dist/logic/roles/bhrain/brief.articulate/stepArticulate.integration.test.js.map +1 -0
  225. package/dist/logic/roles/bhrain/brief.articulate/stepArticulate.js +94 -0
  226. package/dist/logic/roles/bhrain/brief.articulate/stepArticulate.js.map +1 -0
  227. package/dist/logic/roles/bhrain/brief.articulate/stepArticulate.skill.d.ts +31 -0
  228. package/dist/logic/roles/bhrain/brief.articulate/stepArticulate.skill.js +137 -0
  229. package/dist/logic/roles/bhrain/brief.articulate/stepArticulate.skill.js.map +1 -0
  230. package/dist/logic/roles/bhrain/brief.articulate/stepArticulate.template.md +129 -0
  231. package/dist/logic/roles/bhrain/brief.catalogize/stepCatalogize.d.ts +55 -0
  232. package/dist/logic/roles/bhrain/brief.catalogize/stepCatalogize.integration.test.js +118 -0
  233. package/dist/logic/roles/bhrain/brief.catalogize/stepCatalogize.integration.test.js.map +1 -0
  234. package/dist/logic/roles/bhrain/brief.catalogize/stepCatalogize.js +72 -0
  235. package/dist/logic/roles/bhrain/brief.catalogize/stepCatalogize.js.map +1 -0
  236. package/dist/logic/roles/bhrain/brief.catalogize/stepCatalogize.skill.d.ts +28 -0
  237. package/dist/logic/roles/bhrain/brief.catalogize/stepCatalogize.skill.js +119 -0
  238. package/dist/logic/roles/bhrain/brief.catalogize/stepCatalogize.skill.js.map +1 -0
  239. package/dist/logic/roles/bhrain/brief.demonstrate/stepDemonstrate.d.ts +59 -0
  240. package/dist/logic/roles/bhrain/brief.demonstrate/stepDemonstrate.integration.test.d.ts +1 -0
  241. package/dist/logic/roles/bhrain/brief.demonstrate/stepDemonstrate.integration.test.js +119 -0
  242. package/dist/logic/roles/bhrain/brief.demonstrate/stepDemonstrate.integration.test.js.map +1 -0
  243. package/dist/logic/roles/bhrain/brief.demonstrate/stepDemonstrate.js +103 -0
  244. package/dist/logic/roles/bhrain/brief.demonstrate/stepDemonstrate.js.map +1 -0
  245. package/dist/logic/roles/bhrain/brief.demonstrate/stepDemonstrate.skill.d.ts +30 -0
  246. package/dist/logic/roles/bhrain/brief.demonstrate/stepDemonstrate.skill.js +138 -0
  247. package/dist/logic/roles/bhrain/brief.demonstrate/stepDemonstrate.skill.js.map +1 -0
  248. package/dist/logic/roles/bhrain/brief.demonstrate/stepDemonstrate.template.md +135 -0
  249. package/dist/logic/roles/bhrain/getBhrainBrief.Options.codegen.d.ts +10 -0
  250. package/dist/logic/roles/bhrain/getBhrainBrief.Options.codegen.js +181 -0
  251. package/dist/logic/roles/bhrain/getBhrainBrief.Options.codegen.js.map +1 -0
  252. package/dist/logic/roles/bhrain/getBhrainBrief.d.ts +13 -0
  253. package/dist/logic/roles/bhrain/getBhrainBrief.js +21 -0
  254. package/dist/logic/roles/bhrain/getBhrainBrief.js.map +1 -0
  255. package/dist/logic/roles/bhrain/getBhrainRole.d.ts +2 -0
  256. package/dist/logic/roles/bhrain/getBhrainRole.js +41 -0
  257. package/dist/logic/roles/bhrain/getBhrainRole.js.map +1 -0
  258. package/dist/logic/roles/bhrain/khue.cluster/stepCluster.d.ts +57 -0
  259. package/dist/logic/roles/bhrain/khue.cluster/stepCluster.integration.test.d.ts +1 -0
  260. package/dist/logic/roles/bhrain/khue.cluster/stepCluster.integration.test.js +140 -0
  261. package/dist/logic/roles/bhrain/khue.cluster/stepCluster.integration.test.js.map +1 -0
  262. package/dist/logic/roles/bhrain/khue.cluster/stepCluster.js +91 -0
  263. package/dist/logic/roles/bhrain/khue.cluster/stepCluster.js.map +1 -0
  264. package/dist/logic/roles/bhrain/khue.cluster/stepCluster.skill.d.ts +29 -0
  265. package/dist/logic/roles/bhrain/khue.cluster/stepCluster.skill.js +127 -0
  266. package/dist/logic/roles/bhrain/khue.cluster/stepCluster.skill.js.map +1 -0
  267. package/dist/logic/roles/bhrain/khue.cluster/stepCluster.template.md +134 -0
  268. package/dist/logic/roles/bhrain/khue.diverge/stepDiverge.d.ts +57 -0
  269. package/dist/logic/roles/bhrain/khue.diverge/stepDiverge.integration.test.d.ts +1 -0
  270. package/dist/logic/roles/bhrain/khue.diverge/stepDiverge.integration.test.js +115 -0
  271. package/dist/logic/roles/bhrain/khue.diverge/stepDiverge.integration.test.js.map +1 -0
  272. package/dist/logic/roles/bhrain/khue.diverge/stepDiverge.js +92 -0
  273. package/dist/logic/roles/bhrain/khue.diverge/stepDiverge.js.map +1 -0
  274. package/dist/logic/roles/bhrain/khue.diverge/stepDiverge.skill.d.ts +29 -0
  275. package/dist/logic/roles/bhrain/khue.diverge/stepDiverge.skill.js +112 -0
  276. package/dist/logic/roles/bhrain/khue.diverge/stepDiverge.skill.js.map +1 -0
  277. package/dist/logic/roles/bhrain/khue.diverge/stepDiverge.template.md +110 -0
  278. package/dist/logic/roles/bhrain/khue.instantiate/stepInstantiate.d.ts +55 -0
  279. package/dist/logic/roles/bhrain/khue.instantiate/stepInstantiate.integration.test.d.ts +1 -0
  280. package/dist/logic/roles/bhrain/khue.instantiate/stepInstantiate.integration.test.js +119 -0
  281. package/dist/logic/roles/bhrain/khue.instantiate/stepInstantiate.integration.test.js.map +1 -0
  282. package/dist/logic/roles/bhrain/khue.instantiate/stepInstantiate.js +75 -0
  283. package/dist/logic/roles/bhrain/khue.instantiate/stepInstantiate.js.map +1 -0
  284. package/dist/logic/roles/bhrain/khue.instantiate/stepInstantiate.skill.d.ts +28 -0
  285. package/dist/logic/roles/bhrain/khue.instantiate/stepInstantiate.skill.js +119 -0
  286. package/dist/logic/roles/bhrain/khue.instantiate/stepInstantiate.skill.js.map +1 -0
  287. package/dist/logic/roles/bhrain/khue.instantiate/stepInstantiate.template.md +73 -0
  288. package/dist/logic/roles/bhrain/khue.triage/stepTriage.d.ts +57 -0
  289. package/dist/logic/roles/bhrain/khue.triage/stepTriage.integration.test.d.ts +1 -0
  290. package/dist/logic/roles/bhrain/khue.triage/stepTriage.integration.test.js +143 -0
  291. package/dist/logic/roles/bhrain/khue.triage/stepTriage.integration.test.js.map +1 -0
  292. package/dist/logic/roles/bhrain/khue.triage/stepTriage.js +93 -0
  293. package/dist/logic/roles/bhrain/khue.triage/stepTriage.js.map +1 -0
  294. package/dist/logic/roles/bhrain/khue.triage/stepTriage.skill.d.ts +29 -0
  295. package/dist/logic/roles/bhrain/khue.triage/stepTriage.skill.js +127 -0
  296. package/dist/logic/roles/bhrain/khue.triage/stepTriage.skill.js.map +1 -0
  297. package/dist/logic/roles/bhrain/khue.triage/stepTriage.template.md +128 -0
  298. package/dist/logic/roles/designer/.briefs/declarative-over-imperative.md +79 -0
  299. package/dist/logic/roles/designer/.briefs/declarative-over-imperative.stub.md +14 -0
  300. package/dist/logic/roles/designer/.briefs/pit-of-success.md +70 -0
  301. package/dist/logic/roles/designer/.briefs/pit-of-success.stub.md +3 -0
  302. package/dist/logic/roles/designer/outlineDistilisys/stepOutlineDistilisys.js +4 -2
  303. package/dist/logic/roles/designer/outlineDistilisys/stepOutlineDistilisys.js.map +1 -1
  304. package/dist/logic/roles/designer/outlineDistilisys/stepOutlineDistilisys.template.md +173 -0
  305. package/dist/logic/roles/designer/outlineRoadmap/stepOutlineRoadmap.js +1 -1
  306. package/dist/logic/roles/designer/outlineRoadmap/stepOutlineRoadmap.js.map +1 -1
  307. package/dist/logic/roles/designer/outlineRoadmap/stepOutlineRoadmap.template.md +88 -0
  308. package/dist/logic/roles/designer/outlineVision/stepOutlineVision.template.md +47 -0
  309. package/dist/logic/roles/ecologist/.briefs/.readme.md +17 -0
  310. package/dist/logic/roles/ecologist/.briefs/distilisys/sys101.distilisys.grammar.md +221 -0
  311. package/dist/logic/roles/ecologist/.briefs/distilisys/sys201.actor.motive._.summary.md +82 -0
  312. package/dist/logic/roles/ecologist/.briefs/distilisys/sys201.actor.motive.p1.reversibility.entropy.md +39 -0
  313. package/dist/logic/roles/ecologist/.briefs/distilisys/sys201.actor.motive.p2.option.chance.choice.md +140 -0
  314. package/dist/logic/roles/ecologist/.briefs/distilisys/sys201.actor.motive.p3.chance.motive.polarity.threat.md +72 -0
  315. package/dist/logic/roles/ecologist/.briefs/distilisys/sys201.actor.motive.p4.motive.horizon.md +101 -0
  316. package/dist/logic/roles/ecologist/.briefs/distilisys/sys201.actor.motive.p5.motive.grammar.md +131 -0
  317. package/dist/logic/roles/ecologist/.briefs/distilisys/sys211.actor.resources._.primitives.summary.md +108 -0
  318. package/dist/logic/roles/ecologist/.briefs/distilisys/sys211.actor.resources.pt1.primitive.time.md +56 -0
  319. package/dist/logic/roles/ecologist/.briefs/distilisys/sys211.actor.resources.pt2.primitive.energy.md +69 -0
  320. package/dist/logic/roles/ecologist/.briefs/distilisys/sys211.actor.resources.pt3.primitive.space.md +85 -0
  321. package/dist/logic/roles/ecologist/.briefs/distilisys/sys211.actor.resources.pt4.primitive.claim.md +113 -0
  322. package/dist/logic/roles/ecologist/.briefs/distilisys/sys211.actor.resources.pt5.composites.md +146 -0
  323. package/dist/logic/roles/ecologist/.briefs/distilisys/sys231.actor.claims.p1.primitive.exchange.md +130 -0
  324. package/dist/logic/roles/ecologist/.briefs/ecology/.eco001.origin.prompt.md +11 -0
  325. package/dist/logic/roles/ecologist/.briefs/ecology/eco001.overview.md +44 -0
  326. package/dist/logic/roles/ecologist/.briefs/ecology/eco101.core-system-understanding.md +70 -0
  327. package/dist/logic/roles/ecologist/.briefs/ecology/eco101.p1.ecosystem-structure.md +62 -0
  328. package/dist/logic/roles/ecologist/.briefs/ecology/eco101.p2.trophic-dynamics.md +59 -0
  329. package/dist/logic/roles/ecologist/.briefs/ecology/eco101.p3.population-ecology.md +71 -0
  330. package/dist/logic/roles/ecologist/.briefs/ecology/eco101.p4.community-interactions.md +78 -0
  331. package/dist/logic/roles/ecologist/.briefs/ecology/eco505.systems-thinking.md +62 -0
  332. package/dist/logic/roles/ecologist/.briefs/economy/econ001.overview.md +65 -0
  333. package/dist/logic/roles/ecologist/.briefs/economy/econ101.core-mechanics.md +65 -0
  334. package/dist/logic/roles/ecologist/.briefs/economy/econ101.p1.supply-and-demand.md +76 -0
  335. package/dist/logic/roles/ecologist/.briefs/economy/econ101.p2.opportunity-cost.md +106 -0
  336. package/dist/logic/roles/ecologist/.briefs/economy/econ101.p3.marginal-analysis.md +79 -0
  337. package/dist/logic/roles/ecologist/.briefs/economy/econ101.p4.rational-choice.md +81 -0
  338. package/dist/logic/roles/ecologist/.briefs/economy/econ201.market-structures-and-failures.md +81 -0
  339. package/dist/logic/roles/ecologist/.briefs/economy/econ301.production-and-growth.md +71 -0
  340. package/dist/logic/roles/ecologist/.briefs/economy/econ401.macro-systems.md +92 -0
  341. package/dist/logic/roles/ecologist/.briefs/economy/econ501.global-and-institutional.md +85 -0
  342. package/dist/logic/roles/ecologist/.briefs/economy/econ501.p1.game-theory.md +142 -0
  343. package/dist/logic/roles/ecologist/.briefs/economy/econ501.p4.behavioral-economics.md +146 -0
  344. package/dist/logic/roles/ecologist/.briefs/product/user.journey._.[article].i1.md +68 -0
  345. package/dist/logic/roles/ecologist/.briefs/product/user.journey._.[article].md +0 -0
  346. package/dist/logic/roles/ecologist/.briefs/product/user.journey.purpose.[article].i1.md +52 -0
  347. package/dist/logic/roles/ecologist/.briefs/product/user.journey.purpose.[article].md +52 -0
  348. package/dist/logic/roles/ecologist/.briefs/term.distillation.md +93 -0
  349. package/dist/logic/roles/ecologist/getEcologistBrief.Options.codegen.d.ts +1 -1
  350. package/dist/logic/roles/ecologist/getEcologistBrief.Options.codegen.js +38 -27
  351. package/dist/logic/roles/ecologist/getEcologistBrief.Options.codegen.js.map +1 -1
  352. package/dist/logic/roles/ecologist/getEcologistRole.d.ts +2 -0
  353. package/dist/logic/roles/ecologist/getEcologistRole.js +29 -0
  354. package/dist/logic/roles/ecologist/getEcologistRole.js.map +1 -0
  355. package/dist/logic/roles/getRoleRegistry.js +7 -1
  356. package/dist/logic/roles/getRoleRegistry.js.map +1 -1
  357. package/dist/logic/roles/mechanic/.briefs/architecture/bounded-contexts.md +61 -0
  358. package/dist/logic/roles/mechanic/.briefs/architecture/directional-dependencies.md +73 -0
  359. package/dist/logic/roles/mechanic/.briefs/architecture/domain-driven-design.md +61 -0
  360. package/dist/logic/roles/mechanic/.briefs/architecture/ubiqlang.md +37 -0
  361. package/dist/logic/roles/mechanic/.briefs/codestyle/_mech.compressed.md +57 -0
  362. package/dist/logic/roles/mechanic/.briefs/codestyle/_mech.compressed.prompt.md +5 -0
  363. package/dist/logic/roles/mechanic/.briefs/codestyle/flow.failfast.md +37 -0
  364. package/dist/logic/roles/mechanic/.briefs/codestyle/flow.idempotency.md +63 -0
  365. package/dist/logic/roles/mechanic/.briefs/codestyle/flow.immutability.md +48 -0
  366. package/dist/logic/roles/mechanic/.briefs/codestyle/flow.narratives.md +74 -0
  367. package/dist/logic/roles/mechanic/.briefs/codestyle/flow.single-responsibility.md +67 -0
  368. package/dist/logic/roles/mechanic/.briefs/codestyle/mech.args.input-context.md +61 -0
  369. package/dist/logic/roles/mechanic/.briefs/codestyle/mech.args.input-inline.md +63 -0
  370. package/dist/logic/roles/mechanic/.briefs/codestyle/mech.arrowonly.md +47 -0
  371. package/dist/logic/roles/mechanic/.briefs/codestyle/mech.clear-contracts.md +53 -0
  372. package/dist/logic/roles/mechanic/.briefs/codestyle/mech.tests.given-when-then.md +62 -0
  373. package/dist/logic/roles/mechanic/.briefs/codestyle/mech.what-why.md +88 -0
  374. package/dist/logic/roles/mechanic/.briefs/codestyle/mech.what-why.v2.md +98 -0
  375. package/dist/logic/roles/mechanic/.briefs/codestyle/pit-of-success.via.minimize-surface-area.md +58 -0
  376. package/dist/logic/roles/mechanic/.briefs/engineer/dependency-injection.md +118 -0
  377. package/dist/logic/roles/mechanic/.briefs/engineer/dependency-injection.stub.md +11 -0
  378. package/dist/logic/roles/mechanic/.briefs/style.compressed.md +29 -0
  379. package/dist/logic/roles/mechanic/.briefs/style.compressed.prompt.md +5 -0
  380. package/dist/logic/roles/mechanic/.briefs/style.names.treestruct.md +48 -0
  381. package/dist/logic/roles/mechanic/.briefs/style.names.ubiqlang.md +37 -0
  382. package/dist/logic/roles/mechanic/.briefs/style.words.lowercase.md +36 -0
  383. package/dist/logic/roles/mechanic/codediff/routeArtistCodeDiff.template.md +46 -0
  384. package/dist/logic/roles/mechanic/codediff/routeCriticCodeReviewArchitecture.template.md +78 -0
  385. package/dist/logic/roles/mechanic/codediff/routeCriticCodeReviewCodestyle.template.md +75 -0
  386. package/dist/logic/roles/mechanic/codediff/routeJudgeReleasable.template.md +67 -0
  387. package/dist/logic/roles/mechanic/getMechanicBrief.Options.codegen.d.ts +1 -1
  388. package/dist/logic/roles/mechanic/getMechanicBrief.Options.codegen.js +3 -1
  389. package/dist/logic/roles/mechanic/getMechanicBrief.Options.codegen.js.map +1 -1
  390. package/dist/logic/roles/mechanic/getMechanicRole.js +3 -137
  391. package/dist/logic/roles/mechanic/getMechanicRole.js.map +1 -1
  392. package/dist/logic/roles/mechanic/skills/getSkillCodePropose.d.ts +2 -0
  393. package/dist/logic/roles/mechanic/skills/getSkillCodePropose.js +140 -0
  394. package/dist/logic/roles/mechanic/skills/getSkillCodePropose.js.map +1 -0
  395. package/dist/logic/roles/mechanic/study/routeStudyAsk.template.md +73 -0
  396. package/dist/logic/roles/mechanic/write/.test/prior.template.md +21 -0
  397. package/dist/logic/roles/mechanic/write/loopWrite.d.ts +25 -0
  398. package/dist/logic/roles/mechanic/write/loopWrite.integration.test.d.ts +1 -0
  399. package/dist/logic/roles/mechanic/write/loopWrite.integration.test.js +57 -0
  400. package/dist/logic/roles/mechanic/write/loopWrite.integration.test.js.map +1 -0
  401. package/dist/logic/roles/mechanic/write/loopWrite.js +11 -0
  402. package/dist/logic/roles/mechanic/write/loopWrite.js.map +1 -0
  403. package/dist/logic/roles/mechanic/write/loopWrite.skill.d.ts +25 -0
  404. package/dist/logic/roles/mechanic/write/loopWrite.skill.js +100 -0
  405. package/dist/logic/roles/mechanic/write/loopWrite.skill.js.map +1 -0
  406. package/dist/logic/roles/{ecologist/distill/distillDomain.ActionsAndActors.d.ts β†’ mechanic/write/stepWrite.d.ts} +9 -3
  407. package/dist/logic/roles/mechanic/write/stepWrite.integration.test.d.ts +1 -0
  408. package/dist/logic/roles/mechanic/write/stepWrite.integration.test.js +189 -0
  409. package/dist/logic/roles/mechanic/write/stepWrite.integration.test.js.map +1 -0
  410. package/dist/logic/roles/mechanic/write/stepWrite.js +51 -0
  411. package/dist/logic/roles/mechanic/write/stepWrite.js.map +1 -0
  412. package/dist/logic/roles/mechanic/write/stepWrite.template.md +38 -0
  413. package/package.json +10 -6
  414. package/readme.[seed].md +2 -0
  415. package/readme.md +1 -1
  416. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.expand.ResourcesAndMechanisms.d.ts +0 -17
  417. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.expand.ResourcesAndMechanisms.integration.test.js +0 -107
  418. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.expand.ResourcesAndMechanisms.integration.test.js.map +0 -1
  419. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.expand.ResourcesAndMechanisms.js +0 -76
  420. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.expand.ResourcesAndMechanisms.js.map +0 -1
  421. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.imagine.ResourcesAndMechanisms.d.ts +0 -17
  422. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.imagine.ResourcesAndMechanisms.js +0 -73
  423. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.imagine.ResourcesAndMechanisms.js.map +0 -1
  424. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.refine.ResourcesAndMechanisms.d.ts +0 -18
  425. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.refine.ResourcesAndMechanisms.integration.test.js +0 -73
  426. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.refine.ResourcesAndMechanisms.integration.test.js.map +0 -1
  427. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.refine.ResourcesAndMechanisms.js +0 -62
  428. package/dist/logic/roles/ecologist/distill/.deprecate/distillDomain.refine.ResourcesAndMechanisms.js.map +0 -1
  429. package/dist/logic/roles/ecologist/distill/distillDomain.ActionsAndActors.integration.test.js +0 -120
  430. package/dist/logic/roles/ecologist/distill/distillDomain.ActionsAndActors.integration.test.js.map +0 -1
  431. package/dist/logic/roles/ecologist/distill/distillDomain.ActionsAndActors.js +0 -69
  432. package/dist/logic/roles/ecologist/distill/distillDomain.ActionsAndActors.js.map +0 -1
  433. /package/dist/logic/{roles/ecologist/distill/.deprecate/distillDomain.expand.ResourcesAndMechanisms.integration.test.d.ts β†’ artifact/genStepSwapArtifact.test.d.ts} +0 -0
  434. /package/dist/logic/roles/{ecologist/distill/.deprecate/distillDomain.refine.ResourcesAndMechanisms.integration.test.d.ts β†’ bhrain/brief.articulate/stepArticulate.integration.test.d.ts} +0 -0
  435. /package/dist/logic/roles/{ecologist/distill/distillDomain.ActionsAndActors.integration.test.d.ts β†’ bhrain/brief.catalogize/stepCatalogize.integration.test.d.ts} +0 -0
@@ -0,0 +1,62 @@
1
+ ## `.brief.eco505.systems-thinking`
2
+
3
+ ### 🧠 topic: systems thinking in ecology
4
+
5
+ ---
6
+
7
+ ### 🎯 goal
8
+ train ecologists to see ecosystems as **interconnected, flow-based systems** β€” governed by **resource pools**, **biological flows**, and **cyclical feedbacks** that shape system behavior over time.
9
+
10
+ ---
11
+
12
+ ### πŸ” what is systems thinking?
13
+
14
+ - a framework for understanding **how parts interact** in complex, living systems
15
+ - focuses on **relationships, flows, and cycles** instead of isolated events
16
+ - asks:
17
+ - what’s accumulating or depleting? (**pools**)
18
+ - what’s moving? (**flows**)
19
+ - what reinforces or stabilizes patterns? (**cycles**)
20
+
21
+ ---
22
+
23
+ ### 🧱 key elements
24
+
25
+ #### **pools**
26
+ - quantities that can build up or run down
27
+ e.g., biomass, soil carbon, water stored in a wetland, total population size
28
+
29
+ #### **flows**
30
+ - processes that transfer material or energy between pools
31
+ e.g., birth, death, migration, photosynthesis, runoff
32
+
33
+ #### **cycles (feedback loops)**
34
+ - **reinforcing cycles** (positive): amplify change
35
+ - e.g., more vegetation β†’ more shade β†’ more moisture β†’ more vegetation
36
+ - **balancing cycles** (negative): dampen change
37
+ - e.g., more prey β†’ more predators β†’ fewer prey β†’ fewer predators
38
+
39
+ ecosystems often contain **nested and competing cycles** that drive both resilience and transformation
40
+
41
+ ---
42
+
43
+ ### 🧠 how to think like a systems ecologist
44
+
45
+ - follow the **flow paths**, not just the endpoints
46
+ - look for **delays, thresholds, and accumulations**
47
+ - identify **leverage points** where small changes affect the whole system
48
+ - embrace **nonlinear outcomes** and emergent patterns
49
+
50
+ ---
51
+
52
+ ### 🧰 applied tools
53
+ - **causal diagrams** – map pools, flows, and cycles visually
54
+ - **dynamic models** – simulate changes over time
55
+ - **resilience mapping** – understand how systems recover or collapse under pressure
56
+
57
+ ---
58
+
59
+ ### πŸ” mental model
60
+ > systems thinking helps ecologists ask:
61
+ > β€œ**what’s flowing where, what’s building up, and what cycles are at play?**”
62
+ > it’s a shift from describing parts to **understanding living systems as patterns of interaction and change**.
@@ -0,0 +1,65 @@
1
+ # economist.briefs.grouped
2
+
3
+ ## 🧠 Tier 1: core mechanics
4
+ ### cluster: scarcity, trade, and behavior
5
+ - **supply and demand**
6
+ how prices and quantities adjust in a market
7
+ - **opportunity cost & trade-offs**
8
+ what choosing one option costs in terms of the next-best
9
+ - **marginal analysis**
10
+ decisions happen at the margin: marginal cost vs marginal benefit
11
+ - **rational choice theory**
12
+ how agents optimize given preferences and constraints
13
+
14
+ ## πŸ›οΈ Tier 2: market structures and failures
15
+ ### cluster: how systems work (or break)
16
+ - **market equilibrium & dynamics**
17
+ how prices and quantities stabilize or shift over time
18
+ - **elasticity**
19
+ how responsive buyers/sellers are to changes in price
20
+ - **externalities**
21
+ costs or benefits imposed on third parties (pollution, public goods)
22
+ - **market failure & government intervention**
23
+ when and how policy steps in to correct inefficiencies
24
+
25
+ ## πŸ’Έ Tier 3: production and growth
26
+ ### cluster: inputs β†’ outputs β†’ scale
27
+ - **factors of production**
28
+ land, labor, capital, entrepreneurship
29
+ - **firm behavior & cost structures**
30
+ how businesses minimize cost and maximize profit
31
+ - **comparative advantage & trade**
32
+ who should produce what, and why trade benefits all
33
+ - **economic growth & productivity**
34
+ drivers of long-term improvement in output per person
35
+
36
+ ## 🧾 Tier 4: macro systems
37
+ ### cluster: aggregate flows and cycles
38
+ - **GDP & national income accounting**
39
+ how total economic output is measured
40
+ - **unemployment & inflation**
41
+ tradeoffs, measurement, and impacts
42
+ - **business cycles**
43
+ expansions and contractions in aggregate demand/supply
44
+ - **monetary & fiscal policy**
45
+ how central banks and governments stabilize the economy
46
+
47
+ ## 🌍 Tier 5: global and institutional context
48
+ ### cluster: rules, incentives, and outcomes
49
+ - **game theory & strategic interaction**
50
+ how agents act when outcomes depend on others
51
+ - **institutions & property rights**
52
+ rules that shape incentives and transaction costs
53
+ - **development economics**
54
+ why some nations grow and others stagnate
55
+ - **behavioral economics**
56
+ bounded rationality, heuristics, and irrational tendencies
57
+
58
+ ## πŸ“Š Tier 6: tools & analysis
59
+ ### cluster: measurement & modeling
60
+ - **data, statistics, and econometrics**
61
+ how economists test hypotheses with real-world data
62
+ - **models and assumptions**
63
+ simplifications to understand complex systems
64
+ - **welfare analysis**
65
+ who gains, who loses, and how much
@@ -0,0 +1,65 @@
1
+ ## `.brief.econ101.core-mechanics`
2
+
3
+ ### 🧠 Tier 1: core mechanics
4
+ **cluster**: scarcity, trade, and behavior
5
+
6
+ ---
7
+
8
+ ### 🎯 goal
9
+ build foundational intuition for **how people, firms, and systems make choices** in a world of limited resources β€” and how those choices shape prices, trade, and outcomes.
10
+
11
+ ---
12
+
13
+ ## βš–οΈ supply and demand
14
+ **how prices and quantities adjust in a market**
15
+
16
+ - **demand**: how much buyers want at each price
17
+ – downward-sloping: lower price β†’ more buyers
18
+ - **supply**: how much sellers provide at each price
19
+ – upward-sloping: higher price β†’ more incentive to produce
20
+ - **equilibrium**: where supply = demand
21
+ – determines the **market price** and **quantity exchanged**
22
+ - shocks (e.g., drought, innovation, policy) shift curves and change outcomes
23
+
24
+ ---
25
+
26
+ ## πŸ’Έ opportunity cost & trade-offs
27
+ **what choosing one option costs in terms of the next-best**
28
+
29
+ - resources are limited, so every choice **comes at a cost**
30
+ - **opportunity cost** = value of the next-best alternative foregone
31
+ e.g., the cost of going to college = tuition + lost income from working
32
+ - clear thinking requires comparing **what you get** vs. **what you give up**
33
+
34
+ ---
35
+
36
+ ## βž• marginal analysis
37
+ **decisions happen at the margin**
38
+
39
+ - people respond to **incremental changes**, not total values
40
+ - compare:
41
+ - **marginal benefit (MB)** = extra gain from one more unit
42
+ - **marginal cost (MC)** = extra cost from one more unit
43
+ - rule: **do more** if MB > MC, **stop** when MB = MC
44
+ e.g., hire an extra worker if they generate more revenue than they cost
45
+
46
+ ---
47
+
48
+ ## 🧠 rational choice theory
49
+ **how agents optimize given preferences and constraints**
50
+
51
+ - agents (people, firms) assumed to:
52
+ - have **consistent preferences**
53
+ - weigh **costs vs. benefits**
54
+ - choose options that **maximize utility (happiness) or profit**
55
+ - subject to constraints:
56
+ - **budget** (money, time)
57
+ - **information** (perfect or limited)
58
+ - **rules** (laws, norms, prices)
59
+
60
+ πŸ“ˆ used as a baseline model for predicting behavior β€” deviations from it reveal behavioral patterns, biases, or external forces
61
+
62
+ ---
63
+
64
+ ### πŸ” mental model
65
+ > economics begins with a simple truth: **we can’t have everything**, so we must **choose**. those choices ripple outward β€” shaping **markets, trade, and behavior** through prices, costs, and marginal gains.
@@ -0,0 +1,76 @@
1
+ ## `.brief.econ101.supply-and-demand`
2
+
3
+ ### 🧠 topic: supply and demand
4
+ **how prices and quantities adjust in a market**
5
+
6
+ ---
7
+
8
+ ### 🎯 goal
9
+ understand how **markets coordinate trade** by adjusting prices and quantities through the interaction of buyers and sellers.
10
+
11
+ ---
12
+
13
+ ### πŸ“‰ demand
14
+ **how much consumers want to buy at each price**
15
+
16
+ - governed by the **law of demand**:
17
+ β†’ as price **falls**, quantity demanded **rises**
18
+ - why?
19
+ - substitution effect: cheaper goods are more attractive
20
+ - income effect: lower prices stretch purchasing power
21
+ - visual: **downward-sloping curve**
22
+
23
+ ---
24
+
25
+ ### πŸ“ˆ supply
26
+ **how much producers are willing to sell at each price**
27
+
28
+ - governed by the **law of supply**:
29
+ β†’ as price **rises**, quantity supplied **rises**
30
+ - why?
31
+ - higher prices cover costs and increase profit incentive
32
+ - visual: **upward-sloping curve**
33
+
34
+ ---
35
+
36
+ ### βš–οΈ market equilibrium
37
+ **where supply meets demand**
38
+
39
+ - occurs at the price where quantity demanded = quantity supplied
40
+ - determines the **market-clearing price** and traded quantity
41
+ - market naturally moves toward this point unless restricted
42
+
43
+ #### β›“ if price is too high:
44
+ - surplus (excess supply) β†’ downward pressure on price
45
+
46
+ #### β›“ if price is too low:
47
+ - shortage (excess demand) β†’ upward pressure on price
48
+
49
+ ---
50
+
51
+ ### πŸŒͺ shifts vs. movement
52
+
53
+ #### **movement along curves**
54
+ - caused by a **change in price**
55
+
56
+ #### **shifts of curves**
57
+ - caused by external factors:
58
+
59
+ **demand shifters**:
60
+ - income, tastes, number of buyers, expectations, price of related goods
61
+
62
+ **supply shifters**:
63
+ - input costs, technology, number of sellers, expectations, regulations
64
+
65
+ ---
66
+
67
+ ### 🌍 real-world shocks
68
+
69
+ - **drought** β†’ supply shift left (less produced) β†’ higher price
70
+ - **innovation** β†’ supply shift right (more efficient production) β†’ lower price
71
+ - **policy** (e.g., tax, subsidy) β†’ alters supply or demand depending on target
72
+
73
+ ---
74
+
75
+ ### πŸ” mental model
76
+ > prices are the **signals** and quantities are the **responses** β€” together they form a **self-adjusting system** that matches what people want with what producers provide.
@@ -0,0 +1,106 @@
1
+ ## `.brief.econ101.opportunity-cost`
2
+
3
+ ### πŸ’Έ topic: opportunity cost & trade-offs
4
+ **what choosing one option costs in terms of the next-best**
5
+
6
+ ---
7
+
8
+ ### 🎯 goal
9
+ build intuition for how **every choice has a cost**, even when no money changes hands β€” and how good decision-making depends on recognizing what’s **given up**.
10
+
11
+ ---
12
+
13
+ ### 🌍 scarcity forces choices
14
+
15
+ - we live in a world of **limited time, money, energy, and resources**
16
+ - choosing one path means **not choosing others**
17
+ - this trade-off is the foundation of economics
18
+
19
+ ---
20
+
21
+ ### 🧠 opportunity cost defined
22
+
23
+ - **opportunity cost** = the value of the **next-best alternative foregone**
24
+ - not just money β€” includes time, effort, enjoyment, and risk
25
+
26
+ #### examples:
27
+ - going to college β†’ lose 4 years of income
28
+ - taking a job β†’ give up leisure or other offers
29
+ - buying a truck β†’ give up the chance to invest that money
30
+
31
+ πŸ’‘ the true cost of any action is **everything you gave up to do it**
32
+
33
+ ---
34
+
35
+ ### βš–οΈ trade-off thinking
36
+
37
+ - helps compare options **on equal footing**
38
+ - sharpens decisions by shifting the frame from:
39
+ β†’ β€œcan I afford this?” to
40
+ β†’ β€œis this **worth more** than what I’d give up?”
41
+
42
+ ---
43
+
44
+ ### 🚫 common traps
45
+
46
+ - ignoring **non-obvious costs** (e.g., time, flexibility)
47
+ - falling for **sunk cost fallacy**: continuing just because you’ve already invested
48
+ - thinking in **absolutes**, not **alternatives**
49
+
50
+ ---
51
+
52
+ ### πŸ” mental model
53
+ > every β€œyes” is a β€œno” to something else β€” smart choices require **clear comparisons**, not just **gut reactions** or dollar signs.
54
+
55
+
56
+ ---
57
+
58
+ ### 🧠 strategic use cases of opportunity cost
59
+ **real-life examples for everyday decision-making**
60
+
61
+ #### πŸ•’ 1. saying yes to overtime
62
+ - working extra hours brings more money
63
+ - **but costs**: time with family, rest, hobbies, long-term health
64
+
65
+ πŸ’‘ ask: β€œam I trading money for something I’ll regret missing?”
66
+
67
+ #### 🍽 2. eating out vs. cooking at home
68
+ - dining out saves time and adds enjoyment
69
+ - **but costs**: money, nutrition, and maybe missed cooking skills
70
+
71
+ πŸ’‘ usecase: weekly planning, budgeting, health decisions
72
+
73
+ #### πŸš— 3. buying a new car
74
+ - new car = convenience + reliability
75
+ - **but costs**: thousands in financing that could go toward a vacation, savings, or debt payoff
76
+
77
+ πŸ’‘ ask: β€œis this comfort worth the next-best use of that money?”
78
+
79
+ #### πŸŽ“ 4. going back to school
80
+ - education can boost long-term income
81
+ - **but costs**: time, tuition, lost work income, delayed experience
82
+
83
+ πŸ’‘ usecase: career pivots, side hustle vs. grad school decisions
84
+
85
+ #### πŸ“Ί 5. watching TV vs. doing something else
86
+ - shows offer relaxation and entertainment
87
+ - **but costs**: opportunity to read, exercise, sleep, or create
88
+
89
+ πŸ’‘ ask: β€œam I recharging or just escaping?”
90
+
91
+ #### πŸ› 6. impulse purchases
92
+ - buying a trendy gadget feels good now
93
+ - **but costs**: that money can’t go toward travel, gifts, or emergencies later
94
+
95
+ πŸ’‘ usecase: practicing mindful spending
96
+
97
+ #### 🧠 7. staying in a job you don’t like
98
+ - stable income and routine
99
+ - **but costs**: growth, purpose, new experiences, higher-paying roles elsewhere
100
+
101
+ πŸ’‘ ask: β€œwhat is this comfort costing me over the next 5 years?”
102
+
103
+ ### πŸ” mental model
104
+ > opportunity cost shows up in **everyday trade-offs** β€” not just big purchases, but in **how you spend time, energy, and attention**.
105
+ > better choices come from asking:
106
+ > β€œwhat else could I be doing with this?”
@@ -0,0 +1,79 @@
1
+ ## `.brief.econ101.marginal-analysis`
2
+
3
+ ### βž• topic: marginal analysis
4
+ **decisions happen at the margin**
5
+
6
+ ---
7
+
8
+ ### 🎯 goal
9
+ shift from all-or-nothing thinking to **incremental decision-making** β€” evaluating whether doing a little more (or less) creates more value than it costs.
10
+
11
+ ---
12
+
13
+ ### πŸ“ key concept: the margin
14
+
15
+ - **"the margin"** = the next unit
16
+ β†’ next hour, next dollar, next slice, next mile
17
+
18
+ - most real-world decisions aren’t yes/no β€” they’re **β€œhow much?”**
19
+ β†’ work 1 more hour? eat 1 more bite? add 1 more staff member?
20
+
21
+ ---
22
+
23
+ ### πŸ” marginal comparison
24
+
25
+ #### **marginal benefit (MB)**
26
+ - the **extra gain** from doing one more
27
+ e.g., extra sales from 1 more ad, extra joy from 1 more cookie
28
+
29
+ #### **marginal cost (MC)**
30
+ - the **extra cost** of doing one more
31
+ e.g., time, money, fatigue, risk
32
+
33
+ ---
34
+
35
+ ### βœ… decision rule
36
+ - **if MB > MC** β†’ keep going
37
+ - **if MB < MC** β†’ stop
38
+ - **if MB = MC** β†’ optimal stopping point
39
+
40
+ πŸ’‘ don’t judge based on total cost vs. total benefit β€” judge by **what the next step adds or subtracts**
41
+
42
+ ---
43
+
44
+ ### πŸ“Š everyday examples
45
+
46
+ #### πŸ• eating another slice
47
+ - MB = more taste & fullness
48
+ - MC = discomfort, calories
49
+ β†’ **stop when enjoyment no longer outweighs regret**
50
+
51
+ #### πŸ‘©β€πŸ’Ό hiring more help
52
+ - MB = extra output or sales
53
+ - MC = wages, overhead
54
+ β†’ **hire until the last person pays for themselves**
55
+
56
+ #### 🧠 studying for a test
57
+ - MB = better score, confidence
58
+ - MC = fatigue, missed sleep
59
+ β†’ **study until new info doesn’t stick or help**
60
+
61
+ #### πŸ“Ί watching another episode
62
+ - MB = relaxation, suspense payoff
63
+ - MC = lost sleep, time, next-day grogginess
64
+ β†’ **quit when the thrill isn't worth tomorrow's drag**
65
+
66
+ ---
67
+
68
+ ### 🚫 common traps
69
+
70
+ - looking only at **totals** instead of **next-step gains/losses**
71
+ - assuming β€œmore = better” even when **returns diminish**
72
+ - failing to stop when benefits flatten out
73
+
74
+ ---
75
+
76
+ ### πŸ” mental model
77
+ > marginal analysis means always asking:
78
+ > **β€œis this next step worth it?”**
79
+ > when you think on the margin, you avoid waste, burnout, and regret β€” and make sharper, more efficient decisions.
@@ -0,0 +1,81 @@
1
+ ## `.brief.econ101.rational-choice`
2
+
3
+ ### 🧠 topic: rational choice theory
4
+ **how agents optimize given preferences and constraints**
5
+
6
+ ---
7
+
8
+ ### 🎯 goal
9
+ understand the basic model of human behavior in economics: how people and firms **make choices to maximize value**, given their goals and limitations.
10
+
11
+ ---
12
+
13
+ ### 🧠 what is rational choice theory?
14
+
15
+ - a foundational idea in economics:
16
+ **people act with purpose** β€” choosing what best serves their goals within their limits
17
+ - not about being β€œsmart” β€” it’s about being **intentional and consistent**
18
+
19
+ ---
20
+
21
+ ### βš™οΈ assumptions of rational agents
22
+
23
+ - **consistent preferences**
24
+ β†’ if A is preferred to B, and B to C, then A is preferred to C
25
+
26
+ - **cost-benefit reasoning**
27
+ β†’ agents compare **what they gain** vs. **what they give up**
28
+
29
+ - **utility maximization**
30
+ β†’ individuals aim to get the **most satisfaction (utility)**
31
+ β†’ firms aim to get the **most profit**
32
+
33
+ ---
34
+
35
+ ### β›“ constraints on choice
36
+
37
+ - **budget** – can’t spend more than you have (money, time, energy)
38
+ - **information** – sometimes complete, often limited or biased
39
+ - **rules** – prices, laws, social norms, contracts
40
+
41
+ πŸ’‘ rational choices happen **within a framework of trade-offs and limits**
42
+
43
+ ---
44
+
45
+ ### πŸ“ˆ why it matters
46
+
47
+ - rational choice is the **default model** in economics
48
+ β†’ used to predict: demand, savings, labor effort, voting, consumption
49
+
50
+ - **when behavior deviates** from this model (e.g., emotion, habit, bias),
51
+ β†’ we get insights from **behavioral economics**
52
+
53
+ ---
54
+
55
+ ### πŸ§β€β™€οΈ everyday examples
56
+
57
+ #### πŸ’΅ grocery shopping on a budget
58
+ - pick the basket of goods that gives the most nutrition and enjoyment per dollar
59
+ - constraint = your wallet
60
+
61
+ #### πŸ“… scheduling your weekend
62
+ - pick activities that maximize fun, rest, or productivity
63
+ - constraint = 48 hours and competing priorities
64
+
65
+ #### πŸ§‘β€πŸ’» choosing between job offers
66
+ - compare benefits, pay, commute, culture
67
+ - choose what aligns best with goals, within real-world limits
68
+
69
+ ---
70
+
71
+ ### 🚫 common misunderstandings
72
+
73
+ - rational β‰  selfish
74
+ - rational β‰  correct
75
+ - rational β‰  emotionless
76
+ β†’ it just means: **based on consistent goals + trade-off logic**
77
+
78
+ ---
79
+
80
+ ### πŸ” mental model
81
+ > rational choice theory sees people as **goal-seeking decision-makers** β€” weighing costs, benefits, and constraints to make the **best available choice**, even if it’s not perfect.
@@ -0,0 +1,81 @@
1
+ ## `.brief.econ201.market-structures-and-failures`
2
+
3
+ ### πŸ›οΈ Tier 2: market structures and failures
4
+ **cluster**: how systems work (or break)
5
+
6
+ ---
7
+
8
+ ### 🎯 goal
9
+ understand how real-world markets **stabilize, shift, or fail**, and when **government intervention** may improve outcomes.
10
+
11
+ ---
12
+
13
+ ## βš–οΈ market equilibrium & dynamics
14
+ **how prices and quantities stabilize or shift over time**
15
+
16
+ - equilibrium is **not static** β€” it responds to changing conditions
17
+ - **dynamic equilibrium**: markets adjust continually to new info, shocks, and feedback
18
+ - shifts can come from:
19
+ - demand changes (e.g., new trends, income swings)
20
+ - supply shocks (e.g., war, resource depletion)
21
+ - **over time**, price and quantity move to reflect new realities
22
+ - some markets adjust quickly (e.g., stocks), others slowly (e.g., housing)
23
+
24
+ ---
25
+
26
+ ## πŸ“ˆ elasticity
27
+ **how responsive buyers and sellers are to changes in price**
28
+
29
+ - **price elasticity of demand (Ed)**:
30
+ % change in quantity demanded Γ· % change in price
31
+ - elastic (>1): buyers react strongly (e.g., luxury goods)
32
+ - inelastic (<1): buyers react weakly (e.g., insulin)
33
+
34
+ - **price elasticity of supply (Es)**:
35
+ how much sellers change output in response to price
36
+
37
+ - also relevant:
38
+ - income elasticity (how demand changes with income)
39
+ - cross-price elasticity (how demand changes when related goods’ prices change)
40
+
41
+ πŸ’‘ elasticity affects:
42
+ - **who bears the burden** of taxes
43
+ - **revenue effects** of price changes
44
+ - **speed and scale** of market adjustment
45
+
46
+ ---
47
+
48
+ ## 🌫 externalities
49
+ **costs or benefits imposed on third parties**
50
+
51
+ - **negative externalities**:
52
+ - impose costs without compensation (e.g., pollution, traffic, noise)
53
+ - result in **overproduction** relative to the social optimum
54
+
55
+ - **positive externalities**:
56
+ - create unearned benefits (e.g., vaccines, education, pollinator habitats)
57
+ - result in **underproduction** unless subsidized
58
+
59
+ πŸ“Š without intervention, markets **ignore external effects**, leading to inefficient outcomes
60
+
61
+ ---
62
+
63
+ ## πŸ› market failure & government intervention
64
+ **when and how policy steps in**
65
+
66
+ - **market failure**: when self-regulating markets don’t allocate resources efficiently
67
+ - causes: externalities, public goods, asymmetric info, monopolies
68
+
69
+ - **types of interventions**:
70
+ - **taxes** on negative externalities (e.g., carbon tax)
71
+ - **subsidies** for positive externalities (e.g., education grants)
72
+ - **regulation** (e.g., emissions caps, product standards)
73
+ - **public provision** (e.g., roads, fire protection)
74
+ - **antitrust enforcement** to prevent monopolies
75
+
76
+ ⚠️ interventions can help or hurt β€” success depends on **incentive design**, **information**, and **enforcement**
77
+
78
+ ---
79
+
80
+ ### πŸ” mental model
81
+ > markets are powerful but **imperfect tools** β€” they often reach stable outcomes, but those outcomes may not be **fair, efficient, or sustainable** without thoughtful correction.
@@ -0,0 +1,71 @@
1
+ ## `.brief.econ301.production-and-growth`
2
+
3
+ ### πŸ’Έ Tier 3: production and growth
4
+ **cluster**: inputs β†’ outputs β†’ scale
5
+
6
+ ---
7
+
8
+ ### 🎯 goal
9
+ understand how economies **turn inputs into outputs**, how firms and nations make efficient choices, and what drives **long-term growth in living standards**.
10
+
11
+ ---
12
+
13
+ ## πŸ— factors of production
14
+ **the basic ingredients of economic output**
15
+
16
+ - **land** – natural resources (soil, water, minerals, forests)
17
+ - **labor** – human effort and skills
18
+ - **capital** – tools, machines, infrastructure (not money itself)
19
+ - **entrepreneurship** – risk-taking, innovation, and coordination
20
+
21
+ πŸ’‘ production requires **combining these inputs** efficiently to create goods and services
22
+
23
+ ---
24
+
25
+ ## 🧠 firm behavior & cost structures
26
+ **how businesses minimize cost and maximize profit**
27
+
28
+ - firms choose **how much to produce**, **what inputs to use**, and **how to organize production**
29
+ - guided by:
30
+ - **marginal cost**: cost of producing one more unit
31
+ - **marginal revenue**: revenue from selling one more unit
32
+ - **profit max rule**: produce until MR = MC
33
+
34
+ - **cost structures** matter:
35
+ - **fixed costs** (don’t change with output)
36
+ - **variable costs** (scale with output)
37
+ - **economies of scale**: average cost falls as output rises (up to a point)
38
+
39
+ ---
40
+
41
+ ## 🌍 comparative advantage & trade
42
+ **who should produce what, and why trade benefits all**
43
+
44
+ - **absolute advantage**: can produce more with same inputs
45
+ - **comparative advantage**: lower **opportunity cost** of producing something
46
+
47
+ πŸ’‘ even if one party is β€œbetter” at everything, both sides **gain from trade** by specializing in what they’re relatively best at
48
+
49
+ #### example:
50
+ - country A makes wheat efficiently
51
+ - country B makes steel efficiently
52
+ β†’ trade wheat for steel = both get more than going solo
53
+
54
+ ---
55
+
56
+ ## πŸ“ˆ economic growth & productivity
57
+ **what drives long-term output per person**
58
+
59
+ - **growth** = increase in real GDP per capita
60
+ - driven by:
61
+ - **investment in capital** (machines, infrastructure)
62
+ - **human capital** (education, health)
63
+ - **innovation & tech** (doing more with less)
64
+ - **institutions** (laws, markets, property rights)
65
+
66
+ πŸ’‘ growth compounds over time β€” small gains now = huge gains later
67
+
68
+ ---
69
+
70
+ ### πŸ” mental model
71
+ > economies grow when they **use inputs wisely**, **specialize where efficient**, and **innovate over time** β€” turning today’s effort into tomorrow’s abundance.