openclaw - 💡(How to fix) Fix [Feature]: If HEARTBEAT.md does not exist, do not prompt the model.

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Skip HEARTBEAT prompt if the HEARTBEAT.md file does not exist.

Root Cause

Skip HEARTBEAT prompt if the HEARTBEAT.md file does not exist.

RAW_BUFFERClick to expand / collapse

Summary

Skip HEARTBEAT prompt if the HEARTBEAT.md file does not exist.

Problem to solve

Currently, if a HEARTBEAT.md does not exist, a user issued prompt stating "Read HEARTBEAT md if it exists (workspace context). Follow it strictly. Do not infer or repeat old tasks from prior chats. If nothing needs attention, reply HEARTBEAT_OK." is still run. This is a waste and chews up tokens unneccessarily.

<img width="1771" height="266" alt="Image" src="https://github.com/user-attachments/assets/9fb3ab15-5f32-41af-8967-24036e810184" />

Proposed solution

No need to issue a prompt when the HEARTBEAT.md file does not exist. Just log something like HEARTBEAT_SKIPPED_FILE_DOES_NOT_EXIST to the logs or log nothing [preferred].

Alternatives considered

No response

Impact

Affected: All Users and OpenClaw Installs where a HEARTBEAT.md does not exist. Severity: Annoying Frequency: Always through the day Consequence: Extra work, tokens burned albeit a small amount, but still wasted.

Evidence/examples

No response

Additional information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING