revert: undo #12027 heartbeat bootstrap behavior#16183
Merged
Takhoffman merged 1 commit intomainfrom Feb 14, 2026
Merged
Conversation
… thanks @shadril238" This reverts commit 386bb0c.
Contributor
Author
|
Updating rationale for this revert:
I updated the PR body to reflect this reasoning. |
hamidzr
pushed a commit
to hamidzr/openclaw
that referenced
this pull request
Feb 14, 2026
…aw#12027) thanks @shadril238" (openclaw#16183) This reverts commit 386bb0c.
openperf
pushed a commit
to openperf/moltbot
that referenced
this pull request
Feb 14, 2026
…aw#12027) thanks @shadril238" (openclaw#16183) This reverts commit 386bb0c.
openperf
pushed a commit
to openperf/moltbot
that referenced
this pull request
Feb 14, 2026
…aw#12027) thanks @shadril238" (openclaw#16183) This reverts commit 386bb0c.
BigUncle
pushed a commit
to BigUncle/openclaw
that referenced
this pull request
Feb 14, 2026
…aw#12027) thanks @shadril238" (openclaw#16183) This reverts commit 386bb0c.
mverrilli
pushed a commit
to mverrilli/openclaw
that referenced
this pull request
Feb 14, 2026
…aw#12027) thanks @shadril238" (openclaw#16183) This reverts commit 386bb0c.
GwonHyeok
pushed a commit
to learners-superpumped/openclaw
that referenced
this pull request
Feb 15, 2026
…aw#12027) thanks @shadril238" (openclaw#16183) This reverts commit 386bb0c.
Benkei-dev
pushed a commit
to Benkei-dev/openclaw
that referenced
this pull request
Feb 15, 2026
…aw#12027) thanks @shadril238" (openclaw#16183) This reverts commit 386bb0c.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
386bb0c61806d89b1a8e8fecc78cf42260910c4ffrom PR fix: don't auto-create HEARTBEAT.md on workspace init #12027ensureAgentWorkspacebehavior that writesHEARTBEAT.mdduring workspace initHEARTBEAT.mdneeds to exist on workspace init as part of onboardingVerification
pnpm test src/agents/workspace.e2e.test.ts(fails because repo test config excludes*.e2e.test.ts)pnpm check(currently fails on existingsrc/gateway/tools-invoke-http.tsTypeScript errors on main)Greptile Overview
Greptile Summary
This PR reverts commit
386bb0c6from #12027, restoring the originalensureAgentWorkspacebehavior that auto-createsHEARTBEAT.mdduring workspace initialization.Key changes:
heartbeatPathparameter in the return type ofensureAgentWorkspaceHEARTBEAT.mdtemplate during bootstrapheartbeatPathin theisBrandNewWorkspacecheckHEARTBEAT.mdwas NOT createdThe template content (after frontmatter stripping) contains only markdown headers/comments, making it "effectively empty" per
isHeartbeatContentEffectivelyEmpty(), so heartbeat API calls will still be skipped as intended. This revert appears to restore the correct default behavior where users get a documented template file with instructions.Confidence Score: 5/5
Last reviewed commit: cd52355