Update paths in sync.sh, master/main.go, and CLAUDE.md to reflect the directory rename. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
import { parseExecutionContext } from "./execution-context-schema";
|
|
|
|
const executionContext = parseExecutionContext(process.env);
|
|
|
|
export { executionContext };
|