e071084ebe
govulncheck / govulncheck (push) Has been cancelled
Lint / golangci-lint (push) Has been cancelled
Run Tests / Unit Tests (push) Has been cancelled
Run Tests / Etcd Integration Tests (push) Has been cancelled
Harness (E2E) / Harnesses (mock LLM) (push) Has been cancelled
Harness (E2E) / Provider harnesses (live LLM conformance) (push) Has been cancelled
17 lines
594 B
Markdown
17 lines
594 B
Markdown
# Priorities
|
|
|
|
A single ranked queue, highest-value first. Each item links a scoped issue the
|
|
loop can build and CI can verify. The **planner** keeps this current; the
|
|
**builder** takes the top item whose issue is still open.
|
|
|
|
<!--
|
|
Seed this with a few real items to give the loop a running start, e.g.:
|
|
|
|
1. Add retry with backoff to the HTTP client — #123
|
|
2. Document the config file format — #124
|
|
3. Fix flaky timeout in the cache tests — #125
|
|
|
|
The planner will re-rank, drop completed items, and file issues for new gaps.
|
|
Reorder or edit this file at any time to redirect the loop.
|
|
-->
|