mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-16 00:03:00 +00:00
rm bootstrap
This commit is contained in:
parent
bf9bfe38f7
commit
85c2a0b675
4 changed files with 0 additions and 24 deletions
|
|
@ -327,7 +327,6 @@ Content`,
|
|||
mkdirSync(appDir, { recursive: true });
|
||||
writeFileSync(join(workspaceDir, "IDENTITY.md"), "# Identity\n\nPi");
|
||||
writeFileSync(join(workspaceDir, "TOOLS.md"), "# Tools\n\nUse ~/.pi");
|
||||
writeFileSync(join(workspaceDir, "BOOTSTRAP.md"), "# Bootstrap\n\nDo it");
|
||||
|
||||
const loader = new DefaultResourceLoader({ cwd: appDir, agentDir });
|
||||
await loader.reload();
|
||||
|
|
@ -337,9 +336,6 @@ Content`,
|
|||
true,
|
||||
);
|
||||
expect(agentsFiles.some((f) => f.path.endsWith("TOOLS.md"))).toBe(true);
|
||||
expect(agentsFiles.some((f) => f.path.endsWith("BOOTSTRAP.md"))).toBe(
|
||||
true,
|
||||
);
|
||||
});
|
||||
|
||||
it("should discover SYSTEM.md from cwd/.pi", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue