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,115 @@
1
+ # πŸ“˜ .brief: concept
2
+
3
+ ## .what
4
+ A **concept** is a mental abstraction that represents a category, pattern, or principle.
5
+
6
+ - it defines a class of things that share common structure or meaning
7
+ - it serves as a mental placeholder that can apply across situations
8
+ - it enables grouping, comparison, recognition, and symbolic reasoning
9
+ - it is not tied to any single instance but generalizes across many
10
+
11
+ ## .why
12
+ Concepts are foundational to how we think, learn, and communicate.
13
+
14
+ - they allow us to generalize from specific experiences
15
+ - they reduce cognitive load by compressing recurring patterns
16
+ - they enable symbolic thought and language (e.g. words refer to concepts)
17
+ - they support transfer of learning and abstract reasoning
18
+ - without concepts, perception and memory would remain fragmented and unstructured
19
+
20
+ ## .origin
21
+ All concepts arise through some form of **abstraction** β€” extracting structure from experience.
22
+
23
+ - abstraction involves identifying similarities across multiple examples or events
24
+ - concepts may emerge from direct sensory interaction (e.g. learning "hot" from touching a stove)
25
+ - or from social learning (e.g. learning "wedding" by seeing it enacted or described)
26
+ - or from formal instruction (e.g. learning "photosynthesis" in school)
27
+ - in all cases, concept formation requires generalizing beyond the specific to the shared
28
+
29
+
30
+ ## .traits
31
+ - abstract and generalized
32
+ - not tied to a specific instance
33
+ - formed through experience, reflection, or instruction
34
+ - may be intuitive (e.g. β€œtree”) or technical (e.g. β€œprime number”)
35
+ - can vary in granularity or scope (e.g. β€œanimal” vs. β€œdog”)
36
+
37
+ ## .examples
38
+
39
+ - **circle** β€” abstracted from seeing repeated round shapes like wheels, coins, and the sun (perceptual experience)
40
+ - **dog** β€” formed by generalizing across encounters with different dog breeds and behaviors (direct interaction)
41
+ - **wedding** β€” abstracted from witnessing or hearing about ceremonies that formalize unions (cultural exposure)
42
+ - **freedom** β€” distilled from contrasting experiences of constraint vs autonomy (social experience)
43
+ - **justice** β€” shaped by stories and events involving fairness, consequences, and moral resolution (moral narratives)
44
+ - **prime number** β€” learned by observing which numbers are divisible only by 1 and themselves (formal instruction)
45
+ - **game** β€” generalized from diverse activities with rules, goals, and competition (play and observation)
46
+ - **vehicle** β€” abstracted from tools that enable movement across space (functional abstraction)
47
+ - **tool** β€” learned by recognizing shared purpose across objects used to modify the environment (goal-oriented use)
48
+ - **emotion** β€” abstracted by noticing recurring internal states like fear or joy across different contexts (introspective pattern)
49
+ - **government** β€” formed by generalizing across systems of authority and law in history, media, and education (institutional exposure)
50
+
51
+ ## .relationships
52
+ - a **concept** can be instantiated by specific **examples**
53
+ - concepts serve as nodes in **semantic treestructs**
54
+ - connected by abstraction paths
55
+ - higher nodes represent broader, more general concepts
56
+ - while lower nodes represent more specific subtypes or instances
57
+
58
+ ## .metaphor
59
+ A **concept** is like a mold β€” many unique shapes can be cast from it, but they all carry its defining structure.
60
+
61
+ ## .struct
62
+ In a **semantic TreeStruct**, each concept is a **node** positioned along dimensions of meaning (e.g. category, function, emotion).
63
+ - "dog" β†’ child of "mammal" β†’ child of "animal"
64
+ - "knife" β†’ child of "cutting tool" β†’ child of "tool"
65
+
66
+ Concepts can thus be:
67
+ - **abstracted** inward to general types
68
+ - **specialized** outward to specific subtypes
69
+ - **clustered** by similarity
70
+ - **cross-linked** via shared features across branches
71
+
72
+ ## .usecases
73
+
74
+ ### 🧠 cognitive compression & efficiency
75
+ Concepts reduce mental overhead by filtering detail and enabling compact representation.
76
+
77
+ - **eliminate irrelevant detail** β€” discard noise and focus on structural features
78
+ - **reduce memory load** β€” bundle multiple features into a single abstract handle
79
+ - **compose higher constructs** β€” build layered models from compact mental units
80
+ - **reuse mental structure** β€” once formed, concepts can be applied across contexts
81
+ - **schema-based learning** β€” fit new observations into known conceptual frames
82
+
83
+ ### πŸ” perception & attention
84
+ Concepts guide what we notice and how we interpret sensory input.
85
+
86
+ - **pattern detection** β€” expose regularities across diverse instances
87
+ - **selective attention** β€” filter sensory streams for concept-relevant features
88
+ - **domain focusing** β€” foreground what's signal-bearing in a specific context
89
+ - **comparison and contrast** β€” highlight similarities and differences between concepts
90
+
91
+ ### πŸ“‘ reasoning & inference
92
+ Concepts power generalization, prediction, and higher-order logic.
93
+
94
+ - **prediction** β€” infer missing or future information based on conceptual type
95
+ - **analogical mapping** β€” transfer structure between domains via shared conceptual form
96
+ - **deduction & induction** β€” structure logical operations through known categories
97
+ - **abstraction chaining** β€” compose concepts into hierarchical or recursive reasoning models
98
+
99
+ ### πŸ—£ communication & collaboration
100
+ Concepts enable symbolic representation and shared understanding across minds.
101
+
102
+ - **symbolic reference** β€” words, icons, and gestures can point to shared concepts
103
+ - **cultural transmission** β€” pass conceptual structures across generations or tribes
104
+ - **semantic alignment** β€” synchronize meaning for collaboration and coordination
105
+ - **efficient memory indexing** β€” act as anchors that connect memories across time and modality
106
+
107
+ ### πŸ›  planning & action
108
+ Concepts shape behavior by structuring intentions, goals, and procedures.
109
+
110
+ - **goal decomposition** β€” break down abstract objectives into actionable steps
111
+ - **problem modeling** β€” frame challenges in terms of known concept structures
112
+ - **tool selection** β€” choose actions or instruments based on conceptual fit
113
+ - **cognitive scaffolding** β€” support stepwise planning and skill acquisition with layered abstractions
114
+
115
+ Concepts function as the **semantic operating system** of cognition β€” compressing, structuring, and aligning mental operations across perception, memory, communication, and action.
@@ -0,0 +1,112 @@
1
+ # 🌲 .brief: concept.treestruct
2
+
3
+ ## .what
4
+ The **concept.treestruct** is a semantic structure where concepts are arranged as interconnected nodes within a **radial RootStruct**, centered on the abstract core: `"concept"`.
5
+
6
+ Rather than a single hierarchy, the TreeStruct is a **recursive mesh** of intersecting conceptual trees.
7
+ It enables navigation through **abstraction**, **specialization**, **clustering**, and **frame-shifting**, supporting both **structured reasoning** and **creative exploration**.
8
+
9
+ ---
10
+
11
+ ## .why
12
+ This structure enables rich, flexible reasoning:
13
+
14
+ - models concept space as a **geometry of meaning**
15
+ - supports **semantic traversal** along depth, breadth, and perspective
16
+ - reflects how humans think: by **anchoring**, **zooming**, **shifting**, and **linking**
17
+ - integrates both **objective structure** and **subjective experience**
18
+
19
+ ---
20
+
21
+ ## .directions
22
+ Traversal within the TreeStruct occurs in distinct directions:
23
+
24
+ - **radial** β†’ abstraction or specialization
25
+ - inward = more abstract (e.g. `"banana"` β†’ `"fruit"` β†’ `"plant organ"`)
26
+ - outward = more specific (e.g. `"fruit"` β†’ `"banana"` β†’ `"ripe banana"`)
27
+
28
+ - **lateral** β†’ peer clustering
29
+ - shift across neighboring nodes at the same depth
30
+ - e.g. `"banana"` ↔ `"mango"` ↔ `"apple"`
31
+
32
+ - **angular** β†’ frame-shifting
33
+ - shift semantic axis or domain (e.g. taxonomy β†’ function β†’ metaphor)
34
+ - often includes radial movement as well
35
+ - e.g. `"knife"` ↔ `"word"` (metaphor: both cut)
36
+
37
+ > Lateral β‰ˆ angular when angular displacement is small.
38
+ > Angular motion becomes distinct when reframing occurs across axes or domains.
39
+
40
+ ---
41
+
42
+ ## .geometry
43
+ The TreeStruct forms an **infinite radial space**, anchored at `"concept"`. Its topology supports:
44
+
45
+ - `focal.depth` β†’ radial distance from the core (abstraction level)
46
+ - `focal.breadth` β†’ number of peer or radial options in view
47
+ - `focal.acuity` β†’ level of resolution within the current concept
48
+
49
+ Traversal is:
50
+ - **continuous** (drifting among neighbors)
51
+ - **recursive** (zooming into sub-structures)
52
+ - **semantic** (paths shaped by meaning, not just structure)
53
+
54
+ > Thought is not linear β€” it spirals through this field of meaning.
55
+
56
+ ---
57
+
58
+ ## .metaphor
59
+ Think of the concept.treestruct as a **semantic gravity field**:
60
+
61
+ - zoom **inward** to distill essence
62
+ - zoom **outward** to expand contextual roles
63
+ - pan **laterally** to compare siblings
64
+ - bend **angularly** to reframe or analogize
65
+
66
+ > High-gravity concepts shape your local space of thought.
67
+ > You orbit them β€” or escape them β€” with effort.
68
+
69
+ ---
70
+
71
+ ## .example
72
+
73
+ Starting at the concept **β€œbanana”**:
74
+
75
+ - **radial-in**: `"banana"` β†’ `"fruit"` β†’ `"plant organ"` β†’ `"organic structure"`
76
+ - **radial-out**: `"banana"` β†’ `"ripe banana"` β†’ `"peeled banana"`
77
+ - **lateral**: `"banana"` ↔ `"mango"` ↔ `"pineapple"`
78
+ - **angular**:
79
+ - `"banana"` ↔ `"banana phone"` (visual pun)
80
+ - `"banana"` ↔ `"joke"` (slapstick tool)
81
+ - `"banana"` ↔ `"color yellow"` (perceptual role)
82
+
83
+ ---
84
+
85
+ ## .struct
86
+ The TreeStruct is:
87
+
88
+ - **recursive** β€” any node can be a root of a new TreeStruct
89
+ - **intersective** β€” nodes may appear in multiple trees simultaneously
90
+ - **perspectival** β€” motion can be described from:
91
+ - the **universal perspective** (objective coordinates)
92
+ - the **relative perspective** (anchored focal view)
93
+ - the **fractal perspective** (nested, overlapping trees)
94
+
95
+ > Meaning is not contained in a single path β€” it emerges from intersections.
96
+
97
+ ---
98
+
99
+ ## .notes
100
+ This model integrates with:
101
+
102
+ - **cortal.focus mechanics**
103
+ - `focal.depth`, `focal.breadth`, and `focal.acuity`
104
+ - **concept.gravity**
105
+ - high-gravity nodes anchor navigation and recall
106
+ - **concept.traversal**
107
+ - radial, lateral, and angular motion as the grammar of thought
108
+ - **concept.lens** *(implied)*
109
+ - perspectives and domain lenses guide how the structure is explored
110
+
111
+ > The TreeStruct is not just a model of concepts β€”
112
+ > it’s a model of how thought moves through them.
@@ -0,0 +1,80 @@
1
+ # 🌳 .brief: `concept.treestruct.spherical`
2
+
3
+ ## .why
4
+ use this brief if you want to...
5
+
6
+ - **understand how abstraction works** in a concept `TreeStruct`, in terms of generality and specificity
7
+
8
+ - **navigate or manipulate concepts radially** β€” moving inward toward abstractions or outward toward instances
9
+
10
+ - **distinguish between different kinds of abstraction**, such as categorical vs functional vs modal
11
+
12
+ - **identify the semantic axis** a concept belongs to (e.g., β€œfruit” is a categorical abstraction)
13
+
14
+ - **structure your knowledge hierarchically** by tracing how concepts generalize along meaningful dimensions
15
+
16
+ - **design tools or prompts** that rely on structured abstraction (e.g., AI reasoning, taxonomy design, teaching models)
17
+
18
+
19
+ ## .what
20
+ The `concept.treestruct` models conceptual space using a **spherical coordinate system**, where each concept has both:
21
+
22
+ - a **radial position** *(aka "abstractive position")*: how abstract or concrete it is
23
+ - an **angular position** *(aka "descriptive position")*: how it varies descriptively from its peers
24
+
25
+ This structure allows concepts to be organized by both **hierarchical abstraction** and **semantic variation**, enabling multidirectional traversal.
26
+
27
+ ---
28
+
29
+ ## 🧭 dimensions
30
+
31
+ | spherical axis | treestruct role | alias | description |
32
+ |--------------------|--------------------------------|--------------------------|-------------------------------------------------------|
33
+ | **radius** `r` | abstractive hierarchy | **abstractive position** | inward = more abstract/core<br>outward = more concrete/detail |
34
+ | **inclination** `ΞΈ`| categorical differentiation | **descriptive position** | vertical angular shifts between categories or frames |
35
+ | **azimuth** `Ο†` | sibling/instance differentiation | **descriptive position** | horizontal angular shifts between analogs or variants |
36
+
37
+ > The angular dimensions (`ΞΈ`, `Ο†`) are both descriptive: they define where the concept sits relative to peers at the same level of abstraction.
38
+
39
+ ---
40
+
41
+ ## πŸͺœ radial motion: abstraction
42
+
43
+ Radial motion moves through layers of **conceptual generality**:
44
+
45
+ - **inward**: toward more universal, abstract ideas
46
+ - **outward**: toward more specific, detailed instances
47
+
48
+ This defines the **core structure** of the tree β€” from root abstractions to concrete applications.
49
+
50
+ ---
51
+
52
+ ## πŸ”€ angular motion: variation
53
+
54
+ Angular motion explores **alternative expressions** at the same abstractive level:
55
+
56
+ - **vertical tilt** (`ΞΈ`) shifts across **types or categories**
57
+ - **horizontal rotation** (`Ο†`) shifts across **peer instances or analogies**
58
+
59
+ These motions describe **semantic diversity**, not hierarchy.
60
+
61
+ ---
62
+
63
+ ## 🌐 structural implications
64
+
65
+ - The treestruct forms **layers of abstraction** (radial) populated by **rings of descriptive diversity** (angular)
66
+ - Concepts can be:
67
+ - **grouped** by angular proximity (descriptive similarity)
68
+ - **traced** by radial lineage (abstractive derivation)
69
+
70
+ ---
71
+
72
+ ## πŸŒ€ navigation
73
+
74
+ - to **generalize** β†’ move **inward** (more abstract)
75
+ - to **specialize** β†’ move **outward** (more concrete)
76
+ - to **reframe**, **contrast**, or **analogize** β†’ rotate **angularly**
77
+
78
+ This enables precise, multidimensional navigation of meaning.
79
+
80
+ ---
@@ -0,0 +1,59 @@
1
+ # 🧭 .brief: `cog101.concept.treestruct.coords.abstractive`
2
+
3
+ ## .why
4
+ Use this brief if you want to:
5
+
6
+ - **understand how abstraction works** in a concept `TreeStruct`, especially in terms of generality and specificity
7
+ - **navigate or manipulate concepts radially** β€” moving inward toward abstractions or outward toward instances
8
+ - **distinguish between different kinds of abstraction**, such as categorical vs functional vs modal
9
+ - **identify the semantic axis** a concept belongs to (e.g., β€œfruit” is a categorical abstraction)
10
+ - **structure your knowledge hierarchically** by tracing how concepts generalize along meaningful dimensions
11
+ - **design tools or prompts** that rely on structured abstraction (e.g., AI reasoning, taxonomy design, teaching models)
12
+
13
+ ---
14
+
15
+ ## .what
16
+ The **abstractive coordinate** of a concept describes its **radial position** in a `TreeStruct` of meaning β€” how **general or specific** it is.
17
+
18
+ This radial motion is called **abstraction**, and moves either:
19
+ - **inward** toward **more general, inclusive** ideas
20
+ - or **outward** toward **more specific, detailed** instances
21
+
22
+ Every abstraction path follows a **semantic axis** β€” a distinct dimension of meaning.
23
+
24
+ ---
25
+
26
+ ## 🧱 structure
27
+
28
+ Each concept has a position along one or more **abstractive semantic axes**.
29
+ Each axis defines a **consistent rule** of generalization.
30
+
31
+ Examples of such axes:
32
+
33
+ | axis name | abstraction path | generalizes by... |
34
+ |------------------|--------------------------------------------|----------------------------|
35
+ | **categorical** | `"banana"` β†’ `"fruit"` β†’ `"plant"` | kind or type |
36
+ | **functional** | `"spoon"` β†’ `"utensil"` β†’ `"tool"` | purpose or behavior |
37
+ | **modal** | `"can walk"` β†’ `"mobility"` β†’ `"agency"` | ability or constraint |
38
+ | **causal** | `"match"` β†’ `"ignition"` β†’ `"fire source"` | influence or mechanism |
39
+ | **emotional** | `"fear"` β†’ `"negative affect"` β†’ `"alert"` | affective tone |
40
+ | **ontological** | `"emotion"` β†’ `"neural event"` β†’ `"process"` | being or substance |
41
+ | **logical** | `"even number"` β†’ `"divisible by 2"` β†’ `"numeric property"` | provable structure |
42
+
43
+ ---
44
+
45
+ ## πŸ” radial traversal
46
+
47
+ Abstractive motion is **radial** in the `concept.treestruct`, not lateral.
48
+ Each axis defines a **line of abstraction** from specific to general β€” i.e., from **leaf** to **trunk**.
49
+
50
+ - **inward** motion = `<generalize>`: higher-level, more inclusive
51
+ - **outward** motion = `<instantiate>`: more detailed or constrained
52
+
53
+ ---
54
+
55
+ ## πŸ“Œ key point example
56
+ > "Category" is not just a label β€” it's a **semantic abstraction** along the **categorical axis**.
57
+
58
+ All categories are abstractive.
59
+ But not all abstractions are categorical.
@@ -0,0 +1,64 @@
1
+ # 🧭 .brief: `cog101.concept.treestruct.coordinates.descriptive`
2
+
3
+ ## .why
4
+ Use this brief if you want to:
5
+
6
+ - **understand how concepts vary across peers**, not just across levels of abstraction
7
+ - **navigate laterally** within a concept space β€” across similar-level alternatives
8
+ - **distinguish a concept from its siblings** by highlighting descriptive differences
9
+ - **identify the descriptive axes** a concept can vary along (e.g., flavor, size, style, plausibility)
10
+ - **model variation, contrast, or diversity** within a semantic category
11
+ - **support analogy-making, reframing, or contrastive analysis** between similar ideas
12
+
13
+ ---
14
+
15
+ ## .what
16
+ The **descriptive coordinate** of a concept defines its **angular position** in the `TreeStruct`.
17
+ It captures **how a concept differs from its peers** β€” not by abstraction, but by **descriptive variation**.
18
+
19
+ This is an **angular motion**, moving **around the same level** of abstraction.
20
+
21
+ Where radial abstraction answers β€œwhat is this an instance of?”,
22
+ descriptive variation asks β€œ**what kind of this** is it?”
23
+
24
+ ---
25
+
26
+ ## 🧱 structure
27
+
28
+ Each concept can vary along one or more **descriptive semantic axes**,
29
+ which define the dimensions by which peer concepts differ.
30
+
31
+ Examples of descriptive axes:
32
+
33
+ | axis name | example variations | describes... |
34
+ |-------------------|---------------------------------------------------|-----------------------------------|
35
+ | **qualitative** | red / blue / green | color |
36
+ | **quantitative** | small / medium / large | size |
37
+ | **stylistic** | formal / casual / ironic | tone or mode of expression |
38
+ | **temporal** | recent / ongoing / historical | time-related state |
39
+ | **systemic** | part / module / whole | structural composition |
40
+ | **behavioral** | aggressive / passive / cooperative | attitude or action pattern |
41
+ | **plausibility** | absurd / unlikely / likely / obvious | perceived believability or realism|
42
+
43
+ ---
44
+
45
+ ## πŸ”„ angular traversal
46
+
47
+ Descriptive motion is **lateral** or **angular** β€” it moves among **peers at the same abstraction level**.
48
+ Think of concepts orbiting the same distance from the core, but **differing in character**.
49
+
50
+ This enables operations like:
51
+
52
+ - `<reframe>` β€” view the same concept from another descriptive lens
53
+ - `<contrast>` β€” emphasize a difference along one axis
54
+ - `<analogize>` β€” map lateral structure to a different context
55
+
56
+ ---
57
+
58
+ ## πŸ“Œ key point
59
+ > Descriptive motion defines **how** something *is that thing*, not *what* thing it is.
60
+
61
+ A β€œbanana” and a β€œmango” are **peers** under the **categorical abstraction** "fruit" β€”
62
+ but they differ descriptively by flavor, texture, shape, and usage.
63
+
64
+ Descriptive axes **reveal the variation space** within a category.
@@ -0,0 +1,88 @@
1
+ # 🧭 .brief: concept.treestruct.perspectives
2
+
3
+ ## .what
4
+ The **concept.treestruct.perspectives** brief defines the **three major ways** of understanding and navigating the concept rootball:
5
+
6
+ 1. **universal perspective** β€” describes the objective structure of concept space
7
+ 2. **relative perspective** β€” models the thinker’s navigation from a focal anchor
8
+ 3. **fractal perspective** β€” reveals the self-similar, intersective, and recursive nature of meaning
9
+
10
+ Each perspective emphasizes a different axis of reasoning, but all operate within the same **RootStruct** β€” the infinite radial space rooted at `"concept"`.
11
+
12
+ ---
13
+
14
+ ## .why
15
+
16
+ This framing allows us to:
17
+
18
+ - switch between **absolute location**, **subjective movement**, and **compositional complexity**
19
+ - unify reasoning strategies under one structural system
20
+ - explain paradoxes of abstraction, categorization, and analogy
21
+ - design flexible semantic systems that honor both structure and interpretation
22
+
23
+ ---
24
+
25
+ ## .perspectives
26
+
27
+ ### 🌐 universal perspective
28
+ > The concept rootball as a **fixed semantic structure**
29
+
30
+ - concepts are **absolute positions** in radial space
31
+ - movement uses **spherical traversal**:
32
+ - `radial`: abstraction (in), specialization (out)
33
+ - `lateral`: sibling concepts at same depth
34
+ - `angular`: axis/domain/frame changes
35
+ - rooted at `"concept"` β€” all paths converge there
36
+
37
+ πŸ“Œ no zoom β€” only position and displacement
38
+ πŸ“Œ useful for structural modeling, hierarchy resolution, and axis alignment
39
+
40
+ ---
41
+
42
+ ### 🧭 relative perspective
43
+ > The concept rootball as **experienced from a focal anchor**
44
+
45
+ - movement defined by **zoom metaphors**:
46
+ - `<zoomin>`: dive into attributes / internal structure
47
+ - `<zoomout>`: broaden through context / external relations
48
+ - traversal mechanisms:
49
+ - `via(attributes)`
50
+ - `via(neighbors)`
51
+ - abstraction and specification can happen in either direction
52
+ - zoom direction is contextual β€” not absolute
53
+
54
+ πŸ“Œ useful for thought modeling, analogy, and semantic exploration
55
+ πŸ“Œ the β€œuser interface” for navigating the universal structure
56
+
57
+ ---
58
+
59
+ ### 🧬 fractal perspective
60
+ > The concept rootball as a **recursive tangle of intersecting TreeStructs**
61
+
62
+ - concepts belong to **many overlapping hierarchies**
63
+ - each dimension (taxonomy, function, color, culture, etc.) forms a **partial tree**
64
+ - concepts are **shared nodes** β€” crosspoints between branches
65
+ - supports nested reasoning, lens composition, and local-rooted trees
66
+
67
+ πŸ“Œ useful for modeling polycategorical meaning, domain lenses, and recursive re-framing
68
+ πŸ“Œ generalizes the lens and domain models into a single recursive substrate
69
+
70
+ ---
71
+
72
+ ## .summary
73
+
74
+ | perspective | structure | motion language | focus | root concept |
75
+ |-------------|------------------|----------------------|--------------------|--------------|
76
+ | universal | absolute radial mesh | radial / lateral / angular | global semantics | `"concept"` |
77
+ | relative | zoom-centric view | `<zoomin>` / `<zoomout>` | local navigation | user-defined |
78
+ | fractal | recursive mesh | recursive TreeStructs | intersective roles | multiple |
79
+
80
+ ---
81
+
82
+ ## .notes
83
+
84
+ - all three perspectives are **valid**, and **mutually compatible**
85
+ - each reveals a different **facet of meaning**
86
+ - together, they support a complete model of **conceptual structure**, **thinking motion**, and **domain intersection**
87
+
88
+ > Concept space is not flat β€” it has **structure**, **anchor**, and **recursion**.
@@ -0,0 +1,82 @@
1
+ # 🌐 .brief: concept.treestruct.universal
2
+
3
+ ## .what
4
+ The **universal perspective** views concept space as a single, infinite **RootStruct** β€” the **concept rootball** β€” where all concepts are nodes radiating outward from a single absolute core: `"concept"`.
5
+
6
+ This frame treats concepts as having **absolute positions** in a shared structure. Motion is described using **spherical traversal**, not relative zoom.
7
+
8
+ ---
9
+
10
+ ## .why
11
+ This perspective provides:
12
+
13
+ - an objective map of the semantic universe
14
+ - a consistent reference for abstraction, specialization, and analogy
15
+ - a substrate for intersecting TreeStructs to safely coexist
16
+ - a gravitational pull toward core ideas like `"concept"`, `"thing"`, or `"entity"`
17
+
18
+ ---
19
+
20
+ ## .structure
21
+
22
+ The concept rootball is modeled as an **infinite spherical structure**:
23
+
24
+ - **radial axis** = abstraction level
25
+ - inward = more abstract
26
+ - outward = more specific
27
+ - **lateral plane** = peers at the same level of abstraction
28
+ - **angular displacement** = movement across semantic axes or domains
29
+
30
+ Each concept node is positioned by:
31
+ - `focal.depth` β†’ how far it is from the core
32
+ - `focal.breadth` β†’ how wide its local context is (peer connections)
33
+ - `focal.acuity` β†’ how precisely it is resolved at that layer
34
+
35
+ ---
36
+
37
+ ## .traversal
38
+
39
+ All movement is defined by spherical geometry:
40
+
41
+ - **radial**: toward the core (abstraction) or away from it (specialization)
42
+ - **lateral**: across sibling nodes at the same depth (e.g., `"dog"` ↔ `"cat"`)
43
+ - **angular**: between different axes or domains (e.g., `"knife"` ↔ `"word"`)
44
+
45
+ > When angular displacements are small, **lateral β‰ˆ angular**.
46
+ > When crossing domains or axes, **angular motion becomes distinct**, often involving metaphor or re-framing.
47
+
48
+ ---
49
+
50
+ ## .examples
51
+
52
+ - `"dog"` β†’ `"mammal"` β†’ `"animal"` β†’ `"organism"` β†’ `"concept"`
53
+ β†’ radial inward (abstraction)
54
+
55
+ - `"dog"` β†’ `"herding dog"` β†’ `"border collie"` β†’ `"tri-colored border collie"`
56
+ β†’ radial outward (specialization)
57
+
58
+ - `"dog"` ↔ `"cat"` ↔ `"rabbit"`
59
+ β†’ lateral traversal
60
+
61
+ - `"dog"` ↔ `"companion"` ↔ `"servant"` ↔ `"vehicle"`
62
+ β†’ angular traversal across roles and metaphors
63
+
64
+ ---
65
+
66
+ ## .core
67
+
68
+ The root of the universal TreeStruct is the concept: `"concept"`.
69
+
70
+ All conceptual paths β€” regardless of starting point or traversal method β€” ultimately collapse inward toward this root via abstraction.
71
+
72
+ > The rootball is not a hierarchy β€” it's a multi-branching **semantic continuum**, with a gravitational center of meaning.
73
+
74
+ ---
75
+
76
+ ## .notes
77
+
78
+ - This perspective is **agnostic to the thinker** β€” it describes the structure itself, not how it is navigated
79
+ - It enables semantic alignment across domains via shared radial reference
80
+ - All relative and lens-based perspectives operate **within** this structure
81
+
82
+ > This is not how we think β€” it is **where** we think.