@lumi.ai/runner 0.9.0 → 0.9.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 +2 -2
- package/dist/cli.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lumi.ai/runner
|
|
2
2
|
|
|
3
|
-
The **runner daemon** for [Lumi Crew](https://
|
|
3
|
+
The **runner daemon** for [Lumi Crew](https://crew.kilogent.com) — your agentic organization
|
|
4
4
|
workspace.
|
|
5
5
|
|
|
6
6
|
Crew agents don't run in the cloud. They run **on your machine**, in your checkouts, with your
|
|
@@ -19,7 +19,7 @@ lumi-runner setup
|
|
|
19
19
|
| **Node.js** | 20 or newer |
|
|
20
20
|
| **Claude Code** | the `claude` CLI on your `PATH` ([install](https://claude.com/claude-code)) |
|
|
21
21
|
| **git / gh** | only if your agents work on GitHub repositories |
|
|
22
|
-
| **A Lumi Crew account** | with at least one Ship — [
|
|
22
|
+
| **A Lumi Crew account** | with at least one Ship — [crew.kilogent.com](https://crew.kilogent.com) |
|
|
23
23
|
|
|
24
24
|
The daemon is a *client*. It signs in as you, and every write it makes is checked server-side
|
|
25
25
|
against your Ship membership. No service-account key ever touches your machine.
|
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumi.ai/runner",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Lumi Crew runner daemon — claims jobs from your Ships and executes them as headless Claude sessions on your own machine.",
|
|
6
6
|
"//name": "The ONLY package in this monorepo published to the public registry, so it is the one that does not follow the internal @lumi/crew-* convention: `@lumi` is not a scope we own, `@lumi.ai` is (the npm org). The workspace DIRECTORY stays packages/crew/runner — renaming the package is not renaming the folder.",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
],
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"author": "CodeBridger",
|
|
19
|
-
"homepage": "https://
|
|
19
|
+
"homepage": "https://crew.kilogent.com",
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
22
|
"url": "git+https://github.com/codebridger/lumi.git",
|