@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.
- package/LICENSE +21 -0
- package/README.md +423 -0
- package/README_ZH.md +423 -0
- package/SKILL/SKILL.md +130 -0
- package/SKILL/assets/INDEX.md +21 -0
- package/SKILL/assets/corrections/overrides.md +3 -0
- package/SKILL/assets/examples/README.md +10 -0
- package/SKILL/assets/examples/engineering/README.md +7 -0
- package/SKILL/assets/examples/engineering/corrections/overrides.md +4 -0
- package/SKILL/assets/examples/engineering/principles/tradeoffs.md +11 -0
- package/SKILL/assets/examples/engineering/taste/ui-product.md +12 -0
- package/SKILL/assets/examples/engineering/thought-style/reasoning-patterns.md +11 -0
- package/SKILL/assets/examples/engineering/work/technical-standards.md +17 -0
- package/SKILL/assets/examples/engineering/workflow/default-operating-sequence.md +16 -0
- package/SKILL/assets/examples/minimal/README.md +8 -0
- package/SKILL/assets/examples/minimal/corrections/overrides.md +4 -0
- package/SKILL/assets/examples/minimal/principles/tradeoffs.md +14 -0
- package/SKILL/assets/examples/minimal/taste/ui-product.md +14 -0
- package/SKILL/assets/examples/minimal/thought-style/reasoning-patterns.md +14 -0
- package/SKILL/assets/examples/minimal/work/technical-standards.md +16 -0
- package/SKILL/assets/examples/minimal/workflow/default-operating-sequence.md +16 -0
- package/SKILL/assets/examples/product/README.md +7 -0
- package/SKILL/assets/examples/product/corrections/overrides.md +4 -0
- package/SKILL/assets/examples/product/principles/tradeoffs.md +7 -0
- package/SKILL/assets/examples/product/taste/ui-product.md +15 -0
- package/SKILL/assets/examples/product/thought-style/reasoning-patterns.md +13 -0
- package/SKILL/assets/examples/product/work/technical-standards.md +10 -0
- package/SKILL/assets/examples/product/workflow/default-operating-sequence.md +16 -0
- package/SKILL/assets/examples/research/README.md +7 -0
- package/SKILL/assets/examples/research/corrections/overrides.md +4 -0
- package/SKILL/assets/examples/research/principles/tradeoffs.md +11 -0
- package/SKILL/assets/examples/research/taste/ui-product.md +15 -0
- package/SKILL/assets/examples/research/thought-style/reasoning-patterns.md +12 -0
- package/SKILL/assets/examples/research/work/technical-standards.md +12 -0
- package/SKILL/assets/examples/research/workflow/default-operating-sequence.md +17 -0
- package/SKILL/assets/knowledge/README.md +3 -0
- package/SKILL/assets/knowledge/episodic.md +10 -0
- package/SKILL/assets/knowledge/procedural.md +10 -0
- package/SKILL/assets/knowledge/semantic.md +10 -0
- package/SKILL/assets/live/README.md +5 -0
- package/SKILL/assets/preferences/README.md +3 -0
- package/SKILL/assets/preferences/input.md +3 -0
- package/SKILL/assets/preferences/interests.md +5 -0
- package/SKILL/assets/preferences/output.md +3 -0
- package/SKILL/assets/principles/README.md +3 -0
- package/SKILL/assets/principles/tradeoffs.md +10 -0
- package/SKILL/assets/taste/README.md +3 -0
- package/SKILL/assets/taste/ui-product.md +11 -0
- package/SKILL/assets/templates/README.md +3 -0
- package/SKILL/assets/templates/corrections/overrides.template.md +3 -0
- package/SKILL/assets/templates/knowledge/episodic.template.md +7 -0
- package/SKILL/assets/templates/knowledge/procedural.template.md +9 -0
- package/SKILL/assets/templates/knowledge/semantic.template.md +7 -0
- package/SKILL/assets/templates/preferences/input.template.md +5 -0
- package/SKILL/assets/templates/preferences/interests.template.md +5 -0
- package/SKILL/assets/templates/preferences/output.template.md +7 -0
- package/SKILL/assets/templates/principles/tradeoffs.template.md +9 -0
- package/SKILL/assets/templates/taste/ui-product.template.md +11 -0
- package/SKILL/assets/templates/thought-style/reasoning-patterns.template.md +9 -0
- package/SKILL/assets/templates/work/technical-standards.template.md +11 -0
- package/SKILL/assets/templates/workflow/default-operating-sequence.template.md +11 -0
- package/SKILL/assets/thought-style/README.md +3 -0
- package/SKILL/assets/thought-style/reasoning-patterns.md +10 -0
- package/SKILL/assets/work/README.md +3 -0
- package/SKILL/assets/work/technical-standards.md +11 -0
- package/SKILL/assets/workflow/README.md +3 -0
- package/SKILL/assets/workflow/default-operating-sequence.md +11 -0
- package/SKILL/evidence/README.md +11 -0
- package/SKILL/private/README.md +12 -0
- package/SKILL/references/apply-task-map.md +42 -0
- package/SKILL/references/asset-taxonomy.md +47 -0
- package/SKILL/references/correction-policy.md +22 -0
- package/SKILL/references/extraction-sop.md +76 -0
- package/SKILL/references/import-policy.md +35 -0
- package/SKILL/references/maintenance-policy.md +56 -0
- package/SKILL/references/privacy-policy.md +39 -0
- package/SKILL/references/promotion-policy.md +42 -0
- package/SKILL/references/source-locations.md +93 -0
- package/SKILL/references/writeback-policy.md +33 -0
- package/SKILL/runtime/README.md +11 -0
- package/SKILL/schemas/asset-entry.schema.json +50 -0
- package/SKILL/schemas/conflict-entry.schema.json +37 -0
- package/SKILL/schemas/correction-entry.schema.json +34 -0
- package/SKILL/schemas/evidence-entry.schema.json +37 -0
- package/SKILL/schemas/source-map.schema.json +26 -0
- package/assets/branding/logo.svg +37 -0
- package/assets/readme/00-overview.svg +15 -0
- package/assets/readme/01-lifecycle.svg +11 -0
- package/assets/readme/02-asset-layout.svg +5 -0
- package/assets/readme/03-privacy-boundary.svg +7 -0
- package/assets/readme/04-example-profile.svg +5 -0
- package/bin/meos.js +20 -0
- package/install.sh +11 -0
- package/installer.py +327 -0
- package/package.json +48 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,423 @@
|
|
|
1
|
+
<h1 align="center">
|
|
2
|
+
<img src="assets/branding/logo.svg" alt="MeOS logo" width="92" />
|
|
3
|
+
MeOS
|
|
4
|
+
</h1>
|
|
5
|
+
|
|
6
|
+
<p align="center">
|
|
7
|
+
MeOS is a local-first operating layer for turning your workflows, standards, preferences, and corrections into reusable agent assets.
|
|
8
|
+
</p>
|
|
9
|
+
|
|
10
|
+
<p align="center">
|
|
11
|
+
It helps agents learn how you work across Codex, Claude Code, OpenCode, and OpenClaw, while keeping private raw history local by default.
|
|
12
|
+
</p>
|
|
13
|
+
|
|
14
|
+
<p align="center">
|
|
15
|
+
<a href="https://github.com/ResearAI/MeOS">https://github.com/ResearAI/MeOS</a>
|
|
16
|
+
</p>
|
|
17
|
+
|
|
18
|
+
<p align="center">
|
|
19
|
+
<a href="https://github.com/ResearAI/MeOS">GitHub</a> |
|
|
20
|
+
<a href="README_ZH.md">中文 README</a> |
|
|
21
|
+
<a href="#quick-start">Quick Start</a> |
|
|
22
|
+
<a href="#runtime-setup">Runtime Setup</a> |
|
|
23
|
+
<a href="#repository-layout">Repository Layout</a>
|
|
24
|
+
</p>
|
|
25
|
+
|
|
26
|
+
<p align="center">
|
|
27
|
+
<a href="https://github.com/ResearAI/MeOS"><img alt="GitHub stars" src="https://img.shields.io/github/stars/ResearAI/MeOS?style=for-the-badge&logo=github"></a>
|
|
28
|
+
<a href="LICENSE"><img alt="License MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge"></a>
|
|
29
|
+
<img alt="Format Agent Skill" src="https://img.shields.io/badge/Format-Agent%20Skill-green?style=for-the-badge" />
|
|
30
|
+
<img alt="Scope local-first" src="https://img.shields.io/badge/Scope-local--first-blue?style=for-the-badge" />
|
|
31
|
+
</p>
|
|
32
|
+
|
|
33
|
+
<p align="center">
|
|
34
|
+
<strong>Apply, not just store</strong> ·
|
|
35
|
+
<strong>Public repository, private local layer</strong> ·
|
|
36
|
+
<strong>Editable assets, not black-box memory</strong> ·
|
|
37
|
+
<strong>One installer for multiple runtimes</strong>
|
|
38
|
+
</p>
|
|
39
|
+
|
|
40
|
+
<p align="center">
|
|
41
|
+
<a href="#what-you-actually-get">What You Get</a> •
|
|
42
|
+
<a href="#how-meos-works">How It Works</a> •
|
|
43
|
+
<a href="#promotion-and-privacy-rules">Promotion & Privacy</a> •
|
|
44
|
+
<a href="#key-skill-references">Key Skill References</a>
|
|
45
|
+
</p>
|
|
46
|
+
|
|
47
|
+

