Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ This is the **canonical public reference** for [Grok Build CLI](https://x.ai)'s
<strong><a href="https://github.com/cobusgreyling/fleet-engineering">Fleet Engineering</a></strong> (governed populations)
</p>

<p align="center">
<strong>🔄 <a href="https://github.com/cobusgreyling/loop-engineering/releases/tag/v1.5.0">Loop Engineering v1.5.0</a> just shipped</strong> — <code>loop-sync</code>, <code>loop-constraints</code>, MCP server on npm.
<br>
<em>Loops discover work on a cadence. Goals finish bounded tasks.</em>
<a href="docs/stack-cookbook.md">Stack cookbook →</a>
</p>

## The One-Line Definition

A **goal** is a single autonomous objective with a verifiable completion condition. Unlike a loop (which fires on a schedule), a goal **persists across turns** until Grok marks it complete, blocked, or you pause it.
Expand Down Expand Up @@ -100,6 +107,18 @@ Most agent work fails in the gap between "looks done" and **actually done**. Goa

Goals pair naturally with [loop engineering](https://github.com/cobusgreyling/loop-engineering): loops discover work; goals **finish** it. See [docs/stack-cookbook.md](docs/stack-cookbook.md).

**Try the stack:** morning loop triage → pick top item → `/goal` until verifier passes:

```bash
# Loop side (v1.5.0 — just released)
npx @cobusgreyling/loop-init . --pattern daily-triage --tool grok
npx @cobusgreyling/loop-audit . --suggest

# Goal side (this repo)
npx @cobusgreyling/goal init . --pattern fix-bug --tool grok
npx @cobusgreyling/goal doctor . --suggest
```

## Grok Build API

| Surface | Purpose |
Expand Down
2 changes: 1 addition & 1 deletion docs/stack-cookbook.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stack Cookbook — Loop → Goal → Fleet

One narrative for combining [loop-engineering](https://github.com/cobusgreyling/loop-engineering), **goal-engineering**, and [fleet-engineering](https://github.com/cobusgreyling/fleet-engineering).
One narrative for combining [loop-engineering](https://github.com/cobusgreyling/loop-engineering) ([v1.5.0](https://github.com/cobusgreyling/loop-engineering/releases/tag/v1.5.0) — `loop-sync`, `loop-constraints`, MCP server), **goal-engineering**, and [fleet-engineering](https://github.com/cobusgreyling/fleet-engineering).

## Daily rhythm

Expand Down
Loading