mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-24 20:16:30 +00:00
The e2e suite and CI gates could report green without checking anything: the lint/codegen gate never ran on fork PRs, the codegen freshness check diffed the wrong range, the sticky comment claimed passes it never read, and several visual/palette/contrast/a11y gates were written so they could not fail. Closing those gates then exposed real defects. **E2E and CI.** New coverage for the assistant lifecycle, flow interrupt, live panels, tab deep links, the report route and its exports, session expiry, and uploads/downloads (59 → 125 spec cases). Gates now fail on real regressions: absolute pixel budget, per-tab panel sweeps, scoped a11y waivers, page-error assertions. CI runs on `pull_request`, ranges from the PR base, routes comments by PR identity, and redacts stand secrets from the public artifact. **Markdown editor.** ~20 round-trip and toolbar fixes: table pipe escaping (nested lists, Go template pipelines, headerless tables), fence validity, setext and line-leading escapes, inline code containing a backtick, block toggles under select-all, controls disabled where the command is unavailable or a table cell cannot hold the block, theme-aware code surface. Two perf fixes cut 1 MB document load from 69s to 4s. **Accessibility and UI.** Focus returns to whatever opened a dialog, sheet or menu; icon-only buttons named; `aria-sort` on table columns; syntax tokens retuned to clear AA in both themes; a dedicated link token. Detail and settings pages now distinguish authz denials and partial errors from missing records, survive background refetches without blanking or discarding unsaved edits, and stop naming exported PDFs `*.pdf.pdf`. **Backend.** Passwords capped at the 72 bytes bcrypt can hash (over-long ones previously 500'd after passing validation); four agent options the GraphQL round trip silently dropped are carried through; a flow whose worker fails to start is no longer left in the listing; the Graphiti health check retries before permanently disabling the client. --------- Co-authored-by: Sergey Kozyrenko <sirozha_blr@tut.by>