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,649 @@
1
+ # Derivation Validation Tests
2
+
3
+ Nine tests that verify the derivation engine produces coherent, functional systems. Run these after any changes to init.md, interaction-constraints.md, or tradition-presets.md.
4
+
5
+ ---
6
+
7
+ ## Test 1: Self-Derivation (Research Vault)
8
+
9
+ **Question:** Does deriving a "Research & Academic" system produce configuration that matches our actual vault?
10
+
11
+ **Input:**
12
+ - Use case: Research & Academic
13
+ - Platform: Claude Code
14
+ - Focus: Tools for thought for agents
15
+
16
+ **Derived configuration (from use-case preset):**
17
+
18
+ | Dimension | Derived Value | Actual Vault Value | Match? |
19
+ |-----------|--------------|-------------------|--------|
20
+ | Granularity | atomic | atomic (one claim per note, prose-as-title) | YES |
21
+ | Organization | flat | flat (everything in 01_thinking/, no subfolders) | YES |
22
+ | Linking | explicit+implicit | explicit (wiki links) + implicit (qmd semantic search) | YES |
23
+ | Processing | heavy | heavy (6 Rs: Record, Reduce, Recite, Reflect, Review, Rethink) | YES |
24
+ | Nav depth | 3-tier | 3-tier (index → domain MOCs → topic MOCs → notes) evolving toward 4-tier (sub-MOCs like processing-workflow-throughput.md) | YES (with evolution) |
25
+ | Maintenance | condition-based (tight) | continuous during processing + condition-triggered reweave | YES |
26
+ | Schema | moderate | moderate (description + topics required; methodology, adapted_from, classification optional) | YES |
27
+ | Automation | convention | convention trending to automation (hooks exist for validation, auto-commit, session start; skills encode methodology; but instructions remain primary) | YES (with evolution) |
28
+
29
+ **Result: 8/8 match.** The derived configuration is a near-perfect prediction of what the vault evolved to organically. Two dimensions show evolution beyond the starting preset (nav depth approaching 4-tier, automation trending from convention toward full), which aligns with the seed-evolve-reseed lifecycle claim.
30
+
31
+ **Features correctly enabled:**
32
+ - Kernel (all 15 primitives): YES — vault has all 15 (self space disabled by default for research, but primitive still passes as CONFIGURABLE)
33
+ - inbox-processing: YES (processing = heavy ≥ moderate) — vault has 00_inbox/
34
+ - processing-pipeline: YES (processing = heavy) — vault has /ralph, /pipeline, full 6R pipeline
35
+ - semantic-search: YES (linking = explicit+implicit) — vault has qmd with 4 collections
36
+ - hooks-blueprint: YES (automation ≥ convention) — vault has .claude/hooks/ with 10+ hooks
37
+ - validation-hooks: PARTIAL — vault has PostToolUse validation hooks (automation trending beyond convention)
38
+
39
+ **Gaps between derived and actual:**
40
+ 1. Vault has **dual operators** (Cornelius/Heinrich) — init generates for single operator. This is a multi-agent extension, not a base derivation concern.
41
+ 2. Vault has **04_meta/logs/** (observations, tensions) — a maturity feature that emerged through practice. Could become a feature for processing ≥ heavy.
42
+ 3. Vault has **03_twitter/** — domain-specific content pipeline not represented in generic research preset. Would be a second domain in composition test.
43
+ 4. Vault evolved **numbered folder prefixes** (00_, 01_, 02_, 03_, 04_) — Obsidian ordering convention. Init uses generic names (notes/, inbox/, archive/). Both are valid.
44
+
45
+ **Conclusion:** The derivation engine correctly predicts the vault's configuration from the "Research" use case. Gaps are evolutionary features consistent with the seed-evolve-reseed lifecycle — they emerged from friction-driven adaptation, not from missing initial configuration.
46
+
47
+ ---
48
+
49
+ ## Test 2: Cross-Domain (Therapy & Reflection)
50
+
51
+ **Question:** Does deriving a therapy system produce a coherent configuration with domain-native vocabulary?
52
+
53
+ **Input:**
54
+ - Use case: Therapy & Reflection
55
+ - Platform: Claude Code
56
+ - Focus: Pattern detection, emotional processing, growth tracking
57
+
58
+ **Derived configuration:**
59
+
60
+ | Dimension | Value | Rationale |
61
+ |-----------|-------|-----------|
62
+ | Granularity | moderate | Reflections are naturally compound — a trigger, reaction, and insight form one thought |
63
+ | Organization | flat | Same benefit as research: reflections aren't categories, they're connected experiences |
64
+ | Linking | explicit | Direct connections between reflections (no semantic search initially — volume is low) |
65
+ | Processing | moderate | Pattern detection across reflections requires some processing, but not full extraction pipeline |
66
+ | Nav depth | 2-tier | Hub → topic MOCs (moods, triggers, patterns, growth areas). Volume stays moderate. |
67
+ | Maintenance | condition-based (tight) | Review triggered after each session capture. Therapy's value comes from revisiting, not accumulating. |
68
+ | Schema | moderate | Mood, trigger, and pattern fields make reflections queryable. Not dense — just enough for retrieval. |
69
+ | Automation | convention | Start with instructions. Add hooks when specific friction emerges. |
70
+
71
+ **Interaction constraint check:**
72
+ - Moderate granularity + moderate processing: coherent (processing matches granularity demand)
73
+ - Moderate schema + convention automation: coherent (manageable without automated validation)
74
+ - Explicit linking + no semantic search: coherent at low volume (<100 notes). WARN: add semantic search if collection grows.
75
+ - 2-tier navigation + flat: coherent at moderate volume
76
+
77
+ **Vocabulary mapping:**
78
+
79
+ | Research Term | Therapy Term |
80
+ |---------------|-------------|
81
+ | claim | reflection |
82
+ | extract | surface |
83
+ | reduce | process |
84
+ | inbox | captures |
85
+ | thinking notes | reflections |
86
+ | MOC | theme |
87
+ | description field | summary |
88
+ | topics footer | themes |
89
+ | relevant notes | connections |
90
+ | processing pipeline | reflection cycle |
91
+
92
+ **Generated template (reflection note):**
93
+
94
+ ```yaml
95
+ _schema:
96
+ entity_type: "reflection"
97
+ applies_to: "reflections/*.md"
98
+ required:
99
+ - description
100
+ - themes
101
+ optional:
102
+ - mood
103
+ - trigger
104
+ - pattern
105
+ - growth_area
106
+ enums:
107
+ mood:
108
+ - calm
109
+ - anxious
110
+ - sad
111
+ - hopeful
112
+ - angry
113
+ - grateful
114
+ - overwhelmed
115
+ - curious
116
+ ```
117
+
118
+ **Self/ adaptation:**
119
+ - `identity.md`: "I am a reflection partner helping you notice patterns in your emotional life..."
120
+ - `methodology.md`: "I surface connections between reflections, track recurring patterns, and help you see growth over time..."
121
+ - `goals.md`: Active growth threads, not research questions
122
+
123
+ **Kernel validation prediction:** 15/15 PASS (or 14 PASS + 1 WARN on semantic search if not configured)
124
+
125
+ **Coherence assessment:** The configuration is internally consistent. Moderate granularity permits moderate processing without the atomic note's heavy processing demand. Tight condition-based maintenance enables pattern detection — the core therapy value. Schema fields use emotional vocabulary (mood, trigger, pattern), not research jargon. The system would feel natural to use for its purpose.
126
+
127
+ ---
128
+
129
+ ## Test 3: Novel Domain (Competitive Gaming Strategy)
130
+
131
+ **Question:** Can the derivation engine handle a domain with no direct reference model?
132
+
133
+ **Input:**
134
+ - Use case: Custom — Competitive gaming strategy (e.g., fighting games, card games)
135
+ - Platform: Claude Code
136
+ - Focus: Matchup knowledge, meta analysis, improvement tracking
137
+
138
+ **Knowledge type classification:**
139
+ - Primary: tactical/strategic knowledge (closest to Research but with strong temporal dynamics)
140
+ - Secondary: skill development (closest to Learning)
141
+ - Temporal: high (meta shifts frequently, matchup data has shelf life)
142
+
143
+ **Reference domain mapping:** Research (for strategic analysis) + Learning (for skill tracking) → start from Research preset, adjust for temporal dynamics.
144
+
145
+ **Derived configuration:**
146
+
147
+ | Dimension | Value | Rationale (deviation from Research preset) |
148
+ |-----------|-------|-------------------------------------------|
149
+ | Granularity | moderate | Strategies are naturally compound — a matchup involves character, stage, openings, and punishes as one thought. Not atomic. |
150
+ | Organization | flat | Same as research — strategies cross categories (a technique applies across matchups) |
151
+ | Linking | explicit+implicit | Cross-matchup connections need semantic search (vocabulary varies: "frame trap" in one game = "mixup" in another) |
152
+ | Processing | moderate | Analysis matters but not full extraction pipeline. Process after matches, not during. |
153
+ | Nav depth | 3-tier | Hub → game/format → matchup/archetype → specific strategies. Gaming domains have natural sub-structure. |
154
+ | Maintenance | condition-based (tight) | Meta shifts require responsive maintenance. Lax thresholds are too slow for competitive contexts. |
155
+ | Schema | moderate | Character, matchup, meta_state, confidence fields. Dense enough for querying, not overwhelming. |
156
+ | Automation | convention | Start with instructions. Automate match logging when friction emerges. |
157
+
158
+ **Interaction constraint check:**
159
+ - Moderate granularity + moderate processing: coherent
160
+ - 3-tier navigation + moderate volume: coherent (gaming domains generate lots of matchup-specific notes)
161
+ - Tight condition thresholds + temporal dynamics: coherent (meta shifts frequently in competitive games, tight thresholds catch staleness quickly)
162
+ - Explicit+implicit linking + semantic search required: need to configure qmd or equivalent. WARN if not set up.
163
+
164
+ **Vocabulary mapping:**
165
+
166
+ | Research Term | Gaming Term |
167
+ |---------------|------------|
168
+ | claim | strategy note |
169
+ | MOC | matchup guide |
170
+ | extract | analyze |
171
+ | reduce | break down |
172
+ | reflect | review (post-match) |
173
+ | description | game plan summary |
174
+ | topics | matchups, archetypes |
175
+ | relevant notes | related strategies |
176
+
177
+ **Novel schema fields:**
178
+
179
+ ```yaml
180
+ _schema:
181
+ entity_type: "strategy-note"
182
+ required:
183
+ - description
184
+ - matchups
185
+ optional:
186
+ - character
187
+ - meta_state
188
+ - confidence
189
+ - counter_to
190
+ - countered_by
191
+ - tested
192
+ enums:
193
+ meta_state:
194
+ - current
195
+ - outdated
196
+ - speculative
197
+ confidence:
198
+ - proven
199
+ - likely
200
+ - experimental
201
+ ```
202
+
203
+ **Key derivation insight:** The `meta_state` field addresses temporal dynamics that the Research preset doesn't capture. The "outdated" value enables filtering stale strategies — critical for competitive gaming where last patch's knowledge can be wrong. This field emerged from the interaction between temporal dynamics and schema density.
204
+
205
+ **Kernel validation prediction:** 15/15 PASS (assuming semantic search is configured)
206
+
207
+ **Coherence assessment:** The derived configuration makes gaming-domain sense. Moderate granularity captures strategies as compound thoughts without forcing artificial decomposition ("jab into frame trap when opponent respects plus frames" is one idea, not three). Tight condition-based maintenance responds to patch cycles and meta shifts. The `meta_state` field solves the temporal problem naturally. The system would be immediately useful for tracking matchup knowledge.
208
+
209
+ ---
210
+
211
+ ## Test 4: Multi-Domain Composition (Research + Relationships)
212
+
213
+ **Question:** Can two domains with different structural densities share a graph?
214
+
215
+ **Input:**
216
+ - Domain A: Research & Academic (atomic, heavy processing, dense links)
217
+ - Domain B: People & Relationships (moderate, light processing, sparse links)
218
+ - Platform: Claude Code
219
+
220
+ **Per-domain configurations:**
221
+
222
+ | Dimension | Research | Relationships | Shared? |
223
+ |-----------|----------|---------------|---------|
224
+ | Granularity | atomic | moderate | separate |
225
+ | Organization | flat | flat | SHARED (same flat principle) |
226
+ | Linking | explicit+implicit | explicit | separate densities |
227
+ | Processing | heavy | light | separate pipelines |
228
+ | Nav depth | 3-tier | 2-tier | separate hierarchies |
229
+ | Maintenance | condition-based (tight) | condition-based (lax) | separate thresholds |
230
+ | Schema | moderate | moderate | separate templates, shared base fields |
231
+ | Automation | convention | convention | SHARED |
232
+
233
+ **Composition mechanism:**
234
+ - Separate templates: `thinking-note.md` (research claims) and `person-note.md` (relationship observations)
235
+ - Shared graph: wiki links cross domains (`[[research claim]]` from a person note, `[[person name]]` from a research note)
236
+ - Shared hub MOC: `index.md` links to both research domain MOCs and relationship MOCs
237
+ - Separate processing: research notes go through full pipeline; relationship notes get light processing (capture + connect)
238
+
239
+ **Cross-domain linking examples:**
240
+ - A person MOC for a collaborator links to research claims they influenced
241
+ - A research claim about "agent memory" links to a person who works on that topic
242
+ - Shared vocabulary: "insight" works in both domains
243
+
244
+ **Interaction constraint check:**
245
+ - Two different processing intensities in one graph: coherent IF separated by template. Pipeline knows to apply heavy processing to `thinking-note` type and light processing to `person-note` type.
246
+ - Two different maintenance threshold sensitivities: coherent IF MOCs track separately. Research MOCs get tight thresholds; relationship MOCs get lax thresholds.
247
+ - Cross-domain links: density difference is manageable. A person note with 2 links to research notes is fine. A research note with 1 link to a person note is fine. The concern is MOC maintenance — a person appearing in 10 research MOCs creates update burden. Compensating mechanism: backlinks script reveals cross-domain connections without manual tracking.
248
+
249
+ **This is exactly what our vault does.** The vault already composes Research (01_thinking/) with People (03_twitter/people/). Research claims link to people who inspired them. People MOCs link to research topics they engage with. The composition works because:
250
+ 1. Templates differ (thinking-note vs person-moc)
251
+ 2. Processing differs (full pipeline vs light capture)
252
+ 3. The shared graph (wiki links) handles cross-domain naturally
253
+ 4. Hub MOC (index.md) provides unified entry point
254
+
255
+ **Kernel validation prediction:** 15/15 PASS
256
+
257
+ **Coherence assessment:** Multi-domain composition works when the shared layer (wiki links, MOC hierarchy, description fields) is domain-agnostic while templates and processing are domain-specific. The five composition rules (from the composable-knowledge-architecture blueprint) hold:
258
+ 1. Shared graph: wiki links are domain-agnostic ✓
259
+ 2. Separate templates: each domain has its own schema ✓
260
+ 3. Separate processing: pipeline routes by note type ✓
261
+ 4. Shared navigation: hub MOC links to all domains ✓
262
+ 5. Cross-domain links: natural, not forced ✓
263
+
264
+ ---
265
+
266
+ ## Test 5: Minimal Platform (Convention-Only)
267
+
268
+ **Question:** Can all 15 kernel primitives be satisfied on a platform with no hooks, no skills, and no subagent support — using only a context file and filesystem access?
269
+
270
+ **Input:**
271
+ - Use case: Personal journal — regular reflections, goal tracking, occasional pattern review
272
+ - Platform: Generic LLM chat with file access (convention-only — no hooks, no skills, no subagents)
273
+ - Focus: Low-ceremony capture with condition-triggered synthesis
274
+
275
+ **Derived configuration:**
276
+
277
+ | Dimension | Value | Rationale |
278
+ |-----------|-------|-----------|
279
+ | Granularity | compound | Journal entries are naturally multi-faceted — a day has multiple reflections |
280
+ | Organization | flat | Few enough notes that flat works without friction |
281
+ | Linking | explicit | Wiki links only — no semantic search infrastructure available |
282
+ | Processing | light | Manual review, no pipeline automation |
283
+ | Nav depth | 2-tier | Hub → topic areas. Low volume needs minimal hierarchy |
284
+ | Maintenance | condition-based (lax) | Light processing generates few maintenance targets — lax thresholds match low volume |
285
+ | Schema | minimal | `description` and `topics` only — no automated validation to catch richer fields |
286
+ | Automation | convention | Everything lives in context file instructions — the only tool available |
287
+
288
+ **Kernel primitive mapping at convention-only (minimal) implementations:**
289
+
290
+ | # | Primitive | Convention-Only Implementation | Satisfied? |
291
+ |---|-----------|----------------------|------------|
292
+ | 1 | Markdown + YAML | Context file instructs agent to use YAML frontmatter on every note | YES |
293
+ | 2 | Wiki links | Context file instructs `[[note title]]` linking with unique filenames | YES |
294
+ | 3 | MOC hierarchy | Context file instructs creation of hub MOC and topic MOCs, linking notes to MOCs | YES |
295
+ | 4 | Tree injection | Context file instructs agent to `ls` at session start for orientation | YES |
296
+ | 5 | Description field | Context file instructs `description:` field in YAML that adds context beyond title | YES |
297
+ | 6 | Topics footer | Context file instructs `topics:` field with at least one MOC wiki link per note | YES |
298
+ | 7 | Schema enforcement | Context file instructs manual checking of required fields during note creation | YES |
299
+ | 8 | Semantic search | Context file instructs periodic manual review guided by topic adjacency and MOC scanning | YES (degraded) |
300
+ | 9 | Self space | Context file instructs self/ directory with identity.md, methodology.md, goals.md (CONFIGURABLE — when disabled, goals route to ops/goals.md, methodology to ops/methodology/) | YES |
301
+ | 10 | Session rhythm | Context file documents orient/work/persist cycle — agent reads self/ at start, updates at end | YES |
302
+ | 11 | Discovery-first | Context file includes "Before creating any note, ask: how will a future session find this?" section | YES |
303
+ | 12 | Operational learning loop | Context file instructs agent to note friction in ops/observations/, note contradictions in ops/tensions/, and review when 10+ observations accumulate | YES |
304
+ | 13 | Task stack | Context file instructs agent to check ops/tasks/ for prioritized work items before starting | YES |
305
+ | 14 | Methodology folder | Context file instructs agent to maintain ops/methodology/ with linked notes about vault self-knowledge | YES |
306
+ | 15 | Session capture | Context file instructs agent to save session transcript to ops/sessions/ before ending | YES (degraded — manual save without stop hook) |
307
+
308
+ **Result: 15/15 PASS.** Every kernel primitive has a viable convention-only implementation. The key is that conventions ARE implementations — instructions in a context file are a legitimate enforcement mechanism, not a placeholder for "real" automation.
309
+
310
+ **What degrades at convention-only:**
311
+ - Schema enforcement relies on instruction-following, which degrades as context fills — no deterministic fallback catches errors
312
+ - Semantic search reduces to manual adjacency review — misses cross-vocabulary connections
313
+ - Operational learning loop has no threshold automation — the agent must count pending observations manually
314
+ - Tree injection via `ls` loads less structured output than a hook-injected tree
315
+
316
+ **What does NOT degrade:**
317
+ - Prose-sentence titles work identically regardless of platform
318
+ - Wiki links resolve by filename regardless of automation
319
+ - MOC hierarchy functions the same — it is a structural convention, not an automation feature
320
+ - Self/ space is just files — reading them at session start requires no hooks
321
+ - Session rhythm is behavioral — orient/work/persist is a pattern the agent follows, not infrastructure
322
+
323
+ **Kernel validation prediction:** 15/15
324
+
325
+ **Coherence assessment:** The convention-only personal journal demonstrates that the kernel's power comes from structural conventions, not from automation. A context file that says "always add a description field" is not as reliable as a PostToolUse hook that validates it — but it IS a legitimate implementation. The kernel primitives were designed to require only filesystem access and text files. This test confirms that design holds: every primitive can be satisfied through convention when no automation is available. The system will be less robust (no deterministic validation, no automated condition checking), but it will be structurally complete. Full automation is the default — but convention-only systems remain valid for platforms that lack hook support.
326
+
327
+ ---
328
+
329
+ ## Test 6: Interaction Constraint Violation Recovery
330
+
331
+ **Question:** When given an intentionally incoherent configuration, does the constraint system detect violations and guide toward a valid configuration?
332
+
333
+ **Input:**
334
+ - Granularity: coarse (long, multi-topic documents)
335
+ - Schema: dense (many required fields, rich enums, strict validation)
336
+ - Navigation: 4-tier (hub → domain → topic → sub-topic → notes)
337
+ - Processing: light (minimal processing, no pipeline)
338
+ - Automation: manual (convention only, no hooks or skills)
339
+ - Organization: flat
340
+ - Linking: explicit only
341
+ - Maintenance: condition-based (very lax)
342
+
343
+ **Constraint violations detected:**
344
+
345
+ | # | Violated Rule | Type | Explanation |
346
+ |---|--------------|------|-------------|
347
+ | 1 | `coarse + processing == "heavy"` (inverse: coarse + light is coherent, but coarse + dense schema without processing to populate fields is not) | WARN | Dense schema on coarse notes creates fields that never get filled — who populates 8 required fields on a multi-page document without a processing pipeline? |
348
+ | 2 | `schema == "dense" + automation == "convention"` | WARN | Dense schemas without automated validation create unsustainable maintenance burden — the agent must manually check every field on every save |
349
+ | 3 | `coarse + navigation == "4-tier"` | WARN | Coarse granularity produces few notes (large documents = fewer files). 4-tier navigation for <50 notes is over-engineering — three layers of MOCs pointing to 30 documents |
350
+ | 4 | `processing == "light" + maintenance thresholds very lax` | WARN (compounding) | Light processing generates few connections, and very lax maintenance thresholds mean those few connections are rarely reviewed — the system stagnates |
351
+
352
+ **Constraint system response:**
353
+
354
+ The constraint system is productive, not just prohibitive. For each violation, it recommends a specific correction AND explains why:
355
+
356
+ | Violation | Recommendation | Rationale |
357
+ |-----------|---------------|-----------|
358
+ | Dense schema + no automation | Reduce schema to moderate OR add validation scripts | Dense schema without validation means required fields will be missing on 30%+ of notes within 2 months |
359
+ | Dense schema + coarse granularity | Reduce schema to moderate — coarse notes are self-contained, dense metadata adds overhead without proportional query value | The fields exist but nobody queries them because the note body already contains everything |
360
+ | 4-tier navigation + coarse granularity | Reduce to 2-tier — hub → topic areas. Coarse granularity means fewer notes, fewer notes means simpler navigation suffices | A 4-tier hierarchy for 40 documents means each MOC has 3-5 links — not enough to justify the navigation overhead |
361
+ | Light processing + lax maintenance conditions | Tighten condition thresholds OR increase processing to moderate — one must compensate for the other | Without either regular processing or active maintenance conditions, the system becomes a graveyard of disconnected documents |
362
+
363
+ **Corrected configuration after applying recommendations:**
364
+
365
+ | Dimension | Original | Corrected | Change Reason |
366
+ |-----------|----------|-----------|---------------|
367
+ | Granularity | coarse | coarse | No change — valid as starting point |
368
+ | Schema | dense | moderate | Reduced to match automation and granularity |
369
+ | Navigation | 4-tier | 2-tier | Reduced to match expected note volume |
370
+ | Processing | light | light | No change — user preference respected |
371
+ | Automation | manual | convention | No change — user preference respected |
372
+ | Maintenance | condition-based (very lax) | condition-based (lax) | Thresholds tightened to compensate for light processing |
373
+ | Organization | flat | flat | No change — coherent with coarse granularity |
374
+ | Linking | explicit | explicit | No change — coherent with low volume |
375
+
376
+ **Post-correction constraint check:** Zero violations. The corrected configuration is internally consistent.
377
+
378
+ **Kernel validation prediction:** 15/15 (corrected configuration satisfies all primitives)
379
+
380
+ **Coherence assessment:** The constraint system serves as a design advisor, not a gatekeeper. It detected four issues in the input configuration, explained why each was problematic, recommended specific corrections, and produced a valid configuration. The key insight is that the constraint system is productive — it does not simply reject bad configurations but guides users toward coherent ones. This is essential for the conversational derivation flow, where users may express preferences that are individually reasonable but collectively incoherent. The system respects user preferences when possible (coarse granularity, light processing, and convention automation all survived) while adjusting dimensions that were in tension with the rest (dense schema downgraded, 4-tier navigation reduced, very lax maintenance thresholds tightened). The corrections are minimal — changing only what is necessary to achieve coherence.
381
+
382
+ ---
383
+
384
+ ## Test 7: Vocabulary Transformation Fidelity
385
+
386
+ **Question:** When generating a complete context file for a non-research domain, does ANY research-specific vocabulary leak through?
387
+
388
+ **Input:**
389
+ - Use case: Therapy & Reflection (from Test 2 configuration)
390
+ - Platform: Claude Code
391
+ - Generate: full context file, templates, skill instructions, self/ files
392
+
393
+ **Search methodology:**
394
+
395
+ Scan the entire generated output for research-domain terms that should have been transformed. The search is exhaustive — every term in the universal-to-domain mapping table must be checked.
396
+
397
+ **Terms to search for (must be ABSENT in therapy output):**
398
+
399
+ | Research Term | Expected Therapy Equivalent | Context-Dependent Exception? |
400
+ |--------------|---------------------------|------------------------------|
401
+ | claim | reflection | Only exception: if describing the composability test generically ("a claim-like proposition") |
402
+ | reduce | surface | No exception — "reduce" is always research vocabulary |
403
+ | extract | surface | No exception — "extract insights" should be "surface insights" |
404
+ | MOC | theme | No exception — navigation units are "themes" not "MOCs" |
405
+ | topic map | theme | No exception |
406
+ | inbox | journal | No exception — the capture zone is a "journal" |
407
+ | pipeline | reflection cycle | No exception — "processing pipeline" should be "reflection cycle" |
408
+ | reweave | revisit | No exception — "reweave old notes" should be "revisit old reflections" |
409
+ | thinking notes | reflections | No exception |
410
+ | atomic note | reflection | Exception: if explaining the structural pattern generically in methodology documentation |
411
+ | processing pipeline | reflection cycle | No exception |
412
+ | claim note | reflection | No exception |
413
+ | /reduce | /surface | No exception — skill names must use domain vocabulary |
414
+ | /reflect | /find-patterns | No exception |
415
+ | /reweave | /revisit | No exception |
416
+ | /verify | /check-resonance | No exception |
417
+
418
+ **Additional structural terms to check:**
419
+
420
+ | Term | Should Appear As | Notes |
421
+ |------|-----------------|-------|
422
+ | 01_thinking/ | reflections/ | Folder references use domain vocabulary |
423
+ | 00_inbox/ | journal/ | Capture zone uses domain name |
424
+ | source material | session notes | Input vocabulary matches domain |
425
+ | extraction | surfacing | Processing verb matches domain |
426
+ | queue.json | Not present | No pipeline queue in moderate-processing therapy system |
427
+ | /ralph | Not present | No orchestration in convention-automation therapy system |
428
+ | subagent | Not present | No subagent infrastructure at this automation level |
429
+
430
+ **Expected result:** Zero leaked terms across all generated files.
431
+
432
+ **Acceptable exceptions (narrow):**
433
+ 1. Meta-documentation explaining the system's origin ("this system was derived from Ars Contexta methodology") may use the word "methodology" in its technical sense
434
+ 2. The ops/derivation.md file records the derivation rationale and may reference the research-domain mapping as part of its provenance trail
435
+ 3. Template `_schema` blocks use structural field names (`entity_type`, `applies_to`) that are system-internal, not user-facing
436
+
437
+ **Kernel validation prediction:** 15/15
438
+
439
+ **Coherence assessment:** Vocabulary transformation fidelity is not cosmetic — it determines whether the system feels native to its domain. A therapy user encountering "extract claims from sources" would experience cognitive dissonance: the system sounds like it was built for someone else and awkwardly repurposed. When every term is domain-native ("surface patterns in reflections"), the system feels purpose-built. This test validates that the transformation is complete and systematic, not partial. The search methodology is intentionally exhaustive because partial transformation is worse than no transformation — a system that says "surface reflections" in one paragraph and "extract claims" in the next signals inconsistency. The test also documents the narrow exceptions where research vocabulary is acceptable (meta-documentation, derivation provenance), preventing false positives from flagging legitimate uses.
440
+
441
+ ---
442
+
443
+ ## Test 8: Progressive Configuration Validation
444
+
445
+ **Question:** As a vault grows from 0 to 150 notes, does the full-automation-from-day-one approach work correctly — and can users selectively disable features they do not need?
446
+
447
+ **Input:**
448
+ - Use case: Personal learning system (concepts, study notes, reading insights)
449
+ - Platform: Claude Code
450
+ - Starting configuration: Full automation (all presets ship complete)
451
+
452
+ **Simulated growth trajectory:**
453
+
454
+ In v1.6, all vaults ship with full automation from day one. There are no tier boundaries to cross. Instead, this test validates that the complete system works at all scales, and that users can selectively disable features via /architect.
455
+
456
+ | Note Count | Activity | Expected Behavior |
457
+ |------------|----------|------------------|
458
+ | 0-5 | Initial capture, first concepts | Full system operational. All skills available. Templates enforce schema. Hooks automate orientation. Session capture saves transcripts. |
459
+ | 5-15 | Regular capture, first MOC created | Hub MOC appears naturally. Agent creates topic MOCs as clusters emerge. Condition-based maintenance has nothing to fire yet. |
460
+ | 15-50 | Steady growth, processing routine | Processing pipeline handles volume. Condition-based hooks begin evaluating state but most thresholds not yet reached. |
461
+ | 50-100 | Accelerating growth | Semantic search becomes increasingly valuable. Condition-based triggers begin firing (orphan detection, MOC size thresholds). /next surfaces maintenance tasks. |
462
+ | 100-150 | Full pipeline operation | Sub-MOCs emerge as topic MOCs exceed configured thresholds. Orchestration handles batch processing with fresh context per phase. |
463
+ | 150+ | Mature system | Evolution is within the configuration: better skill instructions, richer schemas, more sophisticated orchestration. Reseed may be triggered by accumulated drift. |
464
+
465
+ **Feature disabling validation:**
466
+
467
+ When a user disables a feature via /architect, the rest of the system must continue functioning:
468
+
469
+ | Disabled Feature | Expected Behavior | Degradation |
470
+ |-----------------|-------------------|-------------|
471
+ | Semantic search (qmd) | Keyword search only. Skills fall back to grep. | Cross-vocabulary discovery reduced |
472
+ | Self space | Goals route to ops/goals.md, methodology to ops/methodology/. No self/ directory. | Identity persistence reduced but operational |
473
+ | Session capture | No stop hook saves transcripts. /remember still works manually. | Automatic friction detection lost |
474
+ | Processing pipeline | Manual processing only. Skills available but no orchestration. | Quality gates still in skills, no batch processing |
475
+
476
+ **Critical invariant: disabling features is safe and reversible.**
477
+
478
+ - Disabling semantic search does not break any skill (skills fall back to keyword search)
479
+ - Disabling self space routes its content to ops/ (no data loss)
480
+ - Re-enabling any feature restores full functionality
481
+ - The kernel primitives that are INVARIANT (wiki links, schema enforcement, methodology folder, session capture) cannot be disabled
482
+
483
+ **Kernel validation prediction:** 15/15 at all growth stages
484
+
485
+ **Coherence assessment:** v1.6 reverses the Gall's Law application: instead of growing from simple to complex, all vaults ship complete and users opt down. This works because the overhead of unused features is near-zero (hooks that never fire, skills that are never invoked, directories that stay empty). The cost of discovering and adding features was higher than the cost of having them present but dormant. The critical invariant shifts from "additive transitions" to "safe disabling" — removing a feature must never break the system. This is validated by the feature disabling table: each optional feature has a fallback path. INVARIANT primitives (wiki links, schema enforcement, methodology folder, session capture) cannot be disabled, ensuring the structural foundation is always present.
486
+
487
+ ---
488
+
489
+ ## Test 9: Operational Learning Loop Integration
490
+
491
+ **Question:** Does Primitive 12 (operational-learning-loop) function as a complete cycle — from capturing observations and tensions through threshold detection to triage and status lifecycle?
492
+
493
+ **Input:**
494
+ - Use case: Research vault (our vault's configuration)
495
+ - Platform: Claude Code
496
+ - Focus: Verify the full loop end-to-end, not just component existence
497
+
498
+ **Phase 1: Observation Capture**
499
+
500
+ Create 12 observations across categories to test capture mechanics:
501
+
502
+ | # | Observation Title | Category | Expected Location |
503
+ |---|-------------------|----------|------------------|
504
+ | 1 | "descriptions that restate titles waste progressive disclosure" | quality | ops/observations/ |
505
+ | 2 | "batch processing of 8+ claims degrades quality in later phases" | process | ops/observations/ |
506
+ | 3 | "semantic search misses notes created in the last 10 minutes" | friction | ops/observations/ |
507
+ | 4 | "MOC split at 40 notes felt premature — 50 would have been better" | methodology | ops/observations/ |
508
+ | 5 | "reflect phase consistently finds 3-5 connections per claim" | surprise | ops/observations/ |
509
+ | 6 | "enrichment tasks take longer than new claims because existing context must be loaded" | process | ops/observations/ |
510
+ | 7 | "validation hook catches missing descriptions but not weak descriptions" | friction | ops/observations/ |
511
+ | 8 | "reweave rarely changes titles but often adds 2-3 new connections" | methodology | ops/observations/ |
512
+ | 9 | "tenant sessions that skip orient phase produce lower quality output" | process | ops/observations/ |
513
+ | 10 | "cross-topic synthesis notes have 5x more incoming links than atomic claims" | surprise | ops/observations/ |
514
+ | 11 | "schema validation takes 3 seconds per note — acceptable at 200 notes" | quality | ops/observations/ |
515
+ | 12 | "dangling link detection finds 0-2 issues per batch — system is healthy" | quality | ops/observations/ |
516
+
517
+ **Capture validation:**
518
+ - Each observation has YAML frontmatter: `description`, `category`, `observed` (date), `status: pending`
519
+ - Each observation has prose-sentence title
520
+ - Each observation links to `[[observations]]` MOC
521
+ - MOC groups observations by category
522
+
523
+ **Phase 2: Tension Capture**
524
+
525
+ Create 6 tensions to test contradiction detection:
526
+
527
+ | # | Tension Title | Involves | Expected Location |
528
+ |---|--------------|----------|------------------|
529
+ | 1 | "atomic granularity conflicts with compound reflection needs" | `[[granularity]]`, `[[therapy preset]]` | ops/tensions/ |
530
+ | 2 | "heavy processing overhead versus light capture friction" | `[[processing]]`, `[[capture]]` | ops/tensions/ |
531
+ | 3 | "semantic search value at low volume is unproven" | `[[semantic search]]`, `[[tier boundaries]]` | ops/tensions/ |
532
+ | 4 | "MOC split threshold varies by domain — 40 for research, 25 for therapy" | `[[MOC hierarchy]]`, `[[use-case presets]]` | ops/tensions/ |
533
+ | 5 | "discovery-first gate slows capture when speed matters" | `[[discovery-first]]`, `[[capture friction]]` | ops/tensions/ |
534
+ | 6 | "convention automation degrades with context length but hooks add platform dependency" | `[[automation]]`, `[[platform tiers]]` | ops/tensions/ |
535
+
536
+ **Capture validation:**
537
+ - Each tension has YAML frontmatter: `description`, `observed`, `involves` (wiki links to notes in tension), `status: pending`
538
+ - Each tension has prose-sentence title
539
+ - Each tension links to `[[tensions]]` MOC
540
+ - MOC groups tensions by status (pending, resolved, dissolved)
541
+
542
+ **Phase 3: Threshold Detection**
543
+
544
+ With 12 pending observations (exceeds threshold of 10) and 6 pending tensions (exceeds threshold of 5):
545
+
546
+ | Check | Threshold | Actual | Triggered? |
547
+ |-------|-----------|--------|------------|
548
+ | Pending observations | >= 10 | 12 | YES |
549
+ | Pending tensions | >= 5 | 6 | YES |
550
+
551
+ **Expected behavior:** Session-start orientation surfaces the suggestion: "12 pending observations and 6 pending tensions exceed review thresholds. Consider running /rethink."
552
+
553
+ **Phase 4: Triage via /rethink**
554
+
555
+ Each pending observation receives one of four dispositions:
556
+
557
+ | Disposition | Meaning | Status After | Destination |
558
+ |-------------|---------|-------------|-------------|
559
+ | Promote | Observation is a durable insight worthy of becoming a note | `promoted` | Create note in notes/, link back to observation |
560
+ | Implement | Observation suggests a system change | `implemented` | Update context file or skill, note the change |
561
+ | Archive | Observation is session-specific or no longer relevant | `archived` | Remains in ops/observations/ with archived status |
562
+ | Keep pending | Not enough evidence yet — needs more data | `pending` (unchanged) | Stays in ops/observations/ |
563
+
564
+ **Example triage outcomes:**
565
+
566
+ | Observation | Disposition | Rationale |
567
+ |-------------|------------|-----------|
568
+ | #1 (descriptions restate titles) | Promote | This is a reusable quality insight — becomes a note in notes/ |
569
+ | #2 (batch 8+ degrades) | Implement | This should update the context file's batch processing guidance |
570
+ | #3 (semantic search 10-min lag) | Archive | Infrastructure quirk, not a knowledge claim |
571
+ | #5 (3-5 connections per claim) | Keep pending | Interesting but needs more data to validate as a reliable metric |
572
+
573
+ **Tension triage outcomes:**
574
+
575
+ | Tension | Disposition | Rationale |
576
+ |---------|------------|-----------|
577
+ | #1 (atomic vs compound) | Resolved → create resolution note | The design dimensions framework already addresses this — link to existing note |
578
+ | #3 (semantic search at low volume) | Dissolved | Condition-based maintenance handles this — semantic search activates at friction, not at note count |
579
+ | #5 (discovery-first vs capture speed) | Keep pending | Genuine unresolved tension — needs more operational data |
580
+
581
+ **Phase 5: Status Lifecycle Verification**
582
+
583
+ Track that status transitions are valid:
584
+
585
+ | Valid Transition | Example |
586
+ |-----------------|---------|
587
+ | pending → promoted | Observation becomes a note |
588
+ | pending → implemented | Observation becomes a system change |
589
+ | pending → archived | Observation deemed irrelevant |
590
+ | pending → pending | Observation kept for more data |
591
+ | pending → resolved (tensions) | Tension resolved via resolution note |
592
+ | pending → dissolved (tensions) | Tension dissolved — not a real conflict |
593
+
594
+ | Invalid Transition | Why |
595
+ |-------------------|-----|
596
+ | promoted → pending | Cannot un-promote a note |
597
+ | implemented → pending | Cannot un-implement a change |
598
+ | archived → promoted | If it's worth promoting, it should not have been archived |
599
+ | resolved → pending | Resolution is final — if wrong, create a new tension |
600
+
601
+ **Full loop validation:**
602
+
603
+ ```
604
+ Observe (create observation/tension)
605
+ → Accumulate (notes collect in ops/)
606
+ → Threshold (count exceeds limit)
607
+ → Triage (/rethink evaluates each)
608
+ → Promote (→ notes/) | Implement (→ context file) | Archive (→ stays with status) | Dissolve (→ tension resolved)
609
+ → System improves (promoted insights enrich graph, implementations improve methodology)
610
+ → Observe again (new friction from improved system)
611
+ ```
612
+
613
+ **Kernel validation prediction:** 15/15
614
+
615
+ **Coherence assessment:** The operational learning loop is the system's immune system — it detects friction, accumulates evidence, and triggers targeted improvement. This test validates the entire cycle, not just the existence of obs/observations/ and ops/tensions/ directories. The critical findings are: (1) the threshold mechanism works as an attention filter — below threshold, observations accumulate silently; above threshold, the system demands review, (2) the four-disposition triage model (promote, implement, archive, keep) provides clear action paths for every observation, (3) the status lifecycle has valid transitions that prevent regression (you cannot un-promote or un-implement), and (4) the loop is genuinely recursive — improvements generate new friction, which generates new observations, which feeds back into the loop. Without this primitive, the system is static: it works as generated but never improves from experience. With it, the system converges toward its optimal configuration through accumulated operational evidence.
616
+
617
+ ---
618
+
619
+ ## Overall Validation Summary
620
+
621
+ | Test | Configuration Match | Kernel Passes | Vocabulary Correct | Coherence |
622
+ |------|--------------------|--------------|--------------------|-----------|
623
+ | Self-derivation (Research) | 8/8 dimensions | 15/15 | N/A (is the source) | Full |
624
+ | Cross-domain (Therapy) | Internally consistent | 14-15/15 | Research jargon eliminated | Full |
625
+ | Novel domain (Gaming) | Principled deviation from reference | 15/15 | Domain-native vocabulary | Full |
626
+ | Multi-domain (Research + Relationships) | Per-domain configs composed | 15/15 | Per-domain vocabularies | Full |
627
+ | Minimal platform (Convention-only) | All primitives at convention level | 15/15 | Domain-native (journal) | Full |
628
+ | Constraint violation recovery | 4 violations detected, corrected | 15/15 (post-correction) | N/A (structural test) | Full (after correction) |
629
+ | Vocabulary transformation fidelity | Zero leaked terms | 15/15 | Exhaustive verification | Full |
630
+ | Progressive configuration | Full automation works at all scales | 15/15 (all growth stages) | N/A (infrastructure test) | Full |
631
+ | Operational learning loop | Full cycle validated | 15/15 | N/A (primitive-specific test) | Full |
632
+
633
+ **Key findings:**
634
+
635
+ 1. **Self-derivation validates the preset system.** The Research preset predicts our vault's configuration with zero dimension mismatches. Gaps are evolutionary features, not derivation failures.
636
+
637
+ 2. **Cross-domain derivation requires vocabulary transformation.** The therapy test shows that changing vocabulary is not cosmetic — it changes how the system feels to use. "Surface patterns in reflections" is therapy work. "Extract claims from sources" is research work. Same structural operation, different cognitive framing.
638
+
639
+ 3. **Novel domains derive successfully by reference mapping.** The gaming strategy test demonstrates that knowledge type classification → reference domain → adaptation works. The key insight is domain-specific schema fields (like `meta_state`) that emerge from the adaptation step, not from the reference domain.
640
+
641
+ 4. **Multi-domain composition works through shared-graph-with-separate-templates.** Our vault already proves this pattern. The derivation engine needs to support it explicitly: generate separate templates per domain, shared navigation, and cross-domain linking conventions.
642
+
643
+ 5. **The kernel requires only filesystem access and conventions.** The minimal platform test (Test 5) proves that all 15 primitives can be satisfied through context file instructions alone. Automation improves reliability but is not required for structural completeness. This means Ars Contexta can generate valid systems for ANY platform that supports text files — the kernel's requirement floor is genuinely minimal.
644
+
645
+ 6. **The constraint system is productive, not just prohibitive.** The violation recovery test (Test 6) shows that incoherent configurations are not dead ends — the constraint system guides users toward valid configurations by recommending minimal corrections. This is essential for conversational derivation where users express individually reasonable preferences that are collectively incoherent.
646
+
647
+ 7. **Feature disabling is safe and reversible.** The progressive configuration test (Test 8) confirms that disabling optional features does not break the system. Each optional feature has a fallback path. INVARIANT primitives cannot be disabled, ensuring the structural foundation is always present. The system ships complete and users opt down — the reverse of the former tier-based approach.
648
+
649
+ **Derivation engine confidence: HIGH.** The 15 kernel primitives provide a universal base. The 8 configuration dimensions parameterize the variation space. Interaction constraints prevent incoherent combinations. The 3 presets (Research, Personal Assistant, Experimental) provide pre-validated starting points. The system derives working configurations for research, therapy, competitive gaming, multi-domain composition, minimal platforms, constraint recovery, vocabulary-verified domains, progressive configuration, and self-improving operational loops.