aiesthetic-cli 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/bin/cli.js +2 -2
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -173,7 +173,7 @@ async function main() {
173
173
 
174
174
  // Save Meta
175
175
  fs.writeFileSync(path.join(outputDir, 'README.md'), assets.readme.markdown);
176
- fs.writeFileSync(path.join(outputDir, 'cursor-prompt.txt'), assets.readme.cursorPrompt);
176
+ fs.writeFileSync(path.join(outputDir, 'animation-prompt.txt'), assets.readme.animationPrompt);
177
177
 
178
178
  console.log(`\n ${color.bold}${color.green}✨ GENERATION SUCCESSFUL${color.reset}`);
179
179
  console.log(` ${color.dim}══════════════════════════════════════════════════════${color.reset}`);
@@ -184,7 +184,7 @@ async function main() {
184
184
  console.log(` ${color.bold} NEXT STEPS FOR YOUR AI AGENT:${color.reset}`);
185
185
  console.log(` 1. Open the generated README: ${color.cyan}${path.join(outputDir, 'README.md')}${color.reset}`);
186
186
  console.log(` 2. Follow the technical instructions to build the site.`);
187
- console.log(` 3. The cursor-prompt.txt contains your ready-to-use system prompt.`);
187
+ console.log(` 3. The animation-prompt.txt contains your ready-to-use system prompt.`);
188
188
  console.log(` ${color.dim}══════════════════════════════════════════════════════${color.reset}\n`);
189
189
 
190
190
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aiesthetic-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "AIesthetic Asset Engine — Generate and download high-quality visual components from your terminal.",
5
5
  "main": "index.js",
6
6
  "bin": {