You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -218,9 +218,9 @@ performance (no allocations in loops, proper StringBuilder usage), thread safety
218
218
state access, and adherence to C# 7.3 constraints."
219
219
```
220
220
221
-
**If existing Pester tests exist** for this command (check `c:\github\dbatools\tests\{CommandName}.Tests.ps1`), use `subagent_type="pester-test-guardian"`:
221
+
**If existing Pester tests exist** for this command (check `c:\github\dbatools-ralph\tests\{CommandName}.Tests.ps1`), use `subagent_type="pester-test-guardian"`:
222
222
```
223
-
Task prompt: "Evaluate the Pester tests at c:\github\dbatools\tests\{CommandName}.Tests.ps1
223
+
Task prompt: "Evaluate the Pester tests at c:\github\dbatools-ralph\tests\{CommandName}.Tests.ps1
224
224
for compatibility with the new C# binary cmdlet at {cs_path}. Identify any tests that
225
225
will break due to the conversion (changed output types, removed properties, different
226
226
error behavior). Report which tests need adaptation and suggest fixes."
@@ -230,20 +230,20 @@ Fix any issues reported by these specialized reviewers before proceeding to Step
230
230
231
231
### 10. Retire the PS1 Function
232
232
233
-
The C# cmdlet replaces the PS1 function. Both cannot coexist — PowerShell will error on duplicate command names. Perform these steps in the **dbatools repo** (`c:\github\dbatools`):
233
+
The C# cmdlet replaces the PS1 function. Both cannot coexist — PowerShell will error on duplicate command names. Perform these steps in the **dbatools repo** (`c:\github\dbatools-ralph`):
234
234
235
235
#### 10a. Archive the PS1 file
236
236
237
237
Move the PS1 to an `archive/` folder (gitignored — for reference only, the original is in git history):
0 commit comments