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 { spawnSync } from "node:child_process";
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 codex = agent({
name: "codex",