mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-18 16:02:28 +00:00
commit
d880d2740e
5 changed files with 386 additions and 49 deletions
|
|
@ -68,7 +68,7 @@ function buildProjectContextSection(
|
|||
}
|
||||
|
||||
if (guides.length > 0) {
|
||||
section += "\n" + guides.map((g) => `- ${g}`).join("\n") + "\n";
|
||||
section += `\n${guides.map((g) => `- ${g}`).join("\n")}\n`;
|
||||
}
|
||||
|
||||
section += "\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue