@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,22 @@
1
+ # Correction Policy
2
+
3
+ ## Principle
4
+
5
+ Corrections have the highest priority in MeOS maintenance.
6
+
7
+ ## What counts as a correction
8
+
9
+ - explicit user rejection of a prior assumption
10
+ - explicit refinement of a previous rule
11
+ - explicit statement that a former pattern was overfit, too specific, or wrong
12
+
13
+ ## Correction behavior
14
+
15
+ 1. preserve the previous claim in `evidence/` if it matters historically
16
+ 2. write the new preferred rule into `assets/corrections/overrides.md`
17
+ 3. update the affected asset file if the correction is strong enough to replace the old rule
18
+ 4. do not leave two contradictory "active" rules without annotation
19
+
20
+ ## Output rule
21
+
22
+ If a correction changes actual task behavior, mention that the active operating rule has been updated.
@@ -0,0 +1,76 @@
1
+ # Extraction SOP
2
+
3
+ ## Goal
4
+
5
+ Convert local history into stable, reusable operating assets without overfitting to noise.
6
+
7
+ ## Procedure
8
+
9
+ 1. Identify the source type.
10
+ 2. Extract only high-signal candidate facts.
11
+ 3. Classify each candidate into one of:
12
+ - work
13
+ - thought style
14
+ - workflow
15
+ - principles
16
+ - taste
17
+ - knowledge
18
+ - preferences
19
+ - corrections
20
+ 4. Decide whether the candidate belongs in:
21
+ - `evidence/`
22
+ - `assets/`
23
+ 5. Record confidence and source linkage.
24
+
25
+ ## Transcript-aware extraction
26
+
27
+ When the source is a conversation or agent transcript, do not just summarize content.
28
+ Extract this triple:
29
+
30
+ 1. user requirement or correction
31
+ 2. assistant behavior or output pattern
32
+ 3. user reaction:
33
+ - accepted
34
+ - corrected
35
+ - redirected
36
+ - unresolved
37
+
38
+ This is critical because stable operating rules often come from:
39
+
40
+ - repeated user corrections
41
+ - repeated approval of a certain answer shape
42
+ - repeated rejection of a certain framing mistake
43
+
44
+ ## High-signal extraction patterns
45
+
46
+ - explicit constraints
47
+ - repeated decision rules
48
+ - repeated workflow sequences
49
+ - repeated correction patterns
50
+ - stable acceptance or rejection criteria
51
+ - durable writing or UI taste
52
+ - explicit audit output formats
53
+ - explicit acceptance gates such as throughput, batch size, page count, or experiment count
54
+ - repeated cross-layer requirements such as frontend/backend consistency
55
+
56
+ ## Low-signal patterns
57
+
58
+ - one-off emotional phrasing
59
+ - context-specific project details
60
+ - temporary urgency language
61
+ - tool chatter without reusable lesson
62
+ - isolated casual approval with no reusable content
63
+ - private identifiers that do not change future task behavior
64
+
65
+ ## Default stance
66
+
67
+ Be conservative.
68
+ It is better to keep a fact in `evidence/` than to promote a false rule into `assets/`.
69
+
70
+ ## Promotion bias by source type
71
+
72
+ - explicit user instruction: high promotion priority
73
+ - explicit user correction: highest promotion priority
74
+ - repeated accepted pattern: medium promotion priority
75
+ - assistant-only narration with no user response: low promotion priority
76
+ - project-specific runtime detail: evidence-first, promote only if cross-project reusable
@@ -0,0 +1,35 @@
1
+ # Import Policy
2
+
3
+ ## Goal
4
+
5
+ Allow offline history import without forcing replay of the original interaction.
6
+
7
+ ## Supported import classes
8
+
9
+ - archived agent conversations
10
+ - local quest histories
11
+ - local coding-assistant transcripts
12
+ - user-provided document bundles
13
+ - future communication exports explicitly approved by the owner
14
+
15
+ ## Import stages
16
+
17
+ 1. `discover`
18
+ - locate candidate source files
19
+ 2. `classify`
20
+ - identify source type and expected signal density
21
+ 3. `sanitize`
22
+ - remove or mask private secrets and unnecessary identifiers
23
+ 4. `stage`
24
+ - copy into `private/imported/` or `private/raw/`
25
+ 5. `extract`
26
+ - produce evidence candidates
27
+ 6. `promote`
28
+ - move only stable rules into `assets/`
29
+
30
+ ## Import rules
31
+
32
+ - Do not promote directly from a raw import into `assets/`.
33
+ - Keep original imported material local-only by default.
34
+ - Record source provenance in `evidence/source-map.json`.
35
+ - When two imports disagree, create a conflict record instead of forcing a merge.
@@ -0,0 +1,56 @@
1
+ # Maintenance Policy
2
+
3
+ ## Goal
4
+
5
+ Keep MeOS evolving without turning it into a pile of duplicated prompts.
6
+
7
+ ## Maintenance actions
8
+
9
+ - `add`
10
+ - `merge`
11
+ - `downgrade`
12
+ - `discard`
13
+
14
+ ## Action rules
15
+
16
+ ### `add`
17
+
18
+ Use when:
19
+
20
+ - a truly new stable capability or rule appears
21
+ - it does not overlap strongly with an existing asset
22
+
23
+ ### `merge`
24
+
25
+ Use when:
26
+
27
+ - new evidence strengthens or refines an existing asset
28
+ - creating a second asset would cause duplication
29
+
30
+ ### `downgrade`
31
+
32
+ Use when:
33
+
34
+ - a formerly strong rule becomes uncertain
35
+ - a newer correction weakens confidence
36
+
37
+ Downgraded content should move back toward `evidence/` or be clearly marked as lower-confidence.
38
+
39
+ ### `discard`
40
+
41
+ Use when:
42
+
43
+ - the content was one-off noise
44
+ - the content was superseded by correction
45
+ - the content is too private or too context-specific to remain reusable
46
+
47
+ ## Versioning rule
48
+
49
+ MeOS assets should evolve as maintained files, not as a growing pile of similar prompts.
50
+
51
+ Preferred behavior:
52
+
53
+ - revise the existing asset
54
+ - preserve important evidence
55
+ - append conflict history when needed
56
+ - update timestamps and confidence
@@ -0,0 +1,39 @@
1
+ # Privacy Policy
2
+
3
+ ## Core rule
4
+
5
+ MeOS should preserve reusable working knowledge without leaking unnecessary private detail.
6
+
7
+ ## Do not promote by default
8
+
9
+ - tokens
10
+ - API keys
11
+ - raw connector ids
12
+ - personal contact ids
13
+ - workstation-specific private paths when a semantic path is enough
14
+ - copied private messages that are not required for the reusable rule
15
+
16
+ ## Safe defaults
17
+
18
+ - prefer semantic labels over personal identifiers
19
+ - prefer relative paths over personal absolute paths when possible
20
+ - prefer summarized evidence over raw sensitive content
21
+
22
+ ## Commit boundary
23
+
24
+ Default git-safe content:
25
+
26
+ - `SKILL.md`
27
+ - `references/`
28
+ - `schemas/`
29
+ - sanitized assets
30
+
31
+ Default local-only content:
32
+
33
+ - `private/`
34
+ - `evidence/`
35
+ - `runtime/`
36
+
37
+ ## Escalation rule
38
+
39
+ If a detail is both sensitive and not essential to future reuse, exclude it.
@@ -0,0 +1,42 @@
1
+ # Promotion Policy
2
+
3
+ ## Core principle
4
+
5
+ Not every observed behavior should become a durable operating rule.
6
+
7
+ ## Promotion ladder
8
+
9
+ ### Stay in `evidence/`
10
+
11
+ Keep a candidate in `evidence/` when:
12
+
13
+ - it appears only once
14
+ - it conflicts with later corrections
15
+ - it depends on one narrow project context
16
+ - it contains sensitive details that are not yet sanitized
17
+ - the pattern is plausible but not yet stable
18
+
19
+ ### Promote to `assets/`
20
+
21
+ Promote when at least one of these is true:
22
+
23
+ - the user stated the rule explicitly
24
+ - the same pattern appears repeatedly across independent contexts
25
+ - the user later reinforced the same rule by correction or acceptance
26
+
27
+ ### Promote to `assets/corrections/`
28
+
29
+ Use `corrections/` for:
30
+
31
+ - explicit user reversals
32
+ - explicit "not this, use that instead"
33
+ - strong overrides that should outrank older inferences
34
+
35
+ ## Conflict handling
36
+
37
+ When old and new evidence conflict:
38
+
39
+ 1. do not overwrite silently
40
+ 2. append a conflict record to `evidence/conflicts.jsonl`
41
+ 3. prefer explicit correction over implicit inference
42
+ 4. downgrade stale rules if needed
@@ -0,0 +1,93 @@
1
+ # Source Locations
2
+
3
+ Use this file to decide where MeOS may read from.
4
+
5
+ ## Priority order
6
+
7
+ 1. Existing MeOS assets and corrections
8
+ 2. Durable local project history and quest history
9
+ 3. Agent transcript history
10
+ 4. User-provided local documents
11
+ 5. Additional communication exports explicitly provided by the user
12
+
13
+ ## Default local source classes
14
+
15
+ - local quest conversations
16
+ - local agent transcripts
17
+ - local project documentation
18
+ - local correction notes
19
+
20
+ ## Recommended source families
21
+
22
+ ### A. Codex-style local sessions
23
+
24
+ Typical location shape:
25
+
26
+ - `$HOME/.codex/sessions/`
27
+
28
+ Use these mainly for:
29
+
30
+ - direct user instructions
31
+ - durable preference and correction signals
32
+ - accepted or rejected answer patterns
33
+
34
+ ### B. Claude Code local history
35
+
36
+ Typical location shapes:
37
+
38
+ - `$HOME/.claude/history.jsonl`
39
+ - `$HOME/.claude/projects/**/*.jsonl`
40
+
41
+ Use these mainly for:
42
+
43
+ - user-side workflow and planning signals
44
+ - structured audit expectations
45
+ - implementation and verification habits
46
+ - full `user` / `assistant` transcript pairs when available in project session logs
47
+
48
+ ### C. DeepScientist quest history
49
+
50
+ Typical location shape:
51
+
52
+ - `<DEEPSCIENTIST_HOME>/quests/*/.ds/`
53
+
54
+ High-value files often include:
55
+
56
+ - `conversations/main.jsonl`
57
+ - `events.jsonl`
58
+ - `interaction_journal.jsonl`
59
+ - local run or history folders
60
+
61
+ Use these mainly for:
62
+
63
+ - research workflow patterns
64
+ - continuation and interruption behavior
65
+ - what kinds of progress updates the owner accepts or rejects
66
+ - paper and experiment evidence-management habits
67
+
68
+ ## Reading rule
69
+
70
+ Prefer owner-authored or owner-corrected material over generic assistant narration when both exist.
71
+
72
+ Prefer:
73
+
74
+ - explicit instructions
75
+ - corrections
76
+ - planning documents
77
+ - review / decision notes
78
+
79
+ When transcript pairs are available, distinguish:
80
+
81
+ - what the user asked for
82
+ - how the assistant responded
83
+ - whether the user accepted, corrected, or redirected that response
84
+
85
+ over:
86
+
87
+ - generic progress chatter
88
+ - one-off casual messages
89
+ - low-signal acknowledgements
90
+
91
+ ## Privacy rule
92
+
93
+ Raw imports and sensitive source material belong under `private/` and should not be committed by default.
@@ -0,0 +1,33 @@
1
+ # Writeback Policy
2
+
3
+ ## Goal
4
+
5
+ Keep MeOS assets current without turning every run into noisy profile churn.
6
+
7
+ ## When to write back
8
+
9
+ Write back only when the new information is:
10
+
11
+ - stable
12
+ - reusable
13
+ - task-relevant beyond the current moment
14
+
15
+ ## Where to write back
16
+
17
+ - stable operating pattern -> `assets/`
18
+ - explicit override -> `assets/corrections/`
19
+ - uncertain fact -> `evidence/`
20
+ - raw source material -> `private/`
21
+
22
+ ## Writeback steps
23
+
24
+ 1. identify the correct asset category
25
+ 2. sanitize the content
26
+ 3. record source linkage in `evidence/source-map.json`
27
+ 4. append fact or conflict records when needed
28
+ 5. only then update the asset file
29
+
30
+ ## Anti-pattern
31
+
32
+ Do not dump session summaries directly into assets.
33
+ Assets should hold durable rules, not raw narrative.
@@ -0,0 +1,11 @@
1
+ # Runtime Layer
2
+
3
+ This directory is for local runtime state only.
4
+
5
+ Examples of local files that may appear here later:
6
+
7
+ - `imported.json`
8
+ - temporary extraction state
9
+ - maintenance checkpoints
10
+
11
+ By default, this directory stays out of version control except for this README.
@@ -0,0 +1,50 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "title": "MeOS Asset Entry",
4
+ "type": "object",
5
+ "required": [
6
+ "id",
7
+ "category",
8
+ "title",
9
+ "content",
10
+ "confidence",
11
+ "evidence_count",
12
+ "sources",
13
+ "last_confirmed_at"
14
+ ],
15
+ "properties": {
16
+ "id": {
17
+ "type": "string"
18
+ },
19
+ "category": {
20
+ "type": "string"
21
+ },
22
+ "title": {
23
+ "type": "string"
24
+ },
25
+ "content": {
26
+ "type": "string"
27
+ },
28
+ "confidence": {
29
+ "type": "string",
30
+ "enum": ["low", "medium", "high"]
31
+ },
32
+ "evidence_count": {
33
+ "type": "integer",
34
+ "minimum": 0
35
+ },
36
+ "sources": {
37
+ "type": "array",
38
+ "items": {
39
+ "type": "string"
40
+ }
41
+ },
42
+ "last_confirmed_at": {
43
+ "type": "string"
44
+ },
45
+ "notes": {
46
+ "type": "string"
47
+ }
48
+ },
49
+ "additionalProperties": true
50
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "title": "MeOS Conflict Entry",
4
+ "type": "object",
5
+ "required": [
6
+ "id",
7
+ "category",
8
+ "old_claim",
9
+ "new_claim",
10
+ "reason",
11
+ "created_at"
12
+ ],
13
+ "properties": {
14
+ "id": {
15
+ "type": "string"
16
+ },
17
+ "category": {
18
+ "type": "string"
19
+ },
20
+ "old_claim": {
21
+ "type": "string"
22
+ },
23
+ "new_claim": {
24
+ "type": "string"
25
+ },
26
+ "reason": {
27
+ "type": "string"
28
+ },
29
+ "created_at": {
30
+ "type": "string"
31
+ },
32
+ "resolved": {
33
+ "type": "boolean"
34
+ }
35
+ },
36
+ "additionalProperties": true
37
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "title": "MeOS Correction Entry",
4
+ "type": "object",
5
+ "required": [
6
+ "id",
7
+ "target",
8
+ "old_claim",
9
+ "new_claim",
10
+ "reason",
11
+ "created_at"
12
+ ],
13
+ "properties": {
14
+ "id": {
15
+ "type": "string"
16
+ },
17
+ "target": {
18
+ "type": "string"
19
+ },
20
+ "old_claim": {
21
+ "type": "string"
22
+ },
23
+ "new_claim": {
24
+ "type": "string"
25
+ },
26
+ "reason": {
27
+ "type": "string"
28
+ },
29
+ "created_at": {
30
+ "type": "string"
31
+ }
32
+ },
33
+ "additionalProperties": true
34
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "title": "MeOS Evidence Entry",
4
+ "type": "object",
5
+ "required": [
6
+ "id",
7
+ "source",
8
+ "category",
9
+ "summary",
10
+ "created_at"
11
+ ],
12
+ "properties": {
13
+ "id": {
14
+ "type": "string"
15
+ },
16
+ "source": {
17
+ "type": "string"
18
+ },
19
+ "category": {
20
+ "type": "string"
21
+ },
22
+ "summary": {
23
+ "type": "string"
24
+ },
25
+ "created_at": {
26
+ "type": "string"
27
+ },
28
+ "sensitive": {
29
+ "type": "boolean"
30
+ },
31
+ "confidence": {
32
+ "type": "string",
33
+ "enum": ["low", "medium", "high"]
34
+ }
35
+ },
36
+ "additionalProperties": true
37
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "title": "MeOS Source Map",
4
+ "type": "object",
5
+ "patternProperties": {
6
+ ".*": {
7
+ "type": "object",
8
+ "properties": {
9
+ "source": {
10
+ "type": "string"
11
+ },
12
+ "category": {
13
+ "type": "string"
14
+ },
15
+ "imported_at": {
16
+ "type": "string"
17
+ },
18
+ "sensitive": {
19
+ "type": "boolean"
20
+ }
21
+ },
22
+ "additionalProperties": true
23
+ }
24
+ },
25
+ "additionalProperties": true
26
+ }
@@ -0,0 +1,37 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="790" height="670" viewBox="-66 -56 790 670">
2
+ <defs><filter id="haloBlur" x="-50%" y="-50%" width="200%" height="200%"><feGaussianBlur stdDeviation="6" result="blur" /><feMerge><feMergeNode in="blur" /><feMergeNode in="SourceGraphic" /></feMerge></filter></defs><g fill="#2f2f2f" fill-rule="evenodd">
3
+ <g id="orbits"><g transform="matrix(1.000000 0.000000 -0.000000 1.000000 0.000 0.000)">
4
+ <g transform="translate(80.000 199.000) rotate(148.944) scale(1.00000 1.00000) rotate(-148.944) translate(-80.000 -199.000)">
5
+ <path d="M 76 233 L 78 241 L 81 247 L 86 252 L 89 252 L 93 246 L 99 223 L 106 208 L 111 201 L 122 190 L 134 182 L 156 173 L 177 168 L 191 167 L 192 166 L 203 166 L 204 165 L 229 165 L 230 166 L 257 167 L 258 168 L 283 170 L 284 171 L 290 171 L 302 174 L 313 175 L 366 188 L 404 201 L 437 215 L 440 214 L 440 212 L 423 195 L 393 176 L 368 164 L 329 150 L 304 144 L 274 140 L 273 139 L 265 139 L 264 138 L 240 137 L 239 136 L 201 136 L 200 137 L 189 137 L 188 138 L 174 139 L 144 146 L 122 155 L 104 167 L 92 179 L 85 189 L 80 199 L 76 212 Z" opacity="1.0000" />
6
+ </g>
7
+ </g>
8
+ <g transform="matrix(1.000000 0.000000 -0.000000 1.000000 0.000 0.000)">
9
+ <g transform="translate(586.000 331.000) rotate(-58.207) scale(1.00000 1.00000) rotate(58.207) translate(-586.000 -331.000)">
10
+ <path d="M 463 147 L 461 149 L 461 168 L 462 169 L 462 180 L 463 181 L 463 233 L 462 234 L 461 253 L 456 276 L 450 293 L 434 320 L 414 342 L 393 360 L 393 362 L 403 362 L 422 356 L 438 348 L 457 334 L 471 319 L 479 307 L 489 286 L 490 280 L 493 273 L 496 257 L 498 230 L 497 229 L 496 206 L 493 193 L 494 189 L 507 204 L 521 225 L 526 236 L 528 238 L 537 259 L 546 290 L 548 308 L 549 309 L 549 332 L 545 352 L 538 369 L 538 375 L 543 377 L 558 372 L 569 365 L 578 355 L 582 347 L 586 331 L 586 302 L 585 301 L 585 295 L 581 275 L 573 252 L 565 235 L 551 212 L 534 190 L 517 173 L 503 162 L 486 152 L 471 147 Z M 492 189 L 493 188 L 494 189 L 493 190 Z" opacity="1.0000" />
11
+ </g>
12
+ </g>
13
+ <g transform="matrix(1.000000 0.000000 -0.000000 1.000000 0.000 0.000)">
14
+ <g transform="translate(648.000 338.000) rotate(-70.227) scale(1.00000 1.00000) rotate(70.227) translate(-648.000 -338.000)">
15
+ <path d="M 647 319 L 644 309 L 633 291 L 620 279 L 612 274 L 603 271 L 599 273 L 599 279 L 607 301 L 609 310 L 609 330 L 605 343 L 599 353 L 589 364 L 572 376 L 551 387 L 517 399 L 489 406 L 459 410 L 458 411 L 440 412 L 439 413 L 424 413 L 423 414 L 386 414 L 385 413 L 357 412 L 356 411 L 349 411 L 348 410 L 341 410 L 340 409 L 333 409 L 332 408 L 314 406 L 282 399 L 279 399 L 278 403 L 282 409 L 289 415 L 298 421 L 317 430 L 347 439 L 373 443 L 374 444 L 393 445 L 394 446 L 409 446 L 410 447 L 450 446 L 451 445 L 462 445 L 463 444 L 478 443 L 479 442 L 511 437 L 544 428 L 583 413 L 604 401 L 622 387 L 633 375 L 640 364 L 644 355 L 648 338 Z" opacity="1.0000" />
16
+ </g>
17
+ </g>
18
+ <g transform="matrix(1.000000 0.000000 -0.000000 1.000000 0.000 0.000)">
19
+ <g transform="translate(19.000 346.000) rotate(80.065) scale(1.00000 1.00000) rotate(-80.065) translate(-19.000 -346.000)">
20
+ <path d="M 367 234 L 362 230 L 356 228 L 328 222 L 295 220 L 294 219 L 255 219 L 254 220 L 241 220 L 240 221 L 222 222 L 221 223 L 215 223 L 214 224 L 188 228 L 172 233 L 161 235 L 127 246 L 95 259 L 70 272 L 50 285 L 31 303 L 22 318 L 19 329 L 19 346 L 22 356 L 29 368 L 41 380 L 48 385 L 60 391 L 69 393 L 73 389 L 62 368 L 57 353 L 58 335 L 63 325 L 75 312 L 87 303 L 99 296 L 126 283 L 159 270 L 162 270 L 177 264 L 221 252 L 251 246 L 257 246 L 258 245 L 285 242 L 286 241 L 308 240 L 309 239 L 327 239 L 328 238 L 352 238 L 353 237 L 358 238 L 359 237 L 364 237 Z" opacity="1.0000" />
21
+ </g>
22
+ </g>
23
+ <g transform="matrix(1.000000 0.000000 -0.000000 1.000000 0.000 0.000)">
24
+ <g transform="translate(80.000 358.000) rotate(84.548) scale(1.00000 1.00000) rotate(-84.548) translate(-80.000 -358.000)">
25
+ <path d="M 100 309 L 89 320 L 82 332 L 79 345 L 80 358 L 86 376 L 94 392 L 121 432 L 136 450 L 167 481 L 203 509 L 231 526 L 251 536 L 266 541 L 271 541 L 272 542 L 278 541 L 282 536 L 282 527 L 260 490 L 243 456 L 232 427 L 228 408 L 228 386 L 229 385 L 230 375 L 238 355 L 256 326 L 257 320 L 248 321 L 238 326 L 224 336 L 208 353 L 200 365 L 192 384 L 189 399 L 189 414 L 190 415 L 191 426 L 198 446 L 204 458 L 216 475 L 214 477 L 193 460 L 165 432 L 148 411 L 135 392 L 122 367 L 118 351 L 118 343 L 120 333 L 127 318 L 144 296 L 146 291 L 137 291 L 127 294 L 110 302 Z M 216 478 L 217 477 L 218 478 L 217 479 Z M 215 477 L 216 476 L 217 477 L 216 478 Z" opacity="1.0000" />
26
+ </g>
27
+ </g>
28
+ <g transform="matrix(1.000000 0.000000 -0.000000 1.000000 0.000 0.000)">
29
+ <g transform="translate(519.000 502.000) rotate(-7.836) scale(1.00000 1.00000) rotate(7.836) translate(-519.000 -502.000)">
30
+ <path d="M 553 445 L 550 441 L 547 440 L 535 442 L 521 450 L 501 470 L 483 482 L 458 492 L 444 495 L 437 495 L 436 496 L 408 496 L 407 495 L 399 495 L 372 489 L 347 480 L 315 465 L 312 465 L 312 468 L 316 475 L 327 486 L 349 502 L 375 516 L 400 525 L 418 529 L 433 530 L 434 531 L 452 531 L 453 530 L 460 530 L 470 528 L 486 523 L 500 516 L 519 502 L 531 489 L 544 471 L 551 457 L 551 454 L 553 450 Z" opacity="1.0000" />
31
+ </g>
32
+ </g>
33
+ </g><g id="core" transform="translate(331.500 306.000) scale(1.00000) translate(-331.500 -306.000)"><path d="M 317 273 L 308 278 L 299 288 L 295 300 L 295 313 L 297 320 L 300 326 L 308 334 L 317 339 L 326 341 L 337 341 L 348 338 L 355 334 L 361 328 L 367 317 L 368 302 L 365 291 L 362 286 L 354 278 L 347 274 L 337 271 L 326 271 Z" />
34
+ </g><path d="M 462 58 L 452 57 L 445 61 L 440 66 L 425 90 L 396 123 L 393 129 L 395 131 L 408 129 L 426 120 L 440 110 L 455 95 L 460 88 L 466 76 L 467 71 L 466 62 Z" fill="#B69B4A" />
35
+ <path d="M 252 37 L 247 42 L 246 52 L 249 59 L 276 95 L 284 103 L 297 109 L 306 108 L 307 106 L 306 96 L 293 72 L 277 48 L 269 40 L 260 36 Z" fill="#B69B4A" />
36
+ <path d="M 362 9 L 357 14 L 353 26 L 352 40 L 351 41 L 351 61 L 352 62 L 353 76 L 356 87 L 359 93 L 361 95 L 365 96 L 368 94 L 373 82 L 376 66 L 377 48 L 376 47 L 375 30 L 372 18 L 367 10 Z" fill="#B69B4A" />
37
+ </g></svg>
@@ -0,0 +1,15 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 640" role="img" aria-label="MeOS overview placeholder">
2
+ <rect width="1200" height="640" fill="#F7F2EA"/>
3
+ <rect x="70" y="70" width="1060" height="500" rx="28" fill="#FFFFFF" stroke="#D6CEC1" stroke-width="3"/>
4
+ <text x="120" y="150" font-size="44" fill="#4F5B6D" font-family="Arial, sans-serif">MeOS Overview</text>
5
+ <text x="120" y="205" font-size="24" fill="#7A7A7A" font-family="Arial, sans-serif">Public core + local private layer + extraction and promotion flow</text>
6
+ <rect x="120" y="260" width="260" height="180" rx="22" fill="#ECE4D8"/>
7
+ <rect x="470" y="260" width="260" height="180" rx="22" fill="#E8EEDF"/>
8
+ <rect x="820" y="260" width="260" height="180" rx="22" fill="#E5E9F2"/>
9
+ <text x="160" y="320" font-size="26" fill="#4F5B6D" font-family="Arial, sans-serif">Public Core</text>
10
+ <text x="510" y="320" font-size="26" fill="#4F5B6D" font-family="Arial, sans-serif">Evidence Layer</text>
11
+ <text x="860" y="320" font-size="26" fill="#4F5B6D" font-family="Arial, sans-serif">Live Assets</text>
12
+ <text x="160" y="360" font-size="18" fill="#6F6F6F" font-family="Arial, sans-serif">SKILL/SKILL.md · references · schemas</text>
13
+ <text x="510" y="360" font-size="18" fill="#6F6F6F" font-family="Arial, sans-serif">candidate facts · conflicts · source map</text>
14
+ <text x="860" y="360" font-size="18" fill="#6F6F6F" font-family="Arial, sans-serif">promoted operating-layer assets</text>
15
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 360" role="img" aria-label="MeOS lifecycle placeholder">
2
+ <rect width="1200" height="360" fill="#F7F2EA"/>
3
+ <text x="80" y="90" font-size="40" fill="#4F5B6D" font-family="Arial, sans-serif">Lifecycle</text>
4
+ <g font-family="Arial, sans-serif" fill="#4F5B6D">
5
+ <rect x="80" y="150" width="180" height="90" rx="18" fill="#ECE4D8"/><text x="128" y="205" font-size="24">Collect</text>
6
+ <rect x="300" y="150" width="180" height="90" rx="18" fill="#E8EEDF"/><text x="352" y="205" font-size="24">Extract</text>
7
+ <rect x="520" y="150" width="180" height="90" rx="18" fill="#E5E9F2"/><text x="565" y="205" font-size="24">Promote</text>
8
+ <rect x="740" y="150" width="180" height="90" rx="18" fill="#ECE4D8"/><text x="792" y="205" font-size="24">Apply</text>
9
+ <rect x="960" y="150" width="180" height="90" rx="18" fill="#E8EEDF"/><text x="1000" y="205" font-size="24">Refresh</text>
10
+ </g>
11
+ </svg>