Skip to content

Commit 8637b82

Browse files
committed
Fix copying AGENTS.md
1 parent e44f0da commit 8637b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/TemplateManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class TemplateManager {
7171
const copiedFiles: string[] = [];
7272

7373
try {
74-
const contextSource = path.join(this.templatesDir, 'env', env.code, env.contextFileName);
74+
const contextSource = path.join(this.templatesDir, 'env', 'AGENTS.md');
7575
const contextTarget = path.join(this.targetDir, env.contextFileName);
7676

7777
if (await fs.pathExists(contextSource)) {

0 commit comments

Comments
 (0)