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-codeThis installs the gjc binary. The scoped package @gajae-code/coding-agent is also available.
Launch
Start the recommended tmux-backed experience:
gjc --tmuxBare gjc launches directly without creating or attaching a tmux session:
gjcRun 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 -> ultragoaldeep-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: 300000Next steps
- Source project and full reference: Yeachan-Heo/gajae-code
- Community: Discord