Gajae-Code
A red-claw coding-agent harness for crisp interviews, resilient plans, tmux-native execution, and durable verification.

A red-claw coding-agent harness (gjc). Crisp interviews, resilient plans, tmux-native execution, durable verification.
Disclaimer: Gajae-Code is an experimental, beta-stage early project. Expect rough edges and verify outputs before relying on it for important work.
What it is
Gajae-Code is published through the npm registry as gajae-code; that package installs the gjc binary. It keeps the public agent surface intentionally small while making the runtime around it dependable — session state, worktree isolation, tmux orchestration, model routing, tool execution, and persistent evidence are all there when the work needs them.
Rather than a sprawling default skill zoo, the harness improves by making one method better.
The one useful loop
deep-interview -> ralplan -> ultragoal
└─ optional team execution when parallel tmux workers help- Use
deep-interviewto clarify intent before any planning or code change. - Use
ralplanto build and critique the approach before mutation. - Use
ultragoalto carry the work through implementation, revision, verification, and an evidence summary. - Add
teamonly when the task benefits from coordinated parallel workers — it is an optional execution mode, not a required handoff step.
The sequence describes the operator flow, not hidden automation: the agent still reports what it changed, what it revised after findings, what checks ran, and what evidence supports the result.
Remember this first
At first, you only need four steps.
- Prepare Bun, Git, tmux, and provider credentials.
- Launch with
gjc --tmux. - Clarify and plan with
deep-interviewandralplan. - Carry the work with
ultragoal; addteamonly when parallel tmux workers help.
For research instead of mutation, start gjc rlm.
Explore the docs
Getting Started
Install, launch gjc, and run your first loop.
Recommended Environment
Bun, Git, tmux, provider credentials, and OS notes.
FAQ
Short answers for setup, first use, rlm, team, and computer-use.
Core Concepts
The working loop, sessions, model routing, and verification.
Commands
deep-interview, ralplan, rlm, team, and ultragoal.
Agents
executor, architect, planner, and critic role agents.
Reference
Configuration, models, credentials, keybindings, and theme.
Next steps
- Getting Started — install, launch, and run the first loop.
- Recommended Environment — check the local setup before installing.
- Source project: Yeachan-Heo/gajae-code
- Community: Discord