Release PolicyWatcher 3.9.0 Beta 27 — Admin Operational Readiness - #6
Closed
sev7enITA wants to merge 46 commits into
Closed
Release PolicyWatcher 3.9.0 Beta 27 — Admin Operational Readiness#6sev7enITA wants to merge 46 commits into
sev7enITA wants to merge 46 commits into
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
| } | ||
|
|
||
| function markdownLinkLabel(value: unknown): string { | ||
| return escapeMarkdownText(value).replace(/([()])/g, '\\$1'); |
| expect(existsSync('src/app/api/pulse/launch-kit/route.ts')).toBe(false); | ||
| expect(existsSync('src/app/api/og/launch/[asset]/route.tsx')).toBe(false); | ||
| expect(change).toContain('/api/evidence-packet/${id}?format=pdf'); | ||
| expect(change).not.toContain('/api/report/${change.policy.id}'); |
Owner
Author
|
Questa PR Beta 27 è stata superata dalla PR #7, che consolida in modo coerente lo stato Beta 41, l’architettura evidence-first, le correzioni SEO/canonical, la telemetria AI e l’infrastruttura di valutazione: #7 Chiudo questa PR per evitare due linee di integrazione concorrenti. Il branch remoto resta conservato per tracciabilità. |
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.
What changed
3.9.0-beta.27;Why
The dashboard needed to expose actionable operational evidence without allowing missing scans, unavailable metrics or absent modules to appear healthy. Public documentation and release assets also needed to describe the implemented state consistently.
User and operator impact
Administrators receive one responsible-console route per deterministic priority. Auditors receive read-only verification routes. Public readers receive consistent, qualified documentation of the protected capability without operational-health, usability, accessibility, security or compliance claims.
Validation