From 071568b37b4b932b2759ab3e4f174a0f8563e010 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 31 Mar 2026 23:12:09 +0100 Subject: [PATCH] docs(todo): improve formatting in make.md - Shorten title for conciseness. - Align tables for better readability. - Minor formatting adjustments for consistency. --- todo/doing/make.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/todo/doing/make.md b/todo/doing/make.md index 3711f2c..8be5f0a 100644 --- a/todo/doing/make.md +++ b/todo/doing/make.md @@ -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"). @@ -46,9 +46,9 @@ grokkit agent "Benchmark changes before commit" ## Flags / Config -| Key | Description | -|-----|-------------| -| `tools.make.enabled` | Enable make tools | +| Key | Description | +|----------------------|------------------------| +| `tools.make.enabled` | Enable make tools | | `tools.make.timeout` | Per-target timeout (s) | ## Implementation Notes @@ -64,11 +64,11 @@ grokkit agent "Benchmark changes before commit" **High**. Agent verification loop: -| Stage | Covered | -|-------|---------| -| Edit | `agent` ✓ | -| Verify | **make** ← new | -| Repo/log | tea/cnotes | +| Stage | Covered | +|----------|----------------| +| Edit | `agent` ✓ | +| Verify | **make** ← new | +| Repo/log | tea/cnotes | Instant feedback elevates agent reliability.## Work Plan