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.
- package/dist/.test/genContextLogTrail.d.ts +2 -0
- package/dist/.test/genContextLogTrail.js +12 -0
- package/dist/.test/genContextLogTrail.js.map +1 -0
- package/dist/.test/genContextStitchTrail.d.ts +1 -0
- package/dist/.test/genContextStitchTrail.js +6 -0
- package/dist/.test/genContextStitchTrail.js.map +1 -0
- package/dist/.test/getContextOpenAI.d.ts +2 -0
- package/dist/.test/getContextOpenAI.js +19 -0
- package/dist/.test/getContextOpenAI.js.map +1 -0
- package/dist/_topublish/domain-glossary-brief/src/domain/objects/Catalog.d.ts +0 -0
- package/dist/_topublish/domain-glossary-brief/src/domain/objects/Catalog.js +2 -0
- package/dist/_topublish/domain-glossary-brief/src/domain/objects/Catalog.js.map +1 -0
- package/dist/_topublish/domain-glossary-brief/src/domain/objects/TriageCatalog.d.ts +18 -0
- package/dist/_topublish/domain-glossary-brief/src/domain/objects/TriageCatalog.js +3 -0
- package/dist/_topublish/domain-glossary-brief/src/domain/objects/TriageCatalog.js.map +1 -0
- package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Focus.d.ts +34 -0
- package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Focus.js +9 -0
- package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Focus.js.map +1 -0
- package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Question.d.ts +1 -0
- package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Question.js +3 -0
- package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Question.js.map +1 -0
- package/dist/access/sdk/sdkOpenAi.d.ts +16 -0
- package/dist/access/sdk/sdkOpenAi.js +42 -0
- package/dist/access/sdk/sdkOpenAi.js.map +1 -0
- package/dist/contract/commands/codegenBriefOptions.d.ts +1 -0
- package/dist/contract/commands/codegenBriefOptions.js +54 -0
- package/dist/contract/commands/codegenBriefOptions.js.map +1 -0
- package/dist/contract/sdk/index.d.ts +2 -0
- package/dist/contract/sdk/index.js +8 -0
- package/dist/contract/sdk/index.js.map +1 -0
- package/dist/domain.operations/artifact/asDotRhachetFile.d.ts +5 -0
- package/dist/domain.operations/artifact/asDotRhachetFile.js +16 -0
- package/dist/domain.operations/artifact/asDotRhachetFile.js.map +1 -0
- package/dist/domain.operations/artifact/genLoopFeedback.d.ts +18 -0
- package/dist/domain.operations/artifact/genLoopFeedback.js +40 -0
- package/dist/domain.operations/artifact/genLoopFeedback.js.map +1 -0
- package/dist/domain.operations/artifact/genStepArtDel.d.ts +17 -0
- package/dist/domain.operations/artifact/genStepArtDel.js +29 -0
- package/dist/domain.operations/artifact/genStepArtDel.js.map +1 -0
- package/dist/domain.operations/artifact/genStepArtSet.d.ts +14 -0
- package/dist/domain.operations/artifact/genStepArtSet.js +49 -0
- package/dist/domain.operations/artifact/genStepArtSet.js.map +1 -0
- package/dist/domain.operations/artifact/genStepGrabCallerFeedbackToArtifact.d.ts +19 -0
- package/dist/domain.operations/artifact/genStepGrabCallerFeedbackToArtifact.js +100 -0
- package/dist/domain.operations/artifact/genStepGrabCallerFeedbackToArtifact.js.map +1 -0
- package/dist/domain.operations/artifact/genStepResetFeedback.d.ts +12 -0
- package/dist/domain.operations/artifact/genStepResetFeedback.js +27 -0
- package/dist/domain.operations/artifact/genStepResetFeedback.js.map +1 -0
- package/dist/domain.operations/artifact/genStepSwapArtifact.d.ts +57 -0
- package/dist/domain.operations/artifact/genStepSwapArtifact.js +58 -0
- package/dist/domain.operations/artifact/genStepSwapArtifact.js.map +1 -0
- package/dist/domain.operations/artifact/setSkillOutputSrc.d.ts +32 -0
- package/dist/domain.operations/artifact/setSkillOutputSrc.js +99 -0
- package/dist/domain.operations/artifact/setSkillOutputSrc.js.map +1 -0
- package/dist/domain.operations/context/genStitchStreamToDisk.d.ts +13 -0
- package/dist/domain.operations/context/genStitchStreamToDisk.js +74 -0
- package/dist/domain.operations/context/genStitchStreamToDisk.js.map +1 -0
- package/dist/domain.operations/hooks/decodeDocOutputPath.d.ts +21 -0
- package/dist/domain.operations/hooks/decodeDocOutputPath.js +57 -0
- package/dist/domain.operations/hooks/decodeDocOutputPath.js.map +1 -0
- package/dist/domain.operations/hooks/execTranslateDocOutputPath.d.ts +20 -0
- package/dist/domain.operations/hooks/execTranslateDocOutputPath.js +80 -0
- package/dist/domain.operations/hooks/execTranslateDocOutputPath.js.map +1 -0
- package/dist/domain.operations/hooks/getInvokeHooks.d.ts +2 -0
- package/dist/domain.operations/hooks/getInvokeHooks.js +15 -0
- package/dist/domain.operations/hooks/getInvokeHooks.js.map +1 -0
- package/dist/domain.operations/hooks/relateDocOutputPath.d.ts +11 -0
- package/dist/domain.operations/hooks/relateDocOutputPath.js +58 -0
- package/dist/domain.operations/hooks/relateDocOutputPath.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -0
- package/dist/roles/getRoleRegistry.d.ts +8 -0
- package/dist/roles/getRoleRegistry.js +19 -0
- package/dist/roles/getRoleRegistry.js.map +1 -0
- package/dist/roles/getRoleRegistry.readme.d.ts +1 -0
- package/dist/roles/getRoleRegistry.readme.js +22 -0
- package/dist/roles/getRoleRegistry.readme.js.map +1 -0
- package/dist/roles/thinker/briefs/cognition/cog000.overview.and.premise.md +115 -0
- package/dist/roles/thinker/briefs/cognition/cog021.coordinates.spherical.md +69 -0
- package/dist/roles/thinker/briefs/cognition/cog021.metaphor.cauliflorous.md +44 -0
- package/dist/roles/thinker/briefs/cognition/cog021.metaphor.galactic_spacetravel.[article].md +42 -0
- package/dist/roles/thinker/briefs/cognition/cog021.metaphor.galactic_spacetravel.[lesson].md +60 -0
- package/dist/roles/thinker/briefs/cognition/cog021.structs.catalog.md +51 -0
- package/dist/roles/thinker/briefs/cognition/cog021.structs.treestruct.md +85 -0
- package/dist/roles/thinker/briefs/cognition/cog021.structs.vector.md +112 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.definition.md +115 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct._.md +112 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.coords.1.spherical.md +80 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.coords.2.abstractive.md +59 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.coords.3.descriptive.md +64 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.persp.1.perspectives.md +88 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.persp.2.universal.md +82 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.persp.3.relative.md +106 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.persp.4.fractal.md +83 -0
- package/dist/roles/thinker/briefs/cognition/cog151.concept.treestruct.gravity.md +89 -0
- package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p1.definition.md +231 -0
- package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p1.examples.cont.md +82 -0
- package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p2.acuity.md +134 -0
- package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p2.breadth.md +151 -0
- package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p2.depth.md +147 -0
- package/dist/roles/thinker/briefs/cognition/cog251.cortal.focus.p3.fabric.md +96 -0
- package/dist/roles/thinker/briefs/cognition/cog251.cortal.focus.p3.mode.md +68 -0
- package/dist/roles/thinker/briefs/cognition/cog251.cortal.focus.p3.rythm.md +56 -0
- package/dist/roles/thinker/briefs/cognition/cog251.cortal.focus.p3.usecases.md +76 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives._.md +155 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives.acuity.md +94 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives.breadth.md +114 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives.breadth.vary.md +105 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives.depth.md +132 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.2.motion.composites._.md +106 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.2.motion.composites.grammar.md +105 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.._.md +209 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.1.persp.as.berries.md +168 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.1.persp.as.vectors.md +74 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.1.persp.has.precision.tunable.md +80 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.2.1.primitives.rough._.md +99 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.2.1.primitives.rough.interrogative.md +108 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.2.1.primitives.rough.why.[article].md +55 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.2.2.composite.smooth._.md +83 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.2.2.composite.smooth.examples.md +101 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.1.primitives._.md +134 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.1.primitives.recall.md +149 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.1.primitives.steer.md +146 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.1.primitives.think.md +141 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.2.composites.zoom.md +127 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.3.catalogs.md +107 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.3.grammar.md +124 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang_.md +0 -0
- package/dist/roles/thinker/briefs/cognition/inflight/concept.vs.idea.md +70 -0
- package/dist/roles/thinker/briefs/cognition/inflight/core.concept.adjectives.md +8 -0
- package/dist/roles/thinker/briefs/distilisys.grammar.compressed.md +19 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.1.why.common.[article].md +32 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.1.why.term_smells.[article].md +36 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.1.why.term_smells.detection.[lesson].md +73 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.2.tactic.eliminate.[article].md +55 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.2.tactic.eliminate.[lesson].md +41 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.3.eliminator.[trait]._.md +66 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.3.eliminator.[trait].balance.md +36 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.3.eliminator.[trait].bane.md +34 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.3.eliminator.[trait].boon.md +35 -0
- package/dist/roles/thinker/briefs/knowledge/kno101.primitives.1.ontology.[article].frame.docs_as_materializations.md +63 -0
- package/dist/roles/thinker/briefs/knowledge/kno101.primitives.1.ontology.[article].frame.docs_as_references.md +45 -0
- package/dist/roles/thinker/briefs/knowledge/kno101.primitives.2.rel.many_to_many.[article].md +37 -0
- package/dist/roles/thinker/briefs/knowledge/kno101.primitives.3.instances.[article].md +39 -0
- package/dist/roles/thinker/briefs/knowledge/kno101.primitives.4.documents.[article].md +37 -0
- package/dist/roles/thinker/briefs/knowledge/kno101.primitives.5.concepts.[article].md +39 -0
- package/dist/roles/thinker/briefs/knowledge/kno201.documents._.[article].md +48 -0
- package/dist/roles/thinker/briefs/knowledge/kno201.documents._.[catalog].md +52 -0
- package/dist/roles/thinker/briefs/knowledge/kno201.documents.articles.[article].md +40 -0
- package/dist/roles/thinker/briefs/knowledge/kno201.documents.catalogs.[article].md +41 -0
- package/dist/roles/thinker/briefs/knowledge/kno201.documents.demos.[article].md +42 -0
- package/dist/roles/thinker/briefs/knowledge/kno201.documents.lessons.[article].md +42 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression.1.refs._.[article].md +41 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression.2.kernels._.[article].i1.md +50 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression.3.briefs._.[article].md +40 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression._.[article].md +90 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression._.[catalog].persp.garden.md +64 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[article].md +45 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].algorithm.md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].color.md +56 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].empathy.md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].entropy.md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].gravity.md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].joke.md +56 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].value.md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2._.[catalog].md +43 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.articulate.[article].md +27 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.articulate.[lesson].md +49 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.catalogize.[article].md +27 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.catalogize.[lesson].md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.demonstrate.[article].md +26 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.demonstrate.[lesson].md +49 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.lessonize.[article].md +26 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.lessonize.[lesson].md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.kernelize._.[article].md +58 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.kernelize._.[lesson].md +88 -0
- package/dist/roles/thinker/briefs/knowledge/kno351.docs.are_instances.[article].md +34 -0
- package/dist/roles/thinker/briefs/knowledge/kno351.docs.recursion.[catalog].md +44 -0
- package/dist/roles/thinker/briefs/knowledge/kno401.actors.1.role.author.[article].md +36 -0
- package/dist/roles/thinker/briefs/knowledge/kno401.actors.1.role.librarian.[article].md +40 -0
- package/dist/roles/thinker/briefs/knowledge/kno401.actors.2.interdependence.[article].md +52 -0
- package/dist/roles/thinker/briefs/knowledge/kno501.doc.enbrief.catalog.structure1.[article].md +53 -0
- package/dist/roles/thinker/briefs/knowledge/kno501.doc.enbrief.catalog.structure1.[lesson].template.md +101 -0
- 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
- 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
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.goal/2025-08-28T02:43:27.728Z.b1869db890614951.md +3 -0
- 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
- 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
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.md.goal/2025-08-28T02:44:23.031Z.852c92045a674148.md +4 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent/2025-08-28T02:44:30.724Z.2f5896cb587117da.md +44 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.goal.md +3 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.md.goal.md +4 -0
- package/dist/roles/thinker/briefs/librarian.context/article.variant.vision.[article].md +60 -0
- package/dist/roles/thinker/briefs/librarian.context/term.expectation.vs_assumption._.md +60 -0
- package/dist/roles/thinker/briefs/librarian.context/term.frame.vs_perspective.[article].md +96 -0
- package/dist/roles/thinker/briefs/librarian.context/term.invariant.[article].md +29 -0
- package/dist/roles/thinker/briefs/librarian.context/term.lesson._vs_article.[article].md +36 -0
- package/dist/roles/thinker/briefs/librarian.context/term.ref._vs_brief.md +90 -0
- package/dist/roles/thinker/briefs/librarian.context/term.referent.[article].md +43 -0
- package/dist/roles/thinker/briefs/librarian.context/usage.lesson_vs_article.[lesson].md +31 -0
- package/dist/roles/thinker/briefs/librarian.context/usage.lesson_vs_article_vs_demo.[lesson].md +37 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.readme.md +12 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>.tactics.[catalog].md.goal/2025-08-19T05:33:21.985Z.1f3884998db3b338.md +6 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article]/2025-08-19T05:26:25.275Z.8a56710c0bb0b7f5.md +62 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2/2025-08-19T05:28:06.500Z.30e7bf815db7709b.md +43 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2/2025-08-19T05:29:19.551Z.f4d48288c7f7b0b2.md +43 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2/2025-08-19T05:31:05.482Z.875d98d92fe452d1.md +46 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2.md.goal.md +10 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].md.goal.md +4 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical/2025-08-19T05:18:27.266Z.f1bb2e1f049133a5.md +64 -0
- 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
- 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
- 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
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.goal.md +6 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.md.goal.md +6 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>.tactics.[catalog]/2025-08-19T05:33:41.302Z.78d520797f9769bd.md +68 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>.tactics.[catalog].md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>.tactics.[catalog].md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>.tactics.[catalog].md.goal.md +6 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>._.[article].frame.cognitive.md +33 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>._.[article].frame.tactical.md +45 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.[catalog].md +83 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.concept_dimension.examples.[article][seed].md +4 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.concept_dimension.invariants.[article].md +36 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.from.examples.md +44 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.from.seed.md +48 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.with.templates.[article].md +57 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.with.templates.[gallery][review].effective.md +1 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tone.bluecollar.[article][seed].md +5 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<catalogize>._.[article][seed].md +3 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<catalogize>.observation.via_clusterage_over_via_imagination.[seed].md +6 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<catalogize>.vs_diverge.[article].persp.save_compute.md +46 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>._.[article].frame.colloquial.i2.by_grok.md +64 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.[catalog].md +106 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.contrast.[demo].usecase.vs_userjourney.by_chatgpt.md +45 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.counter.[demo].usecase.flyer.by_chargpt.md +38 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.counter.[demo].walkability.phoenix.by_chargpt.md +41 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].shear_force.scissors.by_grok.md +52 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].tea.darjeeling.by_grok.md +50 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].usecase.book_flight.by_grok.md +54 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].usecase.order_food.by_chatgpt.md +40 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].walkability.portland.by_chatgpt.i3.md +42 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].walkability.portland.by_grok.i2.md +49 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[lesson].howto.md +28 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.structure.[article].i2.md +73 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.narrative.[demo].usecase.order_online.by_chatgpt.md +34 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.walkthrough.[demo].usecase.book_online.by_chatgpt.md +47 -0
- package/dist/roles/thinker/briefs/librarian.tactics/[brief].verbiage.outline.over.narrative.md +55 -0
- package/dist/roles/thinker/briefs/logistics/term.logistics.[article].md +21 -0
- package/dist/roles/thinker/briefs/logistics/term.logistics.of_information.[article].md +22 -0
- package/dist/roles/thinker/briefs/logistics/term.logistics.of_knowledge.[article].md +29 -0
- package/dist/roles/thinker/briefs/physics/optics.focal.acuity.md +77 -0
- package/dist/roles/thinker/briefs/physics/optics.focal.breadth.md +74 -0
- package/dist/roles/thinker/briefs/physics/optics.focal.depth.md +77 -0
- package/dist/roles/thinker/briefs/physics/optics.focal.distance.md +92 -0
- package/dist/roles/thinker/briefs/physics/optics.focal.tradeoffs.md +107 -0
- package/dist/roles/thinker/briefs/style.words.lowercase.md +36 -0
- package/dist/roles/thinker/briefs/tactician/tactics.compose.traits_and_skills.[article].md +76 -0
- package/dist/roles/thinker/briefs/tactician/trait.articulation.[article].md +67 -0
- package/dist/roles/thinker/briefs/tactician/trait.purpose.[article].md +56 -0
- package/dist/roles/thinker/briefs/tactician/trait.vs_skill.[article].md +55 -0
- package/dist/roles/thinker/briefs/tactician/trait.vs_tactic.[article].md +70 -0
- package/dist/roles/thinker/briefs/terms.motive.intent.goal.md +46 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:40:32.469Z.9a45a5da431061b7.md +69 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:43:00.496Z.e6c9d14fe7f196ad.md +86 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:45:09.820Z.496c31f5f6478ddb.md +69 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:46:02.394Z.ccbb435804f9a033.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:46:32.399Z.06fdb8bc5d327e89.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical/2025-08-18T04:47:52.480Z.a284db9ffbba3805.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical/2025-08-18T04:50:13.483Z.a284db9ffbba3805.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical/2025-08-18T05:06:18.798Z.2b58e354810a1e6d.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical/2025-08-18T05:12:09.225Z.f31c12b3cfed3c70.md +86 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.2/2025-08-18T05:06:57.408Z.c68a7710adf0181d.md +71 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.2.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.2.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.2.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.3/2025-08-18T05:07:43.297Z.82dd27d4f2ae7e71.md +81 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.3.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.3.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.3.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.4/2025-08-18T05:08:20.573Z.19580b96c25a8226.md +77 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.4.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.4.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.4.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.5/2025-08-18T05:09:06.597Z.523fa2836b3552d3.md +66 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.5.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.5.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.5.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.6/2025-08-18T05:10:40.958Z.699e0e76881302b5.md +65 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.6.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.6.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.6.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.md.goal.md +3 -0
- 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
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.grades_from_context.[article].1.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.grades_from_context.[article].1.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.grades_from_context.[article].1.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T04:57:24.261Z.a3e52f604602d423.md +70 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T04:58:44.342Z.92ba73d496dee2fd.md +64 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T04:59:24.899Z.49858373ac837709.md +64 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T05:00:28.230Z.17eef006aff2c2e2.md +64 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T05:01:38.340Z.9b64674c53f1407d.md +72 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2/2025-08-18T05:02:20.019Z.ec140a5feadeddb3.md +58 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2/2025-08-18T05:04:14.999Z.d3ae0f1e525de35b.md +65 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<cluster>._.[article].frame.tactical._.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<cluster>.vs_<diverge>.duality.[article].md +43 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<diverge>._.[article].frame.cognitive.[seed].md +4 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<diverge>._.[article].frame.tactical.md +89 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<elaborate>_vs_<elucidate>.[seed].md +1 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<enquestion>._.[article].md +113 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<enquestion>._.[gallery].plumber.diagnose.md +130 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<enquestion>._.[gallery].thinker.enquestion.md +125 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<enquestion>.tactic.perspectives.[article].md +36 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<triage>._.[article].frame.tactical.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<triage>.persp.grades_from_context.[article].md +48 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<triage>.persp.implicit_question.[article].md +65 -0
- package/dist/roles/thinker/briefs/trait.chillnature.md +14 -0
- package/dist/roles/thinker/briefs/trait.ocd.md +5 -0
- package/dist/roles/thinker/briefs/worders/core.matmuls_vecmuls_elemuls.md +93 -0
- package/dist/roles/thinker/briefs/worders/core.transformers.as_origin.md +62 -0
- package/dist/roles/thinker/briefs/worders/core.transformers.self_attention.[article].md +93 -0
- package/dist/roles/thinker/briefs/worders/core.transformers.self_attention.[demo].ambig.bank.md +80 -0
- package/dist/roles/thinker/briefs/worders/core.transformers.self_attention.[demo].cat_sat.md +67 -0
- package/dist/roles/thinker/briefs/worders/force.repeat_input_structures.md +48 -0
- package/dist/roles/thinker/briefs/worders/knowledge.interdependence.[article].md +37 -0
- package/dist/roles/thinker/briefs/worders/knowledge.interdependence.[demo].domain.physics.md +30 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internal_vs_external.[article].artist_vs_librarian.md +44 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internal_vs_external.[demo].artist_vs_librarian.md +37 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internal_vs_external.[demo].domain.physics.md +39 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internalized.[article].md +35 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internalized.[demo].artist.md +36 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internalized.[demo].neural.md +37 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internalized.[demo].pianist.md +34 -0
- package/dist/roles/thinker/briefs/worders/limits.rhyme.md +46 -0
- package/dist/roles/thinker/briefs/worders/limits.spell.md +49 -0
- package/dist/roles/thinker/briefs/worders/teach.via.library.examples.md +28 -0
- package/dist/roles/thinker/briefs/worders/teach.via.library.explanations_vs_examples.md +40 -0
- package/dist/roles/thinker/briefs/worders/trend.prefer_reuse.[seed].md +10 -0
- package/dist/roles/thinker/getThinkerBrief.Options.codegen.d.ts +10 -0
- package/dist/roles/thinker/getThinkerBrief.Options.codegen.js +204 -0
- package/dist/roles/thinker/getThinkerBrief.Options.codegen.js.map +1 -0
- package/dist/roles/thinker/getThinkerBrief.d.ts +13 -0
- package/dist/roles/thinker/getThinkerBrief.js +21 -0
- package/dist/roles/thinker/getThinkerBrief.js.map +1 -0
- package/dist/roles/thinker/getThinkerRole.d.ts +2 -0
- package/dist/roles/thinker/getThinkerRole.js +54 -0
- package/dist/roles/thinker/getThinkerRole.js.map +1 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.d.ts +59 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.js +97 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.js.map +1 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.skill.d.ts +30 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.skill.js +125 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.skill.js.map +1 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.template.md +120 -0
- package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.d.ts +54 -0
- package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.js +74 -0
- package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.js.map +1 -0
- package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.skill.d.ts +28 -0
- package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.skill.js +124 -0
- package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.skill.js.map +1 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.d.ts +59 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.js +103 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.js.map +1 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.skill.d.ts +30 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.skill.js +138 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.skill.js.map +1 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.template.md +135 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.d.ts +57 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.js +91 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.js.map +1 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.skill.d.ts +29 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.skill.js +127 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.skill.js.map +1 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.template.md +134 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.d.ts +57 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.js +92 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.js.map +1 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.skill.d.ts +29 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.skill.js +112 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.skill.js.map +1 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.template.md +110 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.d.ts +55 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.js +75 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.js.map +1 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.skill.d.ts +28 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.skill.js +136 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.skill.js.map +1 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.template.md +73 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.d.ts +57 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.js +93 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.js.map +1 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.skill.d.ts +29 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.skill.js +127 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.skill.js.map +1 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.template.md +128 -0
- package/license.md +21 -0
- package/package.json +104 -0
- package/readme.md +91 -0
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
# 🌳 .brief: concept.traversal.berrybranch
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
|
|
5
|
+
The `concept.treestruct` is modeled as a **recursive berrybush**, where:
|
|
6
|
+
|
|
7
|
+
- **🫐 berries** = **sumptions** — traversable concept nodes
|
|
8
|
+
- **🌿 branches** = **questions** — semantic links between berries
|
|
9
|
+
|
|
10
|
+
This model compresses the mechanics of traversal into a natural metaphor:
|
|
11
|
+
**Thought grows like a plant — with berries connected by branches.**
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## 🫐 berry: the sumption node
|
|
16
|
+
|
|
17
|
+
A **berry** is any concept you can **reach**, **hold**, or **sprout from**:
|
|
18
|
+
|
|
19
|
+
- a **question berry** prompts branching
|
|
20
|
+
- an **assumption berry** proposes something
|
|
21
|
+
- an **observation berry** describes something
|
|
22
|
+
|
|
23
|
+
All berries are **sumptions** — the unified type of **traversable concept node**.
|
|
24
|
+
|
|
25
|
+
> 📌 Any berry may be used as a source or target in traversal.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## 🌿 branch: the question link
|
|
30
|
+
|
|
31
|
+
A **branch** is a **semantic link** grown by applying a **question** to a berry:
|
|
32
|
+
|
|
33
|
+
- enables **motion** in the treestruct
|
|
34
|
+
- may **fan out** to multiple berries
|
|
35
|
+
- can be composed, nested, or recursive
|
|
36
|
+
|
|
37
|
+
> 📌 Branches are not standalone — they grow from the interaction of a question berry and a source berry.
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## 🧩 berry types
|
|
42
|
+
|
|
43
|
+
| type | icon | role | traversal behavior |
|
|
44
|
+
|---------------|--------|----------------------------------|-------------------------------------------------|
|
|
45
|
+
| **question** | ❓🫐 | prompt for motion | when applied to another berry, sprouts branches |
|
|
46
|
+
| **assumption** | 🤔🫐 | claim or belief | can be questioned or asserted |
|
|
47
|
+
| **observation**| 🧿🫐 | descriptive unit (e.g. example) | can be noticed, patterned, or examined |
|
|
48
|
+
|
|
49
|
+
Each is a **node**, not an edge — traversal is **driven by interaction**.
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## 🌐 semantic growth
|
|
54
|
+
|
|
55
|
+
\`\`\`txt
|
|
56
|
+
🫐 fruit
|
|
57
|
+
└─🌿 what are examples?
|
|
58
|
+
├─🫐 banana
|
|
59
|
+
│ └─🌿 what are types?
|
|
60
|
+
│ ├─🫐 cavendish
|
|
61
|
+
│ └─🫐 plantain
|
|
62
|
+
├─🫐 apple
|
|
63
|
+
└─🫐 mango
|
|
64
|
+
\`\`\`
|
|
65
|
+
|
|
66
|
+
- any **berry** can grow **branches**
|
|
67
|
+
- each **branch** leads to other **berries**
|
|
68
|
+
- the tree grows recursively — thought expands outward as questions are applied
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## 🔁 traversal structure
|
|
73
|
+
|
|
74
|
+
All semantic motion through the treestruct is modeled as:
|
|
75
|
+
|
|
76
|
+
\`\`\`txt
|
|
77
|
+
[🫐 berry] --🌿 question--> [🫐 berry]
|
|
78
|
+
\
|
|
79
|
+
└--[🫐 berry]
|
|
80
|
+
\`\`\`
|
|
81
|
+
|
|
82
|
+
- no traversal without a question (branch)
|
|
83
|
+
- no node without a sumption (berry)
|
|
84
|
+
|
|
85
|
+
> 🌿 To move is to follow a branch.
|
|
86
|
+
> 🫐 To arrive is to reach a berry.
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## 🪄 recursive growth
|
|
91
|
+
|
|
92
|
+
Since berries can sprout more branches via questions, growth is fractal:
|
|
93
|
+
|
|
94
|
+
\`\`\`txt
|
|
95
|
+
🫐 banana
|
|
96
|
+
└─🌿 why is it funny?
|
|
97
|
+
└─🫐 banana joke
|
|
98
|
+
└─🌿 what makes a joke?
|
|
99
|
+
└─🫐 surprise
|
|
100
|
+
└─🌿 surprise of form?
|
|
101
|
+
└─🫐 visual pun
|
|
102
|
+
\`\`\`
|
|
103
|
+
|
|
104
|
+
Each node reached may:
|
|
105
|
+
|
|
106
|
+
- sprout more branches
|
|
107
|
+
- be reinterpreted via a new question
|
|
108
|
+
- collapse into patterns or abstractions
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## 🧪 motion logic
|
|
113
|
+
|
|
114
|
+
- A **question** is not just content — it's a **behavioral operator**
|
|
115
|
+
- Any berry, when combined with a question berry, can **sprout new branches**
|
|
116
|
+
- Semantic motion is **prompted**, not inherent
|
|
117
|
+
|
|
118
|
+
> The tree only grows when you ask something of it.
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## 🧠 semantic equivalence
|
|
123
|
+
|
|
124
|
+
| concept type | metaphor | system term | notes |
|
|
125
|
+
|------------------|------------|-------------|-------------------------------|
|
|
126
|
+
| question | 🌿 branch | `question` | semantic motion link |
|
|
127
|
+
| answer | 🫐 berry | `sumption` | resolved node |
|
|
128
|
+
| assumption | 🫐 berry | `sumption` | belief node |
|
|
129
|
+
| observation | 🫐 berry | `sumption` | descriptive node |
|
|
130
|
+
| question-as-node | 🫐 berry | `sumption` | can also sprout branches |
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## 🔧 synonym collapse
|
|
135
|
+
|
|
136
|
+
For a `ubiqlang`, we collapse synonymic terms into the **preferred primitives**:
|
|
137
|
+
|
|
138
|
+
| legacy term | preferred `ubiqlang` |
|
|
139
|
+
|------------------|----------------------|
|
|
140
|
+
| node | 🫐 berry |
|
|
141
|
+
| concept | 🫐 berry |
|
|
142
|
+
| edge | 🌿 branch |
|
|
143
|
+
| link | 🌿 branch |
|
|
144
|
+
| sumption | 🫐 berry |
|
|
145
|
+
| answer | 🫐 berry |
|
|
146
|
+
| fork | 🫐 berry |
|
|
147
|
+
| unresolved node | ❓🫐 question berry |
|
|
148
|
+
| resolved node | 🫐 berry |
|
|
149
|
+
|
|
150
|
+
This reduces cognitive load and keeps all conceptual motion within a **2-part system**:
|
|
151
|
+
**berries (sumptions)** and **branches (questions)**.
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
## 🔗 integrations
|
|
156
|
+
|
|
157
|
+
- `cortal.focus` → determines which berries and branches are in focus
|
|
158
|
+
- `concept.gravity` → explains why some berries attract attention
|
|
159
|
+
- `concept.perspectives` → define your center berry
|
|
160
|
+
- `concept.traversal` → describes abstractive vs descriptive branch motion
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## 🧭 reframe
|
|
165
|
+
|
|
166
|
+
> 🫐 **Every concept is a berry.**
|
|
167
|
+
> 🌿 **Every question berry can grow a branch.**
|
|
168
|
+
> 🌳 **Traversal is what happens when your questions grow through your berries.**
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# ❓ .brief: `questions.as.motion.vectors`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
|
|
5
|
+
In structured thought, a **question** is not just a request for information —
|
|
6
|
+
it's a **semantic motion vector**: a directive that specifies **where to move**
|
|
7
|
+
in concept space, and **how**.
|
|
8
|
+
|
|
9
|
+
Each question encodes **both a direction and magnitude** of conceptual motion,
|
|
10
|
+
targeting one or more subaxes of `cortal.focus` with varying intensities.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## 🧠 as vector behavior
|
|
15
|
+
|
|
16
|
+
| component | role |
|
|
17
|
+
|--------------------|------------------------------------------------------------|
|
|
18
|
+
| **axis selector** | identifies which semantic dimension to activate |
|
|
19
|
+
| **scalar magnitude**| controls how far to move (depth, acuity, breadth) |
|
|
20
|
+
| **multi-axis blend**| combines motions across multiple subaxes simultaneously |
|
|
21
|
+
| **origin anchor** | defines the context/starting concept for traversal |
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## 🧭 question as motion directive
|
|
26
|
+
|
|
27
|
+
A single question may:
|
|
28
|
+
|
|
29
|
+
- refine a **single subaxis** → “What color is it?” → `focal.breadth.categorical++`
|
|
30
|
+
- trigger a **depth shift** → “What kind of fruit is it?” → `focal.depth.instantiate`
|
|
31
|
+
- increase **acuity** → “What traits make this effective?” → `focal.acuity.attributes++`
|
|
32
|
+
- combine multiple → “Why does it work better than the alternative?”
|
|
33
|
+
→ rotate axis + articulate traits + causal generalization
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 🧬 questions as matrix operations
|
|
38
|
+
|
|
39
|
+
> 🧩 a **set of questions** can be treated as a **semantic transformation matrix**
|
|
40
|
+
> — each row targeting a subaxis, each column encoding vector weights.
|
|
41
|
+
|
|
42
|
+
\`\`\`ts
|
|
43
|
+
// conceptual state vector = [depth, breadth.axis1, breadth.axis2, acuity.substructs, ...]
|
|
44
|
+
question_matrix = [
|
|
45
|
+
[1, 0, 0, 0], // generalize
|
|
46
|
+
[0, 1, 0, 0], // vary categorical
|
|
47
|
+
[0, 0, 0, 1], // decompose
|
|
48
|
+
]
|
|
49
|
+
|
|
50
|
+
result = apply(question_matrix, current_focus)
|
|
51
|
+
\`\`\`
|
|
52
|
+
|
|
53
|
+
> this lets reasoning behave like a **steered transform** —
|
|
54
|
+
> question structure becomes the guidance system for mental motion.
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## 🪞 metaphor
|
|
59
|
+
|
|
60
|
+
> a question is a **steering vector** —
|
|
61
|
+
> not just "what you want to know", but **where you want to go**.
|
|
62
|
+
|
|
63
|
+
- it activates a **direction** in the concept space
|
|
64
|
+
- it scales the **intensity** of traversal
|
|
65
|
+
- it constrains **which dimensions** are in play
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## 🎯 use this idea when:
|
|
70
|
+
|
|
71
|
+
- modeling structured reasoning or "tree-of-thought"
|
|
72
|
+
- composing AI agents that interpret or chain questions
|
|
73
|
+
- designing semantic UX interfaces where prompts guide concept shifts
|
|
74
|
+
- tracing how a question shifts focus across multiple axes
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# 🎯 .brief: `questions.have.tunable.precision`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
|
|
5
|
+
Every **question** describes a **semantic direction** —
|
|
6
|
+
but the **precision** of that direction can be **tuned**.
|
|
7
|
+
|
|
8
|
+
Some questions are **rough**: they point vaguely, requiring
|
|
9
|
+
multiple reasoning hops to triangulate the target.
|
|
10
|
+
Others are **smooth**: they encode a well-shaped vector
|
|
11
|
+
that lands close to the desired answer in one motion.
|
|
12
|
+
|
|
13
|
+
> 🧠 question precision determines how directly a question
|
|
14
|
+
> moves you through concept space toward resolution.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 🧭 the question precision spectrum
|
|
19
|
+
|
|
20
|
+
| precision | navigation profile | example |
|
|
21
|
+
|----------------|--------------------------------------------------|------------------------------------------------|
|
|
22
|
+
| **rough** | ambiguous direction, high reasoning friction | “What happened?” |
|
|
23
|
+
| **smooth** | precise semantic vector, lands near the target | “What internal mechanism triggered the shift at time X?” |
|
|
24
|
+
|
|
25
|
+
> 📈 you can **tune** a question’s precision by composing it
|
|
26
|
+
> with additional semantic constraints — dimension by dimension.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 🔁 how precision tunes motion
|
|
31
|
+
|
|
32
|
+
| aspect | rough question | smooth question |
|
|
33
|
+
|--------------------|--------------------------------------------|-----------------------------------------------|
|
|
34
|
+
| **direction** | vague, under-specified | well-formed semantic vector |
|
|
35
|
+
| **turns needed** | high — needs multiple follow-up hops | low — may resolve directly |
|
|
36
|
+
| **semantic drift** | common — prone to misalignment | rare — motion pre-aligned |
|
|
37
|
+
| **agent effort** | must infer missing context | can execute in a single step |
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## 🧱 mechanism: refinement = vector composition
|
|
42
|
+
|
|
43
|
+
You can increase question precision by **composing** it
|
|
44
|
+
across multiple semantic subaxes (e.g. causal, temporal, functional):
|
|
45
|
+
|
|
46
|
+
### progression example:
|
|
47
|
+
|
|
48
|
+
1. **rough**
|
|
49
|
+
“What happened?”
|
|
50
|
+
|
|
51
|
+
2. **less rough**
|
|
52
|
+
“What caused it?”
|
|
53
|
+
|
|
54
|
+
3. **refined**
|
|
55
|
+
“Why did it happen now?”
|
|
56
|
+
|
|
57
|
+
4. **smooth**
|
|
58
|
+
“What internal mechanism triggered this shift at time X relative to Y?”
|
|
59
|
+
|
|
60
|
+
> 🧩 Each refinement adds another **vector component**,
|
|
61
|
+
> tuning the question into a **more aligned motion**.
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## 🪞 metaphor
|
|
66
|
+
|
|
67
|
+
> a **rough question** is like tossing a dart in the dark —
|
|
68
|
+
> it might land somewhere useful, but you’ll need to recalibrate.
|
|
69
|
+
|
|
70
|
+
> a **smooth question** is like a guided missile —
|
|
71
|
+
> it encodes heading, intent, and target into a single launch.
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## 🎯 use when you want to:
|
|
76
|
+
|
|
77
|
+
- model **questions as navigational vectors**
|
|
78
|
+
- improve reasoning efficiency by crafting **pre-aligned asks**
|
|
79
|
+
- teach prompt engineering or self-questioning as **tuning for precision**
|
|
80
|
+
- scaffold rough queries into fluent, high-impact prompts
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
# 🧩 .brief: `questions.primitive.rough`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
|
|
5
|
+
**Core primitive questions** are the most basic forms of inquiry —
|
|
6
|
+
deep, language-universal prompts that initiate motion along a **rough semantic vector**.
|
|
7
|
+
|
|
8
|
+
Each one points toward a major axis of thought (e.g. cause, time, actor)
|
|
9
|
+
without specifying directionality or precision.
|
|
10
|
+
They are **composable** — refined over time to form smooth, structured questions.
|
|
11
|
+
|
|
12
|
+
> 🧠 think of them as **semantic compass taps** —
|
|
13
|
+
> minimal cues that orient thought, not define its route.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## 🧭 properties of primitive rough questions
|
|
18
|
+
|
|
19
|
+
| trait | value |
|
|
20
|
+
|----------------------|--------------------------------------------------------|
|
|
21
|
+
| **underspecified** | lacks constraints, context-sensitive |
|
|
22
|
+
| **dimensional** | maps to a core semantic axis |
|
|
23
|
+
| **refinable** | can be composed into smooth multi-axis questions |
|
|
24
|
+
| **ubiquitous** | appears in nearly all reasoning chains |
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## 🧩 catalog of primitive rough questions
|
|
29
|
+
|
|
30
|
+
| form | intent / function | initiates motion along... |
|
|
31
|
+
|------------------|---------------------------------------|--------------------------------------------------|
|
|
32
|
+
| **what?** | identity, content, category | `acuity.attributes++`, `depth.instantiate` |
|
|
33
|
+
| **why?** | cause, justification | `breadth.causal++`, `depth.abstract++` |
|
|
34
|
+
| **how?** | method, process, structure | `acuity.substructs++`, `breadth.functional++` |
|
|
35
|
+
| **when?** | time, sequence | `breadth.temporal++` |
|
|
36
|
+
| **where?** | location, spatial relation | `breadth.spatial++` |
|
|
37
|
+
| **who?** | agent, subject | `breadth.subjective++` |
|
|
38
|
+
| **which?** | comparison, selection | `breadth.categorical++`, `acuity++` |
|
|
39
|
+
| **what if...?** | hypothetical variation | `breadth.categorical++` + `depth.instantiate` |
|
|
40
|
+
| **what’s next?** | temporal progression | `breadth.temporal++` + `depth.instantiate` |
|
|
41
|
+
| **what matters?** | priority, salience, value judgment | `acuity.attributes++` + relevance weighting |
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## 🔁 example: question refinement chain
|
|
46
|
+
|
|
47
|
+
\`\`\`ts
|
|
48
|
+
// start rough
|
|
49
|
+
"why?"
|
|
50
|
+
|
|
51
|
+
→ refine:
|
|
52
|
+
"why did it happen?"
|
|
53
|
+
|
|
54
|
+
→ compose:
|
|
55
|
+
"why did it happen now?"
|
|
56
|
+
|
|
57
|
+
→ smooth:
|
|
58
|
+
"what causal mechanism triggered the change in X at time Y?"
|
|
59
|
+
\`\`\`
|
|
60
|
+
|
|
61
|
+
Each stage increases:
|
|
62
|
+
- dimensional specificity
|
|
63
|
+
- semantic alignment
|
|
64
|
+
- likelihood of landing directly on the answer
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## 🪞 metaphor
|
|
69
|
+
|
|
70
|
+
> primitive rough questions are like **bare intentions**:
|
|
71
|
+
> they point, not plot.
|
|
72
|
+
>
|
|
73
|
+
> a **rough question** is a starting spark —
|
|
74
|
+
> a **smooth question** is a guided strike.
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## 🧠 relationship to `interrogative.primitives`
|
|
80
|
+
|
|
81
|
+
This catalog is grounded in the theory of **semantic primes** (from NSM),
|
|
82
|
+
which proposes that all human languages share a small set of **universal concepts**
|
|
83
|
+
used to express questions. These deep forms remain consistent
|
|
84
|
+
even when surface syntax differs.
|
|
85
|
+
|
|
86
|
+
Primitive rough questions are:
|
|
87
|
+
- **linguistically universal** (e.g. *who*, *what*, *why*, etc.)
|
|
88
|
+
- **semantically foundational** (each targets a distinct axis of thought)
|
|
89
|
+
- **structurally minimal** (they can stand alone, or be composed)
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## 🎯 use when you want to:
|
|
94
|
+
|
|
95
|
+
- seed structured thought with minimal scaffolding
|
|
96
|
+
- model the **first-hop motion** in a reasoning chain
|
|
97
|
+
- teach how composition sharpens semantic precision
|
|
98
|
+
- map natural language queries to motion primitives
|
|
99
|
+
- reconstruct the deep structure beneath question forms
|
package/dist/roles/thinker/briefs/cognition/cog401.questions.2.1.primitives.rough.interrogative.md
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
# ❓ .brief: `interrogative.primitives`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
|
|
5
|
+
**interrogative primitives** are the **universal, semantic building blocks**
|
|
6
|
+
that underlie all question forms across human languages.
|
|
7
|
+
|
|
8
|
+
They serve as the **deep structure** of inquiry —
|
|
9
|
+
basic cognitive intents like *"what is it?"*, *"who did it?"*, or *"I want to know"*,
|
|
10
|
+
which are **expressed in different surface forms** depending on the language or system.
|
|
11
|
+
|
|
12
|
+
In structured reasoning systems (like `cortal.focus`), interrogative primitives
|
|
13
|
+
are also used as **motion triggers** — initiating semantic traversal
|
|
14
|
+
across specific focus axes (e.g. breadth, depth, acuity).
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 🌐 linguistic foundation
|
|
19
|
+
|
|
20
|
+
This concept draws from **Natural Semantic Metalanguage (NSM)** theory,
|
|
21
|
+
which identifies **semantic primes** — universal concepts
|
|
22
|
+
that exist in all languages and are irreducible.
|
|
23
|
+
|
|
24
|
+
| theory term | role in questioning |
|
|
25
|
+
|--------------------|----------------------------------------------------------|
|
|
26
|
+
| **semantic prime** | the irreducible core meaning (e.g. *"something?"*) |
|
|
27
|
+
| **interrogative primitive** | universal questioning intent (e.g. *"I want to know X"*) |
|
|
28
|
+
| **deep structure** | the underlying conceptual frame of the question |
|
|
29
|
+
| **surface structure** | the language-specific form used to express it |
|
|
30
|
+
|
|
31
|
+
> ✨ Despite variation in syntax, **all languages ask the same kinds of questions**
|
|
32
|
+
> — using different tools to express the same deep conceptual needs.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## 🧩 catalog of interrogative primitives
|
|
37
|
+
|
|
38
|
+
| primitive | intent | NSM gloss | maps to motion along... |
|
|
39
|
+
|---------------|-------------------------------|------------------------|---------------------------------------------|
|
|
40
|
+
| `what` | identity, content, definition | “something?” | `acuity.attributes++`, `depth.instantiate` |
|
|
41
|
+
| `why` | cause, reason | “because...” | `breadth.causal++`, `depth.abstract++` |
|
|
42
|
+
| `how` | method, mechanism | “in what way?” | `acuity.substructs++`, `breadth.functional++` |
|
|
43
|
+
| `when` | time, stage | “at what time?” | `breadth.temporal++` |
|
|
44
|
+
| `where` | space, location | “in what place?” | `breadth.spatial++` |
|
|
45
|
+
| `who` | agent, subject | “someone?” | `breadth.subjective++` |
|
|
46
|
+
| `which` | selection, contrast | “which one?” | `breadth.categorical++`, `acuity++` |
|
|
47
|
+
| `what if` | possibility, variation | “maybe something?” | `breadth.categorical++` + `depth.instantiate` |
|
|
48
|
+
| `what’s next` | temporal progression | “then what?” | `breadth.temporal++` + `depth.instantiate` |
|
|
49
|
+
|
|
50
|
+
> 🧠 these are not just English words — they reflect **core cognitive forms**
|
|
51
|
+
> that show up in every language’s deep semantic structure.
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## 🔄 interrogatives as motion triggers
|
|
56
|
+
|
|
57
|
+
In the `cortal.focus` system, each interrogative primitive
|
|
58
|
+
can be interpreted as a **semantic motion vector** —
|
|
59
|
+
a directive to shift focus along a particular axis of thought.
|
|
60
|
+
|
|
61
|
+
> e.g.
|
|
62
|
+
> “why?” → generalize causally
|
|
63
|
+
> “how?” → decompose structurally
|
|
64
|
+
> “what?” → articulate traits or instantiate
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## 🧬 precision and composition
|
|
69
|
+
|
|
70
|
+
Primitive questions are often **rough** — initiating motion but underspecified.
|
|
71
|
+
They can be **refined** or **composed** into **smoother** asks
|
|
72
|
+
that encode more direction and scope.
|
|
73
|
+
|
|
74
|
+
| progression example |
|
|
75
|
+
|---------------------|
|
|
76
|
+
| “why?” → “why did it happen?” → “what underlying mechanism caused it to shift at time X?” |
|
|
77
|
+
|
|
78
|
+
> 📈 Smoother questions = tighter alignment to the answer space
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## 🌍 language diversity, semantic unity
|
|
83
|
+
|
|
84
|
+
| language | "what" | "who" | "where" |
|
|
85
|
+
|-------------|----------|-----------|-----------|
|
|
86
|
+
| English | what | who | where |
|
|
87
|
+
| Spanish | ¿qué? | ¿quién? | ¿dónde? |
|
|
88
|
+
| Japanese | なに (nani) | だれ (dare) | どこ (doko) |
|
|
89
|
+
|
|
90
|
+
> 🌐 Despite grammatical variation, **the same interrogative primitives persist**
|
|
91
|
+
> — reflecting the **shared conceptual skeleton** of human inquiry.
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## 🪞 metaphor
|
|
96
|
+
|
|
97
|
+
> interrogative primitives are like **universal levers**:
|
|
98
|
+
> every human uses them to reach, reveal, and resolve meaning —
|
|
99
|
+
> no matter the language, system, or medium.
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## 🎯 use when you want to:
|
|
104
|
+
|
|
105
|
+
- model the **core cognitive forms** behind all questions
|
|
106
|
+
- trace how questions **initiate motion** in structured thought systems
|
|
107
|
+
- scaffold natural language queries into semantic motion vectors
|
|
108
|
+
- teach or design interfaces for **language-agnostic inquiry**
|
package/dist/roles/thinker/briefs/cognition/cog401.questions.2.1.primitives.rough.why.[article].md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# 🧩 .brief: `motion.why`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**`motion.why`** is the **traversal motion** of asking *“why”*.
|
|
5
|
+
it is a semantic vector that seeks explanation, pulling thought beyond *what is* toward *what underlies*.
|
|
6
|
+
this motion unfolds across **two fundamental axes**:
|
|
7
|
+
|
|
8
|
+
- **causal** — tracing **cause → effect**
|
|
9
|
+
- **rationale** — structuring **given → then**
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## 🎯 goal
|
|
14
|
+
- uncover both the **mechanics** of events and the **logic** of reasoning
|
|
15
|
+
- link phenomena to their **causal chains** and **argument structures**
|
|
16
|
+
- equip reasoning with **factual clarity** (causal) and **logical clarity** (rationale)
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## 📐 axes of motion
|
|
21
|
+
|
|
22
|
+
### 1. **causal axis**
|
|
23
|
+
**orientation**: retrospective, backward-seeking — from observed effect to its antecedent cause.
|
|
24
|
+
|
|
25
|
+
| slot | description | example |
|
|
26
|
+
|----------|-------------|---------|
|
|
27
|
+
| **.cause** | the antecedent condition or trigger | the belt snapped |
|
|
28
|
+
| **.effect** | the resulting outcome observed | the machine stopped |
|
|
29
|
+
|
|
30
|
+
**causal traversal:** “why did the machine stop?” →
|
|
31
|
+
- .cause = belt snapped
|
|
32
|
+
- .effect = machine stopped
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
### 2. **rationale axis**
|
|
37
|
+
**orientation**: prospective, logical — from premises given to conclusions drawn.
|
|
38
|
+
|
|
39
|
+
| slot | description | example |
|
|
40
|
+
|----------|-------------|---------|
|
|
41
|
+
| **.given** | the stated premise, reason, or assumption | all machines must pass safety checks |
|
|
42
|
+
| **.then** | the **claimed conclusion** that follows | therefore, we run maintenance checks |
|
|
43
|
+
|
|
44
|
+
**rationale traversal:** “why do we run maintenance checks?” →
|
|
45
|
+
- .given = all machines must pass safety checks
|
|
46
|
+
- .then = therefore, we run maintenance checks
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## 🔑 notes
|
|
51
|
+
- **causal** = mechanical sequence: **.cause → .effect**
|
|
52
|
+
- **rationale** = logical sequence: **.given → .then**
|
|
53
|
+
- together, they span both:
|
|
54
|
+
- **factual clarity** (what caused what)
|
|
55
|
+
- **logical clarity** (what follows from what)
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
# 🧩 .brief: `questions.composite.smooth`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
|
|
5
|
+
**Smooth composite questions** are refined interrogatives
|
|
6
|
+
built by **composing and compressing** multiple rough question primitives
|
|
7
|
+
into a single, focused vector of semantic motion.
|
|
8
|
+
|
|
9
|
+
They encapsulate **multi-dimensional curiosity** — traversing
|
|
10
|
+
several axes of `cortal.focus` at once with **precision and intent**.
|
|
11
|
+
|
|
12
|
+
> 🧠 from compass taps to guided strikes —
|
|
13
|
+
> smooth questions are sharpened instruments of thought.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## 🧭 how it works
|
|
18
|
+
|
|
19
|
+
- start with **rough primitive** (e.g. `why?`, `how?`, `what?`)
|
|
20
|
+
- compose intermediate context (e.g. agent, mechanism, constraint)
|
|
21
|
+
- compress into one **high-bandwidth** query
|
|
22
|
+
|
|
23
|
+
### motion profile:
|
|
24
|
+
|
|
25
|
+
\`\`\`ts
|
|
26
|
+
<smooth_question> = <compress>(<compose>([rough primitives]))
|
|
27
|
+
\`\`\`
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## 🔁 example refinements
|
|
32
|
+
|
|
33
|
+
### example 1
|
|
34
|
+
\`\`\`ts
|
|
35
|
+
["what?", "where?"]
|
|
36
|
+
→ "what is it?"
|
|
37
|
+
→ "what is it doing here?"
|
|
38
|
+
→ "why is this object located in this place?"
|
|
39
|
+
\`\`\`
|
|
40
|
+
|
|
41
|
+
### example 2
|
|
42
|
+
\`\`\`ts
|
|
43
|
+
["why?", "how?", "when?"]
|
|
44
|
+
→ "why did it happen?"
|
|
45
|
+
→ "how did it happen when it did?"
|
|
46
|
+
→ "what triggered the event X at time Y?"
|
|
47
|
+
\`\`\`
|
|
48
|
+
|
|
49
|
+
### example 3
|
|
50
|
+
\`\`\`ts
|
|
51
|
+
["who?", "how?", "what?"]
|
|
52
|
+
→ "who made this?"
|
|
53
|
+
→ "how did they make it?"
|
|
54
|
+
→ "what method did person Z use to produce item Y?"
|
|
55
|
+
\`\`\`
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## 📦 compositional traits
|
|
60
|
+
|
|
61
|
+
| trait | description |
|
|
62
|
+
|----------------------|-----------------------------------------------------------|
|
|
63
|
+
| **dimensional** | combines multiple focus axes (e.g. depth, acuity, breadth) |
|
|
64
|
+
| **guided** | implies specific direction and target concept |
|
|
65
|
+
| **answer-aligned** | frames a question in a way that leads toward resolution |
|
|
66
|
+
| **compressible** | folds complex semantics into a single query |
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## 🪞 metaphor
|
|
71
|
+
|
|
72
|
+
> composite questions are like **targeted darts** —
|
|
73
|
+
> weighted, guided, and crafted for speed and direction.
|
|
74
|
+
|
|
75
|
+
> they begin as **question clouds**, then compress into **focused payloads**.
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## 🎯 use when you want to:
|
|
80
|
+
|
|
81
|
+
- guide AI or human reasoning toward **specific answers**
|
|
82
|
+
- compress a chain of rough questions into a single structured ask
|
|
83
|
+
- model how thought iterates from vague curiosity to crisp articulation
|