@gorsee/code
v0.1.3
Published
NeuroGate-native coding agent command center
Downloads
327
Readme
Gorsee Code
Gorsee Code is a local NeuroGate-native coding workspace.
Install it once, run gcode, add your NeuroGate API key, enter the mission
objective, and work from Mission Control.
Install
npm install -g @gorsee/code
gcodeThe first gcode launch asks for a NeuroGate API key, stores it locally, asks
for the mission objective, runs the agent matrix, and opens Mission Control.
Common Commands
gcode init
gcode auth set
gcode doctor
gcode models
gcode limits
gcode mission "audit this repository"
gcode skills run repo-audit
gcode pause
gcode resume
gcode exportConfiguration
gcode init creates gorsee-code.toml.
The API key is read from NEUROGATE_API_KEY by default.
gcode auth set can also store a local project key in
.gorsee-code/auth.json, which is ignored by git.
Safety
Gorsee Code defaults to a balanced policy:
- read/search/test inside the workspace are allowed;
- writes, patches, commands, and network actions ask for approval;
- deletes and access outside the workspace are denied;
- event logs, exports, gateway payloads, and terminal output pass through redaction helpers before display.
