Add nova copilot command for Agentic Copilot workflow#213
Merged
Conversation
- Introduced `Invoke-NovaAgenticCopilotScaffold` for applying or refreshing the Agentic Copilot workflow in existing projects. - Added `% nova copilot` command for CLI usage. - Updated help documentation and examples for the new command.
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
- add tests for missing built module file - add tests for empty function definitions in built module - improve error handling in manifest schema validation - introduce case-insensitive directory policy matching - refactor warning choice prompt to accept custom UI
…ipts - Refine path patterns to include nested private scripts - Add tests for project.json Pester coverage configuration
There was a problem hiding this comment.
Gates Passed
6 Quality Gates Passed
See analysis details in CodeScene
Quality Gate Profile: Pay Down Tech Debt
Install CodeScene MCP: safeguard and uplift AI-generated code. Catch issues early with our IDE extension and CLI tool.
There was a problem hiding this comment.
Code Coverage Gates Passed
Overall Coverage: 99.4%
(required = 95%)
New & Changed Code Coverage: 100%
(required = 99%)
Review details by gate
-
Overall Coverage
- Pass/Fail Reason:
The overall coverage gate was checked for all code and meets the goal: 99.4% covered >= threshold = 95% - Action:
You have 290 files with a sum of 3195 covered and 19 uncovered lines of code.
- Pass/Fail Reason:
-
New & Changed Code Coverage
- Pass/Fail Reason:
New or changed code meets coverage goal: 100% covered >= threshold = 99% - Action:
You modified 8 files, and covered 111 added/modified lines of code.
- Pass/Fail Reason:
stiwicourage
added a commit
that referenced
this pull request
May 20, 2026
- set max-width for layout - center align section with margin-inline auto
stiwicourage
added a commit
that referenced
this pull request
May 20, 2026
stiwicourage
deleted the
feature/212-add-invoke-novaagenticcopilotscaffold-and-nova-copilot-for-applyingupdating-the-agentic-copilot-scaffold-in-existing-projects
branch
May 24, 2026 15:05
22 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Invoke-NovaAgenticCopilotScaffoldand% nova copilot.Initialize-NovaModule, but it did not have a supported way to add or refresh that scaffold in an alreadyexisting project.
3.0.2-preview, but the new public cmdlet/CLI workflow and docs are user-facing behavior for the nextstable release as well.
scaffold completeness and
nova copilot --confirm/-cbehavior/docs alignment.Affected area
novaCLI or command routingproject.jsonhandlingREADME.md,CONTRIBUTING.md, repository workflow docs)docs/*.html)docs/NovaModuleTools/en-US/*.md)src/resources/example/project.json, workflow dependencies, release tooling)Review guidance
src/public/InvokeNovaAgenticCopilotScaffold.ps1,src/private/scaffold/GetNovaAgenticCopilotScaffoldWorkflowContext.ps1,src/private/scaffold/InvokeNovaAgenticCopilotScaffoldWorkflow.ps1, and the policy changes insrc/private/scaffold/InitializeNovaModuleAgenticCopilotScaffold.ps1.src/private/cli/,src/resources/cli/help/copilot.psd1,and
src/resources/cli/NovaCliHelp.txt.docs/NovaModuleTools/en-US/Invoke-NovaAgenticCopilotScaffold.md,docs/commands.html,docs/core-workflows.html,README.md,CHANGELOG.md, andRELEASE_NOTE.md.copied by the approved write policy.
nova copilot --confirm/-cbehavior and docs are not yet reconciled.Validation
Invoke-NovaBuildTest-NovaBuild./scripts/build/Invoke-ScriptAnalyzerCI.ps1./scripts/build/ci/Invoke-NovaModuleToolsCI.ps1% nova build,% nova test,% nova merge,% nova deploy,% nova publish,% nova release,% nova update,% nova notification, or% nova initas relevant)Validation notes:
Documentation and release follow-up
README.mdreviewed and updated if contributor workflow, architecture, CI, release, or automationchanged
CONTRIBUTING.mdreviewed and updated if contribution expectations or review guidance changedCHANGELOG.mdreviewed and updated if the change matters to users, maintainers, or contributorsRELEASE_NOTE.mdreviewed and updated if the change affects public cmdlet usage, CLI usage,configuration semantics, or migration expectations
docs/NovaModuleTools/en-US/help updated if a public command or CLI behavior changeddocs/*.htmlupdated if end-user workflows or examples changedsrc/resources/example/reviewed and updated if the real-world project layout, package model, orupload workflow changed
Maintainability, compatibility, and risk
Risk, rollout, or rollback notes:
Important
Do not use a public pull request to disclose a vulnerability before coordinated handling.
Use the private reporting path in
SECURITY.mdfor new security issues.