arscontexta 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (418) hide show
  1. package/.claude-plugin/marketplace.json +11 -0
  2. package/.claude-plugin/plugin.json +22 -0
  3. package/README.md +683 -0
  4. package/agents/knowledge-guide.md +49 -0
  5. package/bin/cli.mjs +66 -0
  6. package/generators/agents-md.md +240 -0
  7. package/generators/claude-md.md +379 -0
  8. package/generators/features/atomic-notes.md +124 -0
  9. package/generators/features/ethical-guardrails.md +58 -0
  10. package/generators/features/graph-analysis.md +188 -0
  11. package/generators/features/helper-functions.md +92 -0
  12. package/generators/features/maintenance.md +164 -0
  13. package/generators/features/methodology-knowledge.md +70 -0
  14. package/generators/features/mocs.md +144 -0
  15. package/generators/features/multi-domain.md +61 -0
  16. package/generators/features/personality.md +71 -0
  17. package/generators/features/processing-pipeline.md +428 -0
  18. package/generators/features/schema.md +149 -0
  19. package/generators/features/self-evolution.md +229 -0
  20. package/generators/features/self-space.md +78 -0
  21. package/generators/features/semantic-search.md +99 -0
  22. package/generators/features/session-rhythm.md +85 -0
  23. package/generators/features/templates.md +85 -0
  24. package/generators/features/wiki-links.md +88 -0
  25. package/generators/soul-md.md +121 -0
  26. package/hooks/hooks.json +45 -0
  27. package/hooks/scripts/auto-commit.sh +44 -0
  28. package/hooks/scripts/session-capture.sh +35 -0
  29. package/hooks/scripts/session-orient.sh +86 -0
  30. package/hooks/scripts/write-validate.sh +42 -0
  31. package/methodology/AI shifts knowledge systems from externalizing memory to externalizing attention.md +59 -0
  32. package/methodology/BM25 retrieval fails on full-length descriptions because query term dilution reduces match scores.md +39 -0
  33. package/methodology/IBIS framework maps claim-based architecture to structured argumentation.md +58 -0
  34. package/methodology/LLM attention degrades as context fills.md +49 -0
  35. package/methodology/MOC construction forces synthesis that automated generation from metadata cannot replicate.md +49 -0
  36. package/methodology/MOC maintenance investment compounds because orientation savings multiply across every future session.md +41 -0
  37. package/methodology/MOCs are attention management devices not just organizational tools.md +51 -0
  38. package/methodology/PKM failure follows a predictable cycle.md +50 -0
  39. package/methodology/ThreadMode to DocumentMode transformation is the core value creation step.md +52 -0
  40. package/methodology/WIP limits force processing over accumulation.md +53 -0
  41. package/methodology/Zeigarnik effect validates capture-first philosophy because open loops drain attention.md +42 -0
  42. package/methodology/academic research uses structured extraction with cross-source synthesis.md +566 -0
  43. package/methodology/adapt the four-phase processing pipeline to domain-specific throughput needs.md +197 -0
  44. package/methodology/agent notes externalize navigation intuition that search cannot discover and traversal cannot reconstruct.md +48 -0
  45. package/methodology/agent self-memory should be architecturally separate from user knowledge systems.md +48 -0
  46. package/methodology/agent session boundaries create natural automation checkpoints that human-operated systems lack.md +56 -0
  47. package/methodology/agent-cognition.md +107 -0
  48. package/methodology/agents are simultaneously methodology executors and subjects creating a unique trust asymmetry.md +66 -0
  49. package/methodology/aspect-oriented programming solved the same cross-cutting concern problem that hooks solve.md +39 -0
  50. package/methodology/associative ontologies beat hierarchical taxonomies because heterarchy adapts while hierarchy brittles.md +53 -0
  51. package/methodology/attention residue may have a minimum granularity that cannot be subdivided.md +46 -0
  52. package/methodology/auto-commit hooks eliminate prospective memory failures by converting remember-to-act into guaranteed execution.md +47 -0
  53. package/methodology/automated detection is always safe because it only reads state while automated remediation risks content corruption.md +42 -0
  54. package/methodology/automation should be retired when its false positive rate exceeds its true positive rate or it catches zero issues.md +56 -0
  55. package/methodology/backlinks implicitly define notes by revealing usage context.md +35 -0
  56. package/methodology/backward maintenance asks what would be different if written today.md +62 -0
  57. package/methodology/balance onboarding enforcement and questions to prevent premature complexity.md +229 -0
  58. package/methodology/basic level categorization determines optimal MOC granularity.md +51 -0
  59. package/methodology/batching by context similarity reduces switching costs in agent processing.md +43 -0
  60. package/methodology/behavioral anti-patterns matter more than tool selection.md +42 -0
  61. package/methodology/betweenness centrality identifies bridge notes connecting disparate knowledge domains.md +57 -0
  62. package/methodology/blueprints that teach construction outperform downloads that provide pre-built code for platform-dependent modules.md +42 -0
  63. package/methodology/bootstrapping principle enables self-improving systems.md +62 -0
  64. package/methodology/build automatic memory through cognitive offloading and session handoffs.md +285 -0
  65. package/methodology/capture the reaction to content not just the content itself.md +41 -0
  66. package/methodology/claims must be specific enough to be wrong.md +36 -0
  67. package/methodology/closure rituals create clean breaks that prevent attention residue bleed.md +44 -0
  68. package/methodology/cognitive offloading is the architectural foundation for vault design.md +46 -0
  69. package/methodology/cognitive outsourcing risk in agent-operated systems.md +55 -0
  70. package/methodology/coherence maintains consistency despite inconsistent inputs.md +96 -0
  71. package/methodology/coherent architecture emerges from wiki links spreading activation and small-world topology.md +48 -0
  72. package/methodology/community detection algorithms can inform when MOCs should split or merge.md +52 -0
  73. package/methodology/complete navigation requires four complementary types that no single mechanism provides.md +43 -0
  74. package/methodology/complex systems evolve from simple working systems.md +59 -0
  75. package/methodology/composable knowledge architecture builds systems from independent toggleable modules not monolithic templates.md +61 -0
  76. package/methodology/compose multi-domain systems through separate templates and shared graph.md +372 -0
  77. package/methodology/concept-orientation beats source-orientation for cross-domain connections.md +51 -0
  78. package/methodology/confidence thresholds gate automated action between the mechanical and judgment zones.md +50 -0
  79. package/methodology/configuration dimensions interact so choices in one create pressure on others.md +58 -0
  80. package/methodology/configuration paralysis emerges when derivation surfaces too many decisions.md +44 -0
  81. package/methodology/context files function as agent operating systems through self-referential self-extension.md +46 -0
  82. package/methodology/context phrase clarity determines how deep a navigation hierarchy can scale.md +46 -0
  83. package/methodology/continuous small-batch processing eliminates review dread.md +48 -0
  84. package/methodology/controlled disorder engineers serendipity through semantic rather than topical linking.md +51 -0
  85. package/methodology/creative writing uses worldbuilding consistency with character tracking.md +672 -0
  86. package/methodology/cross-links between MOC territories indicate creative leaps and integration depth.md +43 -0
  87. package/methodology/dangling links reveal which notes want to exist.md +62 -0
  88. package/methodology/data exit velocity measures how quickly content escapes vendor lock-in.md +74 -0
  89. package/methodology/decontextualization risk means atomicity may strip meaning that cannot be recovered.md +48 -0
  90. package/methodology/dense interlinked research claims enable derivation while sparse references only enable templating.md +47 -0
  91. package/methodology/dependency resolution through topological sort makes module composition transparent and verifiable.md +56 -0
  92. package/methodology/derivation generates knowledge systems from composable research claims not template customization.md +63 -0
  93. package/methodology/derivation-engine.md +27 -0
  94. package/methodology/derived systems follow a seed-evolve-reseed lifecycle.md +56 -0
  95. package/methodology/description quality for humans diverges from description quality for keyword search.md +73 -0
  96. package/methodology/descriptions are retrieval filters not summaries.md +112 -0
  97. package/methodology/design MOCs as attention management devices with lifecycle governance.md +318 -0
  98. package/methodology/design-dimensions.md +66 -0
  99. package/methodology/digital mutability enables note evolution that physical permanence forbids.md +54 -0
  100. package/methodology/discovery-retrieval.md +48 -0
  101. package/methodology/distinctiveness scoring treats description quality as measurable.md +69 -0
  102. package/methodology/does agent processing recover what fast capture loses.md +43 -0
  103. package/methodology/domain-compositions.md +37 -0
  104. package/methodology/dual-coding with visual elements could enhance agent traversal.md +55 -0
  105. package/methodology/each module must be describable in one sentence under 200 characters or it does too many things.md +45 -0
  106. package/methodology/each new note compounds value by creating traversal paths.md +55 -0
  107. package/methodology/eight configuration dimensions parameterize the space of possible knowledge systems.md +56 -0
  108. package/methodology/elaborative encoding is the quality gate for new notes.md +55 -0
  109. package/methodology/enforce schema with graduated strictness across capture processing and query zones.md +221 -0
  110. package/methodology/enforcing atomicity can create paralysis when ideas resist decomposition.md +43 -0
  111. package/methodology/engineering uses technical decision tracking with architectural memory.md +766 -0
  112. package/methodology/every knowledge domain shares a four-phase processing skeleton that diverges only in the process step.md +53 -0
  113. package/methodology/evolution observations provide actionable signals for system adaptation.md +67 -0
  114. package/methodology/external memory shapes cognition more than base model.md +60 -0
  115. package/methodology/faceted classification treats notes as multi-dimensional objects rather than folder contents.md +65 -0
  116. package/methodology/failure-modes.md +27 -0
  117. package/methodology/false universalism applies same processing logic regardless of domain.md +49 -0
  118. package/methodology/federated wiki pattern enables multi-agent divergence as feature not bug.md +59 -0
  119. package/methodology/flat files break at retrieval scale.md +75 -0
  120. package/methodology/forced engagement produces weak connections.md +48 -0
  121. package/methodology/four abstraction layers separate platform-agnostic from platform-dependent knowledge system features.md +47 -0
  122. package/methodology/fresh context per task preserves quality better than chaining phases.md +44 -0
  123. package/methodology/friction reveals architecture.md +63 -0
  124. package/methodology/friction-driven module adoption prevents configuration debt by adding complexity only at pain points.md +48 -0
  125. package/methodology/gardening cycle implements tend prune fertilize operations.md +41 -0
  126. package/methodology/generation effect gate blocks processing without transformation.md +40 -0
  127. package/methodology/goal-driven memory orchestration enables autonomous domain learning through directed compute allocation.md +41 -0
  128. package/methodology/good descriptions layer heuristic then mechanism then implication.md +57 -0
  129. package/methodology/graph-structure.md +65 -0
  130. package/methodology/guided notes might outperform post-hoc structuring for high-volume capture.md +37 -0
  131. package/methodology/health wellness uses symptom-trigger correlation with multi-dimensional tracking.md +819 -0
  132. package/methodology/hook composition creates emergent methodology from independent single-concern components.md +47 -0
  133. package/methodology/hook enforcement guarantees quality while instruction enforcement merely suggests it.md +51 -0
  134. package/methodology/hook-driven learning loops create self-improving methodology through observation accumulation.md +62 -0
  135. package/methodology/hooks are the agent habit system that replaces the missing basal ganglia.md +40 -0
  136. package/methodology/hooks cannot replace genuine cognitive engagement yet more automation is always tempting.md +87 -0
  137. package/methodology/hooks enable context window efficiency by delegating deterministic checks to external processes.md +47 -0
  138. package/methodology/idempotent maintenance operations are safe to automate because running them twice produces the same result as running them once.md +44 -0
  139. package/methodology/implement condition-based maintenance triggers for derived systems.md +255 -0
  140. package/methodology/implicit dependencies create distributed monoliths that fail silently across configurations.md +58 -0
  141. package/methodology/implicit knowledge emerges from traversal.md +55 -0
  142. package/methodology/incremental formalization happens through repeated touching of old notes.md +60 -0
  143. package/methodology/incremental reading enables cross-source connection finding.md +39 -0
  144. package/methodology/index.md +32 -0
  145. package/methodology/inline links carry richer relationship data than metadata fields.md +91 -0
  146. package/methodology/insight accretion differs from productivity in knowledge systems.md +41 -0
  147. package/methodology/intermediate packets enable assembly over creation.md +52 -0
  148. package/methodology/intermediate representation pattern enables reliable vault operations beyond regex.md +62 -0
  149. package/methodology/justification chains enable forward backward and evolution reasoning about configuration decisions.md +46 -0
  150. package/methodology/knowledge system architecture is parameterized by platform capabilities not fixed by methodology.md +51 -0
  151. package/methodology/knowledge systems become communication partners through complexity and memory humans cannot sustain.md +47 -0
  152. package/methodology/knowledge systems share universal operations and structural components across all methodology traditions.md +46 -0
  153. package/methodology/legal case management uses precedent chains with regulatory change propagation.md +892 -0
  154. package/methodology/live index via periodic regeneration keeps discovery current.md +58 -0
  155. package/methodology/local-first file formats are inherently agent-native.md +69 -0
  156. package/methodology/logic column pattern separates reasoning from procedure.md +35 -0
  157. package/methodology/maintenance operations are more universal than creative pipelines because structural health is domain-invariant.md +47 -0
  158. package/methodology/maintenance scheduling frequency should match consequence speed not detection capability.md +50 -0
  159. package/methodology/maintenance targeting should prioritize mechanism and theory notes.md +26 -0
  160. package/methodology/maintenance-patterns.md +72 -0
  161. package/methodology/markdown plus YAML plus ripgrep implements a queryable graph database without infrastructure.md +55 -0
  162. package/methodology/maturity field enables agent context prioritization.md +33 -0
  163. package/methodology/memory-architecture.md +27 -0
  164. package/methodology/metacognitive confidence can diverge from retrieval capability.md +42 -0
  165. package/methodology/metadata reduces entropy enabling precision over recall.md +91 -0
  166. package/methodology/methodology development should follow the trajectory from documentation to skill to hook as understanding hardens.md +80 -0
  167. package/methodology/methodology traditions are named points in a shared configuration space not competing paradigms.md +64 -0
  168. package/methodology/mnemonic medium embeds verification into navigation.md +46 -0
  169. package/methodology/module communication through shared YAML fields creates loose coupling without direct dependencies.md +44 -0
  170. package/methodology/module deactivation must account for structural artifacts that survive the toggle.md +49 -0
  171. package/methodology/multi-domain systems compose through separate templates and shared graph.md +61 -0
  172. package/methodology/multi-domain-composition.md +27 -0
  173. package/methodology/narrow folksonomy optimizes for single-operator retrieval unlike broad consensus tagging.md +53 -0
  174. package/methodology/navigation infrastructure passes through distinct scaling regimes that require qualitative strategy shifts.md +48 -0
  175. package/methodology/navigational vertigo emerges in pure association systems without local hierarchy.md +54 -0
  176. package/methodology/note titles should function as APIs enabling sentence transclusion.md +51 -0
  177. package/methodology/note-design.md +57 -0
  178. package/methodology/notes are skills /342/200/224 curated knowledge injected when relevant.md" +62 -0
  179. package/methodology/notes function as cognitive anchors that stabilize attention during complex tasks.md +41 -0
  180. package/methodology/novel domains derive by mapping knowledge type to closest reference domain then adapting.md +50 -0
  181. package/methodology/nudge theory explains graduated hook enforcement as choice architecture for agents.md +59 -0
  182. package/methodology/observation and tension logs function as dead-letter queues for failed automation.md +51 -0
  183. package/methodology/operational memory and knowledge memory serve different functions in agent architecture.md +48 -0
  184. package/methodology/operational wisdom requires contextual observation.md +52 -0
  185. package/methodology/orchestrated vault creation transforms arscontexta from tool to autonomous knowledge factory.md +40 -0
  186. package/methodology/organic emergence versus active curation creates a fundamental vault governance tension.md +68 -0
  187. package/methodology/orphan notes are seeds not failures.md +38 -0
  188. package/methodology/over-automation corrupts quality when hooks encode judgment rather than verification.md +62 -0
  189. package/methodology/people relationships uses Dunbar-layered graphs with interaction tracking.md +659 -0
  190. package/methodology/personal assistant uses life area management with review automation.md +610 -0
  191. package/methodology/platform adapter translation is semantic not mechanical because hook event meanings differ.md +40 -0
  192. package/methodology/platform capability tiers determine which knowledge system features can be implemented.md +48 -0
  193. package/methodology/platform fragmentation means identical conceptual operations require different implementations across agent environments.md +44 -0
  194. package/methodology/premature complexity is the most common derivation failure mode.md +45 -0
  195. package/methodology/prevent domain-specific failure modes through the vulnerability matrix.md +336 -0
  196. package/methodology/processing effort should follow retrieval demand.md +57 -0
  197. package/methodology/processing-workflows.md +75 -0
  198. package/methodology/product management uses feedback pipelines with experiment tracking.md +789 -0
  199. package/methodology/productivity porn risk in meta-system building.md +30 -0
  200. package/methodology/programmable notes could enable property-triggered workflows.md +64 -0
  201. package/methodology/progressive disclosure means reading right not reading less.md +69 -0
  202. package/methodology/progressive schema validates only what active modules require not the full system schema.md +49 -0
  203. package/methodology/project management uses decision tracking with stakeholder context.md +776 -0
  204. package/methodology/propositional link semantics transform wiki links from associative to reasoned.md +87 -0
  205. package/methodology/prospective memory requires externalization.md +53 -0
  206. package/methodology/provenance tracks where beliefs come from.md +62 -0
  207. package/methodology/queries evolve during search so agents should checkpoint.md +35 -0
  208. package/methodology/question-answer metadata enables inverted search patterns.md +39 -0
  209. package/methodology/random note resurfacing prevents write-only memory.md +33 -0
  210. package/methodology/reconciliation loops that compare desired state to actual state enable drift correction without continuous monitoring.md +59 -0
  211. package/methodology/reflection synthesizes existing notes into new insight.md +100 -0
  212. package/methodology/retrieval utility should drive design over capture completeness.md +69 -0
  213. package/methodology/retrieval verification loop tests description quality at scale.md +81 -0
  214. package/methodology/role field makes graph structure explicit.md +94 -0
  215. package/methodology/scaffolding enables divergence that fine-tuning cannot.md +67 -0
  216. package/methodology/schema enforcement via validation agents enables soft consistency.md +60 -0
  217. package/methodology/schema evolution follows observe-then-formalize not design-then-enforce.md +65 -0
  218. package/methodology/schema field names are the only domain specific element in the universal note pattern.md +46 -0
  219. package/methodology/schema fields should use domain-native vocabulary not abstract terminology.md +47 -0
  220. package/methodology/schema templates reduce cognitive overhead at capture time.md +55 -0
  221. package/methodology/schema validation hooks externalize inhibitory control that degrades under cognitive load.md +48 -0
  222. package/methodology/schema-enforcement.md +27 -0
  223. package/methodology/self-extension requires context files to contain platform operations knowledge not just methodology.md +47 -0
  224. package/methodology/sense-making vs storage does compression lose essential nuance.md +73 -0
  225. package/methodology/session boundary hooks implement cognitive bookends for orientation and reflection.md +60 -0
  226. package/methodology/session handoff creates continuity without persistent memory.md +43 -0
  227. package/methodology/session outputs are packets for future selves.md +43 -0
  228. package/methodology/session transcript mining enables experiential validation that structural tests cannot provide.md +38 -0
  229. package/methodology/skill context budgets constrain knowledge system complexity on agent platforms.md +52 -0
  230. package/methodology/skills encode methodology so manual execution bypasses quality gates.md +50 -0
  231. package/methodology/small-world topology requires hubs and dense local links.md +99 -0
  232. package/methodology/source attribution enables tracing claims to foundations.md +38 -0
  233. package/methodology/spaced repetition scheduling could optimize vault maintenance.md +44 -0
  234. package/methodology/spreading activation models how agents should traverse.md +79 -0
  235. package/methodology/stale navigation actively misleads because agents trust curated maps completely.md +43 -0
  236. package/methodology/stigmergy coordinates agents through environmental traces without direct communication.md +62 -0
  237. package/methodology/storage versus thinking distinction determines which tool patterns apply.md +56 -0
  238. package/methodology/structure enables navigation without reading everything.md +52 -0
  239. package/methodology/structure without processing provides no value.md +56 -0
  240. package/methodology/student learning uses prerequisite graphs with spaced retrieval.md +770 -0
  241. package/methodology/summary coherence tests composability before filing.md +37 -0
  242. package/methodology/tag rot applies to wiki links because titles serve as both identifier and display text.md +50 -0
  243. package/methodology/temporal media must convert to spatial text for agent traversal.md +43 -0
  244. package/methodology/temporal processing priority creates age-based inbox urgency.md +45 -0
  245. package/methodology/temporal separation of capture and processing preserves context freshness.md +39 -0
  246. package/methodology/ten universal primitives form the kernel of every viable agent knowledge system.md +162 -0
  247. package/methodology/testing effect could enable agent knowledge verification.md +38 -0
  248. package/methodology/the AgentSkills standard embodies progressive disclosure at the skill level.md +40 -0
  249. package/methodology/the derivation engine improves recursively as deployed systems generate observations.md +49 -0
  250. package/methodology/the determinism boundary separates hook methodology from skill methodology.md +46 -0
  251. package/methodology/the fix-versus-report decision depends on determinism reversibility and accumulated trust.md +45 -0
  252. package/methodology/the generation effect requires active transformation not just storage.md +57 -0
  253. package/methodology/the no wrong patches guarantee ensures any valid module combination produces a valid system.md +58 -0
  254. package/methodology/the system is the argument.md +46 -0
  255. package/methodology/the vault constitutes identity for agents.md +86 -0
  256. package/methodology/the vault methodology transfers because it encodes cognitive science not domain specifics.md +47 -0
  257. package/methodology/therapy journal uses warm personality with pattern detection for emotional processing.md +584 -0
  258. package/methodology/three capture schools converge through agent-mediated synthesis.md +55 -0
  259. package/methodology/three concurrent maintenance loops operate at different timescales to catch different classes of problems.md +56 -0
  260. package/methodology/throughput matters more than accumulation.md +58 -0
  261. package/methodology/title as claim enables traversal as reasoning.md +50 -0
  262. package/methodology/topological organization beats temporal for knowledge work.md +52 -0
  263. package/methodology/trading uses conviction tracking with thesis-outcome correlation.md +699 -0
  264. package/methodology/trails transform ephemeral navigation into persistent artifacts.md +39 -0
  265. package/methodology/transform universal vocabulary to domain-native language through six levels.md +259 -0
  266. package/methodology/type field enables structured queries without folder hierarchies.md +53 -0
  267. package/methodology/use-case presets dissolve the tension between composability and simplicity.md +44 -0
  268. package/methodology/vault conventions may impose hidden rigidity on thinking.md +44 -0
  269. package/methodology/verbatim risk applies to agents too.md +31 -0
  270. package/methodology/vibe notetaking is the emerging industry consensus for AI-native self-organization.md +56 -0
  271. package/methodology/vivid memories need verification.md +45 -0
  272. package/methodology/vocabulary-transformation.md +27 -0
  273. package/methodology/voice capture is the highest-bandwidth channel for agent-delegated knowledge systems.md +45 -0
  274. package/methodology/wiki links are the digital evolution of analog indexing.md +73 -0
  275. package/methodology/wiki links as social contract transforms agents into stewards of incomplete references.md +52 -0
  276. package/methodology/wiki links create navigation paths that shape retrieval.md +63 -0
  277. package/methodology/wiki links implement GraphRAG without the infrastructure.md +101 -0
  278. package/methodology/writing for audience blocks authentic creation.md +22 -0
  279. package/methodology/you operate a system that takes notes.md +79 -0
  280. package/openclaw/SKILL.md +110 -0
  281. package/package.json +45 -0
  282. package/platforms/README.md +51 -0
  283. package/platforms/claude-code/generator.md +61 -0
  284. package/platforms/claude-code/hooks/README.md +186 -0
  285. package/platforms/claude-code/hooks/auto-commit.sh.template +38 -0
  286. package/platforms/claude-code/hooks/session-capture.sh.template +72 -0
  287. package/platforms/claude-code/hooks/session-orient.sh.template +189 -0
  288. package/platforms/claude-code/hooks/write-validate.sh.template +106 -0
  289. package/platforms/openclaw/generator.md +82 -0
  290. package/platforms/openclaw/hooks/README.md +89 -0
  291. package/platforms/openclaw/hooks/bootstrap.ts.template +224 -0
  292. package/platforms/openclaw/hooks/command-new.ts.template +165 -0
  293. package/platforms/openclaw/hooks/heartbeat.ts.template +214 -0
  294. package/platforms/shared/features/README.md +70 -0
  295. package/platforms/shared/skill-blocks/graph.md +145 -0
  296. package/platforms/shared/skill-blocks/learn.md +119 -0
  297. package/platforms/shared/skill-blocks/next.md +131 -0
  298. package/platforms/shared/skill-blocks/pipeline.md +326 -0
  299. package/platforms/shared/skill-blocks/ralph.md +616 -0
  300. package/platforms/shared/skill-blocks/reduce.md +1142 -0
  301. package/platforms/shared/skill-blocks/refactor.md +129 -0
  302. package/platforms/shared/skill-blocks/reflect.md +780 -0
  303. package/platforms/shared/skill-blocks/remember.md +524 -0
  304. package/platforms/shared/skill-blocks/rethink.md +574 -0
  305. package/platforms/shared/skill-blocks/reweave.md +680 -0
  306. package/platforms/shared/skill-blocks/seed.md +320 -0
  307. package/platforms/shared/skill-blocks/stats.md +145 -0
  308. package/platforms/shared/skill-blocks/tasks.md +171 -0
  309. package/platforms/shared/skill-blocks/validate.md +323 -0
  310. package/platforms/shared/skill-blocks/verify.md +562 -0
  311. package/platforms/shared/templates/README.md +35 -0
  312. package/presets/experimental/categories.yaml +1 -0
  313. package/presets/experimental/preset.yaml +38 -0
  314. package/presets/experimental/starter/README.md +7 -0
  315. package/presets/experimental/vocabulary.yaml +7 -0
  316. package/presets/personal/categories.yaml +7 -0
  317. package/presets/personal/preset.yaml +41 -0
  318. package/presets/personal/starter/goals.md +21 -0
  319. package/presets/personal/starter/index.md +17 -0
  320. package/presets/personal/starter/life-areas.md +21 -0
  321. package/presets/personal/starter/people.md +21 -0
  322. package/presets/personal/vocabulary.yaml +32 -0
  323. package/presets/research/categories.yaml +8 -0
  324. package/presets/research/preset.yaml +41 -0
  325. package/presets/research/starter/index.md +17 -0
  326. package/presets/research/starter/methods.md +21 -0
  327. package/presets/research/starter/open-questions.md +21 -0
  328. package/presets/research/vocabulary.yaml +33 -0
  329. package/reference/AUDIT-REPORT.md +238 -0
  330. package/reference/claim-map.md +172 -0
  331. package/reference/components.md +327 -0
  332. package/reference/conversation-patterns.md +542 -0
  333. package/reference/derivation-validation.md +649 -0
  334. package/reference/dimension-claim-map.md +134 -0
  335. package/reference/evolution-lifecycle.md +297 -0
  336. package/reference/failure-modes.md +235 -0
  337. package/reference/interaction-constraints.md +204 -0
  338. package/reference/kernel.yaml +242 -0
  339. package/reference/methodology.md +283 -0
  340. package/reference/open-questions.md +279 -0
  341. package/reference/personality-layer.md +302 -0
  342. package/reference/self-space.md +299 -0
  343. package/reference/semantic-vs-keyword.md +288 -0
  344. package/reference/session-lifecycle.md +298 -0
  345. package/reference/templates/base-note.md +16 -0
  346. package/reference/templates/companion-note.md +70 -0
  347. package/reference/templates/creative-note.md +16 -0
  348. package/reference/templates/learning-note.md +16 -0
  349. package/reference/templates/life-note.md +16 -0
  350. package/reference/templates/moc.md +26 -0
  351. package/reference/templates/relationship-note.md +17 -0
  352. package/reference/templates/research-note.md +19 -0
  353. package/reference/templates/session-log.md +24 -0
  354. package/reference/templates/therapy-note.md +16 -0
  355. package/reference/test-fixtures/edge-case-constraints.md +148 -0
  356. package/reference/test-fixtures/multi-domain.md +164 -0
  357. package/reference/test-fixtures/novel-domain-gaming.md +138 -0
  358. package/reference/test-fixtures/research-minimal.md +102 -0
  359. package/reference/test-fixtures/therapy-full.md +155 -0
  360. package/reference/testing-milestones.md +1087 -0
  361. package/reference/three-spaces.md +363 -0
  362. package/reference/tradition-presets.md +203 -0
  363. package/reference/use-case-presets.md +341 -0
  364. package/reference/validate-kernel.sh +432 -0
  365. package/reference/vocabulary-transforms.md +85 -0
  366. package/scripts/sync-thinking.sh +147 -0
  367. package/skill-sources/graph/SKILL.md +567 -0
  368. package/skill-sources/graph/skill.json +17 -0
  369. package/skill-sources/learn/SKILL.md +254 -0
  370. package/skill-sources/learn/skill.json +17 -0
  371. package/skill-sources/next/SKILL.md +407 -0
  372. package/skill-sources/next/skill.json +17 -0
  373. package/skill-sources/pipeline/SKILL.md +314 -0
  374. package/skill-sources/pipeline/skill.json +17 -0
  375. package/skill-sources/ralph/SKILL.md +604 -0
  376. package/skill-sources/ralph/skill.json +17 -0
  377. package/skill-sources/reduce/SKILL.md +1113 -0
  378. package/skill-sources/reduce/skill.json +17 -0
  379. package/skill-sources/refactor/SKILL.md +448 -0
  380. package/skill-sources/refactor/skill.json +17 -0
  381. package/skill-sources/reflect/SKILL.md +747 -0
  382. package/skill-sources/reflect/skill.json +17 -0
  383. package/skill-sources/remember/SKILL.md +534 -0
  384. package/skill-sources/remember/skill.json +17 -0
  385. package/skill-sources/rethink/SKILL.md +658 -0
  386. package/skill-sources/rethink/skill.json +17 -0
  387. package/skill-sources/reweave/SKILL.md +657 -0
  388. package/skill-sources/reweave/skill.json +17 -0
  389. package/skill-sources/seed/SKILL.md +303 -0
  390. package/skill-sources/seed/skill.json +17 -0
  391. package/skill-sources/stats/SKILL.md +371 -0
  392. package/skill-sources/stats/skill.json +17 -0
  393. package/skill-sources/tasks/SKILL.md +402 -0
  394. package/skill-sources/tasks/skill.json +17 -0
  395. package/skill-sources/validate/SKILL.md +310 -0
  396. package/skill-sources/validate/skill.json +17 -0
  397. package/skill-sources/verify/SKILL.md +532 -0
  398. package/skill-sources/verify/skill.json +17 -0
  399. package/skills/add-domain/SKILL.md +441 -0
  400. package/skills/add-domain/skill.json +17 -0
  401. package/skills/architect/SKILL.md +568 -0
  402. package/skills/architect/skill.json +17 -0
  403. package/skills/ask/SKILL.md +388 -0
  404. package/skills/ask/skill.json +17 -0
  405. package/skills/health/SKILL.md +760 -0
  406. package/skills/health/skill.json +17 -0
  407. package/skills/help/SKILL.md +348 -0
  408. package/skills/help/skill.json +17 -0
  409. package/skills/recommend/SKILL.md +553 -0
  410. package/skills/recommend/skill.json +17 -0
  411. package/skills/reseed/SKILL.md +385 -0
  412. package/skills/reseed/skill.json +17 -0
  413. package/skills/setup/SKILL.md +1688 -0
  414. package/skills/setup/skill.json +17 -0
  415. package/skills/tutorial/SKILL.md +496 -0
  416. package/skills/tutorial/skill.json +17 -0
  417. package/skills/upgrade/SKILL.md +395 -0
  418. package/skills/upgrade/skill.json +17 -0
@@ -0,0 +1,680 @@
1
+ ---
2
+ # GENERATION TEMPLATE — Do not edit directly
3
+ # This template is transformed by the derivation engine during /setup.
4
+ # All {vocabulary.*} markers resolve from the preset's vocabulary.yaml.
5
+ # All {config.*} markers resolve from the preset's preset.yaml.
6
+ # All {DOMAIN:*} markers resolve from conversation-derived domain context.
7
+ # All {if ...}{endif} blocks are conditionally included based on config.
8
+ source_skill: reweave
9
+ min_processing_depth: standard
10
+ platform: shared
11
+ ---
12
+
13
+ ---
14
+ name: {vocabulary.reweave}
15
+ description: Update old {vocabulary.note_plural} with new connections. The backward pass that /{vocabulary.reflect} doesn't do. Revisit existing {vocabulary.note_plural} that predate newer related content, add connections, sharpen claims, consider splits. Triggers on "/{vocabulary.reweave}", "/{vocabulary.reweave} [{vocabulary.note}]", "update old {vocabulary.note_plural}", "backward connections", "revisit {vocabulary.note_plural}".
16
+ user-invocable: true
17
+ allowed-tools: Read, Write, Edit, Grep, Glob, Bash, mcp__qmd__search, mcp__qmd__vsearch, mcp__qmd__query, mcp__qmd__status
18
+ context: fork
19
+ model: opus
20
+ generated_from: "arscontexta-{plugin_version}"
21
+ ---
22
+
23
+ ## Runtime Configuration (Step 0 — before any processing)
24
+
25
+ Read these files to configure domain-specific behavior:
26
+
27
+ 1. **`{config.ops_dir}/derivation-manifest.md`** — vocabulary mapping, platform hints
28
+ - Use `vocabulary.notes` for the notes folder name
29
+ - Use `vocabulary.note` / `vocabulary.note_plural` for note type references
30
+ - Use `vocabulary.reweave` for the process verb in output
31
+ - Use `vocabulary.topic_map` / `vocabulary.topic_map_plural` for MOC references
32
+ - Use `vocabulary.cmd_verify` for the next-phase suggestion
33
+
34
+ 2. **`{config.ops_dir}/config.yaml`** — processing depth, pipeline chaining
35
+ - `processing.depth`: deep | standard | quick
36
+ - `processing.chaining`: manual | suggested | automatic
37
+ - `processing.reweave.scope`: related | broad | full
38
+
39
+ If these files don't exist, use universal defaults.
40
+
41
+ **Processing depth adaptation:**
42
+
43
+ | Depth | Reweave Behavior |
44
+ |-------|-----------------|
45
+ | deep | Full reconsideration. Search extensively for newer related {vocabulary.note_plural}. Consider splits, rewrites, challenges. Evaluate claim sharpening. Multiple search passes. |
46
+ | standard | Balanced review. Search semantic neighbors and same-{vocabulary.topic_map} {vocabulary.note_plural}. Add connections, sharpen if needed. |
47
+ | quick | Minimal backward pass. Add obvious connections only. No rewrites or splits. |
48
+
49
+ **Reweave scope:**
50
+
51
+ | Scope | Behavior |
52
+ |-------|----------|
53
+ | related | Search {vocabulary.note_plural} directly related to the target (same {vocabulary.topic_map}, semantic neighbors) |
54
+ | broad | Search across all {vocabulary.topic_map_plural} and semantic space for potential connections |
55
+ | full | Complete review including potential splits, rewrites, and claim challenges |
56
+
57
+ ## EXECUTE NOW
58
+
59
+ **Target: $ARGUMENTS**
60
+
61
+ Parse immediately:
62
+ - If target contains `[[{vocabulary.note} name]]` or {vocabulary.note} name: reweave that specific {vocabulary.note}
63
+ - If target contains `--handoff`: output RALPH HANDOFF block at end
64
+ - If target is empty: find {vocabulary.note_plural} that most need reweaving (oldest, sparsest, most outdated)
65
+ - If target is "recent" or "--since Nd": reweave {vocabulary.note_plural} not touched in N days
66
+ - If target is "sparse": find {vocabulary.note_plural} with fewest connections
67
+
68
+ **Execute these steps:**
69
+
70
+ 1. **Read the target {vocabulary.note} fully** — understand its current claim, connections, and age
71
+ 2. **Ask the reweave question:** "If I wrote this {vocabulary.note} today, with everything I now know, what would be different?"
72
+ 3. **If a task file exists** (pipeline execution): read it to see what /{vocabulary.reflect} discovered. The Reflect section shows which connections were just added and which {vocabulary.topic_map_plural} were updated — this is your starting context for the backward pass.
73
+ 4. **Search for newer related {vocabulary.note_plural}** — use dual discovery (semantic search + {vocabulary.topic_map} browsing) to find {vocabulary.note_plural} created AFTER the target that should connect
74
+ 5. **Evaluate what needs changing:**
75
+ - Add connections to newer {vocabulary.note_plural} that did not exist when this was written
76
+ - Sharpen the claim if understanding has evolved
77
+ - Consider splitting if the {vocabulary.note} now covers what should be separate ideas
78
+ - Challenge the claim if new evidence contradicts it
79
+ - Rewrite prose if understanding is deeper now
80
+ 6. **Make the changes** — edit the {vocabulary.note} with new connections (inline links with context), improved prose, sharper claim if needed
81
+ 7. **Update {vocabulary.topic_map_plural}** — if the {vocabulary.note}'s topic membership changed, update relevant {vocabulary.topic_map_plural}
82
+ 8. **If task file exists:** update the {vocabulary.reweave} section
83
+ 9. **Report** — structured summary of what changed and why
84
+ 10. If `--handoff` in target: output RALPH HANDOFF block
85
+
86
+ **START NOW.** Reference below explains methodology — use to guide, not as output.
87
+
88
+ ---
89
+
90
+ # {vocabulary.reweave_title}
91
+
92
+ Revisit old {vocabulary.note_plural} with everything you know today. {vocabulary.note_plural} are living documents — they grow, get rewritten, split apart, sharpen their claims. This is the backward pass that keeps the network alive.
93
+
94
+ ## Philosophy
95
+
96
+ **{vocabulary.note_plural} are living documents, not finished artifacts.**
97
+
98
+ A {vocabulary.note} written last month was written with last month's understanding. Since then:
99
+ - New {vocabulary.note_plural} exist that relate to it
100
+ - Understanding of the topic deepened
101
+ - The claim might need sharpening or challenging
102
+ - What was one idea might now be three
103
+ - Connections that were not obvious then are obvious now
104
+
105
+ Reweaving is not just "add backward links." It is completely reconsidering the {vocabulary.note} based on current knowledge. Ask: **"If I wrote this {vocabulary.note} today, what would be different?"**
106
+
107
+ > "The {vocabulary.note} you wrote yesterday is a hypothesis. Today's knowledge is the test."
108
+
109
+ ## What Reweaving Can Do
110
+
111
+ | Action | When to Do It |
112
+ |--------|---------------|
113
+ | **Add connections** | Newer {vocabulary.note_plural} exist that should link here |
114
+ | **Rewrite content** | Understanding evolved, prose should reflect it |
115
+ | **Sharpen the claim** | Title is too vague to be useful |
116
+ | **Split the {vocabulary.note}** | Multiple claims bundled together |
117
+ | **Challenge the claim** | New evidence contradicts the original |
118
+ | **Improve the description** | Better framing emerged |
119
+ | **Update examples** | Better illustrations exist now |
120
+
121
+ Reweaving is NOT just Phase 4 of /{vocabulary.reflect} applied backward. It is a full reconsideration.
122
+
123
+ ## Invocation Patterns
124
+
125
+ ### /{vocabulary.reweave} [[{vocabulary.note}]]
126
+
127
+ Fully reconsider a specific {vocabulary.note} against current knowledge.
128
+
129
+ ### /{vocabulary.reweave} (no argument)
130
+
131
+ Scan for candidates needing reweaving, present ranked list.
132
+
133
+ ### /{vocabulary.reweave} --sparse
134
+
135
+ Process {vocabulary.note_plural} flagged as sparse by /health.
136
+
137
+ ### /{vocabulary.reweave} --since Nd
138
+
139
+ Reweave all {vocabulary.note_plural} not updated in N days.
140
+
141
+ **How to find candidates:**
142
+ ```bash
143
+ # Find notes not modified in 30 days
144
+ find {config.notes_dir}/ -name "*.md" -mtime +30 -type f
145
+ ```
146
+
147
+ ### /{vocabulary.reweave} --handoff [[{vocabulary.note}]]
148
+
149
+ External loop mode for /ralph:
150
+ - Execute full workflow as normal
151
+ - At the end, output structured RALPH HANDOFF block
152
+ - Used when running isolated phases with fresh context per task
153
+
154
+ ---
155
+
156
+ ## Workflow
157
+
158
+ ### Phase 1: Understand the {vocabulary.note} as It Exists
159
+
160
+ Read the target {vocabulary.note} completely. Understand:
161
+ - What claim does it make?
162
+ - What reasoning supports the claim?
163
+ - What connections does it have?
164
+ - When was it written/last modified?
165
+ - What was the context when it was created?
166
+
167
+ **Also read the task file** if one exists (pipeline execution). The task file's Reflect section shows:
168
+ - What connections /{vocabulary.reflect} just added
169
+ - Which {vocabulary.topic_map_plural} were updated
170
+ - What synthesis opportunities were flagged
171
+ - What the discovery trace looked like
172
+
173
+ This context prevents redundant work — you know what /{vocabulary.reflect} already found, so you can focus on what it missed or what needs deeper reconsideration.
174
+
175
+ ### Phase 2: Gather Current Knowledge (Dual Discovery)
176
+
177
+ Use the same dual discovery pattern as /{vocabulary.reflect} — {vocabulary.topic_map} exploration AND semantic search in parallel.
178
+
179
+ **Path 1: {vocabulary.topic_map} Exploration** — curated navigation
180
+
181
+ From the {vocabulary.note}'s Topics footer, identify which {vocabulary.topic_map}(s) it belongs to:
182
+ - Read the relevant {vocabulary.topic_map}(s)
183
+ - What synthesis exists that might affect this {vocabulary.note}?
184
+ - What newer {vocabulary.note_plural} in Core Ideas should this {vocabulary.note} reference?
185
+ - What tensions involve this {vocabulary.note}?
186
+
187
+ {if config.semantic_search}
188
+ **Path 2: Semantic Search** — find what {vocabulary.topic_map_plural} might miss
189
+
190
+ **Three-tier fallback for semantic search:**
191
+
192
+ **Tier 1 — MCP tools (preferred):** Use `mcp__qmd__query` (hybrid search with expansion + reranking):
193
+ - query: "[{vocabulary.note}'s core concepts and mechanisms]"
194
+ - limit: 15
195
+
196
+ **Tier 2 — bash qmd with lock serialization:** If MCP tools fail or are unavailable:
197
+ ```bash
198
+ LOCKDIR="{config.ops_dir}/queue/.locks/qmd.lock"
199
+ while ! mkdir "$LOCKDIR" 2>/dev/null; do sleep 2; done
200
+ qmd query "[note's core concepts]" --collection {vocabulary.notes_collection} --limit 15 2>/dev/null
201
+ rm -rf "$LOCKDIR"
202
+ ```
203
+
204
+ The lock prevents multiple parallel workers from loading large models simultaneously.
205
+
206
+ **Tier 3 — grep only:** If both MCP and bash fail, log "qmd unavailable, grep-only discovery" and rely on {vocabulary.topic_map} + keyword search only. This degrades quality but does not block work.
207
+ {endif}
208
+
209
+ {if !config.semantic_search}
210
+ **Path 2: Keyword Search** — find what {vocabulary.topic_map_plural} might miss
211
+
212
+ ```bash
213
+ grep -r "key concepts from {vocabulary.note}" {config.notes_dir}/ --include="*.md"
214
+ ```
215
+ {endif}
216
+
217
+ Evaluate results by relevance — read any result where title or snippet suggests genuine connection.
218
+
219
+ **Also check:**
220
+ - Backlinks — what {vocabulary.note_plural} already reference this one? Do they suggest the target should cite back?
221
+
222
+ ```bash
223
+ grep -rl '\[\[target {vocabulary.note} title\]\]' {config.notes_dir}/ --include="*.md"
224
+ ```
225
+
226
+ **Key question:** What do I know today that I did not know when this {vocabulary.note} was written?
227
+
228
+ ### Phase 3: Evaluate the Claim
229
+
230
+ **Does the original claim still hold?**
231
+
232
+ | Finding | Action |
233
+ |---------|--------|
234
+ | Claim holds, evidence strengthened | Add supporting connections |
235
+ | Claim holds but framing is weak | Rewrite for clarity |
236
+ | Claim is too vague | Sharpen to be more specific |
237
+ | Claim is too broad | Split into focused {vocabulary.note_plural} |
238
+ | Claim is partially wrong | Revise with nuance |
239
+ | Claim is contradicted | Flag tension, propose revision |
240
+
241
+ **The Sharpening Test:**
242
+
243
+ Read the title. Ask: could someone disagree with this specific claim?
244
+ - If yes, the claim is sharp enough
245
+ - If no, it is too vague and needs sharpening
246
+
247
+ Example:
248
+ - Vague: "context matters" (who would disagree?)
249
+ - Sharp: "explicit context beats automatic memory" (arguable position)
250
+
251
+ **The Split Test:**
252
+
253
+ Does this {vocabulary.note} make multiple claims that could stand alone?
254
+ - If the {vocabulary.note} connects to 5+ topics across different domains, it probably needs splitting
255
+ - If you would want to link to part of it but not all, it is a split candidate
256
+
257
+ ### Phase 4: Evaluate Connections
258
+
259
+ **Backward connections (what this {vocabulary.note} should reference):**
260
+
261
+ For each newer {vocabulary.note}, ask:
262
+ - Does it extend this {vocabulary.note}'s argument?
263
+ - Does it provide evidence or examples?
264
+ - Does it share mechanisms?
265
+ - Does it create tension worth acknowledging?
266
+ - Would referencing it strengthen the reasoning?
267
+
268
+ **Forward connections (what should reference this {vocabulary.note}):**
269
+
270
+ Check newer {vocabulary.note_plural} that SHOULD link here but do not:
271
+ - Do they make arguments that rely on this claim?
272
+ - Would following this link provide useful context?
273
+
274
+ **Agent Traversal Check (apply to all connections):**
275
+
276
+ Ask: **"If an agent follows this link during traversal, what decision or understanding does it enable?"**
277
+
278
+ Connections exist to serve agent navigation. Adding a link because content is "related" without operational value creates noise. Every backward or forward connection should answer:
279
+ - Does this help an agent understand WHY something works?
280
+ - Does this help an agent decide HOW to implement something?
281
+ - Does this surface a tension the agent should consider?
282
+
283
+ Reject connections that are merely "interesting" without agent utility.
284
+
285
+ **Articulation requirement:**
286
+
287
+ Every new connection must articulate WHY:
288
+ - "extends this by adding the temporal dimension"
289
+ - "provides evidence that supports this claim"
290
+ - "contradicts this — needs resolution"
291
+
292
+ Never: "related" or "see also"
293
+
294
+ ### Phase 5: Apply Changes
295
+
296
+ **For pipeline execution (--handoff mode):** Apply changes directly. The pipeline needs to proceed without waiting for approval.
297
+
298
+ **For interactive execution (no --handoff):** Present the reweave proposal first, then apply after approval.
299
+
300
+ **Reweave proposal format (interactive only):**
301
+
302
+ ```markdown
303
+ ## Reweave Proposal: [[target {vocabulary.note}]]
304
+
305
+ **Last modified:** YYYY-MM-DD
306
+ **Current knowledge evaluated:** N newer {vocabulary.note_plural}, M backlinks
307
+
308
+ ### Claim Assessment
309
+
310
+ [Does the claim hold? Need sharpening? Splitting? Revision?]
311
+
312
+ ### Proposed Changes
313
+
314
+ **1. [change type]: [description]**
315
+
316
+ Current:
317
+ > [existing text]
318
+
319
+ Proposed:
320
+ > [new text]
321
+
322
+ Rationale: [why this change]
323
+
324
+ **2. [change type]: [description]**
325
+ ...
326
+
327
+ ### Connections to Add
328
+
329
+ - [[newer {vocabulary.note} A]] — [relationship]: [specific reason]
330
+ - [[newer {vocabulary.note} B]] — [relationship]: [specific reason]
331
+
332
+ ### Connections to Verify (other {vocabulary.note_plural} should link here)
333
+
334
+ - [[{vocabulary.note} X]] might benefit from referencing this because...
335
+
336
+ ### Not Changing
337
+
338
+ - [What was considered but rejected, and why]
339
+
340
+ ---
341
+
342
+ Apply these changes? (yes/no/modify)
343
+ ```
344
+
345
+ **When applying changes:**
346
+
347
+ 1. Make changes atomically
348
+ 2. Preserve existing valid content
349
+ 3. Maintain prose flow — new links should read naturally inline
350
+ 4. Verify all link targets exist
351
+ 5. Update description if claim changed
352
+
353
+ ---
354
+
355
+ ## The Five Reweave Actions
356
+
357
+ ### 1. Add Connections
358
+
359
+ The simplest action. Newer {vocabulary.note_plural} exist that should be referenced.
360
+
361
+ **Inline connections (preferred):**
362
+ ```markdown
363
+ # before
364
+ The constraint shifts from capture to curation.
365
+
366
+ # after
367
+ The constraint shifts from capture to curation, and since [[throughput matters more than accumulation]], the question becomes who does the selecting.
368
+ ```
369
+
370
+ **Footer connections:**
371
+ ```yaml
372
+ relevant_notes:
373
+ - "[[newer {vocabulary.note}]] — extends this by adding temporal dimension"
374
+ ```
375
+
376
+ ### 2. Rewrite Content
377
+
378
+ Understanding evolved. The prose should reflect current thinking, not historical thinking.
379
+
380
+ **When to rewrite:**
381
+ - Reasoning is clearer now
382
+ - Better examples exist
383
+ - Phrasing was awkward
384
+ - Important nuance was missing
385
+
386
+ **How to rewrite:**
387
+ - Preserve the core claim (unless challenging it)
388
+ - Improve the path to the conclusion
389
+ - Incorporate new connections as prose
390
+ - Maintain the {vocabulary.note}'s voice
391
+
392
+ ### 3. Sharpen the Claim
393
+
394
+ Vague claims cannot be built on. Sharpen means making the claim more specific and arguable.
395
+
396
+ **Sharpening patterns:**
397
+
398
+ | Vague | Sharp |
399
+ |-------|-------|
400
+ | "X is important" | "X matters because Y, which enables Z" |
401
+ | "consider doing X" | "X works when [condition] because [mechanism]" |
402
+ | "there are tradeoffs" | "[specific tradeoff]: gaining X costs Y" |
403
+
404
+ **When sharpening, also update:**
405
+ - Title (if claim changed) — use the rename script if available
406
+ - Description (must match new claim)
407
+ - Body (reasoning must support sharpened claim)
408
+
409
+ ### 4. Split the {vocabulary.note}
410
+
411
+ One {vocabulary.note} became multiple ideas over time. Splitting creates focused, composable pieces.
412
+
413
+ **Split indicators:**
414
+ - Connects to 5+ topics across different domains
415
+ - Makes multiple distinct claims
416
+ - You would want to link to part but not all
417
+ - Different sections could be referenced independently
418
+
419
+ **Split process:**
420
+
421
+ 1. Identify the distinct claims
422
+ 2. Create new {vocabulary.note_plural} for each claim
423
+ 3. Each new {vocabulary.note} gets:
424
+ - Focused title (the claim)
425
+ - Own description
426
+ - Relevant subset of content
427
+ - Appropriate connections
428
+ 4. Original {vocabulary.note} either:
429
+ - Becomes a synthesis linking to the splits
430
+ - Gets archived if splits fully replace it
431
+ - Retains one claim and links to others
432
+
433
+ **Example split:**
434
+
435
+ Original: "knowledge systems need both structure and flexibility"
436
+
437
+ Splits:
438
+ - [[structure enables retrieval at scale]]
439
+ - [[flexibility allows organic growth]]
440
+ - [[structure and flexibility create tension]] (links to both)
441
+
442
+ **When NOT to split:**
443
+ - {vocabulary.note} is genuinely about one thing that touches many areas
444
+ - Connections are all variations of the same relationship
445
+ - Splitting would create {vocabulary.note_plural} too thin to stand alone
446
+
447
+ ### 5. Challenge the Claim
448
+
449
+ New evidence contradicts the original. Do not silently "fix" — acknowledge the evolution.
450
+
451
+ **Challenge patterns:**
452
+
453
+ ```markdown
454
+ # if partially wrong
455
+ The original insight was [X]. However, [[newer evidence]] suggests [Y]. The refined claim is [Z].
456
+
457
+ # if tension exists
458
+ This argues [X]. But [[contradicting {vocabulary.note}]] argues [Y]. The tension remains unresolved — possibly [X] applies in context A while [Y] applies in context B.
459
+
460
+ # if significantly wrong
461
+ This {vocabulary.note} originally claimed [X]. Based on [[evidence]], the claim is revised: [new claim].
462
+ ```
463
+
464
+ **Always log challenges:** When a claim is challenged or revised, this is a significant event. Note it in the task file {vocabulary.reweave} section with the original claim, the new evidence, and the revised position.
465
+
466
+ ---
467
+
468
+ ## Enrichment-Triggered Actions
469
+
470
+ When processing a {vocabulary.note} that came through the enrichment pipeline, check the task file for `post_enrich_action` signals. These were surfaced by /enrich and need execution:
471
+
472
+ ### title-sharpen
473
+
474
+ The enrich phase determined the {vocabulary.note}'s title is too vague after content integration.
475
+
476
+ 1. Read `post_enrich_detail` for the recommended new title
477
+ 2. Evaluate: is the suggested title actually better? (sharper claim, more specific, still composable as prose)
478
+ 3. If yes and a rename script exists: use it to rename. Otherwise rename manually and update all wiki links.
479
+ 4. Update the {vocabulary.note}'s description to match the new title
480
+ 5. Log the rename in the task file {vocabulary.reweave} section
481
+
482
+ ### split-recommended
483
+
484
+ The enrich phase determined the {vocabulary.note} now covers multiple distinct claims.
485
+
486
+ 1. Read `post_enrich_detail` for the split recommendation
487
+ 2. Evaluate: does splitting genuinely improve the vault? (each piece must stand alone)
488
+ 3. If yes:
489
+ - Create new {vocabulary.note} files for each split claim
490
+ - Move relevant content from original to splits
491
+ - Update original to either link to splits or retain one claim
492
+ - Create queue entries for the new {vocabulary.note_plural} starting at the connect phase
493
+ 4. Log the split in the task file {vocabulary.reweave} section
494
+
495
+ ### merge-candidate
496
+
497
+ The enrich phase determined this {vocabulary.note} substantially overlaps with another.
498
+
499
+ **Do NOT auto-merge or auto-delete.** This requires human judgment.
500
+
501
+ 1. Log the merge recommendation in the task file {vocabulary.reweave} section
502
+ 2. Note which {vocabulary.note_plural} overlap and why
503
+ 3. The final report surfaces this for human review
504
+
505
+ ---
506
+
507
+ ## Quality Gates
508
+
509
+ ### Gate 1: Articulation Test
510
+
511
+ Every change must be articulable. "I am adding this because..." with a specific reason.
512
+
513
+ ### Gate 2: Improvement Test
514
+
515
+ After changes, is the {vocabulary.note} better? More useful? More connected? More accurate?
516
+
517
+ If you cannot confidently say yes, do not make the change.
518
+
519
+ ### Gate 3: Coherence Test
520
+
521
+ After changes, does the {vocabulary.note} still cohere as a single focused piece? Or did you accidentally make it broader?
522
+
523
+ ### Gate 4: Network Test
524
+
525
+ Do the changes improve the network? More traversal paths? Better paths?
526
+
527
+ ### Gate 5: When NOT to Change
528
+
529
+ - The {vocabulary.note} is accurate, well-connected, and recent — leave it alone
530
+ - The "improvement" would just be cosmetic rewording — do not churn
531
+ - The {vocabulary.note} is a historical record — these evolve through status changes, not rewrites
532
+
533
+ ---
534
+
535
+ ## Output Format
536
+
537
+ ```markdown
538
+ ## Reweave Complete: [[target {vocabulary.note}]]
539
+
540
+ ### Changes Applied
541
+
542
+ | Type | Description |
543
+ |------|-------------|
544
+ | connection | added [[{vocabulary.note} A]] inline, [[{vocabulary.note} B]] to footer |
545
+ | rewrite | clarified reasoning in paragraph 2 |
546
+ | sharpen | title unchanged, description updated |
547
+
548
+ ### Claim Status
549
+
550
+ [unchanged | sharpened | split | challenged]
551
+
552
+ ### Network Effect
553
+
554
+ - Outgoing links: 3 -> 5
555
+ - This {vocabulary.note} now bridges [[domain A]] and [[domain B]]
556
+
557
+ ### Cascade Recommendations
558
+
559
+ - [[related {vocabulary.note}]] might benefit from reweave (similar vintage)
560
+ - {vocabulary.topic_map} [[topic]] should be updated to reflect changes
561
+
562
+ ### Observations
563
+
564
+ [Patterns noticed, insights for future]
565
+ ```
566
+
567
+ ---
568
+
569
+ ## What Success Looks Like
570
+
571
+ Successful reweaving:
572
+ - {vocabulary.note} reflects current understanding, not historical understanding
573
+ - Claim is sharp enough to disagree with
574
+ - Connections exist to relevant newer content
575
+ - {vocabulary.note} participates actively in the network
576
+ - Someone reading it today gets the best version
577
+
578
+ The test: **if this {vocabulary.note} were written today with everything you know, would it be meaningfully different?** If yes and you did not change it, reweaving failed.
579
+
580
+ ---
581
+
582
+ ## Critical Constraints
583
+
584
+ **Never:**
585
+ - Silently change claims without acknowledging evolution
586
+ - Split {vocabulary.note_plural} into pieces too thin to stand alone
587
+ - Add connections without articulating why
588
+ - Rewrite voice/style (preserve the {vocabulary.note}'s character)
589
+ - Make changes without approval in interactive mode
590
+ - Create wiki links to non-existent files
591
+
592
+ **Always:**
593
+ - Present proposals before editing (interactive mode)
594
+ - Explain rationale for each change
595
+ - Preserve what is still valid
596
+ - Log significant claim changes
597
+ - Verify link targets exist
598
+
599
+ ---
600
+
601
+ ## The Network Lives Through Evolution
602
+
603
+ {vocabulary.note_plural} written yesterday do not know about today. {vocabulary.note_plural} written with old understanding do not reflect new understanding. Without reweaving, the vault becomes a graveyard of outdated thinking that happens to be organized.
604
+
605
+ Reweaving is how knowledge stays alive. Not just connecting, but questioning, sharpening, splitting, rewriting. Every {vocabulary.note} is a hypothesis. Every reweave is a test.
606
+
607
+ The network compounds through evolution, not just accumulation.
608
+
609
+ ---
610
+
611
+ ## Handoff Mode (--handoff flag)
612
+
613
+ When invoked with `--handoff`, output this structured format at the END of the session. This enables external loops (/ralph) to parse results and update the task queue.
614
+
615
+ **Detection:** Check if `$ARGUMENTS` contains `--handoff`. If yes, append this block after completing normal workflow.
616
+
617
+ **Handoff format:**
618
+
619
+ ```
620
+ === RALPH HANDOFF: {vocabulary.reweave} ===
621
+ Target: [[{vocabulary.note} name]]
622
+
623
+ Work Done:
624
+ - Older {vocabulary.note_plural} updated: N
625
+ - Claim status: unchanged | sharpened | challenged | split
626
+ - Network effect: M new traversal paths
627
+
628
+ Files Modified:
629
+ - {config.notes_dir}/[older {vocabulary.note} 1].md (inline link added)
630
+ - {config.notes_dir}/[older {vocabulary.note} 2].md (footer connection added)
631
+ - [task file path] ({vocabulary.reweave} section)
632
+
633
+ Learnings:
634
+ - [Friction]: [description] | NONE
635
+ - [Surprise]: [description] | NONE
636
+ - [Methodology]: [description] | NONE
637
+ - [Process gap]: [description] | NONE
638
+
639
+ Queue Updates:
640
+ - Advance phase: {vocabulary.reweave} -> {vocabulary.verify}
641
+ === END HANDOFF ===
642
+ ```
643
+
644
+ ### Task File Update (when invoked via ralph loop)
645
+
646
+ When running in handoff mode via /ralph, the prompt includes the task file path. After completing the workflow, update the `## {vocabulary.reweave}` section of that task file with:
647
+ - Older {vocabulary.note_plural} updated and why
648
+ - Claim status (unchanged/sharpened/challenged/split)
649
+ - Network effect summary
650
+
651
+ **Critical:** The handoff block is OUTPUT, not a replacement for the workflow. Do the full {vocabulary.reweave} workflow first, update task file, then format results as handoff.
652
+
653
+ ### Queue Update (interactive execution)
654
+
655
+ When running interactively (NOT via /ralph), YOU must advance the phase in the queue. /ralph handles this automatically, but interactive sessions do not.
656
+
657
+ **After completing the workflow, advance the phase:**
658
+
659
+ ```bash
660
+ # get timestamp
661
+ TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
662
+
663
+ # advance phase (current_phase -> next, append to completed_phases)
664
+ # NEXT_PHASE is the phase after reweave in phase_order (i.e., verify)
665
+ jq '(.tasks[] | select(.id=="TASK_ID")).current_phase = "{vocabulary.verify}" |
666
+ (.tasks[] | select(.id=="TASK_ID")).completed_phases += ["{vocabulary.reweave}"]' \
667
+ {config.ops_dir}/queue/queue.json > tmp.json && mv tmp.json {config.ops_dir}/queue/queue.json
668
+ ```
669
+
670
+ The handoff block's "Queue Updates" section is not just output — it is your own todo list when running interactively.
671
+
672
+ ## Pipeline Chaining
673
+
674
+ After reweaving completes, output the next step based on `{config.ops_dir}/config.yaml` pipeline.chaining mode:
675
+
676
+ - **manual:** Output "Next: {vocabulary.cmd_verify} [{vocabulary.note}]" — user decides when to proceed
677
+ - **suggested:** Output next step AND advance task queue entry to `current_phase: "{vocabulary.verify}"`
678
+ - **automatic:** Queue entry advanced and verification proceeds immediately
679
+
680
+ The chaining output uses domain-native command names from the derivation manifest.