Skip to content

Commit 247c1dc

Browse files
committed
Saving changes
1 parent d3bbd57 commit 247c1dc

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

AgentMode/.github/copilot-instructions.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,17 @@ NOTES:
7878

7979
**Thought:** Ensure all dependencies are installed for the SQL Database Project. Make sure you run these actions one at a time (don't try to concatenate them with ; or &).
8080

81-
8281
**Action:**
8382
- Ensure a container runtime (e.g. docker or podman) is running by running `./.github/tsql/install/is-container-runtime-running.ps1`
8483
- If a container runtime is not running, ensure the user does not proceed until a container runtime is installed and running.
85-
- Ensure `sqlcmd` is installed by running `./.github/tsql/install/ensure-sqlcmd-installed.ps1`
86-
- Ensure `Build.Sql.Templates` is installed by running `./.github/tsql/install/ensure-build-sql-templates-installed.ps1`
8784
- Ensure `SqlPackage` is installed by running `./.github/tsql/install/ensure-sqlpackage-installed.ps1`
88-
- NOTE: If the following message is returned after installing `SqlPackage`: `Since you just installed the .NET SDK, you will need to reopen the Command Prompt window before running the tool you installed.`, run `exit` in the terminal window, so another terminal window will be created for the next command.
85+
- NOTE: If the following message is returned after installing `SqlPackage`: `Since you just installed the .NET SDK, you will need
86+
to reopen the Command Prompt window before running the tool you installed.`, run `exit` in the
87+
terminal window, so another terminal window will be created for the next command.
88+
- NOTE: Running `exit` in the chat window will cause the Agent to hang. The user will need to clik the `Stop` button in the
89+
chat window to stop the agent and type `proceed` to continue.
90+
- Ensure `Build.Sql.Templates` is installed by running `./.github/tsql/install/ensure-build-sql-templates-installed.ps1`
91+
- Ensure `sqlcmd` is installed by running `./.github/tsql/install/ensure-sqlcmd-installed.ps1`
8992

9093
### Step 2: Create a Local SQL Server Instance
9194

AgentMode/ConfMSmini/business-process-description.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Business Process Description
32

43
Design a SQL Server application that implements a `Conference Management System` called `ConfMSmini`.
@@ -8,7 +7,7 @@ NOTES:
87
- Human reader (not the AI):
98
1. Copy and paste `Follow instructions in current file` into the Agent-Mode chat window.
109
2. You'll need to type `proceed` about 15 times. (HINT: arrow up key to repeat)
11-
3. After the final step, the reponse should be something like: "Your SQL Database Project is now complete and fully tested".
10+
3. After the final step, the response should be something like: "Your SQL Database Project is now complete and fully tested".
1211
- You should have about "40 files changed", press the `Keep` button.
1312

1413
# Roles

AgentMode/empty-business-process-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NOTES:
88
- Human reader (not the AI):
99
1. Copy and paste `Follow instructions in current file` into the Agent-Mode chat window.
1010
2. You'll need to type `proceed` about 15 times.
11-
3. At the end you should have about "40 files changed", press the `Keep` button.
11+
3. At the end you should have about "n files changed", press the `Keep` button.
1212

1313
# Roles
1414

0 commit comments

Comments
 (0)