mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-15 05:02:07 +00:00
rm heartbeat
This commit is contained in:
parent
aa70afbd7e
commit
5308b63671
2 changed files with 0 additions and 5 deletions
|
|
@ -125,7 +125,6 @@ const companionContextFilenames = [
|
|||
"SOUL.md",
|
||||
"USER.md",
|
||||
"TOOLS.md",
|
||||
"HEARTBEAT.md",
|
||||
"MEMORY.md",
|
||||
"BOOTSTRAP.md",
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue