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,40 @@
|
|
|
1
|
+
# 🎛️ in-context tuning: explanations vs examples
|
|
2
|
+
|
|
3
|
+
## 🧩 examples
|
|
4
|
+
- **what they do:** show *how* to perform the task by demonstration.
|
|
5
|
+
- **strengths:**
|
|
6
|
+
- precise control over output **format** and **style**
|
|
7
|
+
- model can “copy the pattern” with little ambiguity
|
|
8
|
+
- fast to apply, low cognitive overhead for the model
|
|
9
|
+
- **weaknesses:**
|
|
10
|
+
- brittle if task deviates from the pattern
|
|
11
|
+
- encourages mimicry rather than reasoning
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## 🧩 explanations
|
|
16
|
+
- **what they do:** tell *why* and *how* the task should be done via rules, instructions, or reasoning steps.
|
|
17
|
+
- **strengths:**
|
|
18
|
+
- supports **generalization** beyond shown cases
|
|
19
|
+
- encourages **reasoning chains** instead of rote mimicry
|
|
20
|
+
- more compact than many examples (token-wise)
|
|
21
|
+
- **weaknesses:**
|
|
22
|
+
- less consistent for rigid formats (the model may improvise)
|
|
23
|
+
- requires the model to “translate” abstract rules into concrete actions, which can be noisy
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## ⚖️ effectiveness comparison
|
|
28
|
+
- **examples win** when:
|
|
29
|
+
- the task is about *output form* (e.g. json schemas, sql syntax, markdown briefs)
|
|
30
|
+
- consistency is more important than novelty
|
|
31
|
+
- **explanations win** when:
|
|
32
|
+
- the task is about *reasoning* or handling unseen variations
|
|
33
|
+
- flexibility and abstraction matter more than surface mimicry
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 🎯 hybrid strategy
|
|
38
|
+
- the strongest “in-context tunage” usually comes from **explanations + 1–2 examples**.
|
|
39
|
+
- explanation gives the **reasoning scaffold**
|
|
40
|
+
- examples ground it with **concrete reference points**
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* .what = the options for the briefs available to role Thinker
|
|
3
|
+
* .note = codegened via:
|
|
4
|
+
* ```sh
|
|
5
|
+
* npx tsx src/contract/commands/codegenBriefOptions.ts
|
|
6
|
+
* ```
|
|
7
|
+
*/
|
|
8
|
+
declare const options: readonly ["distilisys.grammar.compressed.md", "style.words.lowercase.md", "terms.motive.intent.goal.md", "trait.ocd.md", "cognition/cog000.overview.and.premise.md", "cognition/cog021.coordinates.spherical.md", "cognition/cog021.metaphor.cauliflorous.md", "cognition/cog021.metaphor.galactic_spacetravel.[article].md", "cognition/cog021.metaphor.galactic_spacetravel.[lesson].md", "cognition/cog021.structs.catalog.md", "cognition/cog021.structs.treestruct.md", "cognition/cog021.structs.vector.md", "cognition/cog101.concept.definition.md", "cognition/cog101.concept.treestruct._.md", "cognition/cog101.concept.treestruct.coords.1.spherical.md", "cognition/cog101.concept.treestruct.coords.2.abstractive.md", "cognition/cog101.concept.treestruct.coords.3.descriptive.md", "cognition/cog101.concept.treestruct.persp.1.perspectives.md", "cognition/cog101.concept.treestruct.persp.2.universal.md", "cognition/cog101.concept.treestruct.persp.3.relative.md", "cognition/cog101.concept.treestruct.persp.4.fractal.md", "cognition/cog151.concept.treestruct.gravity.md", "cognition/cog201.cortal.focus.p1.definition.md", "cognition/cog201.cortal.focus.p1.examples.cont.md", "cognition/cog201.cortal.focus.p2.acuity.md", "cognition/cog201.cortal.focus.p2.breadth.md", "cognition/cog201.cortal.focus.p2.depth.md", "cognition/cog251.cortal.focus.p3.fabric.md", "cognition/cog251.cortal.focus.p3.mode.md", "cognition/cog251.cortal.focus.p3.rythm.md", "cognition/cog251.cortal.focus.p3.usecases.md", "cognition/cog301.traversal.1.motion.primitives._.md", "cognition/cog301.traversal.1.motion.primitives.acuity.md", "cognition/cog301.traversal.1.motion.primitives.breadth.md", "cognition/cog301.traversal.1.motion.primitives.breadth.vary.md", "cognition/cog301.traversal.1.motion.primitives.depth.md", "cognition/cog301.traversal.2.motion.composites._.md", "cognition/cog301.traversal.2.motion.composites.grammar.md", "cognition/cog401.questions.._.md", "cognition/cog401.questions.1.persp.as.berries.md", "cognition/cog401.questions.1.persp.as.vectors.md", "cognition/cog401.questions.1.persp.has.precision.tunable.md", "cognition/cog401.questions.2.1.primitives.rough._.md", "cognition/cog401.questions.2.1.primitives.rough.interrogative.md", "cognition/cog401.questions.2.1.primitives.rough.why.[article].md", "cognition/cog401.questions.2.2.composite.smooth._.md", "cognition/cog401.questions.2.2.composite.smooth.examples.md", "cognition/cog501.cortal.assemblylang.1.primitives._.md", "cognition/cog501.cortal.assemblylang.1.primitives.recall.md", "cognition/cog501.cortal.assemblylang.1.primitives.steer.md", "cognition/cog501.cortal.assemblylang.1.primitives.think.md", "cognition/cog501.cortal.assemblylang.2.composites.zoom.md", "cognition/cog501.cortal.assemblylang.3.catalogs.md", "cognition/cog501.cortal.assemblylang.3.grammar.md", "cognition/cog501.cortal.assemblylang_.md", "grammar/gerunds.1.why.common.[article].md", "grammar/gerunds.1.why.term_smells.[article].md", "grammar/gerunds.1.why.term_smells.detection.[lesson].md", "grammar/gerunds.2.tactic.eliminate.[article].md", "grammar/gerunds.2.tactic.eliminate.[lesson].md", "grammar/gerunds.3.eliminator.[trait]._.md", "grammar/gerunds.3.eliminator.[trait].balance.md", "grammar/gerunds.3.eliminator.[trait].bane.md", "grammar/gerunds.3.eliminator.[trait].boon.md", "librarian.context/article.variant.vision.[article].md", "librarian.context/term.expectation.vs_assumption._.md", "librarian.context/term.frame.vs_perspective.[article].md", "librarian.context/term.invariant.[article].md", "librarian.context/term.lesson._vs_article.[article].md", "librarian.context/term.ref._vs_brief.md", "librarian.context/term.referent.[article].md", "librarian.context/usage.lesson_vs_article.[lesson].md", "librarian.context/usage.lesson_vs_article_vs_demo.[lesson].md", "knowledge/kno101.primitives.1.ontology.[article].frame.docs_as_materializations.md", "knowledge/kno101.primitives.1.ontology.[article].frame.docs_as_references.md", "knowledge/kno101.primitives.2.rel.many_to_many.[article].md", "knowledge/kno101.primitives.3.instances.[article].md", "knowledge/kno101.primitives.4.documents.[article].md", "knowledge/kno101.primitives.5.concepts.[article].md", "knowledge/kno201.documents._.[article].md", "knowledge/kno201.documents._.[catalog].md", "knowledge/kno201.documents.articles.[article].md", "knowledge/kno201.documents.catalogs.[article].md", "knowledge/kno201.documents.demos.[article].md", "knowledge/kno201.documents.lessons.[article].md", "knowledge/kno301.doc.compression.1.refs._.[article].md", "knowledge/kno301.doc.compression.2.kernels._.[article].i1.md", "knowledge/kno301.doc.compression.3.briefs._.[article].md", "knowledge/kno301.doc.compression._.[article].md", "knowledge/kno301.doc.compression._.[catalog].persp.garden.md", "knowledge/kno301.doc.enbrief.1.from_instances.[article].md", "knowledge/kno301.doc.enbrief.1.from_instances.[demo].algorithm.md", "knowledge/kno301.doc.enbrief.1.from_instances.[demo].color.md", "knowledge/kno301.doc.enbrief.1.from_instances.[demo].empathy.md", "knowledge/kno301.doc.enbrief.1.from_instances.[demo].entropy.md", "knowledge/kno301.doc.enbrief.1.from_instances.[demo].gravity.md", "knowledge/kno301.doc.enbrief.1.from_instances.[demo].joke.md", "knowledge/kno301.doc.enbrief.1.from_instances.[demo].value.md", "knowledge/kno301.doc.enbrief.2._.[catalog].md", "knowledge/kno301.doc.enbrief.2.articulate.[article].md", "knowledge/kno301.doc.enbrief.2.articulate.[lesson].md", "knowledge/kno301.doc.enbrief.2.catalogize.[article].md", "knowledge/kno301.doc.enbrief.2.catalogize.[lesson].md", "knowledge/kno301.doc.enbrief.2.demonstrate.[article].md", "knowledge/kno301.doc.enbrief.2.demonstrate.[lesson].md", "knowledge/kno301.doc.enbrief.2.lessonize.[article].md", "knowledge/kno301.doc.enbrief.2.lessonize.[lesson].md", "knowledge/kno301.doc.kernelize._.[article].md", "knowledge/kno301.doc.kernelize._.[lesson].md", "knowledge/kno351.docs.are_instances.[article].md", "knowledge/kno351.docs.recursion.[catalog].md", "knowledge/kno401.actors.1.role.author.[article].md", "knowledge/kno401.actors.1.role.librarian.[article].md", "knowledge/kno401.actors.2.interdependence.[article].md", "knowledge/kno501.doc.enbrief.catalog.structure1.[article].md", "knowledge/kno501.doc.enbrief.catalog.structure1.[lesson].template.md", "librarian.tactics/<articulate>._.[article].frame.cognitive.md", "librarian.tactics/<articulate>._.[article].frame.tactical.md", "librarian.tactics/<articulate>.tactic.[catalog].md", "librarian.tactics/<articulate>.tactic.concept_dimension.examples.[article][seed].md", "librarian.tactics/<articulate>.tactic.concept_dimension.invariants.[article].md", "librarian.tactics/<articulate>.tactic.from.examples.md", "librarian.tactics/<articulate>.tactic.from.seed.md", "librarian.tactics/<articulate>.tactic.with.templates.[article].md", "librarian.tactics/<articulate>.tactic.with.templates.[gallery][review].effective.md", "librarian.tactics/<articulate>.tone.bluecollar.[article][seed].md", "librarian.tactics/<catalogize>._.[article][seed].md", "librarian.tactics/<catalogize>.observation.via_clusterage_over_via_imagination.[seed].md", "librarian.tactics/<catalogize>.vs_diverge.[article].persp.save_compute.md", "librarian.tactics/<demonstrate>._.[article].frame.colloquial.i2.by_grok.md", "librarian.tactics/<demonstrate>.variants.[catalog].md", "librarian.tactics/<demonstrate>.variants.contrast.[demo].usecase.vs_userjourney.by_chatgpt.md", "librarian.tactics/<demonstrate>.variants.counter.[demo].usecase.flyer.by_chargpt.md", "librarian.tactics/<demonstrate>.variants.counter.[demo].walkability.phoenix.by_chargpt.md", "librarian.tactics/<demonstrate>.variants.example.[demo].shear_force.scissors.by_grok.md", "librarian.tactics/<demonstrate>.variants.example.[demo].tea.darjeeling.by_grok.md", "librarian.tactics/<demonstrate>.variants.example.[demo].usecase.book_flight.by_grok.md", "librarian.tactics/<demonstrate>.variants.example.[demo].usecase.order_food.by_chatgpt.md", "librarian.tactics/<demonstrate>.variants.example.[demo].walkability.portland.by_chatgpt.i3.md", "librarian.tactics/<demonstrate>.variants.example.[demo].walkability.portland.by_grok.i2.md", "librarian.tactics/<demonstrate>.variants.example.[lesson].howto.md", "librarian.tactics/<demonstrate>.variants.example.structure.[article].i2.md", "librarian.tactics/<demonstrate>.variants.narrative.[demo].usecase.order_online.by_chatgpt.md", "librarian.tactics/<demonstrate>.variants.walkthrough.[demo].usecase.book_online.by_chatgpt.md", "librarian.tactics/[brief].verbiage.outline.over.narrative.md", "logistics/term.logistics.[article].md", "logistics/term.logistics.of_information.[article].md", "logistics/term.logistics.of_knowledge.[article].md", "tactician/tactics.compose.traits_and_skills.[article].md", "tactician/trait.articulation.[article].md", "tactician/trait.purpose.[article].md", "tactician/trait.vs_skill.[article].md", "tactician/trait.vs_tactic.[article].md", "physics/optics.focal.acuity.md", "physics/optics.focal.breadth.md", "physics/optics.focal.depth.md", "physics/optics.focal.distance.md", "physics/optics.focal.tradeoffs.md", "thinker.tactics/<cluster>._.[article].frame.tactical._.md", "thinker.tactics/<cluster>.vs_<diverge>.duality.[article].md", "thinker.tactics/<diverge>._.[article].frame.cognitive.[seed].md", "thinker.tactics/<diverge>._.[article].frame.tactical.md", "thinker.tactics/<elaborate>_vs_<elucidate>.[seed].md", "thinker.tactics/<enquestion>._.[article].md", "thinker.tactics/<enquestion>._.[gallery].plumber.diagnose.md", "thinker.tactics/<enquestion>._.[gallery].thinker.enquestion.md", "thinker.tactics/<enquestion>.tactic.perspectives.[article].md", "thinker.tactics/<triage>._.[article].frame.tactical.md", "thinker.tactics/<triage>.persp.grades_from_context.[article].md", "thinker.tactics/<triage>.persp.implicit_question.[article].md", "worders/core.matmuls_vecmuls_elemuls.md", "worders/core.transformers.as_origin.md", "worders/core.transformers.self_attention.[article].md", "worders/core.transformers.self_attention.[demo].ambig.bank.md", "worders/core.transformers.self_attention.[demo].cat_sat.md", "worders/force.repeat_input_structures.md", "worders/knowledge.interdependence.[article].md", "worders/knowledge.interdependence.[demo].domain.physics.md", "worders/knowledge.internal_vs_external.[article].artist_vs_librarian.md", "worders/knowledge.internal_vs_external.[demo].artist_vs_librarian.md", "worders/knowledge.internal_vs_external.[demo].domain.physics.md", "worders/knowledge.internalized.[article].md", "worders/knowledge.internalized.[demo].artist.md", "worders/knowledge.internalized.[demo].neural.md", "worders/knowledge.internalized.[demo].pianist.md", "worders/limits.rhyme.md", "worders/limits.spell.md", "worders/teach.via.library.examples.md", "worders/teach.via.library.explanations_vs_examples.md", "worders/trend.prefer_reuse.[seed].md", "cognition/inflight/concept.vs.idea.md", "cognition/inflight/core.concept.adjectives.md"];
|
|
9
|
+
export type BriefOptionThinker = (typeof options)[number];
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* .what = the options for the briefs available to role Thinker
|
|
5
|
+
* .note = codegened via:
|
|
6
|
+
* ```sh
|
|
7
|
+
* npx tsx src/contract/commands/codegenBriefOptions.ts
|
|
8
|
+
* ```
|
|
9
|
+
*/
|
|
10
|
+
const options = [
|
|
11
|
+
'distilisys.grammar.compressed.md',
|
|
12
|
+
'style.words.lowercase.md',
|
|
13
|
+
'terms.motive.intent.goal.md',
|
|
14
|
+
'trait.ocd.md',
|
|
15
|
+
'cognition/cog000.overview.and.premise.md',
|
|
16
|
+
'cognition/cog021.coordinates.spherical.md',
|
|
17
|
+
'cognition/cog021.metaphor.cauliflorous.md',
|
|
18
|
+
'cognition/cog021.metaphor.galactic_spacetravel.[article].md',
|
|
19
|
+
'cognition/cog021.metaphor.galactic_spacetravel.[lesson].md',
|
|
20
|
+
'cognition/cog021.structs.catalog.md',
|
|
21
|
+
'cognition/cog021.structs.treestruct.md',
|
|
22
|
+
'cognition/cog021.structs.vector.md',
|
|
23
|
+
'cognition/cog101.concept.definition.md',
|
|
24
|
+
'cognition/cog101.concept.treestruct._.md',
|
|
25
|
+
'cognition/cog101.concept.treestruct.coords.1.spherical.md',
|
|
26
|
+
'cognition/cog101.concept.treestruct.coords.2.abstractive.md',
|
|
27
|
+
'cognition/cog101.concept.treestruct.coords.3.descriptive.md',
|
|
28
|
+
'cognition/cog101.concept.treestruct.persp.1.perspectives.md',
|
|
29
|
+
'cognition/cog101.concept.treestruct.persp.2.universal.md',
|
|
30
|
+
'cognition/cog101.concept.treestruct.persp.3.relative.md',
|
|
31
|
+
'cognition/cog101.concept.treestruct.persp.4.fractal.md',
|
|
32
|
+
'cognition/cog151.concept.treestruct.gravity.md',
|
|
33
|
+
'cognition/cog201.cortal.focus.p1.definition.md',
|
|
34
|
+
'cognition/cog201.cortal.focus.p1.examples.cont.md',
|
|
35
|
+
'cognition/cog201.cortal.focus.p2.acuity.md',
|
|
36
|
+
'cognition/cog201.cortal.focus.p2.breadth.md',
|
|
37
|
+
'cognition/cog201.cortal.focus.p2.depth.md',
|
|
38
|
+
'cognition/cog251.cortal.focus.p3.fabric.md',
|
|
39
|
+
'cognition/cog251.cortal.focus.p3.mode.md',
|
|
40
|
+
'cognition/cog251.cortal.focus.p3.rythm.md',
|
|
41
|
+
'cognition/cog251.cortal.focus.p3.usecases.md',
|
|
42
|
+
'cognition/cog301.traversal.1.motion.primitives._.md',
|
|
43
|
+
'cognition/cog301.traversal.1.motion.primitives.acuity.md',
|
|
44
|
+
'cognition/cog301.traversal.1.motion.primitives.breadth.md',
|
|
45
|
+
'cognition/cog301.traversal.1.motion.primitives.breadth.vary.md',
|
|
46
|
+
'cognition/cog301.traversal.1.motion.primitives.depth.md',
|
|
47
|
+
'cognition/cog301.traversal.2.motion.composites._.md',
|
|
48
|
+
'cognition/cog301.traversal.2.motion.composites.grammar.md',
|
|
49
|
+
'cognition/cog401.questions.._.md',
|
|
50
|
+
'cognition/cog401.questions.1.persp.as.berries.md',
|
|
51
|
+
'cognition/cog401.questions.1.persp.as.vectors.md',
|
|
52
|
+
'cognition/cog401.questions.1.persp.has.precision.tunable.md',
|
|
53
|
+
'cognition/cog401.questions.2.1.primitives.rough._.md',
|
|
54
|
+
'cognition/cog401.questions.2.1.primitives.rough.interrogative.md',
|
|
55
|
+
'cognition/cog401.questions.2.1.primitives.rough.why.[article].md',
|
|
56
|
+
'cognition/cog401.questions.2.2.composite.smooth._.md',
|
|
57
|
+
'cognition/cog401.questions.2.2.composite.smooth.examples.md',
|
|
58
|
+
'cognition/cog501.cortal.assemblylang.1.primitives._.md',
|
|
59
|
+
'cognition/cog501.cortal.assemblylang.1.primitives.recall.md',
|
|
60
|
+
'cognition/cog501.cortal.assemblylang.1.primitives.steer.md',
|
|
61
|
+
'cognition/cog501.cortal.assemblylang.1.primitives.think.md',
|
|
62
|
+
'cognition/cog501.cortal.assemblylang.2.composites.zoom.md',
|
|
63
|
+
'cognition/cog501.cortal.assemblylang.3.catalogs.md',
|
|
64
|
+
'cognition/cog501.cortal.assemblylang.3.grammar.md',
|
|
65
|
+
'cognition/cog501.cortal.assemblylang_.md',
|
|
66
|
+
'grammar/gerunds.1.why.common.[article].md',
|
|
67
|
+
'grammar/gerunds.1.why.term_smells.[article].md',
|
|
68
|
+
'grammar/gerunds.1.why.term_smells.detection.[lesson].md',
|
|
69
|
+
'grammar/gerunds.2.tactic.eliminate.[article].md',
|
|
70
|
+
'grammar/gerunds.2.tactic.eliminate.[lesson].md',
|
|
71
|
+
'grammar/gerunds.3.eliminator.[trait]._.md',
|
|
72
|
+
'grammar/gerunds.3.eliminator.[trait].balance.md',
|
|
73
|
+
'grammar/gerunds.3.eliminator.[trait].bane.md',
|
|
74
|
+
'grammar/gerunds.3.eliminator.[trait].boon.md',
|
|
75
|
+
'librarian.context/article.variant.vision.[article].md',
|
|
76
|
+
'librarian.context/term.expectation.vs_assumption._.md',
|
|
77
|
+
'librarian.context/term.frame.vs_perspective.[article].md',
|
|
78
|
+
'librarian.context/term.invariant.[article].md',
|
|
79
|
+
'librarian.context/term.lesson._vs_article.[article].md',
|
|
80
|
+
'librarian.context/term.ref._vs_brief.md',
|
|
81
|
+
'librarian.context/term.referent.[article].md',
|
|
82
|
+
'librarian.context/usage.lesson_vs_article.[lesson].md',
|
|
83
|
+
'librarian.context/usage.lesson_vs_article_vs_demo.[lesson].md',
|
|
84
|
+
'knowledge/kno101.primitives.1.ontology.[article].frame.docs_as_materializations.md',
|
|
85
|
+
'knowledge/kno101.primitives.1.ontology.[article].frame.docs_as_references.md',
|
|
86
|
+
'knowledge/kno101.primitives.2.rel.many_to_many.[article].md',
|
|
87
|
+
'knowledge/kno101.primitives.3.instances.[article].md',
|
|
88
|
+
'knowledge/kno101.primitives.4.documents.[article].md',
|
|
89
|
+
'knowledge/kno101.primitives.5.concepts.[article].md',
|
|
90
|
+
'knowledge/kno201.documents._.[article].md',
|
|
91
|
+
'knowledge/kno201.documents._.[catalog].md',
|
|
92
|
+
'knowledge/kno201.documents.articles.[article].md',
|
|
93
|
+
'knowledge/kno201.documents.catalogs.[article].md',
|
|
94
|
+
'knowledge/kno201.documents.demos.[article].md',
|
|
95
|
+
'knowledge/kno201.documents.lessons.[article].md',
|
|
96
|
+
'knowledge/kno301.doc.compression.1.refs._.[article].md',
|
|
97
|
+
'knowledge/kno301.doc.compression.2.kernels._.[article].i1.md',
|
|
98
|
+
'knowledge/kno301.doc.compression.3.briefs._.[article].md',
|
|
99
|
+
'knowledge/kno301.doc.compression._.[article].md',
|
|
100
|
+
'knowledge/kno301.doc.compression._.[catalog].persp.garden.md',
|
|
101
|
+
'knowledge/kno301.doc.enbrief.1.from_instances.[article].md',
|
|
102
|
+
'knowledge/kno301.doc.enbrief.1.from_instances.[demo].algorithm.md',
|
|
103
|
+
'knowledge/kno301.doc.enbrief.1.from_instances.[demo].color.md',
|
|
104
|
+
'knowledge/kno301.doc.enbrief.1.from_instances.[demo].empathy.md',
|
|
105
|
+
'knowledge/kno301.doc.enbrief.1.from_instances.[demo].entropy.md',
|
|
106
|
+
'knowledge/kno301.doc.enbrief.1.from_instances.[demo].gravity.md',
|
|
107
|
+
'knowledge/kno301.doc.enbrief.1.from_instances.[demo].joke.md',
|
|
108
|
+
'knowledge/kno301.doc.enbrief.1.from_instances.[demo].value.md',
|
|
109
|
+
'knowledge/kno301.doc.enbrief.2._.[catalog].md',
|
|
110
|
+
'knowledge/kno301.doc.enbrief.2.articulate.[article].md',
|
|
111
|
+
'knowledge/kno301.doc.enbrief.2.articulate.[lesson].md',
|
|
112
|
+
'knowledge/kno301.doc.enbrief.2.catalogize.[article].md',
|
|
113
|
+
'knowledge/kno301.doc.enbrief.2.catalogize.[lesson].md',
|
|
114
|
+
'knowledge/kno301.doc.enbrief.2.demonstrate.[article].md',
|
|
115
|
+
'knowledge/kno301.doc.enbrief.2.demonstrate.[lesson].md',
|
|
116
|
+
'knowledge/kno301.doc.enbrief.2.lessonize.[article].md',
|
|
117
|
+
'knowledge/kno301.doc.enbrief.2.lessonize.[lesson].md',
|
|
118
|
+
'knowledge/kno301.doc.kernelize._.[article].md',
|
|
119
|
+
'knowledge/kno301.doc.kernelize._.[lesson].md',
|
|
120
|
+
'knowledge/kno351.docs.are_instances.[article].md',
|
|
121
|
+
'knowledge/kno351.docs.recursion.[catalog].md',
|
|
122
|
+
'knowledge/kno401.actors.1.role.author.[article].md',
|
|
123
|
+
'knowledge/kno401.actors.1.role.librarian.[article].md',
|
|
124
|
+
'knowledge/kno401.actors.2.interdependence.[article].md',
|
|
125
|
+
'knowledge/kno501.doc.enbrief.catalog.structure1.[article].md',
|
|
126
|
+
'knowledge/kno501.doc.enbrief.catalog.structure1.[lesson].template.md',
|
|
127
|
+
'librarian.tactics/<articulate>._.[article].frame.cognitive.md',
|
|
128
|
+
'librarian.tactics/<articulate>._.[article].frame.tactical.md',
|
|
129
|
+
'librarian.tactics/<articulate>.tactic.[catalog].md',
|
|
130
|
+
'librarian.tactics/<articulate>.tactic.concept_dimension.examples.[article][seed].md',
|
|
131
|
+
'librarian.tactics/<articulate>.tactic.concept_dimension.invariants.[article].md',
|
|
132
|
+
'librarian.tactics/<articulate>.tactic.from.examples.md',
|
|
133
|
+
'librarian.tactics/<articulate>.tactic.from.seed.md',
|
|
134
|
+
'librarian.tactics/<articulate>.tactic.with.templates.[article].md',
|
|
135
|
+
'librarian.tactics/<articulate>.tactic.with.templates.[gallery][review].effective.md',
|
|
136
|
+
'librarian.tactics/<articulate>.tone.bluecollar.[article][seed].md',
|
|
137
|
+
'librarian.tactics/<catalogize>._.[article][seed].md',
|
|
138
|
+
'librarian.tactics/<catalogize>.observation.via_clusterage_over_via_imagination.[seed].md',
|
|
139
|
+
'librarian.tactics/<catalogize>.vs_diverge.[article].persp.save_compute.md',
|
|
140
|
+
'librarian.tactics/<demonstrate>._.[article].frame.colloquial.i2.by_grok.md',
|
|
141
|
+
'librarian.tactics/<demonstrate>.variants.[catalog].md',
|
|
142
|
+
'librarian.tactics/<demonstrate>.variants.contrast.[demo].usecase.vs_userjourney.by_chatgpt.md',
|
|
143
|
+
'librarian.tactics/<demonstrate>.variants.counter.[demo].usecase.flyer.by_chargpt.md',
|
|
144
|
+
'librarian.tactics/<demonstrate>.variants.counter.[demo].walkability.phoenix.by_chargpt.md',
|
|
145
|
+
'librarian.tactics/<demonstrate>.variants.example.[demo].shear_force.scissors.by_grok.md',
|
|
146
|
+
'librarian.tactics/<demonstrate>.variants.example.[demo].tea.darjeeling.by_grok.md',
|
|
147
|
+
'librarian.tactics/<demonstrate>.variants.example.[demo].usecase.book_flight.by_grok.md',
|
|
148
|
+
'librarian.tactics/<demonstrate>.variants.example.[demo].usecase.order_food.by_chatgpt.md',
|
|
149
|
+
'librarian.tactics/<demonstrate>.variants.example.[demo].walkability.portland.by_chatgpt.i3.md',
|
|
150
|
+
'librarian.tactics/<demonstrate>.variants.example.[demo].walkability.portland.by_grok.i2.md',
|
|
151
|
+
'librarian.tactics/<demonstrate>.variants.example.[lesson].howto.md',
|
|
152
|
+
'librarian.tactics/<demonstrate>.variants.example.structure.[article].i2.md',
|
|
153
|
+
'librarian.tactics/<demonstrate>.variants.narrative.[demo].usecase.order_online.by_chatgpt.md',
|
|
154
|
+
'librarian.tactics/<demonstrate>.variants.walkthrough.[demo].usecase.book_online.by_chatgpt.md',
|
|
155
|
+
'librarian.tactics/[brief].verbiage.outline.over.narrative.md',
|
|
156
|
+
'logistics/term.logistics.[article].md',
|
|
157
|
+
'logistics/term.logistics.of_information.[article].md',
|
|
158
|
+
'logistics/term.logistics.of_knowledge.[article].md',
|
|
159
|
+
'tactician/tactics.compose.traits_and_skills.[article].md',
|
|
160
|
+
'tactician/trait.articulation.[article].md',
|
|
161
|
+
'tactician/trait.purpose.[article].md',
|
|
162
|
+
'tactician/trait.vs_skill.[article].md',
|
|
163
|
+
'tactician/trait.vs_tactic.[article].md',
|
|
164
|
+
'physics/optics.focal.acuity.md',
|
|
165
|
+
'physics/optics.focal.breadth.md',
|
|
166
|
+
'physics/optics.focal.depth.md',
|
|
167
|
+
'physics/optics.focal.distance.md',
|
|
168
|
+
'physics/optics.focal.tradeoffs.md',
|
|
169
|
+
'thinker.tactics/<cluster>._.[article].frame.tactical._.md',
|
|
170
|
+
'thinker.tactics/<cluster>.vs_<diverge>.duality.[article].md',
|
|
171
|
+
'thinker.tactics/<diverge>._.[article].frame.cognitive.[seed].md',
|
|
172
|
+
'thinker.tactics/<diverge>._.[article].frame.tactical.md',
|
|
173
|
+
'thinker.tactics/<elaborate>_vs_<elucidate>.[seed].md',
|
|
174
|
+
'thinker.tactics/<enquestion>._.[article].md',
|
|
175
|
+
'thinker.tactics/<enquestion>._.[gallery].plumber.diagnose.md',
|
|
176
|
+
'thinker.tactics/<enquestion>._.[gallery].thinker.enquestion.md',
|
|
177
|
+
'thinker.tactics/<enquestion>.tactic.perspectives.[article].md',
|
|
178
|
+
'thinker.tactics/<triage>._.[article].frame.tactical.md',
|
|
179
|
+
'thinker.tactics/<triage>.persp.grades_from_context.[article].md',
|
|
180
|
+
'thinker.tactics/<triage>.persp.implicit_question.[article].md',
|
|
181
|
+
'worders/core.matmuls_vecmuls_elemuls.md',
|
|
182
|
+
'worders/core.transformers.as_origin.md',
|
|
183
|
+
'worders/core.transformers.self_attention.[article].md',
|
|
184
|
+
'worders/core.transformers.self_attention.[demo].ambig.bank.md',
|
|
185
|
+
'worders/core.transformers.self_attention.[demo].cat_sat.md',
|
|
186
|
+
'worders/force.repeat_input_structures.md',
|
|
187
|
+
'worders/knowledge.interdependence.[article].md',
|
|
188
|
+
'worders/knowledge.interdependence.[demo].domain.physics.md',
|
|
189
|
+
'worders/knowledge.internal_vs_external.[article].artist_vs_librarian.md',
|
|
190
|
+
'worders/knowledge.internal_vs_external.[demo].artist_vs_librarian.md',
|
|
191
|
+
'worders/knowledge.internal_vs_external.[demo].domain.physics.md',
|
|
192
|
+
'worders/knowledge.internalized.[article].md',
|
|
193
|
+
'worders/knowledge.internalized.[demo].artist.md',
|
|
194
|
+
'worders/knowledge.internalized.[demo].neural.md',
|
|
195
|
+
'worders/knowledge.internalized.[demo].pianist.md',
|
|
196
|
+
'worders/limits.rhyme.md',
|
|
197
|
+
'worders/limits.spell.md',
|
|
198
|
+
'worders/teach.via.library.examples.md',
|
|
199
|
+
'worders/teach.via.library.explanations_vs_examples.md',
|
|
200
|
+
'worders/trend.prefer_reuse.[seed].md',
|
|
201
|
+
'cognition/inflight/concept.vs.idea.md',
|
|
202
|
+
'cognition/inflight/core.concept.adjectives.md',
|
|
203
|
+
];
|
|
204
|
+
//# sourceMappingURL=getThinkerBrief.Options.codegen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getThinkerBrief.Options.codegen.js","sourceRoot":"","sources":["../../../src/roles/thinker/getThinkerBrief.Options.codegen.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Artifact } from 'rhachet-artifact';
|
|
2
|
+
import { type GitFile } from 'rhachet-artifact-git';
|
|
3
|
+
import type { BriefOptionThinker } from './getThinkerBrief.Options.codegen';
|
|
4
|
+
/**
|
|
5
|
+
* .what = loads an artifact:brief distilled for the mechanic to reference, from the `briefs` directory
|
|
6
|
+
* .why = enables reusable knowledge downloads for mechanic contexts (e.g., matrix-movie style)
|
|
7
|
+
*/
|
|
8
|
+
export declare const getThinkerBrief: (key: BriefOptionThinker) => Artifact<typeof GitFile>;
|
|
9
|
+
/**
|
|
10
|
+
* .what = loads multiple artifact:brief distilled for the mechanic to reference, from the `briefs` directory
|
|
11
|
+
* .why = enables reusable knowledge downloads for mechanic contexts (e.g., matrix-movie style)
|
|
12
|
+
*/
|
|
13
|
+
export declare const getThinkerBriefs: (keys: BriefOptionThinker[]) => Artifact<typeof GitFile>[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getThinkerBriefs = exports.getThinkerBrief = void 0;
|
|
4
|
+
const rhachet_artifact_git_1 = require("rhachet-artifact-git");
|
|
5
|
+
/**
|
|
6
|
+
* .what = loads an artifact:brief distilled for the mechanic to reference, from the `briefs` directory
|
|
7
|
+
* .why = enables reusable knowledge downloads for mechanic contexts (e.g., matrix-movie style)
|
|
8
|
+
*/
|
|
9
|
+
const getThinkerBrief = (key) => {
|
|
10
|
+
return (0, rhachet_artifact_git_1.genArtifactGitFile)({
|
|
11
|
+
uri: `${__dirname}/briefs/${key}`,
|
|
12
|
+
});
|
|
13
|
+
};
|
|
14
|
+
exports.getThinkerBrief = getThinkerBrief;
|
|
15
|
+
/**
|
|
16
|
+
* .what = loads multiple artifact:brief distilled for the mechanic to reference, from the `briefs` directory
|
|
17
|
+
* .why = enables reusable knowledge downloads for mechanic contexts (e.g., matrix-movie style)
|
|
18
|
+
*/
|
|
19
|
+
const getThinkerBriefs = (keys) => keys.map(exports.getThinkerBrief);
|
|
20
|
+
exports.getThinkerBriefs = getThinkerBriefs;
|
|
21
|
+
//# sourceMappingURL=getThinkerBrief.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getThinkerBrief.js","sourceRoot":"","sources":["../../../src/roles/thinker/getThinkerBrief.ts"],"names":[],"mappings":";;;AACA,+DAAwE;AAIxE;;;GAGG;AACI,MAAM,eAAe,GAAG,CAC7B,GAAuB,EACG,EAAE;IAC5B,OAAO,IAAA,yCAAkB,EAAC;QACxB,GAAG,EAAE,GAAG,SAAS,WAAW,GAAG,EAAE;KAClC,CAAC,CAAC;AACL,CAAC,CAAC;AANW,QAAA,eAAe,mBAM1B;AAEF;;;GAGG;AACI,MAAM,gBAAgB,GAAG,CAC9B,IAA0B,EACE,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,uBAAe,CAAC,CAAC;AAF9C,QAAA,gBAAgB,oBAE8B"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ROLE_THINKER = void 0;
|
|
4
|
+
const rhachet_1 = require("rhachet");
|
|
5
|
+
const getThinkerBrief_1 = require("./getThinkerBrief");
|
|
6
|
+
const stepArticulate_skill_1 = require("./skills/brief.articulate/stepArticulate.skill");
|
|
7
|
+
const stepCatalogize_skill_1 = require("./skills/brief.catalogize/stepCatalogize.skill");
|
|
8
|
+
const stepDemonstrate_skill_1 = require("./skills/brief.demonstrate/stepDemonstrate.skill");
|
|
9
|
+
const stepCluster_skill_1 = require("./skills/khue.cluster/stepCluster.skill");
|
|
10
|
+
const stepDiverge_skill_1 = require("./skills/khue.diverge/stepDiverge.skill");
|
|
11
|
+
const stepInstantiate_skill_1 = require("./skills/khue.instantiate/stepInstantiate.skill");
|
|
12
|
+
const stepTriage_skill_1 = require("./skills/khue.triage/stepTriage.skill");
|
|
13
|
+
exports.ROLE_THINKER = rhachet_1.Role.build({
|
|
14
|
+
slug: 'bhrain',
|
|
15
|
+
name: 'Thinker',
|
|
16
|
+
purpose: 'think',
|
|
17
|
+
readme: `
|
|
18
|
+
## 🧠 Thinker
|
|
19
|
+
|
|
20
|
+
thought tactics; intent = be composed into other roles
|
|
21
|
+
`.trim(),
|
|
22
|
+
traits: [
|
|
23
|
+
rhachet_1.RoleTrait.build({
|
|
24
|
+
slug: 'ocd',
|
|
25
|
+
readme: 'obsesses over structure, precision, and clarity',
|
|
26
|
+
brief: (0, getThinkerBrief_1.getThinkerBrief)('trait.ocd.md'),
|
|
27
|
+
}),
|
|
28
|
+
rhachet_1.RoleTrait.build({
|
|
29
|
+
slug: 'vibes',
|
|
30
|
+
readme: 'careful about the aesthetics of their output',
|
|
31
|
+
brief: (0, getThinkerBrief_1.getThinkerBrief)('style.words.lowercase.md'),
|
|
32
|
+
}),
|
|
33
|
+
],
|
|
34
|
+
skills: {
|
|
35
|
+
dirs: [],
|
|
36
|
+
refs: [
|
|
37
|
+
// khue primitives
|
|
38
|
+
stepDiverge_skill_1.SKILL_DIVERGE,
|
|
39
|
+
stepCluster_skill_1.SKILL_CLUSTER,
|
|
40
|
+
stepTriage_skill_1.SKILL_TRIAGE,
|
|
41
|
+
stepInstantiate_skill_1.SKILL_INSTANTIATE,
|
|
42
|
+
// know primitives
|
|
43
|
+
stepArticulate_skill_1.SKILL_ARTICULATE,
|
|
44
|
+
stepDemonstrate_skill_1.SKILL_DEMONSTRATE,
|
|
45
|
+
stepCatalogize_skill_1.SKILL_CATALOGIZE,
|
|
46
|
+
// goal primitives
|
|
47
|
+
// SKILL_INTERPRET; ask -> Focus[Goal]
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
briefs: {
|
|
51
|
+
dirs: [{ uri: __dirname + '/briefs' }],
|
|
52
|
+
},
|
|
53
|
+
});
|
|
54
|
+
//# sourceMappingURL=getThinkerRole.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getThinkerRole.js","sourceRoot":"","sources":["../../../src/roles/thinker/getThinkerRole.ts"],"names":[],"mappings":";;;AAAA,qCAA0C;AAE1C,uDAAoD;AACpD,yFAAkF;AAClF,yFAAkF;AAClF,4FAAqF;AACrF,+EAAwE;AACxE,+EAAwE;AACxE,2FAAoF;AACpF,4EAAqE;AAExD,QAAA,YAAY,GAAS,cAAI,CAAC,KAAK,CAAC;IAC3C,IAAI,EAAE,QAAQ;IACd,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,OAAO;IAChB,MAAM,EAAE;;;;GAIP,CAAC,IAAI,EAAE;IACR,MAAM,EAAE;QACN,mBAAS,CAAC,KAAK,CAAC;YACd,IAAI,EAAE,KAAK;YACX,MAAM,EAAE,iDAAiD;YACzD,KAAK,EAAE,IAAA,iCAAe,EAAC,cAAc,CAAC;SACvC,CAAC;QACF,mBAAS,CAAC,KAAK,CAAC;YACd,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,8CAA8C;YACtD,KAAK,EAAE,IAAA,iCAAe,EAAC,0BAA0B,CAAC;SACnD,CAAC;KACH;IACD,MAAM,EAAE;QACN,IAAI,EAAE,EAAE;QACR,IAAI,EAAE;YACJ,kBAAkB;YAClB,iCAAa;YACb,iCAAa;YACb,+BAAY;YACZ,yCAAiB;YAEjB,kBAAkB;YAClB,uCAAgB;YAChB,yCAAiB;YACjB,uCAAgB;YAEhB,kBAAkB;YAClB,sCAAsC;SACvC;KACF;IACD,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;KACvC;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { type GStitcher, type RoleContext, type Threads } from 'rhachet';
|
|
2
|
+
import type { Artifact } from 'rhachet-artifact';
|
|
3
|
+
import type { GitFile } from 'rhachet-artifact-git';
|
|
4
|
+
import type { Focus } from '../../../../_topublish/rhachet-roles-bhrain/src/domain/objects/Focus';
|
|
5
|
+
import { type ContextOpenAI } from '../../../../access/sdk/sdkOpenAi';
|
|
6
|
+
export declare const BRIEFS_FOR_ARTICULATE: Artifact<typeof GitFile, string>[];
|
|
7
|
+
type StitcherDesired = GStitcher<Threads<{
|
|
8
|
+
caller: RoleContext<'caller', {
|
|
9
|
+
ask: string;
|
|
10
|
+
art: {
|
|
11
|
+
feedback: Artifact<typeof GitFile>;
|
|
12
|
+
'foci.goal.concept': Focus['concept'];
|
|
13
|
+
'foci.goal.context': Focus['context'];
|
|
14
|
+
templates: Artifact<typeof GitFile>[];
|
|
15
|
+
};
|
|
16
|
+
refs: Artifact<typeof GitFile>[];
|
|
17
|
+
}>;
|
|
18
|
+
thinker: RoleContext<'thinker', {
|
|
19
|
+
art: {
|
|
20
|
+
'focus.concept': Focus['concept'];
|
|
21
|
+
'focus.context': Focus['context'];
|
|
22
|
+
};
|
|
23
|
+
briefs: Artifact<typeof GitFile>[];
|
|
24
|
+
}>;
|
|
25
|
+
}>, ContextOpenAI & GStitcher['context'], {
|
|
26
|
+
content: string;
|
|
27
|
+
}>;
|
|
28
|
+
export declare const stepArticulate: import("rhachet").Stitcher<StitcherDesired>;
|
|
29
|
+
export declare const loopArticulate: import("rhachet").Stitcher<GStitcher<Threads<{
|
|
30
|
+
caller: RoleContext<"caller", {
|
|
31
|
+
ask: string;
|
|
32
|
+
art: {
|
|
33
|
+
feedback: Artifact<typeof GitFile>;
|
|
34
|
+
'foci.goal.concept': Focus['concept'];
|
|
35
|
+
'foci.goal.context': Focus['context'];
|
|
36
|
+
templates: Artifact<typeof GitFile>[];
|
|
37
|
+
};
|
|
38
|
+
refs: Artifact<typeof GitFile>[];
|
|
39
|
+
} & {
|
|
40
|
+
ask: string;
|
|
41
|
+
art: {
|
|
42
|
+
feedback: Artifact<typeof GitFile, string>;
|
|
43
|
+
};
|
|
44
|
+
}>;
|
|
45
|
+
thinker: RoleContext<"thinker", {
|
|
46
|
+
art: {
|
|
47
|
+
'focus.concept': Focus['concept'];
|
|
48
|
+
'focus.context': Focus['context'];
|
|
49
|
+
};
|
|
50
|
+
briefs: Artifact<typeof GitFile>[];
|
|
51
|
+
} & {
|
|
52
|
+
art: {
|
|
53
|
+
"focus.concept": Artifact<typeof GitFile, string>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}>, ContextOpenAI & import("as-procedure").ContextLogTrail & import("rhachet").ContextStitchTrail, {
|
|
57
|
+
feedback: GitFile | null;
|
|
58
|
+
}>>;
|
|
59
|
+
export {};
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.loopArticulate = exports.stepArticulate = exports.BRIEFS_FOR_ARTICULATE = void 0;
|
|
4
|
+
const helpful_errors_1 = require("helpful-errors");
|
|
5
|
+
const rhachet_1 = require("rhachet");
|
|
6
|
+
const wrapper_fns_1 = require("wrapper-fns");
|
|
7
|
+
const sdkOpenAi_1 = require("../../../../access/sdk/sdkOpenAi");
|
|
8
|
+
const genLoopFeedback_1 = require("../../../../domain.operations/artifact/genLoopFeedback");
|
|
9
|
+
const genStepArtSet_1 = require("../../../../domain.operations/artifact/genStepArtSet");
|
|
10
|
+
const getThinkerBrief_1 = require("../../../../roles/thinker/getThinkerBrief");
|
|
11
|
+
// exported so that we can pass them through to <ponder> too
|
|
12
|
+
exports.BRIEFS_FOR_ARTICULATE = (0, getThinkerBrief_1.getThinkerBriefs)([
|
|
13
|
+
'trait.ocd.md',
|
|
14
|
+
'cognition/cog401.questions.._.md',
|
|
15
|
+
'cognition/cog000.overview.and.premise.md',
|
|
16
|
+
'cognition/cog101.concept.treestruct._.md',
|
|
17
|
+
'cognition/cog201.cortal.focus.p1.definition.md',
|
|
18
|
+
'cognition/cog301.traversal.1.motion.primitives._.md',
|
|
19
|
+
'cognition/cog401.questions.._.md',
|
|
20
|
+
'cognition/cog401.questions.2.1.primitives.rough._.md',
|
|
21
|
+
'cognition/cog201.cortal.focus.p2.acuity.md',
|
|
22
|
+
'cognition/cog301.traversal.1.motion.primitives.acuity.md',
|
|
23
|
+
//
|
|
24
|
+
'knowledge/kno201.documents.articles.[article].md',
|
|
25
|
+
'knowledge/kno301.doc.enbrief.2.articulate.[article].md',
|
|
26
|
+
'knowledge/kno301.doc.enbrief.2.articulate.[lesson].md',
|
|
27
|
+
//
|
|
28
|
+
'librarian.tactics/[brief].verbiage.outline.over.narrative.md',
|
|
29
|
+
'librarian.tactics/<articulate>._.[article].frame.cognitive.md',
|
|
30
|
+
'librarian.tactics/<articulate>._.[article].frame.tactical.md',
|
|
31
|
+
'librarian.tactics/<articulate>.tactic.[catalog].md',
|
|
32
|
+
'librarian.tactics/<articulate>.tactic.concept_dimension.examples.[article][seed].md',
|
|
33
|
+
'librarian.tactics/<articulate>.tactic.concept_dimension.invariants.[article].md',
|
|
34
|
+
'librarian.tactics/<articulate>.tactic.from.examples.md',
|
|
35
|
+
'librarian.tactics/<articulate>.tactic.from.seed.md',
|
|
36
|
+
'librarian.tactics/<articulate>.tactic.with.templates.[article].md',
|
|
37
|
+
'librarian.tactics/<articulate>.tone.bluecollar.[article][seed].md', // todo: review this
|
|
38
|
+
]);
|
|
39
|
+
const template = (0, rhachet_1.genTemplate)({
|
|
40
|
+
ref: { uri: (0, rhachet_1.getTemplatePathByCallerPath)({ auto: true }) },
|
|
41
|
+
getVariables: async ({ threads }) => ({
|
|
42
|
+
...(await (0, rhachet_1.getTemplateVarsFromRoleInherit)({ thread: threads.thinker })),
|
|
43
|
+
guide: {
|
|
44
|
+
goal: (await threads.caller.context.stash.art['foci.goal.concept'].get())
|
|
45
|
+
?.content ||
|
|
46
|
+
helpful_errors_1.UnexpectedCodePathError.throw('goal not declared', {
|
|
47
|
+
art: threads.caller.context.stash.art['foci.goal.concept'],
|
|
48
|
+
}),
|
|
49
|
+
feedback: (await threads.caller.context.stash.art.feedback.get())?.content || '',
|
|
50
|
+
},
|
|
51
|
+
focus: {
|
|
52
|
+
context: (await threads.thinker.context.stash.art['focus.context'].get())
|
|
53
|
+
?.content ||
|
|
54
|
+
(await threads.caller.context.stash.art['foci.goal.context'].get()) // fallback to @[caller].focus[goal].context
|
|
55
|
+
?.content ||
|
|
56
|
+
'',
|
|
57
|
+
concept: (await threads.thinker.context.stash.art['focus.concept'].get())
|
|
58
|
+
?.content || '',
|
|
59
|
+
},
|
|
60
|
+
templates: await (0, rhachet_1.getTemplateValFromArtifacts)({
|
|
61
|
+
artifacts: [...threads.caller.context.stash.art.templates],
|
|
62
|
+
}),
|
|
63
|
+
skill: {
|
|
64
|
+
briefs: await (0, rhachet_1.getTemplateValFromArtifacts)({
|
|
65
|
+
artifacts: [
|
|
66
|
+
...exports.BRIEFS_FOR_ARTICULATE,
|
|
67
|
+
...threads.thinker.context.stash.briefs,
|
|
68
|
+
],
|
|
69
|
+
}),
|
|
70
|
+
},
|
|
71
|
+
references: await (0, rhachet_1.getTemplateValFromArtifacts)({
|
|
72
|
+
artifacts: threads.caller.context.stash.refs,
|
|
73
|
+
}),
|
|
74
|
+
}),
|
|
75
|
+
});
|
|
76
|
+
const stepImagine = (0, rhachet_1.genStepImagineViaTemplate)({
|
|
77
|
+
slug: '@[thinker]<articulate>',
|
|
78
|
+
stitchee: 'thinker',
|
|
79
|
+
readme: '',
|
|
80
|
+
template,
|
|
81
|
+
imagine: (0, wrapper_fns_1.withRetry)((0, wrapper_fns_1.withTimeout)(sdkOpenAi_1.sdkOpenAi.imagine, { threshold: { seconds: 60 } })),
|
|
82
|
+
});
|
|
83
|
+
const stepPersist = (0, genStepArtSet_1.genStepArtSet)({
|
|
84
|
+
stitchee: 'thinker',
|
|
85
|
+
artee: 'focus.concept',
|
|
86
|
+
});
|
|
87
|
+
exports.stepArticulate = (0, rhachet_1.asStitcherFlat)((0, rhachet_1.genStitchRoute)({
|
|
88
|
+
slug: '@[thinker]<articulate>',
|
|
89
|
+
readme: '@[thinker]<articulate> -> [article]',
|
|
90
|
+
sequence: [stepImagine, stepPersist],
|
|
91
|
+
}));
|
|
92
|
+
exports.loopArticulate = (0, genLoopFeedback_1.genLoopFeedback)({
|
|
93
|
+
stitchee: 'thinker',
|
|
94
|
+
artee: 'focus.concept',
|
|
95
|
+
repeatee: exports.stepArticulate,
|
|
96
|
+
});
|
|
97
|
+
//# sourceMappingURL=stepArticulate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stepArticulate.js","sourceRoot":"","sources":["../../../../../src/roles/thinker/skills/brief.articulate/stepArticulate.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare const SKILL_ARTICULATE: import("rhachet").RoleSkill<import("rhachet").GStitcher<import("rhachet").Threads<{
|
|
2
|
+
caller: import("rhachet").RoleContext<"caller", {
|
|
3
|
+
ask: string;
|
|
4
|
+
art: {
|
|
5
|
+
feedback: import("rhachet-artifact").Artifact<typeof import("rhachet-artifact-git").GitFile, string>;
|
|
6
|
+
'foci.goal.concept': import("rhachet-artifact").Artifact<typeof import("rhachet-artifact-git").GitFile, string>;
|
|
7
|
+
'foci.goal.context': import("rhachet-artifact").Artifact<typeof import("rhachet-artifact-git").GitFile, string>;
|
|
8
|
+
templates: import("rhachet-artifact").Artifact<typeof import("rhachet-artifact-git").GitFile, string>[];
|
|
9
|
+
};
|
|
10
|
+
refs: import("rhachet-artifact").Artifact<typeof import("rhachet-artifact-git").GitFile, string>[];
|
|
11
|
+
} & {
|
|
12
|
+
ask: string;
|
|
13
|
+
art: {
|
|
14
|
+
feedback: import("rhachet-artifact").Artifact<typeof import("rhachet-artifact-git").GitFile, string>;
|
|
15
|
+
};
|
|
16
|
+
}>;
|
|
17
|
+
thinker: import("rhachet").RoleContext<"thinker", {
|
|
18
|
+
art: {
|
|
19
|
+
'focus.concept': import("rhachet-artifact").Artifact<typeof import("rhachet-artifact-git").GitFile, string>;
|
|
20
|
+
'focus.context': import("rhachet-artifact").Artifact<typeof import("rhachet-artifact-git").GitFile, string>;
|
|
21
|
+
};
|
|
22
|
+
briefs: import("rhachet-artifact").Artifact<typeof import("rhachet-artifact-git").GitFile, string>[];
|
|
23
|
+
} & {
|
|
24
|
+
art: {
|
|
25
|
+
"focus.concept": import("rhachet-artifact").Artifact<typeof import("rhachet-artifact-git").GitFile, string>;
|
|
26
|
+
};
|
|
27
|
+
}>;
|
|
28
|
+
}>, import("../../../../access/sdk/sdkOpenAi").ContextOpenAI & import("as-procedure").ContextLogTrail & import("rhachet").ContextStitchTrail, {
|
|
29
|
+
feedback: import("rhachet-artifact-git").GitFile | null;
|
|
30
|
+
}>>;
|