docs(todo): improve formatting in make.md

- Shorten title for conciseness.
- Align tables for better readability.
- Minor formatting adjustments for consistency.
This commit is contained in:
Greg Gauthier 2026-03-31 23:12:09 +01:00
parent a7c7ec5aad
commit 071568b37b

View File

@ -1,4 +1,4 @@
# `grokkit agent` make integration
# `grokkit agent make`
**Description**: Wrappers for Makefile targets (test/lint/build/cover). Enables Grok to run/verify builds mid-agent workflow (e.g., "edit, test, fix loops").
@ -47,7 +47,7 @@ grokkit agent "Benchmark changes before commit"
## Flags / Config
| Key | Description |
|-----|-------------|
|----------------------|------------------------|
| `tools.make.enabled` | Enable make tools |
| `tools.make.timeout` | Per-target timeout (s) |
@ -65,7 +65,7 @@ grokkit agent "Benchmark changes before commit"
**High**. Agent verification loop:
| Stage | Covered |
|-------|---------|
|----------|----------------|
| Edit | `agent` ✓ |
| Verify | **make** ← new |
| Repo/log | tea/cnotes |