rhachet-roles-bhrain 0.1.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 (494) hide show
  1. package/dist/.test/genContextLogTrail.d.ts +2 -0
  2. package/dist/.test/genContextLogTrail.js +12 -0
  3. package/dist/.test/genContextLogTrail.js.map +1 -0
  4. package/dist/.test/genContextStitchTrail.d.ts +1 -0
  5. package/dist/.test/genContextStitchTrail.js +6 -0
  6. package/dist/.test/genContextStitchTrail.js.map +1 -0
  7. package/dist/.test/getContextOpenAI.d.ts +2 -0
  8. package/dist/.test/getContextOpenAI.js +19 -0
  9. package/dist/.test/getContextOpenAI.js.map +1 -0
  10. package/dist/_topublish/domain-glossary-brief/src/domain/objects/Catalog.d.ts +0 -0
  11. package/dist/_topublish/domain-glossary-brief/src/domain/objects/Catalog.js +2 -0
  12. package/dist/_topublish/domain-glossary-brief/src/domain/objects/Catalog.js.map +1 -0
  13. package/dist/_topublish/domain-glossary-brief/src/domain/objects/TriageCatalog.d.ts +18 -0
  14. package/dist/_topublish/domain-glossary-brief/src/domain/objects/TriageCatalog.js +3 -0
  15. package/dist/_topublish/domain-glossary-brief/src/domain/objects/TriageCatalog.js.map +1 -0
  16. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Focus.d.ts +34 -0
  17. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Focus.js +9 -0
  18. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Focus.js.map +1 -0
  19. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Question.d.ts +1 -0
  20. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Question.js +3 -0
  21. package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Question.js.map +1 -0
  22. package/dist/access/sdk/sdkOpenAi.d.ts +16 -0
  23. package/dist/access/sdk/sdkOpenAi.js +42 -0
  24. package/dist/access/sdk/sdkOpenAi.js.map +1 -0
  25. package/dist/contract/commands/codegenBriefOptions.d.ts +1 -0
  26. package/dist/contract/commands/codegenBriefOptions.js +54 -0
  27. package/dist/contract/commands/codegenBriefOptions.js.map +1 -0
  28. package/dist/contract/sdk/index.d.ts +2 -0
  29. package/dist/contract/sdk/index.js +8 -0
  30. package/dist/contract/sdk/index.js.map +1 -0
  31. package/dist/domain.operations/artifact/asDotRhachetFile.d.ts +5 -0
  32. package/dist/domain.operations/artifact/asDotRhachetFile.js +16 -0
  33. package/dist/domain.operations/artifact/asDotRhachetFile.js.map +1 -0
  34. package/dist/domain.operations/artifact/genLoopFeedback.d.ts +18 -0
  35. package/dist/domain.operations/artifact/genLoopFeedback.js +40 -0
  36. package/dist/domain.operations/artifact/genLoopFeedback.js.map +1 -0
  37. package/dist/domain.operations/artifact/genStepArtDel.d.ts +17 -0
  38. package/dist/domain.operations/artifact/genStepArtDel.js +29 -0
  39. package/dist/domain.operations/artifact/genStepArtDel.js.map +1 -0
  40. package/dist/domain.operations/artifact/genStepArtSet.d.ts +14 -0
  41. package/dist/domain.operations/artifact/genStepArtSet.js +49 -0
  42. package/dist/domain.operations/artifact/genStepArtSet.js.map +1 -0
  43. package/dist/domain.operations/artifact/genStepGrabCallerFeedbackToArtifact.d.ts +19 -0
  44. package/dist/domain.operations/artifact/genStepGrabCallerFeedbackToArtifact.js +100 -0
  45. package/dist/domain.operations/artifact/genStepGrabCallerFeedbackToArtifact.js.map +1 -0
  46. package/dist/domain.operations/artifact/genStepResetFeedback.d.ts +12 -0
  47. package/dist/domain.operations/artifact/genStepResetFeedback.js +27 -0
  48. package/dist/domain.operations/artifact/genStepResetFeedback.js.map +1 -0
  49. package/dist/domain.operations/artifact/genStepSwapArtifact.d.ts +57 -0
  50. package/dist/domain.operations/artifact/genStepSwapArtifact.js +58 -0
  51. package/dist/domain.operations/artifact/genStepSwapArtifact.js.map +1 -0
  52. package/dist/domain.operations/artifact/setSkillOutputSrc.d.ts +32 -0
  53. package/dist/domain.operations/artifact/setSkillOutputSrc.js +99 -0
  54. package/dist/domain.operations/artifact/setSkillOutputSrc.js.map +1 -0
  55. package/dist/domain.operations/context/genStitchStreamToDisk.d.ts +13 -0
  56. package/dist/domain.operations/context/genStitchStreamToDisk.js +74 -0
  57. package/dist/domain.operations/context/genStitchStreamToDisk.js.map +1 -0
  58. package/dist/domain.operations/hooks/decodeDocOutputPath.d.ts +21 -0
  59. package/dist/domain.operations/hooks/decodeDocOutputPath.js +57 -0
  60. package/dist/domain.operations/hooks/decodeDocOutputPath.js.map +1 -0
  61. package/dist/domain.operations/hooks/execTranslateDocOutputPath.d.ts +20 -0
  62. package/dist/domain.operations/hooks/execTranslateDocOutputPath.js +80 -0
  63. package/dist/domain.operations/hooks/execTranslateDocOutputPath.js.map +1 -0
  64. package/dist/domain.operations/hooks/getInvokeHooks.d.ts +2 -0
  65. package/dist/domain.operations/hooks/getInvokeHooks.js +15 -0
  66. package/dist/domain.operations/hooks/getInvokeHooks.js.map +1 -0
  67. package/dist/domain.operations/hooks/relateDocOutputPath.d.ts +11 -0
  68. package/dist/domain.operations/hooks/relateDocOutputPath.js +58 -0
  69. package/dist/domain.operations/hooks/relateDocOutputPath.js.map +1 -0
  70. package/dist/index.d.ts +1 -0
  71. package/dist/index.js +18 -0
  72. package/dist/index.js.map +1 -0
  73. package/dist/roles/getRoleRegistry.d.ts +8 -0
  74. package/dist/roles/getRoleRegistry.js +19 -0
  75. package/dist/roles/getRoleRegistry.js.map +1 -0
  76. package/dist/roles/getRoleRegistry.readme.d.ts +1 -0
  77. package/dist/roles/getRoleRegistry.readme.js +22 -0
  78. package/dist/roles/getRoleRegistry.readme.js.map +1 -0
  79. package/dist/roles/thinker/briefs/cognition/cog000.overview.and.premise.md +115 -0
  80. package/dist/roles/thinker/briefs/cognition/cog021.coordinates.spherical.md +69 -0
  81. package/dist/roles/thinker/briefs/cognition/cog021.metaphor.cauliflorous.md +44 -0
  82. package/dist/roles/thinker/briefs/cognition/cog021.metaphor.galactic_spacetravel.[article].md +42 -0
  83. package/dist/roles/thinker/briefs/cognition/cog021.metaphor.galactic_spacetravel.[lesson].md +60 -0
  84. package/dist/roles/thinker/briefs/cognition/cog021.structs.catalog.md +51 -0
  85. package/dist/roles/thinker/briefs/cognition/cog021.structs.treestruct.md +85 -0
  86. package/dist/roles/thinker/briefs/cognition/cog021.structs.vector.md +112 -0
  87. package/dist/roles/thinker/briefs/cognition/cog101.concept.definition.md +115 -0
  88. package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct._.md +112 -0
  89. package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.coords.1.spherical.md +80 -0
  90. package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.coords.2.abstractive.md +59 -0
  91. package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.coords.3.descriptive.md +64 -0
  92. package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.persp.1.perspectives.md +88 -0
  93. package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.persp.2.universal.md +82 -0
  94. package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.persp.3.relative.md +106 -0
  95. package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.persp.4.fractal.md +83 -0
  96. package/dist/roles/thinker/briefs/cognition/cog151.concept.treestruct.gravity.md +89 -0
  97. package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p1.definition.md +231 -0
  98. package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p1.examples.cont.md +82 -0
  99. package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p2.acuity.md +134 -0
  100. package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p2.breadth.md +151 -0
  101. package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p2.depth.md +147 -0
  102. package/dist/roles/thinker/briefs/cognition/cog251.cortal.focus.p3.fabric.md +96 -0
  103. package/dist/roles/thinker/briefs/cognition/cog251.cortal.focus.p3.mode.md +68 -0
  104. package/dist/roles/thinker/briefs/cognition/cog251.cortal.focus.p3.rythm.md +56 -0
  105. package/dist/roles/thinker/briefs/cognition/cog251.cortal.focus.p3.usecases.md +76 -0
  106. package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives._.md +155 -0
  107. package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives.acuity.md +94 -0
  108. package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives.breadth.md +114 -0
  109. package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives.breadth.vary.md +105 -0
  110. package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives.depth.md +132 -0
  111. package/dist/roles/thinker/briefs/cognition/cog301.traversal.2.motion.composites._.md +106 -0
  112. package/dist/roles/thinker/briefs/cognition/cog301.traversal.2.motion.composites.grammar.md +105 -0
  113. package/dist/roles/thinker/briefs/cognition/cog401.questions.._.md +209 -0
  114. package/dist/roles/thinker/briefs/cognition/cog401.questions.1.persp.as.berries.md +168 -0
  115. package/dist/roles/thinker/briefs/cognition/cog401.questions.1.persp.as.vectors.md +74 -0
  116. package/dist/roles/thinker/briefs/cognition/cog401.questions.1.persp.has.precision.tunable.md +80 -0
  117. package/dist/roles/thinker/briefs/cognition/cog401.questions.2.1.primitives.rough._.md +99 -0
  118. package/dist/roles/thinker/briefs/cognition/cog401.questions.2.1.primitives.rough.interrogative.md +108 -0
  119. package/dist/roles/thinker/briefs/cognition/cog401.questions.2.1.primitives.rough.why.[article].md +55 -0
  120. package/dist/roles/thinker/briefs/cognition/cog401.questions.2.2.composite.smooth._.md +83 -0
  121. package/dist/roles/thinker/briefs/cognition/cog401.questions.2.2.composite.smooth.examples.md +101 -0
  122. package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.1.primitives._.md +134 -0
  123. package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.1.primitives.recall.md +149 -0
  124. package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.1.primitives.steer.md +146 -0
  125. package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.1.primitives.think.md +141 -0
  126. package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.2.composites.zoom.md +127 -0
  127. package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.3.catalogs.md +107 -0
  128. package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.3.grammar.md +124 -0
  129. package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang_.md +0 -0
  130. package/dist/roles/thinker/briefs/cognition/inflight/concept.vs.idea.md +70 -0
  131. package/dist/roles/thinker/briefs/cognition/inflight/core.concept.adjectives.md +8 -0
  132. package/dist/roles/thinker/briefs/distilisys.grammar.compressed.md +19 -0
  133. package/dist/roles/thinker/briefs/grammar/gerunds.1.why.common.[article].md +32 -0
  134. package/dist/roles/thinker/briefs/grammar/gerunds.1.why.term_smells.[article].md +36 -0
  135. package/dist/roles/thinker/briefs/grammar/gerunds.1.why.term_smells.detection.[lesson].md +73 -0
  136. package/dist/roles/thinker/briefs/grammar/gerunds.2.tactic.eliminate.[article].md +55 -0
  137. package/dist/roles/thinker/briefs/grammar/gerunds.2.tactic.eliminate.[lesson].md +41 -0
  138. package/dist/roles/thinker/briefs/grammar/gerunds.3.eliminator.[trait]._.md +66 -0
  139. package/dist/roles/thinker/briefs/grammar/gerunds.3.eliminator.[trait].balance.md +36 -0
  140. package/dist/roles/thinker/briefs/grammar/gerunds.3.eliminator.[trait].bane.md +34 -0
  141. package/dist/roles/thinker/briefs/grammar/gerunds.3.eliminator.[trait].boon.md +35 -0
  142. package/dist/roles/thinker/briefs/knowledge/kno101.primitives.1.ontology.[article].frame.docs_as_materializations.md +63 -0
  143. package/dist/roles/thinker/briefs/knowledge/kno101.primitives.1.ontology.[article].frame.docs_as_references.md +45 -0
  144. package/dist/roles/thinker/briefs/knowledge/kno101.primitives.2.rel.many_to_many.[article].md +37 -0
  145. package/dist/roles/thinker/briefs/knowledge/kno101.primitives.3.instances.[article].md +39 -0
  146. package/dist/roles/thinker/briefs/knowledge/kno101.primitives.4.documents.[article].md +37 -0
  147. package/dist/roles/thinker/briefs/knowledge/kno101.primitives.5.concepts.[article].md +39 -0
  148. package/dist/roles/thinker/briefs/knowledge/kno201.documents._.[article].md +48 -0
  149. package/dist/roles/thinker/briefs/knowledge/kno201.documents._.[catalog].md +52 -0
  150. package/dist/roles/thinker/briefs/knowledge/kno201.documents.articles.[article].md +40 -0
  151. package/dist/roles/thinker/briefs/knowledge/kno201.documents.catalogs.[article].md +41 -0
  152. package/dist/roles/thinker/briefs/knowledge/kno201.documents.demos.[article].md +42 -0
  153. package/dist/roles/thinker/briefs/knowledge/kno201.documents.lessons.[article].md +42 -0
  154. package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression.1.refs._.[article].md +41 -0
  155. package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression.2.kernels._.[article].i1.md +50 -0
  156. package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression.3.briefs._.[article].md +40 -0
  157. package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression._.[article].md +90 -0
  158. package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression._.[catalog].persp.garden.md +64 -0
  159. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[article].md +45 -0
  160. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].algorithm.md +54 -0
  161. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].color.md +56 -0
  162. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].empathy.md +54 -0
  163. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].entropy.md +54 -0
  164. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].gravity.md +54 -0
  165. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].joke.md +56 -0
  166. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].value.md +54 -0
  167. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2._.[catalog].md +43 -0
  168. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.articulate.[article].md +27 -0
  169. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.articulate.[lesson].md +49 -0
  170. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.catalogize.[article].md +27 -0
  171. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.catalogize.[lesson].md +54 -0
  172. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.demonstrate.[article].md +26 -0
  173. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.demonstrate.[lesson].md +49 -0
  174. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.lessonize.[article].md +26 -0
  175. package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.lessonize.[lesson].md +54 -0
  176. package/dist/roles/thinker/briefs/knowledge/kno301.doc.kernelize._.[article].md +58 -0
  177. package/dist/roles/thinker/briefs/knowledge/kno301.doc.kernelize._.[lesson].md +88 -0
  178. package/dist/roles/thinker/briefs/knowledge/kno351.docs.are_instances.[article].md +34 -0
  179. package/dist/roles/thinker/briefs/knowledge/kno351.docs.recursion.[catalog].md +44 -0
  180. package/dist/roles/thinker/briefs/knowledge/kno401.actors.1.role.author.[article].md +36 -0
  181. package/dist/roles/thinker/briefs/knowledge/kno401.actors.1.role.librarian.[article].md +40 -0
  182. package/dist/roles/thinker/briefs/knowledge/kno401.actors.2.interdependence.[article].md +52 -0
  183. package/dist/roles/thinker/briefs/knowledge/kno501.doc.enbrief.catalog.structure1.[article].md +53 -0
  184. package/dist/roles/thinker/briefs/knowledge/kno501.doc.enbrief.catalog.structure1.[lesson].template.md +101 -0
  185. package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.foci.ponder.que.concept/2025-08-28T02:43:27.729Z.1dbacaa56e249af8.md +13 -0
  186. package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.foci.ponder.que.context/2025-08-28T02:43:27.729Z.20883c047b5b3927.md +12 -0
  187. package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.goal/2025-08-28T02:43:27.728Z.b1869db890614951.md +3 -0
  188. package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.md.foci.ponder.que.concept/2025-08-28T02:44:23.033Z.1dbacaa56e249af8.md +13 -0
  189. package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.md.foci.ponder.que.context/2025-08-28T02:44:23.033Z.20883c047b5b3927.md +12 -0
  190. package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.md.goal/2025-08-28T02:44:23.031Z.852c92045a674148.md +4 -0
  191. package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent/2025-08-28T02:44:30.724Z.2f5896cb587117da.md +44 -0
  192. package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.foci.ponder.que.concept.md +13 -0
  193. package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.foci.ponder.que.context.md +12 -0
  194. package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.goal.md +3 -0
  195. package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.md.foci.ponder.que.concept.md +13 -0
  196. package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.md.foci.ponder.que.context.md +12 -0
  197. package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.md.goal.md +4 -0
  198. package/dist/roles/thinker/briefs/librarian.context/article.variant.vision.[article].md +60 -0
  199. package/dist/roles/thinker/briefs/librarian.context/term.expectation.vs_assumption._.md +60 -0
  200. package/dist/roles/thinker/briefs/librarian.context/term.frame.vs_perspective.[article].md +96 -0
  201. package/dist/roles/thinker/briefs/librarian.context/term.invariant.[article].md +29 -0
  202. package/dist/roles/thinker/briefs/librarian.context/term.lesson._vs_article.[article].md +36 -0
  203. package/dist/roles/thinker/briefs/librarian.context/term.ref._vs_brief.md +90 -0
  204. package/dist/roles/thinker/briefs/librarian.context/term.referent.[article].md +43 -0
  205. package/dist/roles/thinker/briefs/librarian.context/usage.lesson_vs_article.[lesson].md +31 -0
  206. package/dist/roles/thinker/briefs/librarian.context/usage.lesson_vs_article_vs_demo.[lesson].md +37 -0
  207. package/dist/roles/thinker/briefs/librarian.tactics/.readme.md +12 -0
  208. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].i2.md.feedback/2025-08-19T05:29:09.411Z.66a0b5fa5d6c4880.md +1 -0
  209. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].i2.md.feedback/2025-08-19T05:30:52.866Z.c1ad1fe6df73a851.md +1 -0
  210. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].i2.md.foci.ponder.que.concept/2025-08-19T05:27:55.753Z.1dbacaa56e249af8.md +13 -0
  211. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].i2.md.foci.ponder.que.context/2025-08-19T05:27:55.754Z.20883c047b5b3927.md +12 -0
  212. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].i2.md.goal/2025-08-19T05:27:55.751Z.c8232988c046d948.md +10 -0
  213. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].md.foci.ponder.que.concept/2025-08-19T05:26:12.617Z.1dbacaa56e249af8.md +13 -0
  214. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].md.foci.ponder.que.context/2025-08-19T05:26:12.617Z.20883c047b5b3927.md +12 -0
  215. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].md.goal/2025-08-19T05:26:12.615Z.68cf5d37ff5abc75.md +4 -0
  216. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.foci.ponder.que.concept/2025-08-19T05:21:17.678Z.1dbacaa56e249af8.md +13 -0
  217. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.foci.ponder.que.context/2025-08-19T05:21:17.679Z.20883c047b5b3927.md +12 -0
  218. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.goal/2025-08-19T05:21:17.676Z.b35533aecf461c68.md +6 -0
  219. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-19T05:18:01.113Z.1dbacaa56e249af8.md +13 -0
  220. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-19T05:18:01.115Z.20883c047b5b3927.md +12 -0
  221. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>._.[article].frame.tactical.md.goal/2025-08-19T05:18:01.112Z.b35533aecf461c68.md +6 -0
  222. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>.tactics.[catalog].md.foci.ponder.que.concept/2025-08-19T05:33:21.987Z.1dbacaa56e249af8.md +13 -0
  223. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>.tactics.[catalog].md.foci.ponder.que.context/2025-08-19T05:33:21.988Z.20883c047b5b3927.md +12 -0
  224. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>.tactics.[catalog].md.goal/2025-08-19T05:33:21.985Z.1f3884998db3b338.md +6 -0
  225. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article]/2025-08-19T05:26:25.275Z.8a56710c0bb0b7f5.md +62 -0
  226. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2/2025-08-19T05:28:06.500Z.30e7bf815db7709b.md +43 -0
  227. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2/2025-08-19T05:29:19.551Z.f4d48288c7f7b0b2.md +43 -0
  228. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2/2025-08-19T05:31:05.482Z.875d98d92fe452d1.md +46 -0
  229. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2.md.foci.ponder.que.concept.md +13 -0
  230. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2.md.foci.ponder.que.context.md +12 -0
  231. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2.md.goal.md +10 -0
  232. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].md.foci.ponder.que.concept.md +13 -0
  233. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].md.foci.ponder.que.context.md +12 -0
  234. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].md.goal.md +4 -0
  235. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical/2025-08-19T05:18:27.266Z.f1bb2e1f049133a5.md +64 -0
  236. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template/2025-08-19T05:21:27.536Z.05c9744a2208309b.md +74 -0
  237. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.foci.ponder.que.concept.md +13 -0
  238. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.foci.ponder.que.context.md +12 -0
  239. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.goal.md +6 -0
  240. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.md.foci.ponder.que.concept.md +13 -0
  241. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.md.foci.ponder.que.context.md +12 -0
  242. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.md.goal.md +6 -0
  243. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>.tactics.[catalog]/2025-08-19T05:33:41.302Z.78d520797f9769bd.md +68 -0
  244. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>.tactics.[catalog].md.foci.ponder.que.concept.md +13 -0
  245. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>.tactics.[catalog].md.foci.ponder.que.context.md +12 -0
  246. package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>.tactics.[catalog].md.goal.md +6 -0
  247. package/dist/roles/thinker/briefs/librarian.tactics/<articulate>._.[article].frame.cognitive.md +33 -0
  248. package/dist/roles/thinker/briefs/librarian.tactics/<articulate>._.[article].frame.tactical.md +45 -0
  249. package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.[catalog].md +83 -0
  250. package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.concept_dimension.examples.[article][seed].md +4 -0
  251. package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.concept_dimension.invariants.[article].md +36 -0
  252. package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.from.examples.md +44 -0
  253. package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.from.seed.md +48 -0
  254. package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.with.templates.[article].md +57 -0
  255. package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.with.templates.[gallery][review].effective.md +1 -0
  256. package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tone.bluecollar.[article][seed].md +5 -0
  257. package/dist/roles/thinker/briefs/librarian.tactics/<catalogize>._.[article][seed].md +3 -0
  258. package/dist/roles/thinker/briefs/librarian.tactics/<catalogize>.observation.via_clusterage_over_via_imagination.[seed].md +6 -0
  259. package/dist/roles/thinker/briefs/librarian.tactics/<catalogize>.vs_diverge.[article].persp.save_compute.md +46 -0
  260. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>._.[article].frame.colloquial.i2.by_grok.md +64 -0
  261. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.[catalog].md +106 -0
  262. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.contrast.[demo].usecase.vs_userjourney.by_chatgpt.md +45 -0
  263. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.counter.[demo].usecase.flyer.by_chargpt.md +38 -0
  264. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.counter.[demo].walkability.phoenix.by_chargpt.md +41 -0
  265. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].shear_force.scissors.by_grok.md +52 -0
  266. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].tea.darjeeling.by_grok.md +50 -0
  267. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].usecase.book_flight.by_grok.md +54 -0
  268. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].usecase.order_food.by_chatgpt.md +40 -0
  269. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].walkability.portland.by_chatgpt.i3.md +42 -0
  270. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].walkability.portland.by_grok.i2.md +49 -0
  271. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[lesson].howto.md +28 -0
  272. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.structure.[article].i2.md +73 -0
  273. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.narrative.[demo].usecase.order_online.by_chatgpt.md +34 -0
  274. package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.walkthrough.[demo].usecase.book_online.by_chatgpt.md +47 -0
  275. package/dist/roles/thinker/briefs/librarian.tactics/[brief].verbiage.outline.over.narrative.md +55 -0
  276. package/dist/roles/thinker/briefs/logistics/term.logistics.[article].md +21 -0
  277. package/dist/roles/thinker/briefs/logistics/term.logistics.of_information.[article].md +22 -0
  278. package/dist/roles/thinker/briefs/logistics/term.logistics.of_knowledge.[article].md +29 -0
  279. package/dist/roles/thinker/briefs/physics/optics.focal.acuity.md +77 -0
  280. package/dist/roles/thinker/briefs/physics/optics.focal.breadth.md +74 -0
  281. package/dist/roles/thinker/briefs/physics/optics.focal.depth.md +77 -0
  282. package/dist/roles/thinker/briefs/physics/optics.focal.distance.md +92 -0
  283. package/dist/roles/thinker/briefs/physics/optics.focal.tradeoffs.md +107 -0
  284. package/dist/roles/thinker/briefs/style.words.lowercase.md +36 -0
  285. package/dist/roles/thinker/briefs/tactician/tactics.compose.traits_and_skills.[article].md +76 -0
  286. package/dist/roles/thinker/briefs/tactician/trait.articulation.[article].md +67 -0
  287. package/dist/roles/thinker/briefs/tactician/trait.purpose.[article].md +56 -0
  288. package/dist/roles/thinker/briefs/tactician/trait.vs_skill.[article].md +55 -0
  289. package/dist/roles/thinker/briefs/tactician/trait.vs_tactic.[article].md +70 -0
  290. package/dist/roles/thinker/briefs/terms.motive.intent.goal.md +46 -0
  291. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.feedback/2025-08-17T23:42:52.441Z.9b5920a5f2286358.md +1 -0
  292. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.feedback/2025-08-17T23:45:56.905Z.c41b7ee6c012dca7.md +1 -0
  293. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.feedback/2025-08-17T23:46:26.625Z.550b8cabb776137d.md +1 -0
  294. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-17T23:39:04.903Z.1dbacaa56e249af8.md +13 -0
  295. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-17T23:40:21.876Z.1dbacaa56e249af8.md +13 -0
  296. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-17T23:45:04.183Z.1dbacaa56e249af8.md +13 -0
  297. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-17T23:39:04.904Z.20883c047b5b3927.md +12 -0
  298. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-17T23:40:21.877Z.20883c047b5b3927.md +12 -0
  299. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-17T23:45:04.183Z.20883c047b5b3927.md +12 -0
  300. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.goal/2025-08-17T23:39:04.900Z.f214cfb2b02fab75.md +3 -0
  301. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.goal/2025-08-17T23:40:21.875Z.f214cfb2b02fab75.md +3 -0
  302. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.goal/2025-08-17T23:45:04.181Z.f214cfb2b02fab75.md +3 -0
  303. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.2.md.foci.ponder.que.concept/2025-08-18T05:06:49.996Z.1dbacaa56e249af8.md +13 -0
  304. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.2.md.foci.ponder.que.context/2025-08-18T05:06:49.997Z.20883c047b5b3927.md +12 -0
  305. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.2.md.goal/2025-08-18T05:06:49.995Z.528e7ccdbef5d0cb.md +3 -0
  306. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.3.md.foci.ponder.que.concept/2025-08-18T05:07:30.952Z.1dbacaa56e249af8.md +13 -0
  307. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.3.md.foci.ponder.que.context/2025-08-18T05:07:30.953Z.20883c047b5b3927.md +12 -0
  308. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.3.md.goal/2025-08-18T05:07:30.951Z.528e7ccdbef5d0cb.md +3 -0
  309. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.4.md.foci.ponder.que.concept/2025-08-18T05:08:11.227Z.1dbacaa56e249af8.md +13 -0
  310. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.4.md.foci.ponder.que.context/2025-08-18T05:08:11.227Z.20883c047b5b3927.md +12 -0
  311. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.4.md.goal/2025-08-18T05:08:11.225Z.528e7ccdbef5d0cb.md +3 -0
  312. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.5.md.foci.ponder.que.concept/2025-08-18T05:09:02.755Z.1dbacaa56e249af8.md +13 -0
  313. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.5.md.foci.ponder.que.context/2025-08-18T05:09:02.756Z.20883c047b5b3927.md +12 -0
  314. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.5.md.goal/2025-08-18T05:09:02.754Z.508a8c044b22bfae.md +3 -0
  315. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.6.md.foci.ponder.que.concept/2025-08-18T05:10:31.565Z.1dbacaa56e249af8.md +13 -0
  316. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.6.md.foci.ponder.que.context/2025-08-18T05:10:31.566Z.20883c047b5b3927.md +12 -0
  317. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.6.md.goal/2025-08-18T05:10:31.563Z.528e7ccdbef5d0cb.md +3 -0
  318. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.feedback/2025-08-18T04:50:08.771Z.6e29435be57e631a.md +1 -0
  319. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-18T04:46:51.081Z.1dbacaa56e249af8.md +13 -0
  320. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-18T04:47:37.299Z.1dbacaa56e249af8.md +13 -0
  321. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-18T05:06:06.947Z.1dbacaa56e249af8.md +13 -0
  322. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-18T05:11:59.370Z.1dbacaa56e249af8.md +13 -0
  323. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-18T04:46:51.082Z.20883c047b5b3927.md +12 -0
  324. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-18T04:47:37.300Z.20883c047b5b3927.md +12 -0
  325. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-18T05:06:06.948Z.20883c047b5b3927.md +12 -0
  326. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-18T05:11:59.371Z.20883c047b5b3927.md +12 -0
  327. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.goal/2025-08-18T04:46:51.080Z.528e7ccdbef5d0cb.md +3 -0
  328. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.goal/2025-08-18T04:47:37.295Z.528e7ccdbef5d0cb.md +3 -0
  329. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.goal/2025-08-18T05:06:06.946Z.528e7ccdbef5d0cb.md +3 -0
  330. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.goal/2025-08-18T05:11:59.369Z.516579c7a92b1b26.md +3 -0
  331. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.grades_from_context.[article].1.md.foci.ponder.que.concept/2025-08-18T05:24:03.742Z.1dbacaa56e249af8.md +13 -0
  332. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.grades_from_context.[article].1.md.foci.ponder.que.context/2025-08-18T05:24:03.743Z.20883c047b5b3927.md +12 -0
  333. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.grades_from_context.[article].1.md.goal/2025-08-18T05:24:03.740Z.7ea13f40fae958b9.md +3 -0
  334. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].2.md.feedback/2025-08-18T05:04:11.112Z.fea716c6bf1c6c9c.md +1 -0
  335. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].2.md.foci.ponder.que.concept/2025-08-18T05:02:13.370Z.1dbacaa56e249af8.md +13 -0
  336. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].2.md.foci.ponder.que.context/2025-08-18T05:02:13.371Z.20883c047b5b3927.md +12 -0
  337. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].2.md.goal/2025-08-18T05:02:13.368Z.729168a4a51a9613.md +3 -0
  338. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.feedback/2025-08-18T04:59:17.249Z.b1420bd7f9bbf0df.md +1 -0
  339. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.feedback/2025-08-18T05:00:20.066Z.4841bbfbba6596ed.md +1 -0
  340. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.concept/2025-08-18T04:57:14.512Z.1dbacaa56e249af8.md +13 -0
  341. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.concept/2025-08-18T04:58:36.622Z.1dbacaa56e249af8.md +13 -0
  342. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.concept/2025-08-18T05:01:28.058Z.1dbacaa56e249af8.md +13 -0
  343. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.context/2025-08-18T04:57:14.513Z.20883c047b5b3927.md +12 -0
  344. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.context/2025-08-18T04:58:36.623Z.20883c047b5b3927.md +12 -0
  345. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.context/2025-08-18T05:01:28.059Z.20883c047b5b3927.md +12 -0
  346. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.goal/2025-08-18T04:57:14.510Z.5d9b39222bdebaab.md +3 -0
  347. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.goal/2025-08-18T04:58:36.621Z.763f2b6f96e5eb78.md +3 -0
  348. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.goal/2025-08-18T05:01:28.057Z.729168a4a51a9613.md +3 -0
  349. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:40:32.469Z.9a45a5da431061b7.md +69 -0
  350. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:43:00.496Z.e6c9d14fe7f196ad.md +86 -0
  351. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:45:09.820Z.496c31f5f6478ddb.md +69 -0
  352. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:46:02.394Z.ccbb435804f9a033.md +85 -0
  353. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:46:32.399Z.06fdb8bc5d327e89.md +85 -0
  354. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.concept.md +13 -0
  355. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.context.md +12 -0
  356. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical.md.goal.md +3 -0
  357. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical/2025-08-18T04:47:52.480Z.a284db9ffbba3805.md +85 -0
  358. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical/2025-08-18T04:50:13.483Z.a284db9ffbba3805.md +85 -0
  359. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical/2025-08-18T05:06:18.798Z.2b58e354810a1e6d.md +85 -0
  360. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical/2025-08-18T05:12:09.225Z.f31c12b3cfed3c70.md +86 -0
  361. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.2/2025-08-18T05:06:57.408Z.c68a7710adf0181d.md +71 -0
  362. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.2.md.foci.ponder.que.concept.md +13 -0
  363. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.2.md.foci.ponder.que.context.md +12 -0
  364. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.2.md.goal.md +3 -0
  365. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.3/2025-08-18T05:07:43.297Z.82dd27d4f2ae7e71.md +81 -0
  366. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.3.md.foci.ponder.que.concept.md +13 -0
  367. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.3.md.foci.ponder.que.context.md +12 -0
  368. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.3.md.goal.md +3 -0
  369. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.4/2025-08-18T05:08:20.573Z.19580b96c25a8226.md +77 -0
  370. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.4.md.foci.ponder.que.concept.md +13 -0
  371. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.4.md.foci.ponder.que.context.md +12 -0
  372. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.4.md.goal.md +3 -0
  373. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.5/2025-08-18T05:09:06.597Z.523fa2836b3552d3.md +66 -0
  374. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.5.md.foci.ponder.que.concept.md +13 -0
  375. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.5.md.foci.ponder.que.context.md +12 -0
  376. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.5.md.goal.md +3 -0
  377. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.6/2025-08-18T05:10:40.958Z.699e0e76881302b5.md +65 -0
  378. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.6.md.foci.ponder.que.concept.md +13 -0
  379. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.6.md.foci.ponder.que.context.md +12 -0
  380. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.6.md.goal.md +3 -0
  381. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.concept.md +13 -0
  382. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.context.md +12 -0
  383. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.md.goal.md +3 -0
  384. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.grades_from_context.[article].1/2025-08-18T05:24:12.067Z.79b6025bbedf68c2.md +48 -0
  385. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.grades_from_context.[article].1.md.foci.ponder.que.concept.md +13 -0
  386. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.grades_from_context.[article].1.md.foci.ponder.que.context.md +12 -0
  387. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.grades_from_context.[article].1.md.goal.md +3 -0
  388. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T04:57:24.261Z.a3e52f604602d423.md +70 -0
  389. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T04:58:44.342Z.92ba73d496dee2fd.md +64 -0
  390. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T04:59:24.899Z.49858373ac837709.md +64 -0
  391. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T05:00:28.230Z.17eef006aff2c2e2.md +64 -0
  392. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T05:01:38.340Z.9b64674c53f1407d.md +72 -0
  393. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2/2025-08-18T05:02:20.019Z.ec140a5feadeddb3.md +58 -0
  394. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2/2025-08-18T05:04:14.999Z.d3ae0f1e525de35b.md +65 -0
  395. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2.md.foci.ponder.que.concept.md +13 -0
  396. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2.md.foci.ponder.que.context.md +12 -0
  397. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2.md.goal.md +3 -0
  398. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.concept.md +13 -0
  399. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.context.md +12 -0
  400. package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].md.goal.md +3 -0
  401. package/dist/roles/thinker/briefs/thinker.tactics/<cluster>._.[article].frame.tactical._.md +85 -0
  402. package/dist/roles/thinker/briefs/thinker.tactics/<cluster>.vs_<diverge>.duality.[article].md +43 -0
  403. package/dist/roles/thinker/briefs/thinker.tactics/<diverge>._.[article].frame.cognitive.[seed].md +4 -0
  404. package/dist/roles/thinker/briefs/thinker.tactics/<diverge>._.[article].frame.tactical.md +89 -0
  405. package/dist/roles/thinker/briefs/thinker.tactics/<elaborate>_vs_<elucidate>.[seed].md +1 -0
  406. package/dist/roles/thinker/briefs/thinker.tactics/<enquestion>._.[article].md +113 -0
  407. package/dist/roles/thinker/briefs/thinker.tactics/<enquestion>._.[gallery].plumber.diagnose.md +130 -0
  408. package/dist/roles/thinker/briefs/thinker.tactics/<enquestion>._.[gallery].thinker.enquestion.md +125 -0
  409. package/dist/roles/thinker/briefs/thinker.tactics/<enquestion>.tactic.perspectives.[article].md +36 -0
  410. package/dist/roles/thinker/briefs/thinker.tactics/<triage>._.[article].frame.tactical.md +85 -0
  411. package/dist/roles/thinker/briefs/thinker.tactics/<triage>.persp.grades_from_context.[article].md +48 -0
  412. package/dist/roles/thinker/briefs/thinker.tactics/<triage>.persp.implicit_question.[article].md +65 -0
  413. package/dist/roles/thinker/briefs/trait.chillnature.md +14 -0
  414. package/dist/roles/thinker/briefs/trait.ocd.md +5 -0
  415. package/dist/roles/thinker/briefs/worders/core.matmuls_vecmuls_elemuls.md +93 -0
  416. package/dist/roles/thinker/briefs/worders/core.transformers.as_origin.md +62 -0
  417. package/dist/roles/thinker/briefs/worders/core.transformers.self_attention.[article].md +93 -0
  418. package/dist/roles/thinker/briefs/worders/core.transformers.self_attention.[demo].ambig.bank.md +80 -0
  419. package/dist/roles/thinker/briefs/worders/core.transformers.self_attention.[demo].cat_sat.md +67 -0
  420. package/dist/roles/thinker/briefs/worders/force.repeat_input_structures.md +48 -0
  421. package/dist/roles/thinker/briefs/worders/knowledge.interdependence.[article].md +37 -0
  422. package/dist/roles/thinker/briefs/worders/knowledge.interdependence.[demo].domain.physics.md +30 -0
  423. package/dist/roles/thinker/briefs/worders/knowledge.internal_vs_external.[article].artist_vs_librarian.md +44 -0
  424. package/dist/roles/thinker/briefs/worders/knowledge.internal_vs_external.[demo].artist_vs_librarian.md +37 -0
  425. package/dist/roles/thinker/briefs/worders/knowledge.internal_vs_external.[demo].domain.physics.md +39 -0
  426. package/dist/roles/thinker/briefs/worders/knowledge.internalized.[article].md +35 -0
  427. package/dist/roles/thinker/briefs/worders/knowledge.internalized.[demo].artist.md +36 -0
  428. package/dist/roles/thinker/briefs/worders/knowledge.internalized.[demo].neural.md +37 -0
  429. package/dist/roles/thinker/briefs/worders/knowledge.internalized.[demo].pianist.md +34 -0
  430. package/dist/roles/thinker/briefs/worders/limits.rhyme.md +46 -0
  431. package/dist/roles/thinker/briefs/worders/limits.spell.md +49 -0
  432. package/dist/roles/thinker/briefs/worders/teach.via.library.examples.md +28 -0
  433. package/dist/roles/thinker/briefs/worders/teach.via.library.explanations_vs_examples.md +40 -0
  434. package/dist/roles/thinker/briefs/worders/trend.prefer_reuse.[seed].md +10 -0
  435. package/dist/roles/thinker/getThinkerBrief.Options.codegen.d.ts +10 -0
  436. package/dist/roles/thinker/getThinkerBrief.Options.codegen.js +204 -0
  437. package/dist/roles/thinker/getThinkerBrief.Options.codegen.js.map +1 -0
  438. package/dist/roles/thinker/getThinkerBrief.d.ts +13 -0
  439. package/dist/roles/thinker/getThinkerBrief.js +21 -0
  440. package/dist/roles/thinker/getThinkerBrief.js.map +1 -0
  441. package/dist/roles/thinker/getThinkerRole.d.ts +2 -0
  442. package/dist/roles/thinker/getThinkerRole.js +54 -0
  443. package/dist/roles/thinker/getThinkerRole.js.map +1 -0
  444. package/dist/roles/thinker/skills/brief.articulate/stepArticulate.d.ts +59 -0
  445. package/dist/roles/thinker/skills/brief.articulate/stepArticulate.js +97 -0
  446. package/dist/roles/thinker/skills/brief.articulate/stepArticulate.js.map +1 -0
  447. package/dist/roles/thinker/skills/brief.articulate/stepArticulate.skill.d.ts +30 -0
  448. package/dist/roles/thinker/skills/brief.articulate/stepArticulate.skill.js +125 -0
  449. package/dist/roles/thinker/skills/brief.articulate/stepArticulate.skill.js.map +1 -0
  450. package/dist/roles/thinker/skills/brief.articulate/stepArticulate.template.md +120 -0
  451. package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.d.ts +54 -0
  452. package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.js +74 -0
  453. package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.js.map +1 -0
  454. package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.skill.d.ts +28 -0
  455. package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.skill.js +124 -0
  456. package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.skill.js.map +1 -0
  457. package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.d.ts +59 -0
  458. package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.js +103 -0
  459. package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.js.map +1 -0
  460. package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.skill.d.ts +30 -0
  461. package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.skill.js +138 -0
  462. package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.skill.js.map +1 -0
  463. package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.template.md +135 -0
  464. package/dist/roles/thinker/skills/khue.cluster/stepCluster.d.ts +57 -0
  465. package/dist/roles/thinker/skills/khue.cluster/stepCluster.js +91 -0
  466. package/dist/roles/thinker/skills/khue.cluster/stepCluster.js.map +1 -0
  467. package/dist/roles/thinker/skills/khue.cluster/stepCluster.skill.d.ts +29 -0
  468. package/dist/roles/thinker/skills/khue.cluster/stepCluster.skill.js +127 -0
  469. package/dist/roles/thinker/skills/khue.cluster/stepCluster.skill.js.map +1 -0
  470. package/dist/roles/thinker/skills/khue.cluster/stepCluster.template.md +134 -0
  471. package/dist/roles/thinker/skills/khue.diverge/stepDiverge.d.ts +57 -0
  472. package/dist/roles/thinker/skills/khue.diverge/stepDiverge.js +92 -0
  473. package/dist/roles/thinker/skills/khue.diverge/stepDiverge.js.map +1 -0
  474. package/dist/roles/thinker/skills/khue.diverge/stepDiverge.skill.d.ts +29 -0
  475. package/dist/roles/thinker/skills/khue.diverge/stepDiverge.skill.js +112 -0
  476. package/dist/roles/thinker/skills/khue.diverge/stepDiverge.skill.js.map +1 -0
  477. package/dist/roles/thinker/skills/khue.diverge/stepDiverge.template.md +110 -0
  478. package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.d.ts +55 -0
  479. package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.js +75 -0
  480. package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.js.map +1 -0
  481. package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.skill.d.ts +28 -0
  482. package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.skill.js +136 -0
  483. package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.skill.js.map +1 -0
  484. package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.template.md +73 -0
  485. package/dist/roles/thinker/skills/khue.triage/stepTriage.d.ts +57 -0
  486. package/dist/roles/thinker/skills/khue.triage/stepTriage.js +93 -0
  487. package/dist/roles/thinker/skills/khue.triage/stepTriage.js.map +1 -0
  488. package/dist/roles/thinker/skills/khue.triage/stepTriage.skill.d.ts +29 -0
  489. package/dist/roles/thinker/skills/khue.triage/stepTriage.skill.js +127 -0
  490. package/dist/roles/thinker/skills/khue.triage/stepTriage.skill.js.map +1 -0
  491. package/dist/roles/thinker/skills/khue.triage/stepTriage.template.md +128 -0
  492. package/license.md +21 -0
  493. package/package.json +104 -0
  494. package/readme.md +91 -0
