arrow_backRetour aux issues
no-human-ai/no_human
#9
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
docs/configuration.md still says `worker.backend: local` is "not live yet" — it shipped
ecoDébutant
documentation
good first issue
descriptionDescription
\`docs/configuration.md\` (around lines 112–114 and 382–385) carries \`# NOT LIVE YET\` markers and the sentence *"setting \`worker.backend: local\` today fails at task start with \`unknown coding backend 'local'\`"*, and its \`worker.backend\` table row offers only \`claude\` or \`codex\`.
It is live:
\`\`\`
$ python -c "from no_human.agent.backend import SUPPORTED_BACKENDS; print(SUPPORTED_BACKENDS)"
('claude', 'codex', 'local')
$ nh task add --help | grep -A1 backend
--backend [claude|codex|local] Run THIS task's coder on the named backend
\`\`\`
and \`docs/BACKENDS.md\` documents \`local\` end to end. The two docs contradict each other.
**Fix:** remove the three "not live yet" markers and the stale error sentence, add \`local\` to the \`worker.backend\` row with a pointer to \`BACKENDS.md\`. Docs only, under 20 lines.
Issues similaires
calkit/calkit
star53
Poids du dépôt moyen
VS Code extension should be robust to YAML parser errors
Seeing this error: ``` Failed to read calkit.yaml: YAMLParseError: A block sequence may not be used as an implicit map…
Python
bug
good first issue
fu351/Doberman-Core
star211
Poids du dépôt léger
dash: a manual Refresh control
The dashboard polls: `refreshStats()` (`src/doberman/dash/app.py:408`) every 5 s and `refreshPending()` (`:546`) every …
Python
enhancement
good first issue
fu351/Doberman-Core
star211
Poids du dépôt léger
dash: "Copy details" button on each pending-approval card
Each pending-approval card in the dashboard (`renderPending`, `src/doberman/dash/app.py:448-544`) shows the risk badge,…
Python
enhancement
good first issue