Skip to content

Commit b11ca6b

Browse files
committed
#194 fix: Update release notes.
1 parent 3ac7599 commit b11ca6b

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55

66
## [Unreleased]
77
### Added
8-
- `Initialize-NovaModule` and `% nova init` now offer an optional interactive Agentic Copilot starter package for both the minimal and example scaffold flows.
8+
- `Initialize-NovaModule` and `% nova init` now offer an optional interactive **Agentic Copilot** starter package for both the minimal and example scaffold flows.
99
- The new prompt appears after the Git question, defaults to `No`, and adds one shared Nova-maintained starter tree when enabled.
1010
- Example scaffolds now merge the existing example README with the Agentic starter README instead of flattening the example guide into the generic starter file.
1111
- The starter tree is now generated from a filtered mirror of Nova's own agentic `.github/` files, with a dedicated sync script and drift test so future scaffolds and `dist` stay aligned with the maintained source guidance.
@@ -34,8 +34,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
3434

3535

3636
### Fixed
37-
- `Test-NovaBuild` now fails when `project.json` configures `Pester.CodeCoverage.CoveragePercentTarget` and the measured coverage percentage is lower than the configured target, instead of passing through Pester's success result unchanged.
38-
- Nova now also applies that configured target directly to the Pester runtime configuration, so Pester's own coverage summary shows the configured threshold instead of the default `75%`.
3937

4038

4139
### Security

RELEASE_NOTE.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ This file summarizes public cmdlet, CLI, configuration, and migration changes fo
55

66
## [Unreleased]
77
### Added
8-
- `Initialize-NovaModule` and `% nova init` now offer an optional Agentic Copilot starter package in both the minimal and example interactive scaffold flows.
8+
- `Initialize-NovaModule` and `% nova init` now offer an optional **Agentic Copilot** starter package in both the minimal and example interactive scaffold flows.
99
- The starter package follows a filtered mirror of Nova's maintained agentic guidance so newly scaffolded projects receive a broader Nova-style agentic baseline without Nova-specific surfaces.
10-
- The starter now includes a generated text-file-formatting guardrail helper and, when project tests are enabled, a Pester guardrail test so trailing blank-line violations fail the normal project test flow.
11-
- Before the first interactive scaffold question, Nova now also warns when a newer NovaModuleTools release is available by reusing the same non-blocking update warning behavior already used by `build`.
1210

1311
### Changed
1412
- New projects now start with Nova's default Pester `CodeCoverage` block in both the minimal template and packaged example `project.json`, with `Enabled=false`, shared `src/` coverage paths, JaCoCo output, and a `90` percent target ready to opt into.
@@ -21,8 +19,6 @@ This file summarizes public cmdlet, CLI, configuration, and migration changes fo
2119

2220

2321
### Fixed
24-
- `Test-NovaBuild` now fails when `project.json` sets `Pester.CodeCoverage.CoveragePercentTarget` and the measured coverage percentage is lower than the configured target.
25-
- The same configured target is now also applied to Pester's runtime configuration, so the console coverage summary no longer falls back to `75%`.
2622

2723

2824
### Security

0 commit comments

Comments
 (0)