fix: resolve CI workflow and file structure issues
Some checks failed
/ test (push) Has been cancelled
Some checks failed
/ test (push) Has been cancelled
This commit is contained in:
@@ -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`);
|
||||
|
||||
Reference in New Issue
Block a user