@kl-c/matrixos 0.2.6 → 0.2.7
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/.agents/command/adopt.md +19 -31
- package/dist/cli/index.js +1 -1
- package/dist/cli-node/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/.agents/command/adopt.md
CHANGED
|
@@ -6,13 +6,13 @@ description: Launch or re-run the Morpheus adoption ritual — establish user co
|
|
|
6
6
|
You are executing the **Morpheus adoption ritual** (`/adopt`). This is the first-contact (or re-adoption) ceremony that establishes the user's context and offers optional MaTrixOS features.
|
|
7
7
|
|
|
8
8
|
## When this runs
|
|
9
|
-
- First launch, if
|
|
9
|
+
- First launch, if `.matrixos/user-context.md` is missing or still a template.
|
|
10
10
|
- Any time the user explicitly types `/adopt` to (re)do the ritual.
|
|
11
11
|
|
|
12
12
|
## Behavior
|
|
13
13
|
|
|
14
14
|
### 1. Detect current state
|
|
15
|
-
Check whether
|
|
15
|
+
Check whether `.matrixos/user-context.md` exists and is filled.
|
|
16
16
|
- If filled: tell the user "Tu as déjà un contexte d'adoption. Je relance le rituel pour le mettre à jour." and proceed to step 2 (re-adoption mode — EDIT sections, do NOT rewrite from scratch).
|
|
17
17
|
- If missing/template: adoption mode — you will CREATE the file.
|
|
18
18
|
|
|
@@ -28,32 +28,20 @@ Keep it to one short paragraph — this is awareness, not the opt-in checklist (
|
|
|
28
28
|
Pose ~5 targeted questions:
|
|
29
29
|
1. **Qui es-tu ?** (nom/alias, rôle, ce que tu fais)
|
|
30
30
|
2. **Pour quel projet / besoin m'as-tu déployé ?** (objectif, stack, périmètre)
|
|
31
|
-
3. **
|
|
32
|
-
4. **
|
|
33
|
-
5.
|
|
34
|
-
|
|
35
|
-
###
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
-
|
|
48
|
-
Never rewrite the whole file from scratch — preserve existing context.
|
|
49
|
-
|
|
50
|
-
Also update `/root/MOS_Vault/MEMORY.md` routing if the user-context file was just created.
|
|
51
|
-
|
|
52
|
-
### 5. Confirm
|
|
53
|
-
End with: « C'est noté, je suis désormais configuré pour toi. Tu peux à tout moment utiliser `/features` pour voir ce que je peux faire, ou `/adopt` pour refaire ce rituel. »
|
|
54
|
-
|
|
55
|
-
## Rules
|
|
56
|
-
- User context is NEVER fixed: user can say "mets à jour mon contexte" → edit, not rewrite.
|
|
57
|
-
- Do not invent a hierarchy/manager — Morpheus reports only to the user who installed it.
|
|
58
|
-
- Do not store code-derivable facts in user-context.md (that belongs to Magic Context / MOS_Vault project files).
|
|
59
|
-
- If the user wants a feature activated that requires provisioning (e.g. Dashboard), relay the exact provisioning steps from the inventory — and if you are instructed to actually enable it, follow the `provisioning.activation` recipe (e.g. launch `matrixos dashboard --daemon`).
|
|
31
|
+
3. **Quel niveau d'automatisation veux-tu ?** (assistant, agent, team mode)
|
|
32
|
+
4. **Veux-tu activer le dashboard ?** (Mission Control)
|
|
33
|
+
5. **Veux-tu le gateway Telegram ?** (répondre depuis ton téléphone)
|
|
34
|
+
|
|
35
|
+
### 4. Write user-context.md
|
|
36
|
+
Write the answers to `.matrixos/user-context.md` in French, structured as YAML frontmatter + markdown sections.
|
|
37
|
+
|
|
38
|
+
### 5. Offer feature toggles
|
|
39
|
+
After writing context, offer to enable:
|
|
40
|
+
- Dashboard (`matrixos dashboard --daemon`)
|
|
41
|
+
- Gateway Telegram (`matrixos gateway adopt telegram`)
|
|
42
|
+
- Kanban (`matrixos project switch`)
|
|
43
|
+
- Cron / auto-audit (`matrixos self-audit --install-cron`)
|
|
44
|
+
|
|
45
|
+
### 6. Confirm
|
|
46
|
+
"Rituel terminé. Tu peux me demander n'importe quoi maintenant — je connais ton contexte."
|
|
47
|
+
</command-instruction>
|
package/dist/cli/index.js
CHANGED
|
@@ -2163,7 +2163,7 @@ var package_default;
|
|
|
2163
2163
|
var init_package = __esm(() => {
|
|
2164
2164
|
package_default = {
|
|
2165
2165
|
name: "@kl-c/matrixos",
|
|
2166
|
-
version: "0.2.
|
|
2166
|
+
version: "0.2.7",
|
|
2167
2167
|
description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
|
|
2168
2168
|
main: "./dist/index.js",
|
|
2169
2169
|
types: "dist/index.d.ts",
|
package/dist/cli-node/index.js
CHANGED
|
@@ -2163,7 +2163,7 @@ var package_default;
|
|
|
2163
2163
|
var init_package = __esm(() => {
|
|
2164
2164
|
package_default = {
|
|
2165
2165
|
name: "@kl-c/matrixos",
|
|
2166
|
-
version: "0.2.
|
|
2166
|
+
version: "0.2.7",
|
|
2167
2167
|
description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
|
|
2168
2168
|
main: "./dist/index.js",
|
|
2169
2169
|
types: "dist/index.d.ts",
|
package/dist/index.js
CHANGED
|
@@ -368023,7 +368023,7 @@ function getCachedVersion(options = {}) {
|
|
|
368023
368023
|
// package.json
|
|
368024
368024
|
var package_default = {
|
|
368025
368025
|
name: "@kl-c/matrixos",
|
|
368026
|
-
version: "0.2.
|
|
368026
|
+
version: "0.2.7",
|
|
368027
368027
|
description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
|
|
368028
368028
|
main: "./dist/index.js",
|
|
368029
368029
|
types: "dist/index.d.ts",
|
package/package.json
CHANGED