mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-18 16:02:28 +00:00
rm bootstrap
This commit is contained in:
parent
bf9bfe38f7
commit
85c2a0b675
4 changed files with 0 additions and 24 deletions
|
|
@ -66,11 +66,6 @@ function buildProjectContextSection(
|
|||
if (hasFile("MEMORY.md")) {
|
||||
guides.push("**MEMORY.md** is what you remember. Keep it current.");
|
||||
}
|
||||
if (hasFile("BOOTSTRAP.md")) {
|
||||
guides.push(
|
||||
"**BOOTSTRAP.md** has tasks to do first.",
|
||||
);
|
||||
}
|
||||
|
||||
if (guides.length > 0) {
|
||||
section += "\n" + guides.map((g) => `- ${g}`).join("\n") + "\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue