We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44f0da commit 8637b82Copy full SHA for 8637b82
src/lib/TemplateManager.ts
@@ -71,7 +71,7 @@ export class TemplateManager {
71
const copiedFiles: string[] = [];
72
73
try {
74
- const contextSource = path.join(this.templatesDir, 'env', env.code, env.contextFileName);
+ const contextSource = path.join(this.templatesDir, 'env', 'AGENTS.md');
75
const contextTarget = path.join(this.targetDir, env.contextFileName);
76
77
if (await fs.pathExists(contextSource)) {
0 commit comments