Documentation
Agent workflow
How coding agents should use Relunar.
Relunar is designed to be called by coding agents such as Cursor, Codex, and Claude Code.
Principles
- Start with
relunar doctor --json. - Prefer JSON output when planning:
relunar issues list --state open --json. - Reproduce one issue before batch work.
- Read reports with
relunar runs show <run-id> --json. - Do not post GitHub comments unless the user asks, or the command includes
--comment.
What the agent decides
- Which issues matter
- Whether more context is needed
- How to interpret the issue body
- Whether the report is good enough to share publicly
What Relunar executes
- GitHub issue fetch
- Daytona sandbox lifecycle
- Repository clone
- Configured setup and baseline commands
- Local report generation
- Optional GitHub comment when explicitly requested