docs: module dossier + install/quickstart sync for truthful cutover sprints

- API_CLI_REFERENCE.md, INSTALL_GUIDE.md, quickstart.md, architecture/integrations.md, dev/DEV_ENVIRONMENT_SETUP.md, integrations/LOCAL_SERVICES.md: reflect real-service wiring.
- docs/modules/**: module dossier updates across the modules touched by SPRINT_20260415_001..007 + SPRINT_20260416_003..017 + SPRINT_20260417_018..024 + SPRINT_20260418_025 + SPRINT_20260419_026.
- docs/features/checked/web/**: update feature notes where UI changed.
- docs/qa/feature-checks/runs/web/evidence-presentation-ux/: QA evidence artifacts.
- docs/setup/**, docs/technical/**: align with setup wizard contracts.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
master
2026-04-19 14:45:09 +03:00
parent ad62ba7f76
commit fdf95e0f46
67 changed files with 590 additions and 360 deletions

View File

@@ -0,0 +1,18 @@
Tier2 strict UI evidence for evidence-presentation-ux
CapturedAtUtc: 2026-04-15T17:03:18Z
Playwright command: PLAYWRIGHT_BASE_URL=https://stella-ops.local npx playwright test --config playwright.config.ts tests/e2e/ui-truthful-state-cutover.recheck.spec.ts --workers=1 --reporter=list
Playwright test mapping: rechecks mounted truthful-state routes after the mock-data cutover
Routes:
- /evidence/exports?tab=profiles
- /evidence/exports?tab=runs
Assertions:
- heading "Export Center" is visible
- "Profile creation, editing, and deletion are not exposed by the current Export Center API." is visible
- runs tab reports browser-started exports plus completed StellaBundle exports
- fake seeded "Mock data" copy is absent
Command output snippet:
- Running 2 tests using 1 worker
- ✓ rechecks mounted truthful-state routes after the mock-data cutover (22.4s)
- ✓ rechecks policy governance conflicts without fabricated preview content (11.2s)
- 2 passed (34.9s)
Result: pass

View File

@@ -0,0 +1,32 @@
{
"type": "ui",
"module": "web",
"feature": "evidence-presentation-ux",
"runId": "run-004",
"baseUrl": "https://stella-ops.local",
"capturedAtUtc": "2026-04-15T17:03:18Z",
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/ui-truthful-state-cutover.recheck.spec.ts",
"playwrightTests": [
"rechecks mounted truthful-state routes after the mock-data cutover"
],
"steps": [
{
"description": "Open the mounted Export Center profiles route.",
"action": "navigate",
"target": "/evidence/exports?tab=profiles",
"expected": "Export Center renders truthful profile copy instead of seeded profile actions.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
},
{
"description": "Open the mounted Export Center runs route.",
"action": "navigate",
"target": "/evidence/exports?tab=runs",
"expected": "The runs tab reports browser-started exports and completed StellaBundle exports without fake seeded jobs.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
}
],
"evidence": "docs/qa/feature-checks/runs/web/evidence-presentation-ux/run-004/evidence/playwright-ui-evidence.txt",
"verdict": "pass"
}