Add @jentz/triage-snapshot report - #86
Merged
Merged
Conversation
Workflow-scope report that renders a one-look snapshot of the service-triage artifacts collected earlier in the workflow, one section per artifact in step order: - lambda_failure_scan: per-function invocations/errors with the deterministic-failure flag - queue_depth: per-queue depth and oldest-message age - query_results (grouped): grouped-counts table, or plain rows when the query had no grouping - query_results (Logs Insights): rows table; a query whose status never reached Complete is stamped as a warning so a cut-off query cannot read as all-clear Generic by design: the report carries no environment identifiers and leaves anomaly verdicts to the calling workflow's assert steps. Never throws; unreadable or schema-mismatched artifacts are counted and skipped.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
New workflow-scope report
@jentz/triage-snapshot(2026.07.31.0): a one-look snapshot of the service-triage artifacts collected earlier in the workflow, one section per artifact in step order.lambda_failure_scan— per-function invocations/errors table with the deterministic-failure flagqueue_depth— per-queue depth and oldest-message agequery_results(grouped shape) — grouped-counts table, or plain rows when the query had no grouping (groups: nullis normalized)query_results(Logs Insights shape) — rows table; a query whose status never reachedCompleteis stamped as a top-of-report warning so a cut-off query cannot read as all-clearGeneric by design: no environment identifiers; anomaly verdicts belong to the calling workflow's assert steps. The report never throws — unreadable or schema-mismatched artifacts are counted and skipped, and unexpected failures degrade to a still-valid report.
Validation
deno task checkgreen (full gate suite incl. adversarial-review gate)