agents-cli-automation 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/commands/init.js +1 -1
package/package.json
CHANGED
package/src/commands/init.js
CHANGED
|
@@ -33,7 +33,7 @@ export default async function initCommand() {
|
|
|
33
33
|
await fs.ensureDir(agentsDir);
|
|
34
34
|
|
|
35
35
|
// Save file with .agent extension
|
|
36
|
-
const destFile = path.join(agentsDir, "playwrightsetup.
|
|
36
|
+
const destFile = path.join(agentsDir, "playwrightsetup-agent.md");
|
|
37
37
|
|
|
38
38
|
// Copy template content
|
|
39
39
|
await fs.copyFile(templatePath, destFile);
|