Skip to content

Fix gh aw init staging guidance in terminal install steps#1029

Merged
pelikhan merged 2 commits into
mainfrom
copilot/workshop-sync-fix-git-add
Jul 14, 2026
Merged

Fix gh aw init staging guidance in terminal install steps#1029
pelikhan merged 2 commits into
mainfrom
copilot/workshop-sync-fix-git-add

Conversation

Copilot AI commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

workshop/06a-install-terminal.md instructed learners to stage only .github/skills/agentic-workflows/ after gh aw init, even though current gh-aw generates additional required files. Following the step verbatim could leave repos partially initialized and break later workflow setup.

  • Scope

    • Update both terminal-path install steps:
      • workshop/06a-install-terminal.md
      • workshop/06b-install-local.md
  • Instruction fix

    • Replace the partial staging command with an explicit add covering all generated paths:
      gh aw init
      git add .github/ .gitattributes .vscode/
      git commit -m "Initialize agentic workflow skills"
      git push
  • Generated file explanation

    • Expand the prose after gh aw init to reflect the actual outputs, including:
      • skill files under .github/skills/
      • custom agent definition under .github/agents/
      • MCP config in .github/mcp.json
      • Copilot setup steps in .github/workflows/copilot-setup-steps.yml
      • editor settings in .vscode/
      • .gitattributes
  • Checkpoint alignment

    • Update the checkpoint text from committing only agentic-workflows skill files to committing all files generated by gh aw init.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix incomplete git add command in workshop/06a-install-terminal.md Fix gh aw init staging guidance in terminal install steps Jul 14, 2026
Copilot AI requested a review from pelikhan July 14, 2026 12:16
@pelikhan pelikhan marked this pull request as ready for review July 14, 2026 12:19
@pelikhan pelikhan merged commit 359e1cd into main Jul 14, 2026
@pelikhan pelikhan deleted the copilot/workshop-sync-fix-git-add branch July 14, 2026 12:19
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.

[workshop-sync] workshop/06a-install-terminal.md: incomplete git add after gh aw init

2 participants