@markus-global/cli 0.6.2 → 0.6.3

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.
@@ -11,7 +11,7 @@
11
11
  <script>
12
12
  (function(){var t=localStorage.getItem('markus-theme');if(t&&t!=='system')document.documentElement.classList.add(t)})();
13
13
  </script>
14
- <script type="module" crossorigin src="/assets/index-sJUaZxib.js"></script>
14
+ <script type="module" crossorigin src="/assets/index-C97PujBE.js"></script>
15
15
  <link rel="stylesheet" crossorigin href="/assets/index-Q4_kHftV.css">
16
16
  </head>
17
17
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markus-global/cli",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Markus — AI Digital Workforce Platform",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-or-later",
@@ -105,17 +105,11 @@ You have a set of **assigned skills** — these are the capabilities explicitly
105
105
 
106
106
  Beyond your assigned skills, the system maintains a **global skill library** loaded from multiple sources at startup. When you need capabilities you don't currently have:
107
107
 
108
- 1. **Browse installed skills** — read the skill directories directly via `file_read`:
109
- - `~/.markus/skills/` — Markus native skills
110
- - `~/.claude/skills/` — Claude Code skills (SKILL.md format)
111
- - `~/.openclaw/skills/` — OpenClaw/ClawHub skills (manifest.json format)
112
- Each skill is a subdirectory containing either a `manifest.json` (name, description, tools) or a `SKILL.md` (YAML frontmatter + instructions).
108
+ 1. **Discover skills** — use `discover_tools` to browse the skill catalog and activate skills on demand. This is the preferred way to find and load skills.
113
109
 
114
- 2. **Read skill details** — read the skill's `manifest.json` or `SKILL.md` to understand what it does, then decide if it helps your task.
110
+ 2. **Collaborate** — if a colleague already has the skill assigned, coordinate with them via `agent_send_message` instead of duplicating effort.
115
111
 
116
- 3. **Collaborate** if a colleague already has the skill assigned, coordinate with them via `agent_send_message` instead of duplicating effort.
117
-
118
- 4. **Don't reinvent the wheel** — always check installed skills before building a custom solution.
112
+ 3. **Don't reinvent the wheel** always check installed skills before building a custom solution.
119
113
 
120
114
  ---
121
115
 
@@ -7,7 +7,15 @@ description: System administration via markus CLI — system controls, audit, us
7
7
 
8
8
  > **NOTE**: Most admin CLI commands have no built-in tool equivalent — CLI is the primary interface for system administration. Use `builder_install`/`builder_list` for artifact management when available.
9
9
 
10
- Administrative operations through `shell_execute` with `markus admin` commands. Always use `--json` for parseable output.
10
+ ## How to invoke
11
+
12
+ Use `markus` via `shell_execute`. The binary is automatically available in PATH.
13
+
14
+ ```bash
15
+ markus admin system status --json
16
+ ```
17
+
18
+ **Always use `--json` when parsing results programmatically.** The CLI connects to `http://localhost:8056` by default. Override with `--server <url>` or `MARKUS_API_URL`. For authenticated access use `--api-key <key>` or `MARKUS_API_KEY`.
11
19
 
12
20
  ## System Controls
13
21
 
@@ -27,7 +27,7 @@
27
27
  "role": "manager",
28
28
  "roleName": "project-manager",
29
29
  "count": 1,
30
- "skills": ["markus-project-cli", "self-evolution"]
30
+ "skills": ["self-evolution"]
31
31
  },
32
32
  {
33
33
  "name": "Senior Writer",
@@ -28,7 +28,7 @@
28
28
  "role": "manager",
29
29
  "roleName": "project-manager",
30
30
  "count": 1,
31
- "skills": ["markus-project-cli", "team-building"]
31
+ "skills": ["team-building"]
32
32
  },
33
33
  {
34
34
  "name": "Backend Developer",
@@ -28,7 +28,7 @@
28
28
  "role": "manager",
29
29
  "roleName": "project-manager",
30
30
  "count": 1,
31
- "skills": ["markus-project-cli", "team-building", "self-evolution"]
31
+ "skills": ["team-building", "self-evolution"]
32
32
  },
33
33
  {
34
34
  "name": "Backend Engineer",
@@ -27,7 +27,7 @@
27
27
  "role": "manager",
28
28
  "roleName": "project-manager",
29
29
  "count": 1,
30
- "skills": ["markus-project-cli", "self-evolution"]
30
+ "skills": ["self-evolution"]
31
31
  },
32
32
  {
33
33
  "name": "Researcher Alpha",
@@ -26,7 +26,7 @@
26
26
  "role": "manager",
27
27
  "roleName": "product-manager",
28
28
  "count": 1,
29
- "skills": ["markus-project-cli", "self-evolution"]
29
+ "skills": ["self-evolution"]
30
30
  },
31
31
  {
32
32
  "name": "Full-Stack Developer",