save checkpoint
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"feature": "entropy-analysis-panel-and-policy-banner",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/entropy-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/entropy-panel.component.html",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/entropy-policy-banner.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/entropy-policy-banner.component.html",
|
||||
"src/Web/StellaOps.Web/src/app/features/scans/scan-detail-page.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/entropy/entropy-components.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/entropy-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/entropy-panel.component.html",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/entropy-policy-banner.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/entropy-policy-banner.component.html",
|
||||
"src/Web/StellaOps.Web/src/app/features/scans/scan-detail-page.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/entropy/entropy-components.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T23:27:50Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/entropy/entropy-components.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "6/6",
|
||||
"testFilesPassed": "1/1",
|
||||
"warnings": [
|
||||
"NG8113: RouterLinkActive is not used within AppSidebarComponent template.",
|
||||
"NG8113: RouterLink/RouterLinkActive is not used within SidebarNavGroupComponent template.",
|
||||
"NG8113: RouterLink is not used within AppTopbarComponent template.",
|
||||
"Bundle/style budget warnings remain from existing baseline."
|
||||
],
|
||||
"codeReview": [
|
||||
"Entropy panel computes risk class, score messaging, layer contribution geometry, high-entropy file ranking, and detector-hint groupings.",
|
||||
"Template trigonometric bindings now use an explicitly exposed Math reference from component context, preventing runtime binding errors.",
|
||||
"Entropy policy banner computes action-specific messaging/thresholds and supports download/view/mitigation event surfaces with expandable detail guidance."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T23:27:50Z"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify entropy panel computation/rendering and policy banner action/event flows including threshold visualization behavior.",
|
||||
"evidence": "src/tests/entropy/entropy-components.spec.ts",
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T23:27:50Z"
|
||||
}
|
||||
Reference in New Issue
Block a user