@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.
@@ -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 `/root/MOS_Vault/04-Areas/user-context.md` is missing or still a template.
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 `/root/MOS_Vault/04-Areas/user-context.md` exists and is filled.
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. **Quelles contraintes / garde-fous ?** (infra, interdits, modèles si hors défaut)
32
- 4. **Comment veux-tu collaborer ?** (style de réponse, proactivité, niveau de vérif)
33
- 5. **À qui est-ce que je rends compte ?** (confirmation : toi seul, ou une entité que tu désignes)
34
-
35
- ### 3. Offer opt-in features (DO NOT skip this)
36
- After the questions, read the feature inventory from:
37
- `packages/omo-opencode/src/features/matrix-inventory/features.ts` (export `OPT_IN_FEATURES`).
38
-
39
- Present the opt-in features as a checklist. For EACH, give: name, one-line description, and the honest provisioning note (especially the Dashboard — clarify it is a web UI served on 127.0.0.1:9123, backend always present, frontend bundled by the build; to enable: `matrixos dashboard --daemon`).
40
-
41
- Ask the user which they want activated. Confirm specifically the **Dashboard (Mission Control)** since the user explicitly cares about it.
42
-
43
- ### 4. Synthesize
44
- Write/edit `/root/MOS_Vault/04-Areas/user-context.md`:
45
- - Adoption mode: fill sections 1–4, set `last_verified` to today, add a line in section 5 (Mises à jour) with today's date.
46
- - Re-adoption mode: edit only the sections the user changed; update `last_verified`; append a line in section 5.
47
- - **ALWAYS add a `## Features` section** (even in re-adoption) listing which opt-in features the user chose to activate (e.g. `Dashboard: activé`, `Kanban: non`, etc.). This marker tells the auto-adoption trigger that the feature checklist was presented — without it, the ritual will re-run on next launch.
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.6",
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",
@@ -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.6",
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.6",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kl-c/matrixos",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "MaTrixOS — Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",