I'd be happy to help you create a clean update summary for your GitHub project! However, I don't see any input provided after "INPUT:" in your message.

Could you please share the changelog, commit history, or description of what has changed in your project since the last release? This could include:

- Git commit messages
- Pull request descriptions
- A changelog file
- A summary of new features, bug fixes, and improvements
- Any other relevant information about the changes

Once you provide this information, I'll create an exciting CHANGES section with clean, 10-word bullets and relevant emojis for each update! 🚀
This commit is contained in:
Pedram Amini
2025-12-05 21:17:52 -06:00
parent d2534e89d6
commit 787740620b
11 changed files with 687 additions and 37 deletions

View File

@@ -15,7 +15,7 @@ import { fileURLToPath } from 'url';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const rootDir = path.resolve(__dirname, '..');
const outfile = path.join(rootDir, 'dist/cli/maestro-playbook.js');
const outfile = path.join(rootDir, 'dist/cli/maestro-cli.js');
async function build() {
console.log('Building CLI with esbuild...');