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,29 @@
|
|
|
1
|
+
# 🧠 concept: knowledge logistics for llms
|
|
2
|
+
|
|
3
|
+
## core concept
|
|
4
|
+
**knowledge logistics** is the practice of **organizing, moving, and delivering knowledge resources** within large language model (llm) workflows, ensuring that the **right context, at the right level of abstraction, is available at the right time** during interaction or computation.
|
|
5
|
+
|
|
6
|
+
## why it matters
|
|
7
|
+
- llms are powerful engines but **context-hungry**: they require carefully selected prompts, memory, and external references.
|
|
8
|
+
- without logistics, llms face **bottlenecks** (too much irrelevant data), **starvation** (missing critical facts), or **distortion** (knowledge delivered in the wrong form).
|
|
9
|
+
- knowledge logistics makes llm outputs **faster, more accurate, and more aligned** with user goals.
|
|
10
|
+
|
|
11
|
+
## key functions
|
|
12
|
+
- **origination** – identifying where knowledge resides (documents, databases, memory, web, user input)
|
|
13
|
+
- **curation** – filtering, chunking, and prioritizing knowledge for relevance
|
|
14
|
+
- **transformation** – reformatting into embeddings, summaries, structured prompts, or retrieval queries
|
|
15
|
+
- **storage & retrieval** – maintaining efficient memory (vector DBs, caches, artifacts) for on-demand use
|
|
16
|
+
- **routage** – directing knowledge to the correct llm role, stage, or reasoning path
|
|
17
|
+
- **delivery** – inserting knowledge into prompts with optimal timing, scope, and form
|
|
18
|
+
- **feedback loop** – monitoring llm performance and refining what, when, and how knowledge is supplied
|
|
19
|
+
|
|
20
|
+
## scope in llm ecosystems
|
|
21
|
+
- **prompt engineering** – deciding what parts of knowledge get foregrounded vs backgrounded
|
|
22
|
+
- **retrieval-augmented generation (rag)** – logistics of pulling the right chunks at inference time
|
|
23
|
+
- **agent workflows** – coordinating knowledge between multiple specialized llms or roles
|
|
24
|
+
- **knowledge distillation** – compressing large knowledge stores into reusable formats (briefs, embeddings, indexes)
|
|
25
|
+
- **continuous learning** – ensuring new knowledge flows into llm systems without overwhelming or corrupting them
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
👉 in short: **knowledge logistics** = *the supply chain of concepts for llms — getting the right knowledge, in the right form, to the right place in the reasoning process.*
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# .brief: focal.acuity
|
|
2
|
+
|
|
3
|
+
## what
|
|
4
|
+
|
|
5
|
+
**focal.acuity** refers to the **fineness of structure** that can be resolved **at the focal plane** — the geometric surface where optical focus is sharpest. It represents the **resolving power** of the system in the region of maximum clarity.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## why
|
|
10
|
+
|
|
11
|
+
While **focal.depth** determines *how much* of the scene appears in focus, **focal.acuity** determines *how sharply* the focal plane itself is rendered.
|
|
12
|
+
|
|
13
|
+
It is essential for:
|
|
14
|
+
- Capturing fine textures and edge contrast
|
|
15
|
+
- Supporting high-resolution imaging
|
|
16
|
+
- Achieving clinical clarity in product, macro, and technical photography
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## governed by
|
|
21
|
+
|
|
22
|
+
### 🔬 Diffraction-limited resolution
|
|
23
|
+
|
|
24
|
+
blur_diameter = d = 2.44 * λ * N
|
|
25
|
+
=> focal.acuity ∝ 1 / d
|
|
26
|
+
=> focal.acuity ∝ 1 / N
|
|
27
|
+
|
|
28
|
+
```\`\`
|
|
29
|
+
focal.acuity ∝ 1 / N
|
|
30
|
+
\`\```
|
|
31
|
+
|
|
32
|
+
where:
|
|
33
|
+
- d = diffraction blur diameter
|
|
34
|
+
- lambda = wavelength of light (e.g. 550 nm for green)
|
|
35
|
+
- N = aperture (f-number)
|
|
36
|
+
|
|
37
|
+
> focal.acuity **decreases** (detail coarsens) with:
|
|
38
|
+
> - smaller aperture (larger f-number)
|
|
39
|
+
> - longer wavelengths (e.g. redder light)
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## key behaviors
|
|
44
|
+
|
|
45
|
+
| Adjustment | Effect on focal.acuity |
|
|
46
|
+
|------------------------------|-------------------------------|
|
|
47
|
+
| Larger aperture (↓ f-number) | increases it (sharper detail) |
|
|
48
|
+
| Smaller aperture (↑ f-number)| decreases it (diffraction blur) |
|
|
49
|
+
| Shorter wavelength | increases it (sharper edges) |
|
|
50
|
+
| Better optics/sensor | improves overall acuity |
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## creative usage
|
|
55
|
+
|
|
56
|
+
- **High focal.acuity** (e.g. f/2.8–f/5.6):
|
|
57
|
+
- Yields crisp microtexture and high subject clarity
|
|
58
|
+
- Ideal for macro, studio, and product photography
|
|
59
|
+
|
|
60
|
+
- **Reduced focal.acuity** (e.g. f/16–f/22):
|
|
61
|
+
- Acceptable in landscape or documentary work
|
|
62
|
+
- Used when prioritizing depth over precision
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## limitations
|
|
67
|
+
|
|
68
|
+
- **focal.acuity** is fundamentally limited by diffraction at small apertures
|
|
69
|
+
- Increasing acuity reduces **focal.depth**, unless distance is increased
|
|
70
|
+
- Post-processing cannot restore detail beyond optical resolution
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## metaphorical phrasing
|
|
75
|
+
|
|
76
|
+
> **focal.acuity** is how finely your lens can **etch the truth** onto the focal plane
|
|
77
|
+
> It defines the **maximum clarity** achievable in the region of perfect focus
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# .brief: focal.breadth
|
|
2
|
+
|
|
3
|
+
## what
|
|
4
|
+
|
|
5
|
+
**focal.breadth** refers to the **field of view** (FoV) — the angular or spatial extent of the scene captured by the lens. It defines *how much* of the world is included in the frame, horizontally, vertically, and diagonally.
|
|
6
|
+
|
|
7
|
+
The term "breadth" is used here as a conceptual synonym for FoV: a lens’s **focal.breadth** determines the spatial span visible at any moment of focus.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## why
|
|
12
|
+
|
|
13
|
+
**focal.breadth** governs spatial inclusion:
|
|
14
|
+
- Wide breadth = broader context, more environment, less magnification
|
|
15
|
+
- Narrow breadth = tighter crop, more subject isolation, stronger compression
|
|
16
|
+
|
|
17
|
+
This impacts:
|
|
18
|
+
- **Composition and storytelling**
|
|
19
|
+
- **Spatial relationships** (e.g. background flattening)
|
|
20
|
+
- **Perceptual distance** between foreground and background elements
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## governed by
|
|
25
|
+
|
|
26
|
+
### 📐 Lens-to-sensor geometry
|
|
27
|
+
|
|
28
|
+
\`\`\`
|
|
29
|
+
focal.breadth ∝ k₁ / f
|
|
30
|
+
\`\`\`
|
|
31
|
+
|
|
32
|
+
Where:
|
|
33
|
+
- `k₁` = `sensor_size` = physical diagonal of the camera sensor
|
|
34
|
+
- `f` = `focal_length` = optical focal length of the lens
|
|
35
|
+
|
|
36
|
+
> Shorter focal lengths → **wider breadth**
|
|
37
|
+
> Longer focal lengths → **narrower breadth**
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## key behaviors
|
|
42
|
+
|
|
43
|
+
| Adjustment | Effect on focal.breadth |
|
|
44
|
+
|------------------------|----------------------------------|
|
|
45
|
+
| Decrease focal length | expands breadth (wide angle) |
|
|
46
|
+
| Increase focal length | narrows breadth (telephoto) |
|
|
47
|
+
| Crop sensor vs full-frame | reduces breadth (less of scene) |
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## creative usage
|
|
52
|
+
|
|
53
|
+
- **Wide focal.breadth** (e.g. 24mm):
|
|
54
|
+
- Landscape, architecture, immersive scenes
|
|
55
|
+
- Emphasizes environment over subject
|
|
56
|
+
|
|
57
|
+
- **Narrow focal.breadth** (e.g. 85mm+):
|
|
58
|
+
- Portraits, wildlife, compressed compositions
|
|
59
|
+
- Emphasizes subject, de-emphasizes context
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## limitations
|
|
64
|
+
|
|
65
|
+
- Very wide breadths may introduce distortion at frame edges
|
|
66
|
+
- Very narrow breadths reduce spatial awareness and require greater stability
|
|
67
|
+
- Breadth must be balanced with focal.acuity and focal.depth to maintain clarity across the frame
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## metaphorical phrasing
|
|
72
|
+
|
|
73
|
+
> **focal.breadth** is your **window onto the world**
|
|
74
|
+
> It defines *how wide the camera can see* — the lateral span of your visual attention.
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# .brief: focal.depth
|
|
2
|
+
|
|
3
|
+
## what
|
|
4
|
+
|
|
5
|
+
**focal.depth** refers to the **range of object distances** in front of and behind the focal plane that appear **acceptably sharp**. It defines the "thickness" of the focus zone surrounding the point of perfect sharpness.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## why
|
|
10
|
+
|
|
11
|
+
While **focal.acuity** describes *how sharply* the focal plane is rendered, **focal.depth** describes *how far that sharpness extends*. It's critical for:
|
|
12
|
+
|
|
13
|
+
- Keeping entire subjects or scenes acceptably in focus
|
|
14
|
+
- Managing viewer attention and spatial context
|
|
15
|
+
- Balancing artistic isolation with technical clarity
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## governed by
|
|
20
|
+
|
|
21
|
+
### 📐 Depth of field (approximate)
|
|
22
|
+
|
|
23
|
+
```\`\`
|
|
24
|
+
focal.depth ≈ (2 * N * c * focal.distance²) / f²
|
|
25
|
+
\`\```
|
|
26
|
+
|
|
27
|
+
where
|
|
28
|
+
- `N` = aperture (f-number)
|
|
29
|
+
- `c` = circle of confusion (maximum acceptable blur)
|
|
30
|
+
- `focal.distance` = subject distance (from lens to focal plane)
|
|
31
|
+
- `f` = focal length, a fn of `focal.breadth`
|
|
32
|
+
|
|
33
|
+
simplified
|
|
34
|
+
- assume `c = d = 2.44 * λ * N`, a diffraction-limited system
|
|
35
|
+
- deref `f ∝ k₁ / focal.breadth`, by definition
|
|
36
|
+
|
|
37
|
+
```\`\`
|
|
38
|
+
focal.depth ∝ N² × focal.distance² × focal.breadth²
|
|
39
|
+
\`\```
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## key behaviors
|
|
44
|
+
|
|
45
|
+
| Adjustment | Effect on focal.depth |
|
|
46
|
+
|------------------------------|-------------------------------|
|
|
47
|
+
| Smaller aperture (↑ f-number)| increases it (more in focus) |
|
|
48
|
+
| Larger aperture (↓ f-number) | decreases it (shallower zone) |
|
|
49
|
+
| Farther focus distance | increases it nonlinearly |
|
|
50
|
+
| Closer focus distance | decreases it rapidly |
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## creative usage
|
|
55
|
+
|
|
56
|
+
- **Shallow focal.depth** (e.g. f/1.4):
|
|
57
|
+
- Isolates subject from background
|
|
58
|
+
- Ideal for portraits and cinematic shots
|
|
59
|
+
|
|
60
|
+
- **Deep focal.depth** (e.g. f/16):
|
|
61
|
+
- Maintains clarity across space
|
|
62
|
+
- Used in landscapes, architecture, documentation
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## limitations
|
|
67
|
+
|
|
68
|
+
- Increasing focal.depth via smaller apertures introduces **diffraction**, reducing **focal.acuity**
|
|
69
|
+
- Getting more depth often requires stepping farther away
|
|
70
|
+
- Focal.depth depends on the lens, aperture, and subject distance — not just focus point
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## metaphorical phrasing
|
|
75
|
+
|
|
76
|
+
> **focal.depth** is the **breadth** of your clarity
|
|
77
|
+
> It defines how far sharpness can **reach** across space, extending from the focal plane outward
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# .brief: focal.distance
|
|
2
|
+
|
|
3
|
+
## what
|
|
4
|
+
|
|
5
|
+
**focal.distance** refers to the **distance from the lens to the focal plane** — the exact location in space where the subject is brought into geometric focus.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## why
|
|
10
|
+
|
|
11
|
+
While **focal.acuity** defines *how finely* the focal plane is rendered, and **focal.depth** defines *how far* sharpness extends around it, **focal.distance** defines *where* that clarity is placed in the scene.
|
|
12
|
+
|
|
13
|
+
It controls:
|
|
14
|
+
- Subject framing and spatial scale
|
|
15
|
+
- The perceived compression of background and foreground
|
|
16
|
+
- The sensitivity of focus and blur relationships in space
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## governed by
|
|
21
|
+
|
|
22
|
+
### 📐 Thin lens equation
|
|
23
|
+
|
|
24
|
+
```\`\`
|
|
25
|
+
1/f = 1/focal.distance + 1/image_distance
|
|
26
|
+
\`\```
|
|
27
|
+
|
|
28
|
+
This determines **where** the focal plane sits for a given lens.
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
### 🔧 How aperture interacts — via depth of field
|
|
33
|
+
|
|
34
|
+
The **relationship between aperture and focal.distance** emerges through the depth of field equation:
|
|
35
|
+
|
|
36
|
+
```\`\`
|
|
37
|
+
focal.depth ≈ (2 * N * c * focal.distance²) / f²
|
|
38
|
+
\`\```
|
|
39
|
+
|
|
40
|
+
where
|
|
41
|
+
- `N` = aperture (f-number)
|
|
42
|
+
- `c` = circle of confusion (maximum acceptable blur)
|
|
43
|
+
- `focal.distance` = subject distance (from lens to focal plane)
|
|
44
|
+
- `f` = focal length, a fn of `focal.breadth`
|
|
45
|
+
|
|
46
|
+
simplified
|
|
47
|
+
- assume `c = d = 2.44 * λ * N`, a diffraction-limited system
|
|
48
|
+
- deref `f ∝ k₁ / focal.breadth`, by definition
|
|
49
|
+
|
|
50
|
+
```\`\`
|
|
51
|
+
focal.depth ∝ N² × focal.distance² × focal.breadth²
|
|
52
|
+
\`\```
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
## key behaviors
|
|
57
|
+
|
|
58
|
+
| Adjustment | Effect on focal.distance |
|
|
59
|
+
|--------------------------|------------------------------------|
|
|
60
|
+
| Physically moving closer | decreases it |
|
|
61
|
+
| Stepping farther back | increases it |
|
|
62
|
+
| Using wider aperture | makes the system more sensitive to small changes in focal.distance |
|
|
63
|
+
| Using smaller aperture | tolerates more deviation from exact distance |
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
## creative usage
|
|
68
|
+
|
|
69
|
+
- **Close focal.distance**:
|
|
70
|
+
- Emphasizes subject
|
|
71
|
+
- Increases blur and isolation
|
|
72
|
+
- Requires precision
|
|
73
|
+
|
|
74
|
+
- **Far focal.distance**:
|
|
75
|
+
- Expands depth
|
|
76
|
+
- Stabilizes scene-wide focus
|
|
77
|
+
- Suits landscapes, architecture, and static subjects
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## limitations
|
|
82
|
+
|
|
83
|
+
- Very close distances drastically reduce focal.depth
|
|
84
|
+
- Large apertures require extremely accurate focusing at short distances
|
|
85
|
+
- Focal.distance interacts with both lens choice and aperture behavior
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## metaphorical phrasing
|
|
90
|
+
|
|
91
|
+
> **focal.distance** is your **placement of intent** — it marks where clarity lands.
|
|
92
|
+
> The closer it lies, the tighter your tolerance must be; the farther it stretches, the more generous the depth becomes.
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# .brief: focal.tradeoffs
|
|
2
|
+
|
|
3
|
+
## what
|
|
4
|
+
|
|
5
|
+
**focal.tradeoffs** describe the physical constraint that links:
|
|
6
|
+
|
|
7
|
+
- **focal.acuity** — the fineness of detail resolvable **at the focal plane**
|
|
8
|
+
- **focal.breadth** — the angular or spatial extent of the field of view (FoV)
|
|
9
|
+
- **focal.distance** — the distance **from the lens to the focal plane**
|
|
10
|
+
- **focal.depth** — the range of distances **around the focal plane** that remain acceptably sharp
|
|
11
|
+
|
|
12
|
+
These four factors are coupled by the geometry of light: changing one requires compensating adjustments to at least one of the others. The relationship models the inescapable tradeoffs in all optical focus systems.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## equation
|
|
17
|
+
|
|
18
|
+
Assuming constant sensor size and fixed circle of confusion:
|
|
19
|
+
|
|
20
|
+
\`\`\`ts
|
|
21
|
+
// given
|
|
22
|
+
focal.depth ∝ N² × focal.distance² × focal.breadth²
|
|
23
|
+
focal.acuity ∝ 1 / N
|
|
24
|
+
|
|
25
|
+
// then
|
|
26
|
+
N ∝ 1 / focal.acuity
|
|
27
|
+
focal.depth ∝ (1 / focal.acuity)² × focal.distance² × focal.breadth²
|
|
28
|
+
focal.depth ∝ focal.distance² × focal.breadth² / focal.acuity²
|
|
29
|
+
|
|
30
|
+
// therefore
|
|
31
|
+
focal.acuity² × focal.depth ∝ focal.distance² × focal.breadth²
|
|
32
|
+
\`\`\`
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## key relationship
|
|
37
|
+
|
|
38
|
+
\`\`\`
|
|
39
|
+
focal.acuity² × focal.depth ∝ focal.distance² × focal.breadth²
|
|
40
|
+
\`\`\`
|
|
41
|
+
|
|
42
|
+
> You can only maximize two at a time — the other two must yield.
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## variable meanings
|
|
47
|
+
|
|
48
|
+
- **focal.acuity** — how finely your lens resolves detail at the point of focus
|
|
49
|
+
- **focal.breadth** — how wide your frame sees (field of view)
|
|
50
|
+
- **focal.depth** — how far the focus zone stretches through space
|
|
51
|
+
- **focal.distance** — how close or far the focal plane is set
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## tradeoff matrix
|
|
56
|
+
|
|
57
|
+
| Want to increase… | Compensate by… |
|
|
58
|
+
|------------------------|--------------------------------------------------|
|
|
59
|
+
| **focal.acuity** ↑ | decrease depth ↓, step back ↑, narrow breadth ↓ |
|
|
60
|
+
| **focal.breadth** ↑ | reduce acuity ↓, step back ↑, flatten depth ↓ |
|
|
61
|
+
| **focal.depth** ↑ | reduce acuity ↓, step back ↑, compress breadth ↓|
|
|
62
|
+
| **focal.distance** ↓ | reduce depth ↓, increase acuity ↑, narrow breadth ↓ |
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## verbal examples
|
|
67
|
+
|
|
68
|
+
- want **finer details**? (focal.acuity++)
|
|
69
|
+
- then, either
|
|
70
|
+
- step back (focal.distance++)
|
|
71
|
+
- collapse depth (focal.depth--)
|
|
72
|
+
- crop field of view (focal.breadth--)
|
|
73
|
+
|
|
74
|
+
- want a **wider scene**? (focal.breadth++)
|
|
75
|
+
- then, either
|
|
76
|
+
- reduce acuity (focal.acuity--)
|
|
77
|
+
- step back (focal.distance++)
|
|
78
|
+
- tolerate shallow depth (focal.depth--)
|
|
79
|
+
|
|
80
|
+
- want **deeper focus**? (focal.depth++)
|
|
81
|
+
- then, either
|
|
82
|
+
- reduce acuity (focal.acuity--)
|
|
83
|
+
- step back (focal.distance++)
|
|
84
|
+
- narrow scene (focal.breadth--)
|
|
85
|
+
|
|
86
|
+
- want to get **closer**? (focal.distance--)
|
|
87
|
+
- then, either
|
|
88
|
+
- reduce depth (focal.depth--)
|
|
89
|
+
- increase sharpness (focal.acuity++)
|
|
90
|
+
- narrow scene (focal.breadth--)
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## best practice zone
|
|
95
|
+
|
|
96
|
+
For full-frame photography:
|
|
97
|
+
|
|
98
|
+
- Aperture: f/5.6 to f/8
|
|
99
|
+
- Distance: 2–5 meters
|
|
100
|
+
- Focal length: 35mm–85mm (moderate breadth)
|
|
101
|
+
|
|
102
|
+
This keeps the optical balance manageable:
|
|
103
|
+
|
|
104
|
+
- **focal.acuity**: avoids diffraction or aberration
|
|
105
|
+
- **focal.breadth**: flexible for framing
|
|
106
|
+
- **focal.depth**: useful for subject layering
|
|
107
|
+
- **focal.distance**: compositional stability
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
.tactic = words:lowercase
|
|
2
|
+
|
|
3
|
+
.what = enforce lowercase for all words unless capitalization is required by code or naming convention
|
|
4
|
+
.where:
|
|
5
|
+
- applies to comments, docstrings, markdown, logs, and prompt copy
|
|
6
|
+
- only exceptions are code constructs (e.g., class names) and proper nouns (e.g., OpenAI)
|
|
7
|
+
|
|
8
|
+
.why:
|
|
9
|
+
- keeps language neutral, minimal, and machine-aligned
|
|
10
|
+
- prevents inconsistent or performative emphasis via caps
|
|
11
|
+
- improves scanability and reduces visual noise across surfaces
|
|
12
|
+
|
|
13
|
+
.how:
|
|
14
|
+
.rules:
|
|
15
|
+
- do not capitalize the first word of a sentence
|
|
16
|
+
- only use capitalization when:
|
|
17
|
+
- referencing a class, type, or constant (e.g., `StitchStepImagine`, `GitRepo`)
|
|
18
|
+
- writing a proper noun or brand (e.g., OpenAI, GitHub, AWS)
|
|
19
|
+
- never capitalize:
|
|
20
|
+
- generic nouns (`customer`, `invoice`, `step`)
|
|
21
|
+
- verbs (`set`, `get`, `submit`, `handle`)
|
|
22
|
+
- system comments or instructions, even at the beginning of a line
|
|
23
|
+
|
|
24
|
+
.examples:
|
|
25
|
+
.positive:
|
|
26
|
+
- `// returns a new invoice if customer exists`
|
|
27
|
+
- `// handled in gitrepo.init()`
|
|
28
|
+
- `// fallback if no customer was found`
|
|
29
|
+
- `// pass into StitchStepImagine to generate`
|
|
30
|
+
- `// openai prompt requires flattened string`
|
|
31
|
+
.negative:
|
|
32
|
+
- `// Returns a new invoice` // ⛔ capitalized sentence start
|
|
33
|
+
- `// This is handled in GitRepo` // ⛔ capitalized sentence + verb
|
|
34
|
+
- `// Submit the job for approval` // ⛔ capitalized imperative
|
|
35
|
+
- `// Customer must exist first` // ⛔ capitalized domain noun
|
|
36
|
+
- `// GitHub Repository` // ⛔ capitalized generic noun
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
# 🧩 .brief.article: `tactics as compositions of traits and skills`
|
|
2
|
+
|
|
3
|
+
## 💡 concept
|
|
4
|
+
**tactics** are not a strict hierarchy but a **composition** of **traits** and **skills**.
|
|
5
|
+
- **traits** = dispositions (orientations of thought, energy, and behavior).
|
|
6
|
+
- **skills** = capabilities (trainable abilities applied in practice).
|
|
7
|
+
a tactic emerges when a specific **combination** of traits and skills is aligned toward an outcome.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## 🎯 why composition matters
|
|
12
|
+
- traits and skills are **independent**: curiosity and precision can both shape chemistry, but in different ways.
|
|
13
|
+
- tactics are **composable**: the same skill can express differently depending on which trait anchors it.
|
|
14
|
+
- outcomes **shift** when traits or skills are dialed up, down, or swapped.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 📚 examples by domain
|
|
19
|
+
|
|
20
|
+
### 🧪 science
|
|
21
|
+
**curious chemist**
|
|
22
|
+
- **trait**: curiosity
|
|
23
|
+
- **skill**: chemistry analysis
|
|
24
|
+
- **tactic**: exploratory experimentation, testing boundaries, embracing unknowns.
|
|
25
|
+
- **outcome**: discovery of novel reactions, unexpected insights.
|
|
26
|
+
|
|
27
|
+
**precise chemist**
|
|
28
|
+
- **trait**: precision
|
|
29
|
+
- **skill**: chemistry analysis
|
|
30
|
+
- **tactic**: rigorous measurement, narrow tolerances, strict replication.
|
|
31
|
+
- **outcome**: reliable results, industry-grade reproducibility.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
### 🪚 craft
|
|
36
|
+
**adaptive carpenter**
|
|
37
|
+
- **trait**: creativity
|
|
38
|
+
- **skill**: carpentry
|
|
39
|
+
- **tactic**: improvises with available materials, adapts joinery to context.
|
|
40
|
+
- **outcome**: unique custom pieces, practical fixes in resource-limited settings.
|
|
41
|
+
|
|
42
|
+
**disciplined carpenter**
|
|
43
|
+
- **trait**: discipline
|
|
44
|
+
- **skill**: carpentry
|
|
45
|
+
- **tactic**: follows measured plans precisely, applies standardized methods.
|
|
46
|
+
- **outcome**: consistent, repeatable, structurally sound products.
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
### 🤝 negotiation
|
|
51
|
+
**empathetic negotiator**
|
|
52
|
+
- **trait**: empathy
|
|
53
|
+
- **skill**: negotiation
|
|
54
|
+
- **tactic**: listens deeply, frames deals around shared needs.
|
|
55
|
+
- **outcome**: durable agreements, long-term trust.
|
|
56
|
+
|
|
57
|
+
**strategic negotiator**
|
|
58
|
+
- **trait**: foresight
|
|
59
|
+
- **skill**: negotiation
|
|
60
|
+
- **tactic**: maps long-term consequences, anticipates concessions and pivots.
|
|
61
|
+
- **outcome**: advantage in complex deals, positioning for future leverage.
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## ⚖️ composability
|
|
66
|
+
- one **skill** can pair with multiple **traits** → different tactics, different outcomes.
|
|
67
|
+
- one **trait** can pair with multiple **skills** → different expressions of the same disposition.
|
|
68
|
+
- **tactics** emerge from the active **pairing**, not from traits or skills alone.
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## 📌 takeaway
|
|
73
|
+
tactics are **compositions**, not hierarchies:
|
|
74
|
+
- **traits** provide orientation.
|
|
75
|
+
- **skills** provide capability.
|
|
76
|
+
- tactics combine them to yield different **outcomes**, which can shift as traits are dialed differently in different contexts.
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# 🧩 .brief.article: `pattern of trait articulation`
|
|
2
|
+
|
|
3
|
+
## 💡 concept
|
|
4
|
+
a **trait articulation** describes how a personal or systemic trait manifests across three distinct modes:
|
|
5
|
+
- **boon** = benefit mode, the gift of the trait when expressed well.
|
|
6
|
+
- **bane** = detriment mode, the distortion of the trait when taken too far.
|
|
7
|
+
- **balance** = integrative mode, the steady form that holds the gift without falling into the trap.
|
|
8
|
+
|
|
9
|
+
this pattern ensures traits are understood not as static labels, but as dynamic forces with both potential and peril.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## 🎯 purpose
|
|
14
|
+
- create richer portraits of traits than single definitions allow.
|
|
15
|
+
- highlight both the **value** and the **risk** of a trait.
|
|
16
|
+
- emphasize the need for **balance** as the mature expression of any trait.
|
|
17
|
+
- provide a structure that can apply across domains: personality, craft, leadership, learning, etc.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## 🔍 structure of articulation
|
|
22
|
+
|
|
23
|
+
### 1. .trait.boon
|
|
24
|
+
- **essence**: what the trait gives when it operates in healthy form.
|
|
25
|
+
- **benefits**: strengths, gifts, and opportunities.
|
|
26
|
+
- **behaviors**: observable actions that express the boon.
|
|
27
|
+
|
|
28
|
+
### 2. .trait.bane
|
|
29
|
+
- **essence**: what the trait becomes when it overextends.
|
|
30
|
+
- **risks**: distortions, traps, or excesses.
|
|
31
|
+
- **symptoms**: signals that the trait has shifted into bane.
|
|
32
|
+
|
|
33
|
+
### 3. .trait.balance
|
|
34
|
+
- **essence**: how the trait can be integrated with discernment.
|
|
35
|
+
- **stance**: principles that prevent overreach.
|
|
36
|
+
- **behaviors**: practices that preserve clarity and prevent distortion.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## 📚 examples
|
|
41
|
+
|
|
42
|
+
### 1. curiosity
|
|
43
|
+
- **boon**: discovery, insight, growth.
|
|
44
|
+
- **bane**: distraction, endless novelty, shallow wandering.
|
|
45
|
+
- **balance**: guided exploration aligned with purpose.
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
### 2. discipline
|
|
50
|
+
- **boon**: consistency, reliability, mastery through practice.
|
|
51
|
+
- **bane**: rigidity, joyless routine, resistance to change.
|
|
52
|
+
- **balance**: disciplined flow that adapts structure to context.
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
### 3. empathy
|
|
57
|
+
- **boon**: connection, trust, understanding others’ needs.
|
|
58
|
+
- **bane**: over-identification, blurred boundaries, emotional exhaustion.
|
|
59
|
+
- **balance**: compassionate presence with clear self-boundaries.
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## 📌 takeaway
|
|
64
|
+
the **pattern of trait articulation** reframes traits as **dynamic spectra** rather than fixed qualities.
|
|
65
|
+
every trait has a **boon** that gifts, a **bane** that distorts, and a **balance** that integrates.
|
|
66
|
+
|
|
67
|
+
this triadic articulation turns traits into **living tools** for reflection, growth, and design.
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# 🧩 .brief.article: `purpose of traits`
|
|
2
|
+
|
|
3
|
+
## 💡 concept
|
|
4
|
+
**traits** are recurring modes of thought, behavior, or expression that shape how an individual, team, or system engages with the world. they are not fixed states but **patterns of disposition** that influence choices, interactions, and outcomes.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## 🎯 purposes of traits
|
|
9
|
+
|
|
10
|
+
### 1. orientation
|
|
11
|
+
traits orient how energy, attention, and action flow.
|
|
12
|
+
- curiosity points attention outward.
|
|
13
|
+
- discipline channels energy inward.
|
|
14
|
+
- empathy directs focus toward others.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
### 2. prediction
|
|
19
|
+
traits allow us to anticipate likely patterns of behavior.
|
|
20
|
+
- a disciplined person can be relied on to complete commitments.
|
|
21
|
+
- an empathetic leader is expected to notice unspoken needs.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
### 3. reflection
|
|
26
|
+
traits act as mirrors for growth. they reveal both:
|
|
27
|
+
- **boon** = the gift we bring when the trait is expressed well.
|
|
28
|
+
- **bane** = the trap we fall into when it overextends.
|
|
29
|
+
- **balance** = the integration that matures the trait.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
### 4. articulation
|
|
34
|
+
traits provide a shared vocabulary for describing tendencies.
|
|
35
|
+
- instead of vague impressions, we can say: *“this person’s empathy is in bane mode.”*
|
|
36
|
+
- traits let us discuss strengths and distortions with precision.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
### 5. design
|
|
41
|
+
traits give structure for intentional cultivation.
|
|
42
|
+
- they can be trained, reinforced, or balanced.
|
|
43
|
+
- teams can be designed to complement each other’s trait profiles.
|
|
44
|
+
- systems can be engineered to amplify boon and dampen bane.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## 📌 takeaway
|
|
49
|
+
the **purpose of traits** is not to label people, but to **map dispositions**:
|
|
50
|
+
- to orient energy and focus,
|
|
51
|
+
- to predict patterns of behavior,
|
|
52
|
+
- to reflect on growth,
|
|
53
|
+
- to articulate tendencies with precision,
|
|
54
|
+
- and to design individuals and systems toward balanced expression.
|
|
55
|
+
|
|
56
|
+
in this way, traits function as **living lenses** for understanding and shaping both self and collective.
|