rm heartbeat

This commit is contained in:
Harivansh Rathi 2026-03-08 21:19:30 -07:00
parent aa70afbd7e
commit 5308b63671
2 changed files with 0 additions and 5 deletions

View file

@ -125,7 +125,6 @@ const companionContextFilenames = [
"SOUL.md",
"USER.md",
"TOOLS.md",
"HEARTBEAT.md",
"MEMORY.md",
"BOOTSTRAP.md",
];

View file

@ -77,10 +77,6 @@ function buildProjectContextSection(
section +=
"\nIf TOOLS.md is present, treat it as the source of truth for the current sandbox filesystem, app locations, and environment-specific workflow details.\n";
}
if (hasContextFile("HEARTBEAT.md")) {
section +=
"\nIf HEARTBEAT.md is present, honor it as recurring operational guidance for the agent.\n";
}
if (hasContextFile("BOOTSTRAP.md")) {
section +=
"\nIf BOOTSTRAP.md is present, treat it as an actionable onboarding task list and execute it before drifting into unrelated work.\n";