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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
22
22
-`Get-NovaUpdateNotificationPreference -Verbose` now explains whether Nova is reading a stored preference or the built-in default, and the command help now points read-only PowerShell users to the matching `% nova notification` workflow.
23
23
-`Initialize-NovaModule` now shows scaffold progress, ends with the created project root plus the next suggested cmdlet, and fails with clearer guidance when the target project folder already exists.
24
24
-`Install-NovaCli` now prints the installed launcher path, suggests the next command to run, and gives a clearer `PATH` warning when the destination directory is not yet available from the shell.
25
+
-`Invoke-NovaAgenticCopilotScaffold` now shows apply progress, ends with the project root plus suggested review and validation steps, and fails with clearer cancellation guidance when the overwrite warning is declined.
Copy file name to clipboardExpand all lines: RELEASE_NOTE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This file summarizes the release notes for NovaModuleTools. **UNRELEASED** chang
18
18
-`Get-NovaUpdateNotificationPreference -Verbose` now tells you whether Nova is using a stored update-notification preference or the built-in default, and the help now points to the matching `% nova notification` workflow.
19
19
-`Initialize-NovaModule` now shows scaffold progress, ends with the project root and the next suggested cmdlet, and gives clearer recovery guidance when the target project folder already exists.
20
20
-`Install-NovaCli` now prints the installed launcher path, suggests the next command to run, and gives a clearer `PATH` warning when the launcher directory is not yet available from the shell.
21
+
-`Invoke-NovaAgenticCopilotScaffold` now shows apply progress, ends with the project root plus suggested review and validation steps, and gives clearer cancellation guidance when the overwrite warning is declined.
Copy file name to clipboardExpand all lines: docs/NovaModuleTools/en-US/Invoke-NovaAgenticCopilotScaffold.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ By default the workflow shows an overwrite warning before it updates the managed
34
34
35
35
The target path must contain a valid `project.json`. Invalid project metadata or an invalid short name stops the command with a clear validation error.
36
36
37
+
During apply or refresh, Nova shows progress for the main scaffold phases and ends with the project root plus the next suggested review and validation steps.
38
+
37
39
## EXAMPLES
38
40
39
41
### EXAMPLE 1
@@ -201,6 +203,8 @@ This workflow does not persist `ShortName` to `project.json` and does not infer
201
203
202
204
`README.md`, `CHANGELOG.md`, and `RELEASE_NOTE.md` are created only when they are missing.
203
205
206
+
Press `Ctrl+C` before confirming the overwrite warning if you want to cancel the apply without changing files.
Stop-NovaOperation-Message "Agentic Copilot scaffold apply cancelled for $($WorkflowContext.ProjectRoot). Re-run the command and choose Yes when you are ready to overwrite the managed scaffold paths."-ErrorId 'Nova.Workflow.AgenticCopilotScaffoldCancelled'-Category OperationStopped -TargetObject $WorkflowContext.ProjectRoot
0 commit comments