fix: resolve CI workflow and file structure issues
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
2026-02-03 08:19:34 +00:00
parent dfa5711754
commit c18775b277

View File

@@ -111,7 +111,7 @@ export function createCreateCommand(): Command {
console.log(` Main Branch: ${chalk.white(mainBranch)}`); console.log(` Main Branch: ${chalk.white(mainBranch)}`);
console.log(` Created: ${chalk.white(new Date().toISOString())}`); console.log(` Created: ${chalk.white(new Date().toISOString())}`);
console.log(chalk.cyan('\n📝 Next Steps:')); 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(` 2. ${chalk.white('Start your coding tasks')}`);
console.log(` 3. ${chalk.white('git-agent-sync status')} - Track changes`); console.log(` 3. ${chalk.white('git-agent-sync status')} - Track changes`);
console.log(` 4. ${chalk.white('git-agent-sync diff')} - Generate diffs`); console.log(` 4. ${chalk.white('git-agent-sync diff')} - Generate diffs`);