documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/chat.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/chat-message.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/chat.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/chat.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/object-link-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/advisory_ai_chat/chat-message.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/chat.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/chat-message.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/chat.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/chat.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/object-link-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/advisory_ai_chat/chat-message.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/advisory_ai_chat/chat-message.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "4/4",
|
||||
"testFilesPassed": "1/1",
|
||||
"warnings": [
|
||||
"Angular template and bundle budget warnings are present from existing baseline."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T07:45:37Z"
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"module": "web",
|
||||
"feature": "ai-chat-panel-ui",
|
||||
"runId": "run-006",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"capturedAtUtc": "2026-02-11T07:45:37Z",
|
||||
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
|
||||
"playwrightTests": [
|
||||
"advisory ai chat route renders role-aware messages, object links, grounding score, and actions"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /ai/chat and verify AdvisoryAI chat shell renders.",
|
||||
"action": "navigate+assert",
|
||||
"target": "/ai/chat",
|
||||
"expected": "AdvisoryAI heading and role-aware user/assistant messages are visible.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T07:45:37Z"
|
||||
},
|
||||
{
|
||||
"description": "Verify assistant grounding score and object-link citations are rendered.",
|
||||
"action": "assert",
|
||||
"target": "assistant message panel",
|
||||
"expected": "Grounding score 86% plus SBOM/Reachability object-link chips are visible.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T07:45:37Z"
|
||||
},
|
||||
{
|
||||
"description": "Trigger Create VEX draft action from assistant proposed actions.",
|
||||
"action": "click+assert",
|
||||
"target": "Create VEX draft button",
|
||||
"expected": "Action button is clickable and remains visible after interaction.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T07:45:37Z"
|
||||
}
|
||||
],
|
||||
"evidence": "docs/qa/feature-checks/runs/web/ai-chat-panel-ui/run-006/evidence/playwright-ui-evidence.txt",
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user