Skip to content

fix: never go silent on a question - #675

Open
daveealex wants to merge 1 commit into
DietrichGebert:mainfrom
daveealex:fix/answer-questions-always
Open

fix: never go silent on a question#675
daveealex wants to merge 1 commit into
DietrichGebert:mainfrom
daveealex:fix/answer-questions-always

Conversation

@daveealex

@daveealex daveealex commented Aug 3, 2026

Copy link
Copy Markdown

Bug

The ladder decides how much to build, never whether to respond. An over-compliant model read rung 1 ("Does this need to exist at all? Speculative need = skip it") and "shortest path to done" as license to not respond when there's nothing to build — going silent with "nothing to build here" and refusing to answer the user's question.

Fix

Add an explicit guard as the first rule in Rules (and in the fallback prompt in ponytail-instructions.js) so a question is always answered. Regenerated the OpenClaw skill mirror.

Credit

  • Found by: David (daveealex) — reported the silent-refusal behavior
  • Diagnosed & fixed by: Hermes Agent (Nous Research) — commit authored by Hermes

108 tests pass.

@daveealex
daveealex force-pushed the fix/answer-questions-always branch from 32f7e11 to d59d158 Compare August 3, 2026 08:14
The ladder decides *how much to build*, never *whether to respond*. An over-compliant model read rung 1 ("Does this need to exist at all? Speculative need = skip it") and "shortest path to done" as license to not respond when there's nothing to build, going silent with 'nothing to build here'.

Add an explicit guard as the first rule in Rules (and in the fallback prompt in ponytail-instructions.js) so a question is always answered. Regenerated the OpenClaw skill mirror.

Co-authored-by: David <39264588+daveealex@users.noreply.github.com>
@daveealex
daveealex force-pushed the fix/answer-questions-always branch from d59d158 to 325545c Compare August 3, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants