@femtomc/mu-agent 26.2.99 → 26.2.100

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 (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -36,6 +36,9 @@ into `~/.mu/skills/` (or `$MU_HOME/skills/`) when missing:
36
36
  - `setup-telegram`
37
37
  - `setup-neovim`
38
38
 
39
+ Starter skills are version-synced by the CLI bootstrap path when users run `mu`
40
+ commands after upgrading.
41
+
39
42
  ## Install
40
43
 
41
44
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@femtomc/mu-agent",
3
- "version": "26.2.99",
3
+ "version": "26.2.100",
4
4
  "description": "Shared operator runtime for mu assistant sessions and serve extensions.",
5
5
  "keywords": [
6
6
  "mu",
@@ -24,7 +24,7 @@
24
24
  "themes/**"
25
25
  ],
26
26
  "dependencies": {
27
- "@femtomc/mu-core": "26.2.99",
27
+ "@femtomc/mu-core": "26.2.100",
28
28
  "@mariozechner/pi-agent-core": "^0.53.0",
29
29
  "@mariozechner/pi-ai": "^0.53.0",
30
30
  "@mariozechner/pi-coding-agent": "^0.53.0",