|
|
48
|
+
|
|
49
|
+
MeOS is not a memory dump.
|
|
50
|
+
It is not a roleplay profile pack.
|
|
51
|
+
It is not just a pile of prompts.
|
|
52
|
+
|
|
53
|
+
It is a file-first system for making a person reusable to future agents.
|
|
54
|
+
|
|
55
|
+
Supports Codex, Claude Code, OpenCode, and OpenClaw.
|
|
56
|
+
|
|
57
|
+
If you are tired of repeating the same standards, the same taste, and the same corrections in every new agent session, MeOS is the layer that turns that repetition into reusable local assets.
|
|
58
|
+
|
|
59
|
+
## ✨ Why MeOS
|
|
60
|
+
|
|
61
|
+
Most systems in this space do one part well:
|
|
62
|
+
|
|
63
|
+
- distill a person into a prompt
|
|
64
|
+
- extract reusable skills from interaction logs
|
|
65
|
+
- keep reusable instructions around
|
|
66
|
+
|
|
67
|
+
MeOS focuses on the layer in between: the long-lived operating layer.
|
|
68
|
+
|
|
69
|
+
| Typical approach | What it usually misses | What MeOS does instead |
|
|
70
|
+
|---|---|---|
|
|
71
|
+
| Memory dump | Too much noise, weak reuse | Promotes only stable patterns into assets |
|
|
72
|
+
| Persona prompt | Sounds similar, works shallowly | Stores workflows, standards, principles, and corrections |
|
|
73
|
+
| One-shot profile summary | Becomes stale quickly | Supports `init`, `refresh`, and `apply` as an ongoing lifecycle |
|
|
74
|
+
| Private local notebook | Hard to reuse across tools | Uses a shared `SKILL.md` shape that multiple runtimes can load |
|
|
75
|
+
|
|
76
|
+
The core idea is simple:
|
|
77
|
+
|
|
78
|
+
> do not merely remember the owner, make the owner reusable
|
|
79
|
+
|
|
80
|
+
<a id="what-you-actually-get"></a>
|
|
81
|
+
## 🧩 What You Actually Get
|
|
82
|
+
|
|
83
|
+
| Asset type | Examples | What it improves |
|
|
84
|
+
|---|---|---|
|
|
85
|
+
| `🛠` Work standards | coding rules, review bar, acceptance lines | technical quality and consistency |
|
|
86
|
+
| `🧭` Workflow assets | debug order, architecture review sequence, delivery checklist | how the agent approaches the task |
|
|
87
|
+
| `🧠` Thought style | reasoning patterns, trade-off habits, decision style | planning and judgment quality |
|
|
88
|
+
| `🎨` Taste and preferences | output structure, UI taste, response style | how results look and read |
|
|
89
|
+
| `✍️` Corrections | explicit overrides, things the owner rejected before | prevents repeated misalignment |
|
|
90
|
+
| `📚` Knowledge assets | stable facts, domain understanding, reusable experience | task context that survives beyond one chat |
|
|
91
|
+
|
|
92
|
+
<a id="how-meos-works"></a>
|
|
93
|
+
## ⚙️ How MeOS Works
|
|
94
|
+
|
|
95
|
+
| Mode | Purpose | Reads first | Writes back |
|
|
96
|
+
|---|---|---|---|
|
|
97
|
+
| `🧱 init` | Build the first asset set from approved local material | source policy, extraction SOP, promotion policy, privacy policy | initial assets plus evidence |
|
|
98
|
+
| `🔁 refresh` | Update existing assets with new material | extraction SOP, promotion policy, correction policy | merged updates, conflicts, corrections |
|
|
99
|
+
| `🎯 apply` | Use existing assets during a live task | only the minimum relevant assets | only stable new information |
|
|
100
|
+
|
|
101
|
+
`apply` is the most important mode.
|
|
102
|
+
That is where MeOS stops being an archive and starts becoming useful.
|
|
103
|
+
|
|
104
|
+
<a id="quick-start"></a>
|
|
105
|
+
## 🚀 Quick Start
|
|
106
|
+
|
|
107
|
+
### 1. Clone
|
|
108
|
+
|
|
109
|
+
```bash
|
|
110
|
+
git clone https://github.com/ResearAI/MeOS.git
|
|
111
|
+
cd MeOS
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
### 2. Install into one runtime
|
|
115
|
+
|
|
116
|
+
The installer does not publish the whole repository.
|
|
117
|
+
It installs the contents of `./SKILL/` into the runtime skill directory `meos/`.
|
|
118
|
+
|
|
119
|
+
`--mode auto` is the default.
|
|
120
|
+
It uses a runtime-safe install strategy: `copy` for OpenClaw, `symlink` for the other runtimes.
|
|
121
|
+
|
|
122
|
+
| Runtime | Recommended command | Note |
|
|
123
|
+
|---|---|---|
|
|
124
|
+
| Codex | `bash install.sh --runtime codex` | simplest path for local skill use |
|
|
125
|
+
| Claude Code | `bash install.sh --runtime claude` | use lowercase `meos` skill dir |
|
|
126
|
+
| OpenClaw | `bash install.sh --runtime openclaw --force` | prefers copied skill directories |
|
|
127
|
+
| OpenCode | `bash install.sh --runtime opencode` | install into one compatible path only |
|
|
128
|
+
|
|
129
|
+
You can also use the npm wrapper:
|
|
130
|
+
|
|
131
|
+
```bash
|
|
132
|
+
npm install -g @researai/meos
|
|
133
|
+
meos install --runtime codex
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
For local development of this repository:
|
|
137
|
+
|
|
138
|
+
```bash
|
|
139
|
+
npm install -g .
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
### 3. Use it immediately
|
|
143
|
+
|
|
144
|
+
```text
|
|
145
|
+
Use meos in apply mode for this task. Read only the minimum relevant assets and use them to shape reasoning, workflow, and output.
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
Useful prompts:
|
|
149
|
+
|
|
150
|
+
```text
|
|
151
|
+
Use meos in init mode. Build the first sanitized operating-layer assets from the available local source material.
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
```text
|
|
155
|
+
Use meos in refresh mode. Refresh the existing MeOS assets from new local material and only promote stable rules.
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
```text
|
|
159
|
+
Use meos in apply mode for this task. Read only the minimum relevant assets and write back only stable new information.
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
<a id="runtime-setup"></a>
|
|
163
|
+
## 🖥 Runtime Setup
|
|
164
|
+
|
|
165
|
+
### Codex
|
|
166
|
+
|
|
167
|
+
Codex supports skill directories such as `.agents/skills/` and `~/.agents/skills/`.
|
|
168
|
+
|
|
169
|
+
Manual install:
|
|
170
|
+
|
|
171
|
+
```bash
|
|
172
|
+
mkdir -p ~/.agents/skills
|
|
173
|
+
ln -s /path/to/MeOS/SKILL ~/.agents/skills/meos
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
Codex can trigger MeOS explicitly by name or implicitly through the skill description.
|
|
177
|
+
|
|
178
|
+
### Claude Code
|
|
179
|
+
|
|
180
|
+
Claude Code supports `~/.claude/skills/<skill-name>/SKILL.md` and `.claude/skills/<skill-name>/SKILL.md`.
|
|
181
|
+
|
|
182
|
+
Manual install:
|
|
183
|
+
|
|
184
|
+
```bash
|
|
185
|
+
mkdir -p ~/.claude/skills
|
|
186
|
+
ln -s /path/to/MeOS/SKILL ~/.claude/skills/meos
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
Typical use:
|
|
190
|
+
|
|
191
|
+
```text
|
|
192
|
+
/meos
|
|
193
|
+
Apply MeOS for this task. Read only the minimum relevant assets and use them to shape reasoning, workflow, and output.
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
### Claude Code + MiniMax
|
|
197
|
+
|
|
198
|
+
If you want Claude Code to use the MiniMax Anthropic-compatible endpoint, keep a local `~/.claude/settings.json` like this:
|
|
199
|
+
|
|
200
|
+
```json
|
|
201
|
+
{
|
|
202
|
+
"env": {
|
|
203
|
+
"ANTHROPIC_BASE_URL": "https://api.minimaxi.com/anthropic",
|
|
204
|
+
"ANTHROPIC_AUTH_TOKEN": "${MINIMAX_API_KEY}",
|
|
205
|
+
"API_TIMEOUT_MS": "3000000",
|
|
206
|
+
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1"
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
Verify:
|
|
212
|
+
|
|
213
|
+
```bash
|
|
214
|
+
claude -p --model MiniMax-M2.7 'Respond with exactly CLAUDE_MINIMAX_OK.'
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
### OpenClaw
|
|
218
|
+
|
|
219
|
+
OpenClaw supports `~/.openclaw/skills`, `~/.agents/skills`, `<workspace>/.agents/skills`, and `<workspace>/skills`.
|
|
220
|
+
|
|
221
|
+
Important behavior from manual testing:
|
|
222
|
+
|
|
223
|
+
- OpenClaw skips symlinked skill roots whose resolved realpath escapes the configured root.
|
|
224
|
+
- In practice, external symlink installs are unreliable.
|
|
225
|
+
- The safest install is a copied directory under `<workspace>/skills/meos` or `~/.openclaw/skills/meos`.
|
|
226
|
+
|
|
227
|
+
Recommended manual install:
|
|
228
|
+
|
|
229
|
+
```bash
|
|
230
|
+
mkdir -p <workspace>/skills
|
|
231
|
+
cp -a /path/to/MeOS/SKILL <workspace>/skills/meos
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
Verify:
|
|
235
|
+
|
|
236
|
+
```bash
|
|
237
|
+
openclaw skills info meos
|
|
238
|
+
openclaw skills list | rg meos
|
|
239
|
+
```
|
|
240
|
+
|
|
241
|
+
### OpenCode
|
|
242
|
+
|
|
243
|
+
OpenCode searches several compatible skill locations:
|
|
244
|
+
|
|
245
|
+
- `.opencode/skills/<name>/SKILL.md`
|
|
246
|
+
- `~/.config/opencode/skills/<name>/SKILL.md`
|
|
247
|
+
- `.claude/skills/<name>/SKILL.md`
|
|
248
|
+
- `~/.claude/skills/<name>/SKILL.md`
|
|
249
|
+
- `.agents/skills/<name>/SKILL.md`
|
|
250
|
+
- `~/.agents/skills/<name>/SKILL.md`
|
|
251
|
+
|
|
252
|
+
Choose one install path only:
|
|
253
|
+
|
|
254
|
+
```bash
|
|
255
|
+
mkdir -p ~/.config/opencode/skills
|
|
256
|
+
ln -s /path/to/MeOS/SKILL ~/.config/opencode/skills/meos
|
|
257
|
+
```
|
|
258
|
+
|
|
259
|
+
If your provider or proxy does not support OpenCode's default secondary title model, set `small_model` explicitly:
|
|
260
|
+
|
|
261
|
+
```json
|
|
262
|
+
{
|
|
263
|
+
"$schema": "https://opencode.ai/config.json",
|
|
264
|
+
"model": "openai/gpt-5.4",
|
|
265
|
+
"small_model": "openai/gpt-5.4"
|
|
266
|
+
}
|
|
267
|
+
```
|
|
268
|
+
|
|
269
|
+
Verify:
|
|
270
|
+
|
|
271
|
+
```bash
|
|
272
|
+
opencode run --model openai/gpt-5.4 --format json \
|
|
273
|
+
'Use meos in apply mode for this task. Reply with exactly OPENCODE_SKILL_OK.'
|
|
274
|
+
```
|
|
275
|
+
|
|
276
|
+
## 🗂 What The Agent Reads In `apply` Mode
|
|
277
|
+
|
|
278
|
+
Paths below are relative to the installed skill root.
|
|
279
|
+
Inside this repository, they live under `SKILL/`.
|
|
280
|
+
|
|
281
|
+
| Task type | Read first | Outcome |
|
|
282
|
+
|---|---|---|
|
|
283
|
+
| `🛠` Technical implementation | `assets/live/work/`, `assets/live/thought-style/`, `assets/live/workflow/`, `assets/live/principles/` | follows your technical standards and execution order |
|
|
284
|
+
| `🎨` UI / product work | `assets/live/taste/`, `assets/live/work/`, `assets/live/workflow/`, `assets/live/corrections/` | preserves your taste and presentation bar |
|
|
285
|
+
| `🔬` Research / writing | `assets/live/work/`, `assets/live/thought-style/`, `assets/live/principles/`, `assets/live/knowledge/`, `assets/live/workflow/` | uses your structure, reasoning, and domain framing |
|
|
286
|
+
| `💬` Style-sensitive replies | `assets/live/preferences/`, `assets/live/corrections/` | matches preferred response shape and wording |
|
|
287
|
+
|
|
288
|
+
If `assets/live/corrections/` conflicts with another layer, correction wins.
|
|
289
|
+
|
|
290
|
+
<a id="promotion-and-privacy-rules"></a>
|
|
291
|
+
## 🔒 Promotion And Privacy Rules
|
|
292
|
+
|
|
293
|
+
### Promotion flow
|
|
294
|
+
|
|
295
|
+
1. collect local material
|
|
296
|
+
2. classify the source
|
|
297
|
+
3. extract high-signal candidate facts
|
|
298
|
+
4. keep uncertain items in `evidence/`
|
|
299
|
+
5. promote only stable items into `assets/live/`
|
|
300
|
+
|
|
301
|
+
Promote when one of these is true:
|
|
302
|
+
|
|
303
|
+
- explicit user statement
|
|
304
|
+
- repeated pattern across contexts
|
|
305
|
+
- explicit correction or reinforcement
|
|
306
|
+
|
|
307
|
+
Keep the item in `evidence/` when it is:
|
|
308
|
+
|
|
309
|
+
- one-off
|
|
310
|
+
- noisy
|
|
311
|
+
- too context-specific
|
|
312
|
+
- too sensitive
|
|
313
|
+
|
|
314
|
+
### Maintenance lifecycle
|
|
315
|
+
|
|
316
|
+
MeOS should evolve through:
|
|
317
|
+
|
|
318
|
+
- add
|
|
319
|
+
- merge
|
|
320
|
+
- downgrade
|
|
321
|
+
- discard
|
|
322
|
+
|
|
323
|
+
The point is to keep assets clean and maintainable, not to accumulate prompt clutter.
|
|
324
|
+
|
|
325
|
+
### Privacy boundary
|
|
326
|
+
|
|
327
|
+
| Safe to publish | Keep local by default |
|
|
328
|
+
|---|---|
|
|
329
|
+
| `README.md` | `SKILL/private/` |
|
|
330
|
+
| `README_ZH.md` | `SKILL/evidence/` |
|
|
331
|
+
| `assets/branding/` | `SKILL/runtime/` |
|
|
332
|
+
| `assets/readme/` | `SKILL/assets/live/` |
|
|
333
|
+
| `SKILL/references/` | raw imported material |
|
|
334
|
+
| `SKILL/schemas/` | secrets and tokens |
|
|
335
|
+
| `SKILL/assets/templates/` | workstation-specific notes |
|
|
336
|
+
| `SKILL/assets/examples/` | private raw transcripts |
|
|
337
|
+
|
|
338
|
+
Do not commit:
|
|
339
|
+
|
|
340
|
+
- tokens
|
|
341
|
+
- API keys
|
|
342
|
+
- personal identifiers
|
|
343
|
+
- raw connector ids
|
|
344
|
+
- unnecessary private paths
|
|
345
|
+
- raw private transcripts
|
|
346
|
+
|
|
347
|
+

|
|
348
|
+
|
|
349
|
+
<a id="repository-layout"></a>
|
|
350
|
+
## 🏗 Repository Layout
|
|
351
|
+
|
|
352
|
+
```text
|
|
353
|
+
MeOS/
|
|
354
|
+
├── README.md
|
|
355
|
+
├── README_ZH.md
|
|
356
|
+
├── LICENSE
|
|
357
|
+
├── assets/
|
|
358
|
+
│ ├── branding/
|
|
359
|
+
│ └── readme/
|
|
360
|
+
├── SKILL/
|
|
361
|
+
│ ├── SKILL.md
|
|
362
|
+
│ ├── references/
|
|
363
|
+
│ ├── schemas/
|
|
364
|
+
│ ├── assets/
|
|
365
|
+
│ │ ├── templates/
|
|
366
|
+
│ │ ├── examples/
|
|
367
|
+
│ │ └── live/
|
|
368
|
+
│ ├── evidence/
|
|
369
|
+
│ ├── runtime/
|
|
370
|
+
│ └── private/
|
|
371
|
+
├── install.sh
|
|
372
|
+
├── installer.py
|
|
373
|
+
├── package.json
|
|
374
|
+
└── bin/
|
|
375
|
+
```
|
|
376
|
+
|
|
377
|
+
The important pattern is:
|
|
378
|
+
|
|
379
|
+
- public project materials stay at the repository root
|
|
380
|
+
- everything the runtime skill needs lives under `SKILL/`
|
|
381
|
+
- the installer publishes `SKILL/` into runtime skill directories
|
|
382
|
+
- local-only owner calibration stays in `SKILL/assets/live/`, `SKILL/evidence/`, `SKILL/private/`, and `SKILL/runtime/`
|
|
383
|
+
|
|
384
|
+
<a id="key-skill-references"></a>
|
|
385
|
+
## 📌 Key Skill References
|
|
386
|
+
|
|
387
|
+
The highest-value files inside `SKILL/` are:
|
|
388
|
+
|
|
389
|
+
- [SKILL/SKILL.md](SKILL/SKILL.md)
|
|
390
|
+
- [SKILL/references/source-locations.md](SKILL/references/source-locations.md)
|
|
391
|
+
- [SKILL/references/extraction-sop.md](SKILL/references/extraction-sop.md)
|
|
392
|
+
- [SKILL/references/promotion-policy.md](SKILL/references/promotion-policy.md)
|
|
393
|
+
- [SKILL/references/privacy-policy.md](SKILL/references/privacy-policy.md)
|
|
394
|
+
- [SKILL/references/writeback-policy.md](SKILL/references/writeback-policy.md)
|
|
395
|
+
- [SKILL/references/apply-task-map.md](SKILL/references/apply-task-map.md)
|
|
396
|
+
|
|
397
|
+
## 🛤 Current Direction
|
|
398
|
+
|
|
399
|
+
MeOS already has:
|
|
400
|
+
|
|
401
|
+
- a cross-tool `SKILL/` package layout
|
|
402
|
+
- extraction, promotion, privacy, and writeback references
|
|
403
|
+
- JSON schemas for durable entries
|
|
404
|
+
- example and template asset trees
|
|
405
|
+
- installer paths for Codex, Claude Code, OpenCode, and OpenClaw
|
|
406
|
+
|
|
407
|
+
The next step is not "add more prompt text".
|
|
408
|
+
It is to keep improving the assets, examples, and public presentation without leaking private local history.
|
|
409
|
+
|
|
410
|
+
## 📚 Citation
|
|
411
|
+
|
|
412
|
+
If MeOS is used in work related to personal alignment, style distillation, or operating-layer asset maintenance, you may also want to cite:
|
|
413
|
+
|
|
414
|
+
```bibtex
|
|
415
|
+
@inproceedings{
|
|
416
|
+
zhu2025personality,
|
|
417
|
+
title={Personality Alignment of Large Language Models},
|
|
418
|
+
author={Minjun Zhu and Yixuan Weng and Linyi Yang and Yue Zhang},
|
|
419
|
+
booktitle={The Thirteenth International Conference on Learning Representations},
|
|
420
|
+
year={2025},
|
|
421
|
+
url={https://openreview.net/forum?id=0DZEs8NpUH}
|
|
422
|
+
}
|
|
423
|
+
```
|