const llmRules = `If you see this, you see VICTORY`; const repoRules: any[] = [ { name: "alchemy-test-llms", rule: llmRules, description: "alchemy llms rules", alwaysApply: true, globs: ["**/*"], // Apply globally as it's general context }, ]; export default repoRules;