Skip to content

Commit d7dba46

Browse files
committed
Refine instructions for GitHub Spec Kit usage, clarifying project types and updating guidance on file access issues
1 parent 4717156 commit d7dba46

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Instructions/Labs/LAB_AK_13_implement-spec-driven-development.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,15 @@ Use the following steps to complete this task:
360360
/speckit.constitution
361361
```
362362
363-
> **NOTE**: The GitHub Spec Kit supports "greenfield" and "brownfield" project types. Preliminary requirements are more significant for greenfield projects since there's no existing codebase. In this exercise, ContosoDashboard is a brownfield project with an existing codebase, so the agent analyzes the current project files to generate the constitution.
363+
The GitHub Spec Kit supports "greenfield" and "brownfield" project types. Preliminary requirements are more significant for greenfield projects since there's no existing codebase. In this exercise, ContosoDashboard is a brownfield project with an existing codebase, so the agent analyzes the current project files to generate the constitution.
364364
365365
1. Monitor GitHub Copilot's response.
366366
367367
GitHub Copilot uses the Chat view to communicate progress as it updates the constitution.md file.
368368
369-
It can take a minute or two for GitHub Copilot to analyze the project requirements and then construct the constitution document. If the workflow updates the templates for other GitHub Spec Kit files (spec.md, plan.md, tasks.md), you can ignore those changes for now. You generate those files in later tasks.
369+
It can take a minute or two for GitHub Copilot to analyze the project requirements and then construct the constitution document. If the workflow updates the templates for other GitHub Spec Kit files (spec.md, plan.md, tasks.md), you can accept the updates without reviewing the changes. You generate those files in later tasks.
370+
371+
> **NOTE**: If GitHub Copilot reports that it isn't able to access or edit files, open Visual Studio Code **Settings**, expand **Features**, select **Chat**, and then ensure that **Chat > Agent** is enabled.
370372
371373
1. Review the updated constitution.md file in the editor.
372374

0 commit comments

Comments
 (0)