@shmulikdav/solix 1.8.0 → 1.9.0
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 +3 -3
- package/dist/index.js +723 -330
- package/dist/skills/advisor-prompt/SKILL.md +39 -0
- package/dist/skills/galaxy-publish/SKILL.md +31 -0
- package/dist/skills/mission-summary/SKILL.md +28 -0
- package/dist/skills/permission-explainer/SKILL.md +39 -0
- package/dist/web/assets/{CrewPanel-BZW5L0xR.js → CrewPanel-CVTXUelp.js} +1 -1
- package/dist/web/assets/GalaxyPanel-DV-kbENC.js +1 -0
- package/dist/web/assets/{Scene-D9_dLZUf.js → Scene-gMUGX2_a.js} +1 -1
- package/dist/web/assets/{TimelineDrawer-xRdQJcuf.js → TimelineDrawer-BQo9SqvU.js} +1 -1
- package/dist/web/assets/index-BE_H37qZ.css +1 -0
- package/dist/web/assets/{index-Df150VgL.js → index-P5SyOUJE.js} +17 -17
- package/dist/web/index.html +22 -2
- package/dist/web/sw.js +1 -1
- package/package.json +4 -4
- package/dist/web/assets/GalaxyPanel-CCsddWgL.js +0 -1
- package/dist/web/assets/index-V4rr9htx.css +0 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ permission without leaving the browser.
|
|
|
10
10
|
|
|
11
11
|
[](https://www.npmjs.com/package/@shmulikdav/solix)
|
|
12
12
|
[](https://www.npmjs.com/package/@shmulikdav/solix)
|
|
13
|
-
[](https://github.com/shmulikdav/
|
|
13
|
+
[](https://github.com/shmulikdav/Solix/blob/main/LICENSE)
|
|
14
14
|
[](https://nodejs.org)
|
|
15
15
|
|
|
16
16
|
## Install
|
|
@@ -29,7 +29,7 @@ everything.
|
|
|
29
29
|
solix install # one-time: wires Claude Code hooks
|
|
30
30
|
solix start # boot the server (default port 4242)
|
|
31
31
|
# In another terminal:
|
|
32
|
-
solix demo # seed
|
|
32
|
+
solix demo # seed a fully populated demo galaxy to play with
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
Open `http://127.0.0.1:4242`. Press `Y` to approve the demo's
|
|
@@ -70,7 +70,7 @@ The full docs live in the GitHub repo:
|
|
|
70
70
|
- **DEMO walkthroughs** — for non-technical, PM, and developer
|
|
71
71
|
audiences
|
|
72
72
|
|
|
73
|
-
→ <https://github.com/shmulikdav/
|
|
73
|
+
→ <https://github.com/shmulikdav/Solix>
|
|
74
74
|
|
|
75
75
|
## License
|
|
76
76
|
|