MCPcopy Create free account
hub / github.com/AI45Lab/Code / log

Function log

sdk/node/ultracode_test.mjs:13–13  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

11const LOG = new URL('./ultracode_test.log', import.meta.url).pathname;
12const ITERS = Number(process.argv[2] || 3);
13const log = (s) => { appendFileSync(LOG, s + '\n'); console.log(s); };
14
15// EXACT text from crates/cli/src/tui/panels/model.rs ULTRACODE_GUIDELINES.
16const GUIDELINES = `[ultracode] Dynamic-workflow mode. Express ALL of your work as ONE generated, executable workflow SCRIPT. Do NOT call \`parallel_task\` or \`task\` directly at the top level — the script IS the workflow.

Callers 2

onceFunction · 0.70
ultracode_test.mjsFile · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected