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:
parent
a7c7ec5aad
commit
071568b37b
@ -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").
|
**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
|
## Flags / Config
|
||||||
|
|
||||||
| Key | Description |
|
| Key | Description |
|
||||||
|-----|-------------|
|
|----------------------|------------------------|
|
||||||
| `tools.make.enabled` | Enable make tools |
|
| `tools.make.enabled` | Enable make tools |
|
||||||
| `tools.make.timeout` | Per-target timeout (s) |
|
| `tools.make.timeout` | Per-target timeout (s) |
|
||||||
|
|
||||||
## Implementation Notes
|
## Implementation Notes
|
||||||
@ -64,11 +64,11 @@ grokkit agent "Benchmark changes before commit"
|
|||||||
|
|
||||||
**High**. Agent verification loop:
|
**High**. Agent verification loop:
|
||||||
|
|
||||||
| Stage | Covered |
|
| Stage | Covered |
|
||||||
|-------|---------|
|
|----------|----------------|
|
||||||
| Edit | `agent` ✓ |
|
| Edit | `agent` ✓ |
|
||||||
| Verify | **make** ← new |
|
| Verify | **make** ← new |
|
||||||
| Repo/log | tea/cnotes |
|
| Repo/log | tea/cnotes |
|
||||||
|
|
||||||
Instant feedback elevates agent reliability.## Work Plan
|
Instant feedback elevates agent reliability.## Work Plan
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user