xkat-cli 1.1.10 → 2.0.1

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/README.md CHANGED
@@ -33,6 +33,28 @@ xkat down # stop the background agent (alias: stop)
33
33
  xkat status # show whether the agent is running
34
34
  ```
35
35
 
36
+ ### Lab (lecture practice environment)
37
+
38
+ Some courses (Linux, networking, agent tools) run inside an isolated **Lab**
39
+ so the learner’s host OS stays consistent and safer. Learners only use these
40
+ commands — they do not need to know about hypervisors or VMs:
41
+
42
+ ```bash
43
+ xkat lab install # one-time: prepare Lab tools (may ask for admin)
44
+ xkat lab up # start Lab
45
+ xkat lab shell # open a shell inside Lab (starts Lab if needed)
46
+ xkat lab stop # stop Lab (keeps data)
47
+ xkat lab delete # remove Lab completely (frees disk; no leftovers)
48
+ xkat lab status # is Lab ready?
49
+ xkat lab doctor # setup checks + fix hints
50
+ xkat lab reset # wipe and recreate Lab
51
+ ```
52
+
53
+ `install` is explicit so the learner consents to system setup once.
54
+ `up` / `shell` never silently install. `delete` removes the practice
55
+ environment so nothing feels “left behind”; Lab tools stay for the next
56
+ `lab up`. Learners do not configure VMs or hypervisors — only these commands.
57
+
36
58
  Logs are written to `~/.xkat/agent.log`.
37
59
 
38
60
  Or install globally:
@@ -1,7 +1,7 @@
1
1
  {
2
- "xkat-agent-macos-aarch64": "3b8372fb3ba2df15239e7ef356f31dd8ce32ea50ce560150bd40ab5b692471cf",
3
- "xkat-agent-macos-x64": "d65f231f031f15d0beba4c117c9ec0802d9f685abae4602e9088ee6e2c996ec6",
4
- "xkat-agent-linux-x64": "7dbd4cf9f7738e29f3b94cb7ee16c2f4e3981a0e290aa69241c60349e9eaa946",
5
- "xkat-agent-linux-aarch64": "42887256a5fe7bf0d3b6ffec0f25ed5afa67c5be3c1594e3ac8ff6aca444f040",
6
- "xkat-agent-win-x64.exe": "5bc76e05021fda94db448d2fde71488af016128ce5bcf8c3309f89a4144d6c2d"
2
+ "xkat-agent-macos-aarch64": "3ff5d3c2f61ac6e58f0e8770e84f08a1853f55065ffceab8bd87c0a781362916",
3
+ "xkat-agent-macos-x64": "c0fd1d42117e16acd1ae236b5929c78df46ff1c1f7563643e9a783fc6bedd6f9",
4
+ "xkat-agent-linux-x64": "67de42a89694c32dae4d5bbb49f1e73cc76a2bbf214defde863353d6d928d199",
5
+ "xkat-agent-linux-aarch64": "be06140772e4acb13feb937b43ffde67678be36fcf72301954226789afd42368",
6
+ "xkat-agent-win-x64.exe": "1ba65a72538185c2ab4438ac4761a80d7ab56b99aceae519bb93602fdee15fbc"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xkat-cli",
3
- "version": "1.1.10",
3
+ "version": "2.0.1",
4
4
  "description": "xKat Agent - an AI agent that securely connects your browser to your machine",
5
5
  "main": "bin/xkat-cli.js",
6
6
  "bin": {