Skip to content

fix: update post-init message to recommend copilot --agent squad#1045

Merged
bradygaster merged 1 commit intobradygaster:devfrom
gaburn:gaburn/1034-fix-post-init-message
Apr 30, 2026
Merged

fix: update post-init message to recommend copilot --agent squad#1045
bradygaster merged 1 commit intobradygaster:devfrom
gaburn:gaburn/1034-fix-post-init-message

Conversation

@gaburn
Copy link
Copy Markdown
Contributor

@gaburn gaburn commented Apr 25, 2026

Fixes #1034
Fixes #1007

Both issues report the same bug: after squad init, the CLI prints "Run squad to start" but the standalone squad CLI is deprecated. Updated to recommend copilot --agent squad instead.

Changes

  • Updated init message in packages/squad-cli/src/cli/core/init.tsn- Updated test assertions in est/human-journeys.test.tsn- Updated docs example output in docs/src/content/docs/scenarios/multiple-squads.md`n- Added changeset

@gaburn gaburn marked this pull request as ready for review April 25, 2026 22:34
Copilot AI review requested due to automatic review settings April 25, 2026 22:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the post-squad init guidance to reflect the deprecation of using the standalone squad shell entrypoint, and instead recommends starting Squad via copilot --agent squad.

Changes:

  • Updated the final init console message to recommend copilot --agent squad.
  • Updated the human journey test to assert the new recommended command is shown.
  • Updated docs example output and added a changeset for the CLI patch release.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
test/human-journeys.test.ts Updates assertion to require the new copilot --agent squad guidance.
packages/squad-cli/src/cli/core/init.ts Changes the post-init “what to do next” message to point to Copilot CLI.
docs/src/content/docs/scenarios/multiple-squads.md Updates example init output to match the new recommendation.
.changeset/fix-post-init-message.md Adds a patch changeset documenting the user-facing message change.

Comment thread packages/squad-cli/src/cli/core/init.ts Outdated
Comment on lines 296 to 297
console.log(`${GREEN}${BOLD}Your team is ready.${RESET} Run ${CYAN}${BOLD}copilot --agent squad${RESET} to start.`);
console.log();
Copy link

Copilot AI Apr 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This updates the final init guidance, but there is still an earlier init message that tells users to "start squad" when options.prompt is set (.init-prompt stored — team will be cast when you start squad). That becomes inconsistent with the new recommended entrypoint; consider updating that message to reference copilot --agent squad as well so users don’t get mixed instructions.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

@gaburn gaburn force-pushed the gaburn/1034-fix-post-init-message branch from 1bbc05a to a2c05a8 Compare April 27, 2026 23:17
Closes bradygaster#1034

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@gaburn gaburn force-pushed the gaburn/1034-fix-post-init-message branch from a2c05a8 to 787b529 Compare April 28, 2026 00:05
@bradygaster bradygaster merged commit 1d3c3ea into bradygaster:dev Apr 30, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Your team is ready. Run squad to start." isn't squad cli deprecated? Squad should not recommend using squad after squad init on macos

3 participants