@researai/meos 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +423 -0
  3. package/README_ZH.md +423 -0
  4. package/SKILL/SKILL.md +130 -0
  5. package/SKILL/assets/INDEX.md +21 -0
  6. package/SKILL/assets/corrections/overrides.md +3 -0
  7. package/SKILL/assets/examples/README.md +10 -0
  8. package/SKILL/assets/examples/engineering/README.md +7 -0
  9. package/SKILL/assets/examples/engineering/corrections/overrides.md +4 -0
  10. package/SKILL/assets/examples/engineering/principles/tradeoffs.md +11 -0
  11. package/SKILL/assets/examples/engineering/taste/ui-product.md +12 -0
  12. package/SKILL/assets/examples/engineering/thought-style/reasoning-patterns.md +11 -0
  13. package/SKILL/assets/examples/engineering/work/technical-standards.md +17 -0
  14. package/SKILL/assets/examples/engineering/workflow/default-operating-sequence.md +16 -0
  15. package/SKILL/assets/examples/minimal/README.md +8 -0
  16. package/SKILL/assets/examples/minimal/corrections/overrides.md +4 -0
  17. package/SKILL/assets/examples/minimal/principles/tradeoffs.md +14 -0
  18. package/SKILL/assets/examples/minimal/taste/ui-product.md +14 -0
  19. package/SKILL/assets/examples/minimal/thought-style/reasoning-patterns.md +14 -0
  20. package/SKILL/assets/examples/minimal/work/technical-standards.md +16 -0
  21. package/SKILL/assets/examples/minimal/workflow/default-operating-sequence.md +16 -0
  22. package/SKILL/assets/examples/product/README.md +7 -0
  23. package/SKILL/assets/examples/product/corrections/overrides.md +4 -0
  24. package/SKILL/assets/examples/product/principles/tradeoffs.md +7 -0
  25. package/SKILL/assets/examples/product/taste/ui-product.md +15 -0
  26. package/SKILL/assets/examples/product/thought-style/reasoning-patterns.md +13 -0
  27. package/SKILL/assets/examples/product/work/technical-standards.md +10 -0
  28. package/SKILL/assets/examples/product/workflow/default-operating-sequence.md +16 -0
  29. package/SKILL/assets/examples/research/README.md +7 -0
  30. package/SKILL/assets/examples/research/corrections/overrides.md +4 -0
  31. package/SKILL/assets/examples/research/principles/tradeoffs.md +11 -0
  32. package/SKILL/assets/examples/research/taste/ui-product.md +15 -0
  33. package/SKILL/assets/examples/research/thought-style/reasoning-patterns.md +12 -0
  34. package/SKILL/assets/examples/research/work/technical-standards.md +12 -0
  35. package/SKILL/assets/examples/research/workflow/default-operating-sequence.md +17 -0
  36. package/SKILL/assets/knowledge/README.md +3 -0
  37. package/SKILL/assets/knowledge/episodic.md +10 -0
  38. package/SKILL/assets/knowledge/procedural.md +10 -0
  39. package/SKILL/assets/knowledge/semantic.md +10 -0
  40. package/SKILL/assets/live/README.md +5 -0
  41. package/SKILL/assets/preferences/README.md +3 -0
  42. package/SKILL/assets/preferences/input.md +3 -0
  43. package/SKILL/assets/preferences/interests.md +5 -0
  44. package/SKILL/assets/preferences/output.md +3 -0
  45. package/SKILL/assets/principles/README.md +3 -0
  46. package/SKILL/assets/principles/tradeoffs.md +10 -0
  47. package/SKILL/assets/taste/README.md +3 -0
  48. package/SKILL/assets/taste/ui-product.md +11 -0
  49. package/SKILL/assets/templates/README.md +3 -0
  50. package/SKILL/assets/templates/corrections/overrides.template.md +3 -0
  51. package/SKILL/assets/templates/knowledge/episodic.template.md +7 -0
  52. package/SKILL/assets/templates/knowledge/procedural.template.md +9 -0
  53. package/SKILL/assets/templates/knowledge/semantic.template.md +7 -0
  54. package/SKILL/assets/templates/preferences/input.template.md +5 -0
  55. package/SKILL/assets/templates/preferences/interests.template.md +5 -0
  56. package/SKILL/assets/templates/preferences/output.template.md +7 -0
  57. package/SKILL/assets/templates/principles/tradeoffs.template.md +9 -0
  58. package/SKILL/assets/templates/taste/ui-product.template.md +11 -0
  59. package/SKILL/assets/templates/thought-style/reasoning-patterns.template.md +9 -0
  60. package/SKILL/assets/templates/work/technical-standards.template.md +11 -0
  61. package/SKILL/assets/templates/workflow/default-operating-sequence.template.md +11 -0
  62. package/SKILL/assets/thought-style/README.md +3 -0
  63. package/SKILL/assets/thought-style/reasoning-patterns.md +10 -0
  64. package/SKILL/assets/work/README.md +3 -0
  65. package/SKILL/assets/work/technical-standards.md +11 -0
  66. package/SKILL/assets/workflow/README.md +3 -0
  67. package/SKILL/assets/workflow/default-operating-sequence.md +11 -0
  68. package/SKILL/evidence/README.md +11 -0
  69. package/SKILL/private/README.md +12 -0
  70. package/SKILL/references/apply-task-map.md +42 -0
  71. package/SKILL/references/asset-taxonomy.md +47 -0
  72. package/SKILL/references/correction-policy.md +22 -0
  73. package/SKILL/references/extraction-sop.md +76 -0
  74. package/SKILL/references/import-policy.md +35 -0
  75. package/SKILL/references/maintenance-policy.md +56 -0
  76. package/SKILL/references/privacy-policy.md +39 -0
  77. package/SKILL/references/promotion-policy.md +42 -0
  78. package/SKILL/references/source-locations.md +93 -0
  79. package/SKILL/references/writeback-policy.md +33 -0
  80. package/SKILL/runtime/README.md +11 -0
  81. package/SKILL/schemas/asset-entry.schema.json +50 -0
  82. package/SKILL/schemas/conflict-entry.schema.json +37 -0
  83. package/SKILL/schemas/correction-entry.schema.json +34 -0
  84. package/SKILL/schemas/evidence-entry.schema.json +37 -0
  85. package/SKILL/schemas/source-map.schema.json +26 -0
  86. package/assets/branding/logo.svg +37 -0
  87. package/assets/readme/00-overview.svg +15 -0
  88. package/assets/readme/01-lifecycle.svg +11 -0
  89. package/assets/readme/02-asset-layout.svg +5 -0
  90. package/assets/readme/03-privacy-boundary.svg +7 -0
  91. package/assets/readme/04-example-profile.svg +5 -0
  92. package/bin/meos.js +20 -0
  93. package/install.sh +11 -0
  94. package/installer.py +327 -0
  95. package/package.json +48 -0
@@ -0,0 +1,14 @@
1
+ # Trade-offs
2
+
3
+ ## Core priorities
4
+
5
+ 1. truth of the system
6
+ 2. route convergence
7
+ 3. verification and durability
8
+ 4. user-facing clarity
9
+ 5. implementation speed
10
+
11
+ ## Typical stance
12
+
13
+ - Prefer reuse over reinvention.
14
+ - Prefer root-cause fixes over cosmetic fixes.
@@ -0,0 +1,14 @@
1
+ # UI And Product Taste
2
+
3
+ ## Visual direction
4
+
5
+ - low saturation
6
+ - restrained contrast
7
+ - clear hierarchy
8
+ - intentional, minimal chrome
9
+
10
+ ## Anti-goals
11
+
12
+ - decorative complexity without contract clarity
13
+ - fake progress
14
+ - duplicate views for the same object
@@ -0,0 +1,14 @@
1
+ # Reasoning Patterns
2
+
3
+ ## Preferred decomposition
4
+
5
+ 1. identify the object
6
+ 2. identify the truth source
7
+ 3. identify the governing contract
8
+ 4. find the mismatch
9
+ 5. choose the smallest convergent fix
10
+
11
+ ## Validation stance
12
+
13
+ - A specific user suspicion is evidence and should be checked directly.
14
+ - Broader system-health narration comes after that verification, not before.
@@ -0,0 +1,16 @@
1
+ # Technical Standards
2
+
3
+ ## Architecture
4
+
5
+ - Identify the real source of truth before patching a visible symptom.
6
+ - Prefer one convergent system over several overlapping partial systems.
7
+
8
+ ## Verification
9
+
10
+ - Do not call an implementation done until the real acceptance gate is checked.
11
+ - Separate source edits from live-behavior verification.
12
+
13
+ ## Acceptance Gates
14
+
15
+ - If the user asked about one concrete runtime parameter, verify that parameter directly.
16
+ - If only control files changed, say so plainly and do not present that as a new measured result.
@@ -0,0 +1,16 @@
1
+ # Default Operating Sequence
2
+
3
+ ## Planning-first mode
4
+
5
+ 1. read the relevant files
6
+ 2. state the contract
7
+ 3. propose one main route
8
+ 4. list real risks
9
+ 5. wait for approval
10
+
11
+ ## Execution mode
12
+
13
+ 1. identify the acceptance gate
14
+ 2. make the smallest coherent change
15
+ 3. verify the real behavior
16
+ 4. report what changed and what remains unverified
@@ -0,0 +1,7 @@
1
+ # Product Example
2
+
3
+ This example should demonstrate:
4
+
5
+ - UI taste
6
+ - product clarity standards
7
+ - frontend / backend coordination habits
@@ -0,0 +1,4 @@
1
+ # Overrides
2
+
3
+ - Better-looking should not mean more random components.
4
+ - A UI enhancement is incomplete if the running app still shows the old surface.
@@ -0,0 +1,7 @@
1
+ # Trade-offs
2
+
3
+ ## Preferred trade-offs
4
+
5
+ - prefer coherent flows over flashy one-off screens
6
+ - prefer explicit forms and guided steps over ambiguous hidden controls
7
+ - prefer readability over visual noise
@@ -0,0 +1,15 @@
1
+ # UI And Product Taste
2
+
3
+ ## Visual direction
4
+
5
+ - light background
6
+ - restrained motion
7
+ - clean hierarchy
8
+ - not cluttered
9
+
10
+ ## Anti-goals
11
+
12
+ - generic AI cards everywhere
13
+ - unrelated gradients
14
+ - fake complexity
15
+ - decorative motion without semantic purpose
@@ -0,0 +1,13 @@
1
+ # Reasoning Patterns
2
+
3
+ ## Preferred framing
4
+
5
+ - what does the user actually see?
6
+ - what does the backend actually persist?
7
+ - what contract should connect the two?
8
+ - which layer is stale?
9
+
10
+ ## Design rule
11
+
12
+ - explanatory power beats decoration
13
+ - style is only good when it clarifies the product, not when it hides it
@@ -0,0 +1,10 @@
1
+ # Technical Standards
2
+
3
+ ## Product Contracts
4
+
5
+ - Frontend, backend, validation, and saved state must agree.
6
+ - User-facing settings and admin flows are first-class product surfaces.
7
+
8
+ ## Verification
9
+
10
+ - If the user says a change is not visible, verify the actual rendered surface, not just the source files.
@@ -0,0 +1,16 @@
1
+ # Default Operating Sequence
2
+
3
+ ## UI improvement workflow
4
+
5
+ 1. identify the real page and component path
6
+ 2. define visual direction
7
+ 3. preserve contract clarity
8
+ 4. implement
9
+ 5. verify the changed behavior in the running app
10
+
11
+ ## Admin or settings workflow
12
+
13
+ 1. verify payloads
14
+ 2. verify validation rules
15
+ 3. verify persistence
16
+ 4. verify user-visible state
@@ -0,0 +1,7 @@
1
+ # Research Example
2
+
3
+ This example should demonstrate:
4
+
5
+ - evidence handling
6
+ - experiment inventory logic
7
+ - paper and appendix separation
@@ -0,0 +1,4 @@
1
+ # Overrides
2
+
3
+ - Do not say the paper is complete if the user is explicitly asking to continue supplementary work.
4
+ - Do not say an experiment is healthy when the user asked about a specific runtime parameter that has not yet been checked.
@@ -0,0 +1,11 @@
1
+ # Trade-offs
2
+
3
+ ## Preferred trade-offs
4
+
5
+ - prefer claim honesty over rhetorical polish
6
+ - preserve old experiments if still relevant
7
+ - only run new supplementary experiments when there is a real evidence gap
8
+
9
+ ## Boundaries
10
+
11
+ - do not let a paper-ready state erase a new explicit user request for continuation
@@ -0,0 +1,15 @@
1
+ # UI And Product Taste
2
+
3
+ ## Research-facing surfaces
4
+
5
+ - branch-centric or evidence-centric views are preferred over arbitrary node clutter
6
+ - if a result is claimed complete, the UI should make the supporting files and mappings easy to inspect
7
+
8
+ ## Progress surfaces
9
+
10
+ - completed
11
+ - running
12
+ - blocked
13
+ - next checkpoint
14
+
15
+ These should be separated clearly.
@@ -0,0 +1,12 @@
1
+ # Reasoning Patterns
2
+
3
+ ## Preferred research framing
4
+
5
+ - identify what is already measured
6
+ - identify what is only documented
7
+ - identify what is mapped into the paper
8
+ - identify what remains a real evidence gap
9
+
10
+ ## Continuation rule
11
+
12
+ - If the user explicitly asks for more experiments or a fuller paper, switch from closeout logic to continuation logic.
@@ -0,0 +1,12 @@
1
+ # Technical Standards
2
+
3
+ ## Research Contracts
4
+
5
+ - Baseline, idea, experiment, analysis, writing, review, and rebuttal should remain explicit stages.
6
+ - Supplementary experiments should map back to claims, sections, or evidence gaps.
7
+ - A compile-clean paper is not necessarily an evidence-complete paper.
8
+
9
+ ## Measurement
10
+
11
+ - Progress should report completed tasks, active tasks, blockers, and the next meaningful checkpoint.
12
+ - User-specified performance targets such as throughput or batch size should be treated as explicit acceptance gates.
@@ -0,0 +1,17 @@
1
+ # Default Operating Sequence
2
+
3
+ ## Experiment workflow
4
+
5
+ 1. verify runtime configuration
6
+ 2. run bounded smoke
7
+ 3. launch the real run
8
+ 4. monitor using quantitative checkpoints
9
+ 5. record the result durably
10
+
11
+ ## Paper workflow
12
+
13
+ 1. check compile status
14
+ 2. check page-count status
15
+ 3. check evidence-mapping status
16
+ 4. check appendix status
17
+ 5. check remaining scientific gaps
@@ -0,0 +1,3 @@
1
+ # Knowledge Assets
2
+
3
+ Store stable semantic, episodic, and procedural knowledge here after promotion from evidence.
@@ -0,0 +1,10 @@
1
+ # Episodic Knowledge
2
+
3
+ Use this file for durable historical lessons that may still matter.
4
+
5
+ ## Suggested sections
6
+
7
+ - Past failures and why they mattered
8
+ - Past successful patterns
9
+ - Important route changes
10
+ - Recoverable lessons
@@ -0,0 +1,10 @@
1
+ # Procedural Knowledge
2
+
3
+ Use this file for repeatable procedures and SOPs.
4
+
5
+ ## Suggested sections
6
+
7
+ - Debug routines
8
+ - Audit routines
9
+ - Build or deploy routines
10
+ - Research routines
@@ -0,0 +1,10 @@
1
+ # Semantic Knowledge
2
+
3
+ Use this file for stable conceptual or domain knowledge.
4
+
5
+ ## Suggested sections
6
+
7
+ - Core concepts
8
+ - Technical vocabulary
9
+ - Domain facts
10
+ - Reusable distinctions
@@ -0,0 +1,5 @@
1
+ # Live Assets
2
+
3
+ This directory is for actual promoted local assets.
4
+
5
+ It is ignored by default.
@@ -0,0 +1,3 @@
1
+ # Preference Assets
2
+
3
+ Store stable input, output, and interest preferences here.
@@ -0,0 +1,3 @@
1
+ # Input Preferences
2
+
3
+ Use this file for stable preferences about how requests and context should be framed.
@@ -0,0 +1,5 @@
1
+ # Interests
2
+
3
+ Use this file for active but reusable interests.
4
+
5
+ Prefer durable themes over temporary curiosity spikes.
@@ -0,0 +1,3 @@
1
+ # Output Preferences
2
+
3
+ Use this file for stable preferences about output shape, density, and explanation style.
@@ -0,0 +1,3 @@
1
+ # Principles Assets
2
+
3
+ Store trade-offs, boundaries, first-principles rules, and risk preferences here.
@@ -0,0 +1,10 @@
1
+ # Trade-offs
2
+
3
+ Use this file for stable trade-off rules and boundaries.
4
+
5
+ ## Suggested sections
6
+
7
+ - Speed vs rigor
8
+ - Simplicity vs completeness
9
+ - Reuse vs reinvention
10
+ - Local optimization vs system convergence
@@ -0,0 +1,3 @@
1
+ # Taste Assets
2
+
3
+ Store durable UI, product, and presentation preferences here.
@@ -0,0 +1,11 @@
1
+ # UI And Product Taste
2
+
3
+ Use this file for durable visual and product judgment rules.
4
+
5
+ ## Suggested sections
6
+
7
+ - Visual direction
8
+ - Layout preferences
9
+ - Motion rules
10
+ - Anti-goals
11
+ - Review checklist
@@ -0,0 +1,3 @@
1
+ # Templates
2
+
3
+ This directory contains canonical asset templates for building a live MeOS profile.
@@ -0,0 +1,3 @@
1
+ # Overrides Template
2
+
3
+ Use this file for explicit corrections that override older inferred rules.
@@ -0,0 +1,7 @@
1
+ # Episodic Knowledge Template
2
+
3
+ ## Past failures
4
+
5
+ ## Past successes
6
+
7
+ ## Route changes
@@ -0,0 +1,9 @@
1
+ # Procedural Knowledge Template
2
+
3
+ ## Debug routines
4
+
5
+ ## Audit routines
6
+
7
+ ## Build and deploy routines
8
+
9
+ ## Research routines
@@ -0,0 +1,7 @@
1
+ # Semantic Knowledge Template
2
+
3
+ ## Core concepts
4
+
5
+ ## Technical vocabulary
6
+
7
+ ## Domain facts
@@ -0,0 +1,5 @@
1
+ # Input Preferences Template
2
+
3
+ ## Request framing
4
+
5
+ ## Context density
@@ -0,0 +1,5 @@
1
+ # Interests Template
2
+
3
+ ## Durable interests
4
+
5
+ ## Temporary interests
@@ -0,0 +1,7 @@
1
+ # Output Preferences Template
2
+
3
+ ## Structure
4
+
5
+ ## Density
6
+
7
+ ## Explanation style
@@ -0,0 +1,9 @@
1
+ # Trade-offs Template
2
+
3
+ ## Speed vs rigor
4
+
5
+ ## Reuse vs reinvention
6
+
7
+ ## Simplicity vs completeness
8
+
9
+ ## Local optimization vs system convergence
@@ -0,0 +1,11 @@
1
+ # UI And Product Taste Template
2
+
3
+ ## Visual direction
4
+
5
+ ## Layout
6
+
7
+ ## Motion
8
+
9
+ ## Anti-goals
10
+
11
+ ## Review checklist
@@ -0,0 +1,9 @@
1
+ # Reasoning Patterns Template
2
+
3
+ ## Preferred decomposition style
4
+
5
+ ## Contract reasoning
6
+
7
+ ## Verification-first habits
8
+
9
+ ## Route selection heuristics
@@ -0,0 +1,11 @@
1
+ # Technical Standards Template
2
+
3
+ ## Architecture
4
+
5
+ ## Truth sources
6
+
7
+ ## Verification standards
8
+
9
+ ## Acceptance gates
10
+
11
+ ## Cross-layer consistency
@@ -0,0 +1,11 @@
1
+ # Default Operating Sequence Template
2
+
3
+ ## Planning-first mode
4
+
5
+ ## Immediate-implementation mode
6
+
7
+ ## Audit mode
8
+
9
+ ## Debug mode
10
+
11
+ ## Continuation mode
@@ -0,0 +1,3 @@
1
+ # Thought Style Assets
2
+
3
+ Store reusable reasoning habits, decomposition patterns, and decision heuristics here.
@@ -0,0 +1,10 @@
1
+ # Reasoning Patterns
2
+
3
+ Use this file for stable problem-framing and decision-making patterns.
4
+
5
+ ## Suggested sections
6
+
7
+ - Preferred decomposition style
8
+ - Symptom vs root-cause habits
9
+ - Verification-first rules
10
+ - Route-selection heuristics
@@ -0,0 +1,3 @@
1
+ # Work Assets
2
+
3
+ Store stable technical standards, implementation norms, and acceptance rules here.
@@ -0,0 +1,11 @@
1
+ # Technical Standards
2
+
3
+ Use this file for stable technical execution standards.
4
+
5
+ ## Suggested sections
6
+
7
+ - Architecture
8
+ - Truth sources
9
+ - Verification standards
10
+ - Acceptance gates
11
+ - Cross-layer consistency rules
@@ -0,0 +1,3 @@
1
+ # Workflow Assets
2
+
3
+ Store stable operating sequences for planning, implementation, audit, verification, and continuation here.
@@ -0,0 +1,11 @@
1
+ # Default Operating Sequence
2
+
3
+ Use this file for reusable working sequences.
4
+
5
+ ## Suggested sections
6
+
7
+ - Planning-first mode
8
+ - Immediate-implementation mode
9
+ - Audit mode
10
+ - Debug mode
11
+ - Continuation mode
@@ -0,0 +1,11 @@
1
+ # Evidence Layer
2
+
3
+ This directory is for local evidence records only.
4
+
5
+ Examples of local files that may appear here later:
6
+
7
+ - `facts.jsonl`
8
+ - `conflicts.jsonl`
9
+ - `source-map.json`
10
+
11
+ By default, this directory stays out of version control except for this README.
@@ -0,0 +1,12 @@
1
+ # Private Layer
2
+
3
+ This directory is for raw imported material and local-only snapshots.
4
+
5
+ Examples:
6
+
7
+ - imported conversation archives
8
+ - raw transcript dumps
9
+ - temporary sanitized copies
10
+ - local snapshots before extraction
11
+
12
+ By default, this directory stays out of version control except for this README.
@@ -0,0 +1,42 @@
1
+ # Apply Task Map
2
+
3
+ Paths below are relative to the installed skill root.
4
+
5
+ ## Technical implementation
6
+
7
+ Read:
8
+
9
+ - `assets/live/work/`
10
+ - `assets/live/thought-style/`
11
+ - `assets/live/workflow/`
12
+ - `assets/live/principles/`
13
+
14
+ ## UI / product work
15
+
16
+ Read:
17
+
18
+ - `assets/live/taste/`
19
+ - `assets/live/work/`
20
+ - `assets/live/workflow/`
21
+ - `assets/live/corrections/`
22
+
23
+ ## Research or writing work
24
+
25
+ Read:
26
+
27
+ - `assets/live/work/`
28
+ - `assets/live/thought-style/`
29
+ - `assets/live/principles/`
30
+ - `assets/live/knowledge/`
31
+ - `assets/live/workflow/`
32
+
33
+ ## Style-sensitive replies
34
+
35
+ Read:
36
+
37
+ - `assets/live/preferences/`
38
+ - `assets/live/corrections/`
39
+
40
+ ## Priority rule
41
+
42
+ If a rule in `assets/live/corrections/` conflicts with another layer, the correction wins.
@@ -0,0 +1,47 @@
1
+ # Asset Taxonomy
2
+
3
+ ## Stable asset families
4
+
5
+ - `assets/work/`
6
+ - technical standards
7
+ - acceptance rules
8
+ - architecture preferences
9
+ - `assets/thought-style/`
10
+ - decomposition habits
11
+ - contract reasoning
12
+ - validation stance
13
+ - `assets/workflow/`
14
+ - planning routines
15
+ - implementation routines
16
+ - audit routines
17
+ - verification routines
18
+ - `assets/principles/`
19
+ - trade-offs
20
+ - risk boundaries
21
+ - first-principles rules
22
+ - `assets/taste/`
23
+ - UI taste
24
+ - product taste
25
+ - `assets/knowledge/`
26
+ - semantic
27
+ - episodic
28
+ - procedural
29
+ - `assets/preferences/`
30
+ - input
31
+ - output
32
+ - interests
33
+ - `assets/corrections/`
34
+ - explicit overrides
35
+
36
+ ## Promotion guidance
37
+
38
+ Promote into:
39
+
40
+ - `work/` when the rule affects technical execution across tasks
41
+ - `thought-style/` when the rule changes how problems are framed
42
+ - `workflow/` when the rule is a repeatable sequence
43
+ - `principles/` when the rule is a stable trade-off or boundary
44
+ - `taste/` when the rule changes UI or product judgment
45
+ - `knowledge/` when the rule is factual or procedural background
46
+ - `preferences/` when the rule is mainly about style or favored presentation
47
+ - `corrections/` when the user explicitly overrides prior understanding