@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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. 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, and work from the
5
- terminal UI.
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, and
15
- opens the coding TUI.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gorsee/code",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "NeuroGate-native coding agent command center",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {