Gajae-Code
Gajae-Codev0.1.0

Getting Started

Install Gajae-Code, launch the gjc binary, and run the deep-interview → ralplan → ultragoal loop.

Get the gjc binary running and drive your first loop.

Install

Use Bun for the recommended runtime workflow:

bun install -g gajae-code

This installs the gjc binary. The scoped package @gajae-code/coding-agent is also available.

Launch

Start the recommended tmux-backed experience:

gjc --tmux

Bare gjc launches directly without creating or attaching a tmux session:

gjc

Run inside an isolated Git worktree when you want a safer, branch-local workspace:

gjc --tmux --worktree <path>

Run the loop

Gajae-Code focuses on one useful loop:

deep-interview -> ralplan -> ultragoal
  • deep-interview — clarify intent, affected behavior, non-goals, and acceptance checks.
  • ralplan — build and critique the plan before any mutation.
  • $ultragoal — carry the work through implementation, revision, verification, and an evidence summary.

Add $team only when coordinated parallel tmux workers help.

Configuration

Provider retry budgets and other settings live in ~/.gjc/config.yml:

retry:
  requestMaxRetries: 4
  streamMaxRetries: 100
  maxRetries: 3
  maxDelayMs: 300000

Next steps

On this page