mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-17 10:02:23 +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",
|
"SOUL.md",
|
||||||
"USER.md",
|
"USER.md",
|
||||||
"TOOLS.md",
|
"TOOLS.md",
|
||||||
"HEARTBEAT.md",
|
|
||||||
"MEMORY.md",
|
"MEMORY.md",
|
||||||
"BOOTSTRAP.md",
|
"BOOTSTRAP.md",
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -77,10 +77,6 @@ function buildProjectContextSection(
|
||||||
section +=
|
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";
|
"\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")) {
|
if (hasContextFile("BOOTSTRAP.md")) {
|
||||||
section +=
|
section +=
|
||||||
"\nIf BOOTSTRAP.md is present, treat it as an actionable onboarding task list and execute it before drifting into unrelated work.\n";
|
"\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