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
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
9
9
10
10
### Changed
11
11
12
-
- The maintained Agentic Copilot guidance shipped by Nova now uses stricter release, review, testing, and analyzer rules across prompts, skills, agents, and scaffold mirrors.
13
-
- The repository and scaffolded guidance now stop earlier when required guidance files or required skills are missing, keep private-helper test ownership aligned with mirrored `tests/private/<domain>/<Helper>.Tests.ps1` paths, and require analyzer fallback guidance to reuse the repository wrapper settings.
14
-
- The scaffold-sync guardrail test now verifies those release/review/test guidance expectations so future scaffold updates stay aligned with the maintained source files.
15
-
16
12
### Deprecated
17
13
18
14
### Removed
19
15
20
16
### Fixed
21
17
18
+
### Security
19
+
20
+
## [3.3.0] - 2026-06-16
21
+
22
+
### Changed
23
+
24
+
- The maintained Agentic Copilot guidance shipped by Nova now uses stricter release, review, testing, and analyzer rules across prompts, skills, agents, and scaffold mirrors.
25
+
- The repository and scaffolded guidance now stop earlier when required guidance files or required skills are missing, keep private-helper test ownership aligned with mirrored `tests/private/<domain>/<Helper>.Tests.ps1` paths, and require analyzer fallback guidance to reuse the repository wrapper settings.
26
+
- The scaffold-sync guardrail test now verifies those release/review/test guidance expectations so future scaffold updates stay aligned with the maintained source files.
27
+
28
+
### Fixed
29
+
22
30
-`Test-NovaBuild` and `% nova test -b` now complete with a visible warning when a project has no `*.Integration.Tests.ps1` files, instead of failing the build-validation flow.
23
31
- The guidance explains where build-validation tests belong, tells users to add at least one `*.Integration.Tests.ps1` file before rerunning `Test-NovaBuild`, and reminds users to keep unit tests in `Invoke-NovaTest`.
24
32
- The packaged example scaffold now includes a minimal `*.Integration.Tests.ps1` file that resolves the generated `ProjectName`, imports the built module, and validates `Get-ExampleGreeting`, so `nova init -e` projects can pass `Test-NovaBuild` even after the scaffold rewrites `project.json`.
25
33
26
-
### Security
27
-
28
34
## [3.2.0] - 2026-05-31
29
35
30
36
### Added
@@ -495,7 +501,8 @@ This release was yanked because it removed the implicit `Pester` dependency, bef
Copy file name to clipboardExpand all lines: RELEASE_NOTE.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,25 @@ This file summarizes the release notes for NovaModuleTools. **UNRELEASED** chang
8
8
9
9
### Changed
10
10
11
-
- The shipped Agentic Copilot scaffold now includes tighter review, release, testing, and analyzer guidance so generated projects inherit the latest workflow guardrails and validation expectations.
12
-
13
11
### Deprecated
14
12
15
13
### Removed
16
14
17
15
### Fixed
18
16
17
+
### Security
18
+
19
+
## [3.3.0] - 2026-06-16
20
+
21
+
### Changed
22
+
23
+
- The shipped Agentic Copilot scaffold now includes tighter review, release, testing, and analyzer guidance so generated projects inherit the latest workflow guardrails and validation expectations.
24
+
25
+
### Fixed
26
+
19
27
-`Test-NovaBuild` and `% nova test -b` now complete with a visible warning when a project has no `*.Integration.Tests.ps1` files, and the guidance now explains where build-validation tests belong plus when to use `Invoke-NovaTest` instead.
20
28
- The packaged example scaffold now includes a minimal build-validation integration test that resolves the generated project name before importing the built module and checking `Get-ExampleGreeting`, so `nova init -e` projects can pass `Test-NovaBuild`.
21
29
22
-
### Security
23
-
24
30
## [3.2.0] - 2026-05-31
25
31
26
32
### Added
@@ -264,3 +270,4 @@ This release was yanked because it removed the implicit `Pester` dependency befo
264
270
## [0.0.4] - 2024-06-25
265
271
### Added
266
272
- First PowerShell Gallery release of NovaModuleTools with the initial module workflow support.
Copy file name to clipboardExpand all lines: project.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"ProjectName": "NovaModuleTools",
3
3
"Description": "NovaModuleTools is an enterprise-focused build tool for Agentic Copilot PowerShell module development, with a strong emphasis on structure, maintainability, and automated CI/CD pipelines.",
0 commit comments