@gorsee/code 0.1.1 → 0.1.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.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Gorsee Code
|
|
2
2
|
|
|
3
3
|
Gorsee Code is a local NeuroGate-native coding workspace.
|
|
4
|
-
Install it once, run `gcode`, add your NeuroGate API key,
|
|
5
|
-
|
|
4
|
+
Install it once, run `gcode`, add your NeuroGate API key, enter the mission
|
|
5
|
+
objective, and work from Mission Control.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
@@ -11,8 +11,8 @@ npm install -g @gorsee/code
|
|
|
11
11
|
gcode
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
The first `gcode` launch asks for a NeuroGate API key, stores it locally,
|
|
15
|
-
|
|
14
|
+
The first `gcode` launch asks for a NeuroGate API key, stores it locally, asks
|
|
15
|
+
for the mission objective, runs the agent matrix, and opens Mission Control.
|
|
16
16
|
|
|
17
17
|
## Common Commands
|
|
18
18
|
|