@@ -0,0 +1,132 @@
1
+ # 🌊 .brief: `focus.motion.depth`
2
+
3
+ ## .what
4
+
5
+ `focal.depth` motion describes **radial traversal** through a semantic `concept.treestruct`,
6
+ shifting **inward** toward abstraction or **outward** toward instantiation.
7
+
8
+ it governs how **general or specific** your current frame of focus is —
9
+ zooming along the axis of **inclusion vs. expression**, **type vs. example**,
10
+ **concept vs. case**.
11
+
12
+ ---
13
+
14
+ ## 🧭 properties
15
+
16
+ | trait | value |
17
+ |------------------------|-------------------------------------------------|
18
+ | **axis type** | radial — moves coreward or leafward |
19
+ | **subaxes** | `.abstract`, `.concrete` |
20
+ | **anchor** | the focal concept changes across layers |
21
+ | **motion direction** | inward (generalize), outward (instantiate) |
22
+ | **depth shell** | determines the available `.breadth` space |
23
+ | **structure required** | must exist within a hierarchical concept tree |
24
+
25
+ ---
26
+
27
+ ## 🔹 primitives
28
+
29
+ | primitive | motion | description |
30
+ |-------------------|----------------------|--------------------------------------------------|
31
+ | `<generalize>` | `.abstract++` | move inward to a more general abstraction |
32
+ | `<instantiate>` | `.concrete++` | move outward to a more specific form or example |
33
+
34
+ > 🔁 radial motion is **reversible** — generalizing back from a case,
35
+ > or instantiating downward from a type.
36
+
37
+ ---
38
+
39
+ ## 🧭 directional reasoning flows
40
+
41
+ `focal.depth` motion underlies two major forms of structured thought:
42
+
43
+ | direction | alias names | description | common use cases |
44
+ |------------------|----------------------------|----------------------------------------------------------------------|------------------------------------------------|
45
+ | **core → out** | `coreout`, `top-down` | instantiate from abstract structure toward concrete examples | design, deduction, system planning |
46
+ | **edge → in** | `edgein`, `bottom-up` | generalize from concrete instances toward underlying abstraction | synthesis, analysis, theory-building |
47
+
48
+ > 💡 these flows may cycle in reasoning loops:
49
+ > coreout to explore consequences, edgein to revise structure.
50
+
51
+ ---
52
+
53
+ ## 🧩 catalog of abstraction dimensions
54
+
55
+ radial motion can follow different **abstractive axes**,
56
+ each governing a distinct kind of generalization logic.
57
+
58
+ this catalog defines **example paths** for common abstraction types:
59
+
60
+ | abstractive axis | abstraction path | generalizes by... |
61
+ |------------------|--------------------------------------------|---------------------------|
62
+ | **categorical** | `"banana"` → `"fruit"` → `"plant"` | kind or type |
63
+ | **functional** | `"spoon"` → `"utensil"` → `"tool"` | purpose or behavior |
64
+ | **potential** | `"can walk"` → `"mobility"` → `"agency"` | ability or constraint |
65
+ | **causal** | `"match"` → `"ignition"` → `"fire source"` | influence or mechanism |
66
+ | **emotional** | `"fear"` → `"negative affect"` → `"alert"` | affective tone |
67
+ | **ontological** | `"emotion"` → `"neural event"` → `"process"` | being or substance |
68
+ | **logical** | `"even number"` → `"divisible by 2"` → `"numeric property"` | provable structure |
69
+
70
+ > 🧠 each axis defines a **directional context** for `<generalize>` or `<instantiate>` —
71
+ > all share the same radial geometry, but vary in **semantic framing**.
72
+
73
+ ---
74
+
75
+ ## 🪞 metaphor
76
+
77
+ > depth motion is like **zooming through layers of meaning** —
78
+ > from wide organizing categories (roots),
79
+ > down into rich, detailed examples (leaves).
80
+
81
+ - `<generalize>` = zoom coreward toward the **core pattern**
82
+ - `<instantiate>` = zoom edgeward toward a **surface case**
83
+
84
+ ---
85
+
86
+ ## 🧪 examples
87
+
88
+ \`\`\`ts
89
+ // categorical
90
+ concept = [banana]
91
+ generalize → [fruit] → [plant]
92
+ instantiate → [ripe banana], [green banana]
93
+
94
+ // functional
95
+ concept = [email]
96
+ generalize → [communication tool] → [information utility]
97
+ instantiate → [newsletter email], [password reset email]
98
+
99
+ // causal
100
+ concept = [spark]
101
+ generalize → [ignition] → [fire mechanism]
102
+ instantiate → [spark from lighter], [spark plug]
103
+
104
+ // potential
105
+ concept = [can walk]
106
+ generalize → [mobility]
107
+ instantiate → [walk across street], [walk with limp]
108
+ \`\`\`
109
+
110
+ ---
111
+
112
+ ## 💡 interaction with breadth
113
+
114
+ > `focal.depth` determines the **shell** you're in.
115
+ > within that shell, `focal.breadth` defines your **angle of variation**.
116
+
117
+ \`\`\`ts
118
+ // depth determines shell
119
+ concept = [fruit] // abstraction shell
120
+ instantiate → [banana] // outer shell
121
+ ↳ vary (breadth.categorical++) → [mango], [apple]
122
+ \`\`\`
123
+
124
+ ---
125
+
126
+ ## 🎯 use when you want to:
127
+
128
+ - change **how general or specific** the concept in focus is
129
+ - zoom in to inspect real-world instances
130
+ - zoom out to find higher-order patterns
131
+ - choose an abstraction path that matches your reasoning need
132
+ - reason top-down (`coreout`) or bottom-up (`edgein`) through structure
@@ -0,0 +1,106 @@
1
+ # 🧩 .brief: `focus.motion.composite`
2
+
3
+ ## .what
4
+ A **composite motion** is a named maneuver in `cortal.focus`
5
+ that combines **multiple focus primitives** or transformations
6
+ into a meaningful, higher-order traversal behavior.
7
+
8
+ While **primitives** operate along a single axis,
9
+ **composites** blend motions — often spanning breadth, acuity, or depth —
10
+ to express richer cognitive intents like *elaborate*, *diagnose*, or *zoomout*.
11
+
12
+ ---
13
+
14
+ ## 🧬 classification of motion variants
15
+
16
+ | kind | example | motion profile | composite? |
17
+ |-----------------|---------------------|------------------------------------------|------------|
18
+ | **primitive** | `<compress>` | `.attributes--` | ❌ no |
19
+ | **composite** | `<elaborate>` | `.breadth++` + `.acuity++` | ✅ yes |
20
+ | **structural** | `<zoomout><$x>` | framework wrapper for composite behavior | ✅ yes |
21
+ | **strategic** | `<diagnose>` | dynamic chaining of tailored composites | ✅ yes |
22
+
23
+ ---
24
+
25
+ ### 🔖 types of composites
26
+
27
+ | type | definition |
28
+ |------------------|---------------------------------------------------------------------------|
29
+ | **composite** | hard-coded combination of primitives into a single maneuver |
30
+ | **structural** | meta-wrappers that organize or sequence other motions |
31
+ | **strategic** | smart composites that adapt motion chains based on context or input |
32
+
33
+ ---
34
+
35
+ ## 🛠 how to identify a composite
36
+
37
+ A motion is composite if it:
38
+
39
+ - involves **multiple axis transformations**
40
+ - expresses **intent** beyond a single adjustment
41
+ - can be **broken down** into identifiable primitive steps
42
+
43
+ ---
44
+
45
+ ## 🎨 examples
46
+
47
+ ### Composite
48
+
49
+ \`\`\`ts
50
+ <elaborate>[concept:"contract"]
51
+ =
52
+ <zoom>[concept:"contract"]
53
+ → <vary>
54
+ → <highlight>
55
+ → [concept:"contract, clause-level detail"]
56
+ \`\`\`
57
+
58
+ ### Structural
59
+
60
+ \`\`\`ts
61
+ <zoomout>(<compare>, <generalize>)[concept:"vehicle"]
62
+ =
63
+ <compare>[concept:"vehicle"]
64
+ → <generalize>
65
+ → [concept:"transport system"]
66
+ \`\`\`
67
+
68
+ ### Strategic
69
+
70
+ \`\`\`ts
71
+ <diagnose>[concept:"customer issue"]
72
+ =
73
+ contextually chooses:
74
+ → <zoom>[concept]
75
+ → <contrast>[concept]
76
+ → <summarize>
77
+ \`\`\`
78
+
79
+ ---
80
+
81
+ ## 🧭 usage in traversal grammar
82
+
83
+ All composite motions follow the `distilisys.grammar.traversal` pattern:
84
+
85
+ \`\`\`ts
86
+ <composite>(<$submechs>)[concept.in]
87
+ =
88
+ <step1>[concept.in]
89
+ → <step2>
90
+ → ...
91
+ → [concept.out]
92
+ \`\`\`
93
+
94
+ This enables:
95
+
96
+ - **explicit chaining**
97
+ - **declarative behavior**
98
+ - **composable reasoning**
99
+
100
+ ---
101
+
102
+ ## 🧩 related briefs
103
+
104
+ - `.brief: cortal.focus`
105
+ - `.brief: focus.motion.primitives`
106
+ - `.brief: distilisys.grammar.traversal`
@@ -0,0 +1,105 @@
1
+ # 🧪 .brief: `distilisys.grammar.traversal`
2
+
3
+ ## .what
4
+ This grammar defines how **semantic traversal maneuvers**
5
+ are expressed using structured, declarative forms in `distilisys`.
6
+
7
+ Each maneuver is a **semantic operator** that acts on a focused [concept],
8
+ optionally delegates to internal mechanisms, and produces a transformed [concept] output.
9
+
10
+ ---
11
+
12
+ ## 🧭 general structure
13
+
14
+ Traversal motions follow this canonical pattern:
15
+
16
+ \`\`\`ts
17
+ <mechanism>(...<$varmech>)[concept.in]
18
+ =
19
+ <mech1>[concept.in]
20
+ → <mech2>
21
+ → ...
22
+ → [concept.out]
23
+ \`\`\`
24
+
25
+ ---
26
+
27
+ ### 🔤 component roles
28
+
29
+ | symbol | meaning |
30
+ |----------------------|-------------------------------------------------------------------------|
31
+ | `<mechanism>` | the high-level traversal operator (e.g. `<vary>`, `<compare>`, `<extend>`) |
32
+ | `(...<$varmech>)` | optional list of internal mechanisms used within the traversal |
33
+ | `[concept.in]` | the anchor [concept] to traverse from |
34
+ | `[concept.out]` | the resolved or discovered [concept] result |
35
+ | `→` | sequence of intermediate semantic transformations |
36
+
37
+ ---
38
+
39
+ ## 🎨 examples
40
+
41
+ ### 1. simple traversal
42
+
43
+ \`\`\`ts
44
+ <extend>()[concept:"apple"]
45
+ =
46
+ <compare>[concept:"apple"]
47
+ → <vary>
48
+ → [concept:"green apple"]
49
+ \`\`\`
50
+
51
+ - compares `"apple"` to discover dimensions
52
+ - varies along one to produce `"green apple"`
53
+
54
+ ---
55
+
56
+ ### 2. structured with variant mechanisms
57
+
58
+ \`\`\`ts
59
+ <expand>(<extend>, <research>)[concept:"tool"]
60
+ =
61
+ <extend>[concept:"tool"]
62
+ → <research>
63
+ → <collect>
64
+ → [concepts:"tool variants"]
65
+ \`\`\`
66
+
67
+ - performs `<extend>` and `<research>` as broadening actions
68
+ - gathers results into a collective output
69
+
70
+ ---
71
+
72
+ ### 3. compositional traversal (explicit chain only)
73
+
74
+ Compositional use **must be expressed via arrow chaining** —
75
+ **not via nested expressions** like `<foo>(<bar>(...))`.
76
+
77
+ ✅ valid:
78
+
79
+ \`\`\`ts
80
+ <extend>[concept:"apple"]
81
+ → <compare>
82
+ → [concept:"variation axis"]
83
+ \`\`\`
84
+
85
+ 🚫 invalid:
86
+
87
+ \`\`\`ts
88
+ <compare>(<extend>[concept:"apple"])
89
+ \`\`\`
90
+
91
+ Nested calls violate the structural clarity of traversal grammar.
92
+ All motion flows should be **explicitly sequenced** via `→`.
93
+
94
+ ---
95
+
96
+ ## 🎯 purpose
97
+
98
+ This grammar enables:
99
+
100
+ - **structured traversal declarations**
101
+ - **multi-step breakdown** of semantic motion
102
+ - **clear chaining** of mechanism → output
103
+
104
+ It promotes **modular reasoning**, **compositional clarity**,
105
+ and explainable semantic workflows within the `cortal.focus` model.
@@ -0,0 +1,209 @@
1
+ # ❓ .brief: `questions`
2
+
3
+ ## .what
4
+
5
+ A **question** is not just a request for information —
6
+ it’s a **semantic motion directive** that tells a reasoning system **where to move**
7
+ in concept space, and **how**.
8
+
9
+ Every question defines a **vector**: a directional push along one or more
10
+ axes of focus (`focal.depth`, `focal.breadth`, `focal.acuity`, etc).
11
+ The **precision** of this motion is **tunable** —
12
+ from **rough**, exploratory paths to **smooth**, composed trajectories.
13
+
14
+ > 🧠 questions are the **primary mechanism** by which humans and systems
15
+ > describe, steer, and iterate through thought.
16
+
17
+ ---
18
+
19
+ ## 🌿 questions = semantic branches
20
+
21
+ Within the `concept.treestruct`, each **question** corresponds to a **branch**
22
+ that grows outward from a **berry** (i.e. concept node).
23
+
24
+ > ❓ To ask a question is to grow a branch from a berry.
25
+
26
+ A **question branch**:
27
+
28
+ - starts from a **berry** (your current concept)
29
+ - fans out toward **target berries** (possible answers)
30
+ - may itself be a **question berry** — a node that spawns further branching
31
+
32
+ This defines traversal:
33
+
34
+ \`\`\`ts
35
+ 🫐 berry --🌿 question--> 🫐 berry
36
+ \
37
+ └--> 🫐 berry
38
+ \`\`\`
39
+
40
+ > 🌿 Every question is **applied** to a berry — questions don't float on their own.
41
+
42
+ ---
43
+
44
+ ## 🧭 questions as motion vectors
45
+
46
+ Every question acts as a **semantic motion vector**
47
+ within the structure of `cortal.focus`.
48
+
49
+ To function, a question requires:
50
+
51
+ | requirement | role |
52
+ |---------------------|------------------------------------------------------------------|
53
+ | **focus.context** | interpretive frame (what’s relevant, known, or valued) |
54
+ | **focus.concept** | the current berry — the starting point of semantic motion |
55
+ | **vector.direction** | axis or axes being activated (depth, breadth, acuity, etc.) |
56
+ | **vector.magnitude** | extent of motion along each axis (e.g. one hop vs full traverse) |
57
+
58
+ > ❓ A question isn’t just “what do I want to know?”
59
+ > it’s **“how do I want to move from here?”**
60
+
61
+ > questions initiate **vectorized traversal** through `concept.treestruct`,
62
+ > forming 🌿 **branches** between 🫐 **berries** in meaning space.
63
+
64
+
65
+ ---
66
+
67
+ ## 🎚️ tunable precision: rough vs smooth
68
+
69
+ Questions can express **loose** or **refined** motion profiles:
70
+
71
+ | precision | motion profile | outcome |
72
+ |----------------|---------------------------------------------|------------------------------------------|
73
+ | **rough** | vague direction, high turn cost | requires follow-ups to triangulate |
74
+ | **smooth** | well-shaped, multidimensional vector | lands close to resolution in one move |
75
+
76
+ > ✏️ **Refining a question = shaping the branch's trajectory**
77
+ > to land on the most relevant berry directly.
78
+
79
+ > ⚠️ Over-smoothing too early can obscure insight.
80
+ > Sometimes, **rough questions** surface **hidden paths**
81
+ > that polished ones might skip past.
82
+
83
+ ---
84
+
85
+ ## 🧩 .catalog: question roles in semantic motion
86
+
87
+ This is a **non-exhaustive catalog** of **question roles** —
88
+ each one reflects a distinct **semantic intention** behind a branch:
89
+
90
+ | role | description |
91
+ |------------------|-----------------------------------------------------|
92
+ | **exploratory** | opens new directions, usually rough or vague |
93
+ | **diagnostic** | clarifies status or correctness |
94
+ | **generative** | proposes new berries, forks, or possibilities |
95
+ | **confirmatory** | seeks verification or resolution |
96
+ | **evaluative** | identifies salience, preference, or value |
97
+
98
+ > ✏️ Use roles to model **intent** — *what are you trying to do with this branch?*
99
+
100
+ ---
101
+
102
+ ### 🪜 example progression
103
+
104
+ \`\`\`ts
105
+ "what happened?" // rough
106
+ "what caused it?" // smoother
107
+ "what mechanism triggered the change?" // smoother
108
+ "what internal mechanism triggered the shift at time X?" // smoothest
109
+ \`\`\`
110
+
111
+ Each step:
112
+
113
+ - reduces ambiguity
114
+ - embeds more subaxes and constraints
115
+ - grows a **tighter branch** from berry to berry
116
+
117
+ ---
118
+
119
+ ## 🔄 motion types: zig-zag vs direct branch
120
+
121
+ | path type | question behavior | semantic motion |
122
+ |-----------------|-------------------------------------------|----------------------------------------|
123
+ | **rough path** | chain of subquestions | zig-zag branch growth |
124
+ | **smooth path** | precomposed vector | direct arc toward resolution |
125
+
126
+ > 🪜 Rough = “🫐 berry → 🌿 branch → 🫐 berry → 🌿 branch → 🫐 berry”
127
+ > 🎯 Smooth = one well-formed 🌿 branch that hits a 🫐 berry in one shot
128
+
129
+ ---
130
+
131
+ ## 🧬 questions as semantic matrices
132
+
133
+ Each question can be modeled as a **motion matrix** over focus dimensions:
134
+
135
+ \`\`\`ts
136
+ question_matrix = [
137
+ [1, 0, 0, 0], // generalize
138
+ [0, 1, 0, 0], // vary category
139
+ [0, 0, 0, 1], // decompose
140
+ ]
141
+ \`\`\`
142
+
143
+ > A **composite question** = pre-multiplied matrix
144
+ > A **question sequence** = chained motion ops (branch hops)
145
+
146
+ ---
147
+
148
+ ## 🌐 berry-branch interaction logic
149
+
150
+ > A **question alone does nothing** — until applied to a **berry**.
151
+
152
+ - 🫐 Current focus = a **berry**
153
+ - 🌿 You apply a **question** to it → new branches grow
154
+ - 🫐 Result = new berries reached via traversal
155
+
156
+ > 🌿 **Branch = the motion.**
157
+ > 🫐 **Berry = the arrival.**
158
+
159
+ ---
160
+
161
+ ## 🌳 traversal integration
162
+
163
+ The question system works as part of a larger berrybranch model:
164
+
165
+ - Questions = 🌿 branches (motion operators)
166
+ - Concepts = 🫐 berries (sumptions)
167
+ - Traversal = chaining motion from berry to berry via branches
168
+
169
+ \`\`\`ts
170
+ 🫐 dog
171
+ └─🌿 what kind?
172
+ ├─🫐 poodle
173
+ └─🫐 beagle
174
+ \`\`\`
175
+
176
+ > Asking = growing.
177
+ > Following = thinking.
178
+
179
+ ---
180
+
181
+ ## 🧠 in practice
182
+
183
+ Use this framework to:
184
+
185
+ - write better AI prompts (smooth = direct, rough = divergent)
186
+ - scaffold learning (start rough, refine with learners)
187
+ - model human reasoning paths in structured interfaces
188
+
189
+ ---
190
+
191
+ ## 🎯 use questions to:
192
+
193
+ - initiate meaningful motion through concept space
194
+ - **grow semantic branches** from your current focus
195
+ - refine vague berries into crisp ones
196
+ - collapse zig-zag chains into elegant semantic arcs
197
+ - teach vectorized thinking through question refinement
198
+
199
+ ---
200
+
201
+ ## 🪞 metaphor recap
202
+
203
+ > A **rough question** is like bushwhacking through the woods —
204
+ > you navigate by trial, error, and pivoting.
205
+
206
+ > A **smooth question** is like a clean branch split —
207
+ > it grows exactly where it needs to go.
208
+
209
+ > 🌿 Ask well, and the tree grows true.