From c18775b277fc75eeebdaba6cce0bec959d6bea91 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 08:19:34 +0000 Subject: [PATCH] fix: resolve CI workflow and file structure issues --- src/commands/create.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/create.ts b/src/commands/create.ts index aef9472..1aa82c7 100644 --- a/src/commands/create.ts +++ b/src/commands/create.ts @@ -111,7 +111,7 @@ export function createCreateCommand(): Command { console.log(` Main Branch: ${chalk.white(mainBranch)}`); console.log(` Created: ${chalk.white(new Date().toISOString())}`); console.log(chalk.cyan('\nšŸ“ Next Steps:')); - console.log(` 1. ${chalk.white(`cd ${workspacePath}`)}`); + console.log(` 1. ${chalk.white(\`cd ${workspacePath}\`)}`); console.log(` 2. ${chalk.white('Start your coding tasks')}`); console.log(` 3. ${chalk.white('git-agent-sync status')} - Track changes`); console.log(` 4. ${chalk.white('git-agent-sync diff')} - Generate diffs`);