chore(coding-agent): format trust changes

This commit is contained in:
Armin Ronacher
2026-06-02 23:33:31 +02:00
Unverified
parent 794bcb7e0f
commit d3aca3f6ae
2 changed files with 1 additions and 2 deletions
@@ -36,6 +36,6 @@ export const BUILTIN_SLASH_COMMANDS: ReadonlyArray<BuiltinSlashCommand> = [
{ name: "compact", description: "Manually compact the session context" },
{ name: "resume", description: "Resume a different session" },
{ name: "reload", description: "Reload keybindings, extensions, skills, prompts, and themes" },
{ name: "trust", description: "Configure project .pi trust" }
{ name: "trust", description: "Configure project .pi trust" },
{ name: "quit", description: `Quit ${APP_NAME}` },
];
@@ -329,7 +329,6 @@ Content`,
expect(loader.getSystemPrompt()).toBe("You are a helpful assistant.");
});
it("should skip .pi SYSTEM.md when project config is not trusted", async () => {
const piDir = join(cwd, ".pi");
mkdirSync(piDir, { recursive: true });