refactor instructions

This commit is contained in:
David Blass
2025-11-13 10:59:08 -05:00
parent 203e9ef8cd
commit 7aa7803186
6 changed files with 167 additions and 133 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import { query, type SDKMessage } from "@anthropic-ai/claude-agent-sdk";
import packageJson from "../package.json" with { type: "json" };
import { log } from "../utils/cli.ts";
import { addInstructions, agent, installFromNpmTarball } from "./shared.ts";
import { addInstructions } from "./instructions.ts";
import { agent, installFromNpmTarball } from "./shared.ts";
export const claude = agent({
name: "claude",