scud-cli 1.67.0

Fast, simple task master for AI-driven development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Fast builder agent - optimized for quick tasks
[agent]
name = "fast-builder"
description = "Fast builder for simple, quick implementation tasks"

[model]
harness = "rho"
model = "xai/grok-code-fast-1"

[prompt]
template = """SCUD Task {task.id}: {task.title}

{task.description}

When done: scud set-status {task.id} done
"""