documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"feature": "ai-summary-3-line-component",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T21:46:00Z"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "3/3",
|
||||
"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": [
|
||||
"AiSummaryComponent provides deterministic three-line summary structure and progressive disclosure affordance.",
|
||||
"Authority badge integration and citation event plumbing are present for evidence drill-down flows.",
|
||||
"Summary component is integrated into findings AI chip rows for list-view usage."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T21:46:00Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify three-line summary content renders with expected What/Why/Next semantics.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify progressive-disclosure affordance appears when additional detail is available.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify citation click flow emits event payload for evidence navigation.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T21:46:00Z"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:31:04Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include \u003c44 checked-web spec files\u003e"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "135/135",
|
||||
"testFilesPassed": "44/44",
|
||||
"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": [
|
||||
"Checked feature components/services remain implemented with non-stub logic in src/Web/StellaOps.Web/src/app and src/Web/StellaOps.Web/src/tests.",
|
||||
"Consolidated checked-web spec replay (44 files) passed and exercised all checked web feature harnesses."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:31:04Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify three-line summary content renders with expected What/Why/Next semantics.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify progressive-disclosure affordance appears when additional detail is available.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify citation click flow emits event payload for evidence navigation.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Replay consolidated checked-web deterministic harness suite",
|
||||
"result": "pass",
|
||||
"evidence": "npx ng test --watch=false --include \u003c44 checked-web spec files\u003e (135/135 tests passing)."
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:31:04Z"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:33:36Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include \u003c44 checked-web spec files\u003e"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "136/136",
|
||||
"testFilesPassed": "44/44",
|
||||
"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": [
|
||||
"Checked feature components/services remain implemented with non-stub logic in src/Web/StellaOps.Web/src/app and src/Web/StellaOps.Web/src/tests.",
|
||||
"Consolidated checked-web spec replay (44 files) passed and exercised all checked web feature harnesses, including shell/sidebar/context-chip regression coverage."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:33:36Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify three-line summary content renders with expected What/Why/Next semantics.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify progressive-disclosure affordance appears when additional detail is available.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify citation click flow emits event payload for evidence navigation.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Replay consolidated checked-web deterministic harness suite",
|
||||
"result": "pass",
|
||||
"evidence": "npx ng test --watch=false --include \u003c44 checked-web spec files\u003e (135/135 tests passing)."
|
||||
},
|
||||
{
|
||||
"description": "Replay consolidated checked-web deterministic harness suite",
|
||||
"result": "pass",
|
||||
"evidence": "npx ng test --watch=false --include \u003c44 checked-web spec files\u003e (136/136 tests passing)."
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:33:36Z"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include \u003c47 checked-web spec files\u003e"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "145/145",
|
||||
"testFilesPassed": "47/47",
|
||||
"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": [
|
||||
"Checked feature components/services remain implemented with non-stub logic in src/Web/StellaOps.Web/src/app and src/Web/StellaOps.Web/src/tests.",
|
||||
"Consolidated checked-web spec replay (47 files) passed and exercised all checked web feature harnesses, including shell/sidebar/context-chip regression coverage."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify three-line summary content renders with expected What/Why/Next semantics.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify progressive-disclosure affordance appears when additional detail is available.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify citation click flow emits event payload for evidence navigation.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Replay consolidated checked-web deterministic harness suite",
|
||||
"result": "pass",
|
||||
"evidence": "npx ng test --watch=false --include \u003c44 checked-web spec files\u003e (135/135 tests passing)."
|
||||
},
|
||||
{
|
||||
"description": "Replay consolidated checked-web deterministic harness suite",
|
||||
"result": "pass",
|
||||
"evidence": "npx ng test --watch=false --include \u003c44 checked-web spec files\u003e (136/136 tests passing)."
|
||||
},
|
||||
{
|
||||
"description": "Replay consolidated checked-web deterministic harness suite",
|
||||
"result": "pass",
|
||||
"evidence": "npx ng test --watch=false --include \u003c47 checked-web spec files\u003e (145/145 tests passing)."
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
capturedAtUtc: 2026-02-11T02:03:04Z
|
||||
module: web
|
||||
feature: ai-summary-3-line-component
|
||||
expectedSurface: ui
|
||||
reason: Previous checked status relied on integration-harness Tier 2 evidence or missing state entry.
|
||||
previousTier2: C:\dev\New folder\git.stella-ops.org\docs\qa\feature-checks\runs\web\ai-summary-3-line-component\run-004\tier2-e2e-check.json
|
||||
previousTier2Type: integration
|
||||
verdict: fail (test_gap)
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include \u003c47 checked-web spec files\u003e"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "145/145",
|
||||
"testFilesPassed": "47/47",
|
||||
"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": [
|
||||
"Checked feature components/services remain implemented with non-stub logic in src/Web/StellaOps.Web/src/app and src/Web/StellaOps.Web/src/tests.",
|
||||
"Consolidated checked-web spec replay (47 files) passed and exercised all checked web feature harnesses, including shell/sidebar/context-chip regression coverage."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"module": "web",
|
||||
"feature": "ai-summary-3-line-component",
|
||||
"runId": "run-005",
|
||||
"capturedAtUtc": "2026-02-11T02:03:04Z",
|
||||
"category": "test_gap",
|
||||
"reason": "Strict FLOW Tier 2 requires fresh end-user API/CLI/UI transactions. Existing evidence is integration-harness only or missing in module state.",
|
||||
"evidence": "docs/qa/feature-checks/runs/web/ai-summary-3-line-component/run-005/evidence/strict-tier2-audit.txt",
|
||||
"verdict": "fail"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chip-showcase.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chip-showcase.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "3/3",
|
||||
"testFilesPassed": "1/1",
|
||||
"warnings": [
|
||||
"Angular template and bundle budget warnings are present from existing baseline."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T08:15:21Z"
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"module": "web",
|
||||
"feature": "ai-summary-3-line-component",
|
||||
"runId": "run-006",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"capturedAtUtc": "2026-02-11T08:15:21Z",
|
||||
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
|
||||
"playwrightTests": [
|
||||
"ai summary component route renders what-why-next lines and progressive disclosure citations"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /ai/chips and verify three-line summary section is present.",
|
||||
"action": "navigate+assert",
|
||||
"target": "/ai/chips",
|
||||
"expected": "Three-Line Summary heading and What/Why/Next lines are visible.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T08:15:21Z"
|
||||
},
|
||||
{
|
||||
"description": "Expand summary disclosure and inspect evidence citation list.",
|
||||
"action": "click+assert",
|
||||
"target": "Show evidence trail button",
|
||||
"expected": "Evidence Citations heading appears within expanded summary details.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T08:15:21Z"
|
||||
},
|
||||
{
|
||||
"description": "Open citation entry from expanded summary.",
|
||||
"action": "click+assert",
|
||||
"target": "Reachability trace citation button",
|
||||
"expected": "Event line records citation-open interaction.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T08:15:21Z"
|
||||
}
|
||||
],
|
||||
"evidence": "docs/qa/feature-checks/runs/web/ai-summary-3-line-component/run-006/evidence/playwright-ui-evidence.txt",
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user