@daniellins/power-claude 0.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @daniellins/power-claude might be problematic. Click here for more details.
- package/LICENSE +21 -0
- package/README.md +121 -0
- package/bin/cli.js +124 -0
- package/installer/__tests__/doctor-ready-oracles.test.cjs +140 -0
- package/installer/__tests__/merge-settings.test.cjs +330 -0
- package/installer/adopt.js +161 -0
- package/installer/copy.js +203 -0
- package/installer/doctor.js +266 -0
- package/installer/install.js +155 -0
- package/installer/manifest.js +102 -0
- package/installer/motor-scripts.js +50 -0
- package/installer/motor-scripts.json +39 -0
- package/installer/uninstall.js +99 -0
- package/installer/update.js +376 -0
- package/installer/util.js +113 -0
- package/installer/wizard.js +64 -0
- package/package.json +26 -0
- package/scripts/__fixtures__/anti-path-demo/agents/ap-writer.md +13 -0
- package/scripts/__fixtures__/anti-path-demo/templates/write-tmpl.md +7 -0
- package/scripts/__fixtures__/anti-path-demo/workflows/wf-ap.smoke.json +10 -0
- package/scripts/__fixtures__/anti-path-demo/workflows/wf-ap.yaml +25 -0
- package/scripts/__fixtures__/assess-tier/retrofit-leve/pod/agents/content-chief.md +1 -0
- package/scripts/__fixtures__/assess-tier/retrofit-leve/pod/workflows/wf-criacao-redteam.yaml +3 -0
- package/scripts/__fixtures__/assess-tier/retrofit-leve/pod-spec.json +13 -0
- package/scripts/__fixtures__/fidelity/fake-green-average-in-band.yaml +21 -0
- package/scripts/__fixtures__/fidelity/fake-green-average.yaml +18 -0
- package/scripts/__fixtures__/fidelity/fake-green-denominator.yaml +19 -0
- package/scripts/__fixtures__/fidelity/fake-green-missing-evidence.yaml +18 -0
- package/scripts/__fixtures__/fidelity/fake-green-threshold.yaml +18 -0
- package/scripts/__fixtures__/fidelity/fake-green-weight.yaml +18 -0
- package/scripts/__fixtures__/fidelity/golden.yaml +31 -0
- package/scripts/__fixtures__/fidelity/trindade-incoherent.yaml +15 -0
- package/scripts/__fixtures__/forge-canonical/pod-spec-example.json +37 -0
- package/scripts/__fixtures__/migrate-squad/authored/agents/offer-engineer.md +17 -0
- package/scripts/__fixtures__/migrate-squad/authored/knowledge/no-source.md +7 -0
- package/scripts/__fixtures__/migrate-squad/authored/knowledge/value-stack-method.md +8 -0
- package/scripts/__fixtures__/migrate-squad/authored/specs/wf-sample.smoke.json +24 -0
- package/scripts/__fixtures__/migrate-squad/authored/specs/wf-sample.spec.json +45 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/HEADLINE.md +3 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/README.md +4 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/agents/hormozi-offer.md +14 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/checklists/dead-redundant.md +4 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/checklists/method-guide.md +6 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/checklists/veto-screen.md +4 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/config/config.yaml +2 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/data/case-library.md +3 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/scripts/validate-mvn.py +16 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/sops/sop-sample.md +3 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/squad-io.yaml +14 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/tasks/gather-context.md +7 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/templates/output-tmpl.md +5 -0
- package/scripts/__fixtures__/migrate-squad/legacy-squad/workflows/wf-sample.yaml +24 -0
- package/scripts/__fixtures__/pipeline/pipelines/pipeline-checkpoint.yaml +21 -0
- package/scripts/__fixtures__/pipeline/pipelines/pipeline-demo.yaml +22 -0
- package/scripts/__fixtures__/pipeline/pods/pipe-a/agents/maker.md +13 -0
- package/scripts/__fixtures__/pipeline/pods/pipe-a/memory/learnings.consolidated.md +8 -0
- package/scripts/__fixtures__/pipeline/pods/pipe-a/memory/learnings.jsonl +83 -0
- package/scripts/__fixtures__/pipeline/pods/pipe-a/templates/make-tmpl.md +8 -0
- package/scripts/__fixtures__/pipeline/pods/pipe-a/workflows/wf-a.yaml +16 -0
- package/scripts/__fixtures__/pipeline/pods/pipe-b/agents/user.md +13 -0
- package/scripts/__fixtures__/pipeline/pods/pipe-b/memory/learnings.consolidated.md +8 -0
- package/scripts/__fixtures__/pipeline/pods/pipe-b/memory/learnings.jsonl +14 -0
- package/scripts/__fixtures__/pipeline/pods/pipe-b/templates/use-tmpl.md +6 -0
- package/scripts/__fixtures__/pipeline/pods/pipe-b/workflows/wf-b.yaml +16 -0
- package/scripts/__fixtures__/pod-run/agents/forge-chief.md +13 -0
- package/scripts/__fixtures__/pod-run/agents/pod-critic.md +13 -0
- package/scripts/__fixtures__/pod-run/templates/build-tmpl.md +8 -0
- package/scripts/__fixtures__/pod-run/templates/gate-tmpl.md +6 -0
- package/scripts/__fixtures__/pod-run/workflows/wf-min.yaml +43 -0
- package/scripts/__fixtures__/pod-run/workflows/wf-skip-modes.yaml +50 -0
- package/scripts/__fixtures__/pod-workflow/invalid-checkpoint-all-skippable.yaml +30 -0
- package/scripts/__fixtures__/pod-workflow/invalid-checkpoint-criteria-escalar-de-bloco.yaml +40 -0
- package/scripts/__fixtures__/pod-workflow/invalid-checkpoint-skip-mode-desconhecido.yaml +30 -0
- package/scripts/__fixtures__/pod-workflow/invalid-checkpoint-unknown-key.yaml +29 -0
- package/scripts/__fixtures__/pod-workflow/invalid-cycle.yaml +26 -0
- package/scripts/__fixtures__/pod-workflow/invalid-fix-loop-backedge.yaml +29 -0
- package/scripts/__fixtures__/pod-workflow/invalid-fix-loop-forward.yaml +29 -0
- package/scripts/__fixtures__/pod-workflow/invalid-handoff-open.yaml +27 -0
- package/scripts/__fixtures__/pod-workflow/invalid-knowledge-shape.yaml +18 -0
- package/scripts/__fixtures__/pod-workflow/invalid-missing-agent.yaml +15 -0
- package/scripts/__fixtures__/pod-workflow/invalid-missing-outputs.yaml +15 -0
- package/scripts/__fixtures__/pod-workflow/invalid-missing-template.yaml +15 -0
- package/scripts/__fixtures__/pod-workflow/invalid-missing-veto.yaml +13 -0
- package/scripts/__fixtures__/pod-workflow/invalid-template-not-on-disk.yaml +16 -0
- package/scripts/__fixtures__/pod-workflow/invalid-veto-prose.yaml +17 -0
- package/scripts/__fixtures__/pod-workflow/knowledge/a.md +4 -0
- package/scripts/__fixtures__/pod-workflow/knowledge/b.md +4 -0
- package/scripts/__fixtures__/pod-workflow/knowledge/c.md +4 -0
- package/scripts/__fixtures__/pod-workflow/templates/step-tmpl.md +7 -0
- package/scripts/__fixtures__/pod-workflow/valid-checkpoint-skip-modes.yaml +29 -0
- package/scripts/__fixtures__/pod-workflow/valid-fix-loop.yaml +30 -0
- package/scripts/__fixtures__/pod-workflow/valid-knowledge.yaml +30 -0
- package/scripts/__fixtures__/pod-workflow/valid-veto-always-true.yaml +20 -0
- package/scripts/__fixtures__/pod-workflow/valid.yaml +27 -0
- package/scripts/__fixtures__/smoke-canary/agents/canary-reporter.md +13 -0
- package/scripts/__fixtures__/smoke-canary/agents/canary-researcher.md +13 -0
- package/scripts/__fixtures__/smoke-canary/agents/canary-synth.md +13 -0
- package/scripts/__fixtures__/smoke-canary/memory/learnings.consolidated.md +10 -0
- package/scripts/__fixtures__/smoke-canary/memory/learnings.jsonl +448 -0
- package/scripts/__fixtures__/smoke-canary/templates/report-tmpl.md +9 -0
- package/scripts/__fixtures__/smoke-canary/templates/research-tmpl.md +7 -0
- package/scripts/__fixtures__/smoke-canary/templates/synth-tmpl.md +9 -0
- package/scripts/__fixtures__/smoke-canary/workflows/wf-canary.smoke.json +11 -0
- package/scripts/__fixtures__/smoke-canary/workflows/wf-canary.yaml +53 -0
- package/scripts/__fixtures__/source-audit/fake-green-bronze-unsignaled.yaml +10 -0
- package/scripts/__fixtures__/source-audit/fake-green-counts.yaml +9 -0
- package/scripts/__fixtures__/source-audit/fake-green-missing-evidence.yaml +9 -0
- package/scripts/__fixtures__/source-audit/fake-green-unclassified.yaml +10 -0
- package/scripts/__fixtures__/source-audit/fake-green-verdict.yaml +10 -0
- package/scripts/__fixtures__/source-audit/golden-blocked.yaml +10 -0
- package/scripts/__fixtures__/source-audit/golden.yaml +11 -0
- package/scripts/__fixtures__/sweep-forms/agents/forms-count.md +13 -0
- package/scripts/__fixtures__/sweep-forms/agents/forms-field.md +13 -0
- package/scripts/__fixtures__/sweep-forms/agents/forms-fileref.md +13 -0
- package/scripts/__fixtures__/sweep-forms/agents/forms-json.md +13 -0
- package/scripts/__fixtures__/sweep-forms/agents/forms-section.md +13 -0
- package/scripts/__fixtures__/sweep-forms/specs/wf-forms.spec.json +5 -0
- package/scripts/__fixtures__/sweep-forms/templates/t_count.md +5 -0
- package/scripts/__fixtures__/sweep-forms/templates/t_field.md +3 -0
- package/scripts/__fixtures__/sweep-forms/templates/t_fileref.md +3 -0
- package/scripts/__fixtures__/sweep-forms/templates/t_json.md +0 -0
- package/scripts/__fixtures__/sweep-forms/templates/t_section.md +3 -0
- package/scripts/__fixtures__/sweep-forms/workflows/wf-forms.smoke.json +13 -0
- package/scripts/__fixtures__/sweep-forms/workflows/wf-forms.yaml +67 -0
- package/scripts/__fixtures__/validate-story-acs-corpus/corpus-1-noop-state-json.fixture.md +18 -0
- package/scripts/__fixtures__/validate-story-acs-corpus/corpus-2-crash-buildworkflowyaml.fixture.md +26 -0
- package/scripts/__fixtures__/validate-story-acs-corpus/corpus-3-nasce-verde-skip-modes.fixture.md +29 -0
- package/scripts/__fixtures__/validate-story-acs-corpus/corpus-4-guarda-sem-irmao.fixture.md +17 -0
- package/scripts/__fixtures__/validate-story-acs-corpus/corpus-5a-diff-stat-sem-guarda.fixture.md +17 -0
- package/scripts/__fixtures__/validate-story-acs-corpus/corpus-5b-test-f-sobre-diretorio.fixture.md +20 -0
- package/scripts/__fixtures__/veto-checks/copy-clean.md +4 -0
- package/scripts/__fixtures__/veto-checks/copy-dashes.md +4 -0
- package/scripts/__fixtures__/veto-checks/n8n-bad.md +18 -0
- package/scripts/__fixtures__/veto-checks/n8n-ok.md +22 -0
- package/scripts/__fixtures__/veto-checks/page-bad.html +7 -0
- package/scripts/__fixtures__/veto-checks/phash/copy.png +0 -0
- package/scripts/__fixtures__/veto-checks/phash/distinct.png +0 -0
- package/scripts/__fixtures__/veto-checks/phash/distinct2.png +0 -0
- package/scripts/__fixtures__/veto-checks/phash/make-fixtures.cjs +203 -0
- package/scripts/__fixtures__/veto-checks/phash/ref.png +0 -0
- package/scripts/__fixtures__/veto-checks/slide-ok.html +15 -0
- package/scripts/__fixtures__/veto-checks/slide-overflow.html +14 -0
- package/scripts/__fixtures__/veto-checks/sweep-pod/agents/vc-checker.md +13 -0
- package/scripts/__fixtures__/veto-checks/sweep-pod/templates/check-tmpl.md +6 -0
- package/scripts/__fixtures__/veto-checks/sweep-pod/workflows/wf-vc.smoke.json +10 -0
- package/scripts/__fixtures__/veto-checks/sweep-pod/workflows/wf-vc.yaml +19 -0
- package/scripts/__fixtures__/voz-do-dono/README.md +23 -0
- package/scripts/__fixtures__/voz-do-dono/dono-escalar.yaml +9 -0
- package/scripts/__fixtures__/voz-do-dono/dono-guia.yaml +10 -0
- package/scripts/__fixtures__/voz-do-dono/peca-3a-pessoa.md +6 -0
- package/scripts/__fixtures__/voz-do-dono/peca-com-lexico-proibido.md +6 -0
- package/scripts/__fixtures__/voz-do-dono/peca-limpa-1a-pessoa.md +6 -0
- package/scripts/__tests__/derive-ready-transitions.test.cjs +269 -0
- package/scripts/__tests__/enforce-cycle-authority.test.cjs +869 -0
- package/scripts/__tests__/enforce-git-push-authority.test.cjs +701 -0
- package/scripts/__tests__/enforce-ready-oracles.test.cjs +745 -0
- package/scripts/__tests__/motor-scripts.test.cjs +339 -0
- package/scripts/__tests__/pc-run-pod-counter.test.cjs +58 -0
- package/scripts/__tests__/pc-run-pod.test.cjs +578 -0
- package/scripts/__tests__/validate-pod-workflow.test.cjs +90 -0
- package/scripts/__tests__/validate-story-acs.test.cjs +607 -0
- package/scripts/anti-path.test.cjs +163 -0
- package/scripts/arena.cjs +514 -0
- package/scripts/arena.test.cjs +213 -0
- package/scripts/brief-leitura-obrigatoria.test.cjs +364 -0
- package/scripts/consolidate-knowledge-runner.test.cjs +249 -0
- package/scripts/default-funcional.test.cjs +153 -0
- package/scripts/derive-ready-transitions.cjs +325 -0
- package/scripts/forge-additive.test.cjs +158 -0
- package/scripts/forge-assess-tier.cjs +205 -0
- package/scripts/forge-assess-tier.test.cjs +114 -0
- package/scripts/forge-canonical.test.cjs +624 -0
- package/scripts/forge-generate.cjs +1303 -0
- package/scripts/forge-harden-learning.cjs +921 -0
- package/scripts/forge-harden-learning.test.cjs +242 -0
- package/scripts/forge-ingest-memory.cjs +136 -0
- package/scripts/forge-upgrade-pod.cjs +368 -0
- package/scripts/forge.test.cjs +609 -0
- package/scripts/harden-knowledge.test.cjs +612 -0
- package/scripts/harness-g5-lite.cjs +243 -0
- package/scripts/harness-g5-lite.test.cjs +134 -0
- package/scripts/hn-carousel-contrato-entrada.test.cjs +96 -0
- package/scripts/migrate-squad-orchestration.test.cjs +146 -0
- package/scripts/migration-manifest-sf3.2.test.cjs +382 -0
- package/scripts/migration-manifest-sf3.3.test.cjs +170 -0
- package/scripts/migration-manifest-sf5.5.test.cjs +189 -0
- package/scripts/migration-manifest.cjs +1146 -0
- package/scripts/migration-manifest.test.cjs +186 -0
- package/scripts/npm-scope-invocation.test.cjs +194 -0
- package/scripts/owner-layer.cjs +442 -0
- package/scripts/owner-layer.test.cjs +358 -0
- package/scripts/pc-run-pipeline.cjs +289 -0
- package/scripts/pc-run-pipeline.test.cjs +256 -0
- package/scripts/pc-run-pod-countgte.test.cjs +66 -0
- package/scripts/pc-run-pod.cjs +1355 -0
- package/scripts/phash-gate.test.cjs +433 -0
- package/scripts/pod-export-compile.cjs +487 -0
- package/scripts/pod-export-compile.test.cjs +312 -0
- package/scripts/pod-export-executor.cjs +678 -0
- package/scripts/pod-export-executor.test.cjs +1341 -0
- package/scripts/pod-export-hardening.test.cjs +531 -0
- package/scripts/pod-export-postprocess.cjs +427 -0
- package/scripts/pod-export-postprocess.test.cjs +558 -0
- package/scripts/pod-export-queue-race.test.cjs +865 -0
- package/scripts/pod-export-release.cjs +473 -0
- package/scripts/pod-export-release.test.cjs +267 -0
- package/scripts/pod-export-service.cjs +1297 -0
- package/scripts/pod-export-service.test.cjs +489 -0
- package/scripts/pod-export-tools.cjs +470 -0
- package/scripts/pod-export-ui.cjs +805 -0
- package/scripts/pod-export-ui.test.cjs +301 -0
- package/scripts/pod-memory-budget.test.cjs +309 -0
- package/scripts/pod-memory-note.cjs +357 -0
- package/scripts/pod-memory-note.test.cjs +452 -0
- package/scripts/pod-memory.cjs +1252 -0
- package/scripts/pod-memory.test.cjs +951 -0
- package/scripts/render-png.test.cjs +307 -0
- package/scripts/smoke-isolation.test.cjs +100 -0
- package/scripts/smoke-pod-workflow.cjs +755 -0
- package/scripts/smoke-sweep.test.cjs +170 -0
- package/scripts/validate-adopt.js +235 -0
- package/scripts/validate-branding.js +84 -0
- package/scripts/validate-budgets.js +140 -0
- package/scripts/validate-fidelity-output.cjs +267 -0
- package/scripts/validate-fidelity-output.test.cjs +101 -0
- package/scripts/validate-install.js +230 -0
- package/scripts/validate-no-clone.cjs +220 -0
- package/scripts/validate-no-clone.test.cjs +77 -0
- package/scripts/validate-pipeline.cjs +145 -0
- package/scripts/validate-pod-workflow.cjs +878 -0
- package/scripts/validate-source-audit.cjs +170 -0
- package/scripts/validate-source-audit.test.cjs +90 -0
- package/scripts/validate-story-acs.cjs +862 -0
- package/scripts/validate-update-scope-motor.js +421 -0
- package/scripts/veto-checks/html-valid.cjs +92 -0
- package/scripts/veto-checks/lexical-check.cjs +62 -0
- package/scripts/veto-checks/phash-gate.cjs +589 -0
- package/scripts/veto-checks/render-gate.cjs +165 -0
- package/scripts/veto-checks/render-png.cjs +358 -0
- package/scripts/veto-checks.test.cjs +219 -0
- package/scripts/watcher-audit.cjs +178 -0
- package/template/.claude/CLAUDE.md +103 -0
- package/template/.claude/agents/pc-analyst.md +100 -0
- package/template/.claude/agents/pc-architect.md +32 -0
- package/template/.claude/agents/pc-dev.md +27 -0
- package/template/.claude/agents/pc-devops.md +45 -0
- package/template/.claude/agents/pc-planner.md +32 -0
- package/template/.claude/agents/pc-po.md +25 -0
- package/template/.claude/agents/pc-qa.md +25 -0
- package/template/.claude/commands/power/academy.md +9 -0
- package/template/.claude/commands/power/automation.md +9 -0
- package/template/.claude/commands/power/content-carousel.md +267 -0
- package/template/.claude/commands/power/content.md +9 -0
- package/template/.claude/commands/power/dev.md +9 -0
- package/template/.claude/commands/power/forge.md +224 -0
- package/template/.claude/commands/power/hormozi.md +221 -0
- package/template/.claude/commands/power/modo.md +57 -0
- package/template/.claude/hooks/README.md +114 -0
- package/template/.claude/hooks/context-budget.cjs +64 -0
- package/template/.claude/hooks/enforce-cycle-authority.cjs +457 -0
- package/template/.claude/hooks/enforce-git-push-authority.cjs +925 -0
- package/template/.claude/hooks/enforce-ready-oracles.cjs +502 -0
- package/template/.claude/rules/authority.md +76 -0
- package/template/.claude/rules/curadoria-de-conhecimento.md +30 -0
- package/template/.claude/rules/model-matrix.md +34 -0
- package/template/.claude/rules/orchestration.md +133 -0
- package/template/.claude/settings.json +50 -0
- package/template/.claude/skills/pc-apply-qa-fixes/SKILL.md +108 -0
- package/template/.claude/skills/pc-apply-qa-fixes/references/fix-loop.md +40 -0
- package/template/.claude/skills/pc-apply-qa-fixes/references/fix-request-template.md +70 -0
- package/template/.claude/skills/pc-arena/SKILL.md +96 -0
- package/template/.claude/skills/pc-close-story/SKILL.md +105 -0
- package/template/.claude/skills/pc-commit/SKILL.md +108 -0
- package/template/.claude/skills/pc-develop-story/SKILL.md +116 -0
- package/template/.claude/skills/pc-full-cycle/SKILL.md +150 -0
- package/template/.claude/skills/pc-pipeline/SKILL.md +63 -0
- package/template/.claude/skills/pc-pipeline/references/gate-templates.md +46 -0
- package/template/.claude/skills/pc-review-story/SKILL.md +129 -0
- package/template/.claude/skills/pc-review-story/references/false-positive-detection.md +50 -0
- package/template/.claude/skills/pc-review-story/references/nfr-assess.md +47 -0
- package/template/.claude/skills/pc-review-story/references/risk-profile.md +75 -0
- package/template/.claude/skills/pc-review-story/references/security-checklist.md +69 -0
- package/template/.claude/skills/pc-review-story/references/test-design.md +37 -0
- package/template/.claude/skills/pc-review-story/references/trace-requirements.md +46 -0
- package/template/.claude/skills/pc-run-pod/SKILL.md +123 -0
- package/template/.claude/skills/pc-validate-story/SKILL.md +114 -0
- package/template/.claude/skills/pc-wave/SKILL.md +133 -0
- package/template/.env.example +10 -0
- package/template/knowledge/analyst/brainstorming.md +40 -0
- package/template/knowledge/analyst/brief-skeleton.md +32 -0
- package/template/knowledge/analyst/competitor-skeleton.md +39 -0
- package/template/knowledge/analyst/elicitation-menu.md +49 -0
- package/template/knowledge/analyst/market-research-skeleton.md +36 -0
- package/template/knowledge/analyst/research-prompt-structure.md +48 -0
- package/template/knowledge/analyst/roi-skeleton.md +51 -0
- package/template/knowledge/voice-dna/README.md +99 -0
- package/template/knowledge/voice-dna/voice-dna.example.yaml +157 -0
- package/template/pods/README.md +64 -0
- package/template/pods/academy/README.md +37 -0
- package/template/pods/academy/agents/academy-chief.md +27 -0
- package/template/pods/academy/examples/palestra.example.md +142 -0
- package/template/pods/academy/pod-spec.json +44 -0
- package/template/pods/academy/templates/materiais-tmpl.md +17 -0
- package/template/pods/academy/templates/revisao-didatica-tmpl.md +20 -0
- package/template/pods/academy/workflows/wf-materiais-revisao.yaml +30 -0
- package/template/pods/authority-content/README.md +43 -0
- package/template/pods/authority-content/agents/content-chief.md +28 -0
- package/template/pods/authority-content/pod-spec.json +45 -0
- package/template/pods/authority-content/templates/criacao-na-voz-tmpl.md +17 -0
- package/template/pods/authority-content/templates/red-team-factual-tmpl.md +23 -0
- package/template/pods/authority-content/workflows/wf-criacao-redteam.yaml +30 -0
- package/template/pods/automation/README.md +37 -0
- package/template/pods/automation/agents/langgraph-architect.md +30 -0
- package/template/pods/automation/agents/n8n-architect.md +30 -0
- package/template/pods/automation/examples/README.md +46 -0
- package/template/pods/automation/examples/n8n-content-radar.example.json +380 -0
- package/template/pods/automation/knowledge/langgraph-patterns.md +126 -0
- package/template/pods/automation/knowledge/n8n-patterns.md +131 -0
- package/template/pods/automation/memory/README.md +16 -0
- package/template/pods/automation/memory/learnings.consolidated.md +8 -0
- package/template/pods/automation/memory/learnings.jsonl +0 -0
- package/template/pods/automation/pod-spec.json +109 -0
- package/template/pods/automation/specs/wf-langgraph-build.spec.json +107 -0
- package/template/pods/automation/squad-io.yaml +28 -0
- package/template/pods/automation/templates/lg-build-tmpl.md +17 -0
- package/template/pods/automation/templates/lg-design-tmpl.md +23 -0
- package/template/pods/automation/templates/lg-discover-tmpl.md +20 -0
- package/template/pods/automation/templates/lg-handoff-tmpl.md +20 -0
- package/template/pods/automation/templates/lg-test-tmpl.md +20 -0
- package/template/pods/automation/templates/n8n-build-tmpl.md +14 -0
- package/template/pods/automation/templates/n8n-design-tmpl.md +23 -0
- package/template/pods/automation/templates/n8n-discover-tmpl.md +20 -0
- package/template/pods/automation/templates/n8n-handoff-tmpl.md +20 -0
- package/template/pods/automation/templates/n8n-test-tmpl.md +20 -0
- package/template/pods/automation/workflows/wf-langgraph-build.smoke.json +11 -0
- package/template/pods/automation/workflows/wf-langgraph-build.yaml +64 -0
- package/template/pods/automation/workflows/wf-n8n-build.smoke.json +11 -0
- package/template/pods/automation/workflows/wf-n8n-build.yaml +65 -0
- package/template/pods/content-carousel/README.md +91 -0
- package/template/pods/content-carousel/agents/carousel-builder.md +28 -0
- package/template/pods/content-carousel/agents/carousel-visual.md +24 -0
- package/template/pods/content-carousel/agents/hn-curator.md +74 -0
- package/template/pods/content-carousel/config/heuristic-watcher-rubric.yaml +59 -0
- package/template/pods/content-carousel/knowledge/aquisicao-ancora.md +443 -0
- package/template/pods/content-carousel/knowledge/cta-brief.md +25 -0
- package/template/pods/content-carousel/knowledge/dono.example.yaml +45 -0
- package/template/pods/content-carousel/knowledge/identidade-visual-mascote.md +62 -0
- package/template/pods/content-carousel/knowledge/image-generation.md +62 -0
- package/template/pods/content-carousel/knowledge/selecao-de-ancora.md +60 -0
- package/template/pods/content-carousel/knowledge/slides-html.md +56 -0
- package/template/pods/content-carousel/memory/README.md +18 -0
- package/template/pods/content-carousel/memory/learnings.consolidated.md +6 -0
- package/template/pods/content-carousel/memory/learnings.jsonl +0 -0
- package/template/pods/content-carousel/pod-spec.json +100 -0
- package/template/pods/content-carousel/squad-io.yaml +10 -0
- package/template/pods/content-carousel/templates/assembly-tmpl.md +23 -0
- package/template/pods/content-carousel/templates/digest-tmpl.md +29 -0
- package/template/pods/content-carousel/templates/visuals-tmpl.md +20 -0
- package/template/pods/content-carousel/workflows/wf-content-carousel.smoke.json +23 -0
- package/template/pods/content-carousel/workflows/wf-content-carousel.yaml +80 -0
- package/template/pods/dev-ia/README.md +45 -0
- package/template/pods/dev-ia/agents/db-architect.md +33 -0
- package/template/pods/dev-ia/agents/ux-architect.md +29 -0
- package/template/pods/dev-ia/knowledge/db/migration-protocol.md +95 -0
- package/template/pods/dev-ia/knowledge/db/rls-patterns.md +101 -0
- package/template/pods/dev-ia/knowledge/db/schema-review-checklist.md +76 -0
- package/template/pods/dev-ia/memory/README.md +16 -0
- package/template/pods/dev-ia/memory/learnings.consolidated.md +8 -0
- package/template/pods/dev-ia/memory/learnings.jsonl +0 -0
- package/template/pods/dev-ia/pod-spec.json +34 -0
- package/template/pods/dev-ia/templates/schema-review-tmpl.md +23 -0
- package/template/pods/dev-ia/templates/ux-flow-review-tmpl.md +23 -0
- package/template/pods/dev-ia/tools/db-ops/backup-manager.sh +321 -0
- package/template/pods/dev-ia/tools/db-ops/best-practices-auditor.sh +534 -0
- package/template/pods/dev-ia/tools/db-ops/bootstrap-runner.sh +255 -0
- package/template/pods/dev-ia/tools/db-ops/data-loader.sh +616 -0
- package/template/pods/dev-ia/tools/db-ops/detect-database.sh +113 -0
- package/template/pods/dev-ia/tools/db-ops/explain-analyzer.sh +285 -0
- package/template/pods/dev-ia/tools/db-ops/health-checker.sh +323 -0
- package/template/pods/dev-ia/tools/db-ops/migration-runner.sh +308 -0
- package/template/pods/dev-ia/tools/db-ops/postgresql-schema-loader.sh +334 -0
- package/template/pods/dev-ia/tools/db-ops/query-runner.sh +171 -0
- package/template/pods/dev-ia/tools/db-ops/rls-policy-installer.sh +480 -0
- package/template/pods/dev-ia/tools/db-ops/rls-test-suite.sh +172 -0
- package/template/pods/dev-ia/tools/db-ops/schema-context-loader.sh +176 -0
- package/template/pods/hormozi-method/README.md +52 -0
- package/template/pods/hormozi-method/agents/acquisition-strategist.md +33 -0
- package/template/pods/hormozi-method/agents/conversion-copywriter.md +34 -0
- package/template/pods/hormozi-method/agents/monetization-architect.md +35 -0
- package/template/pods/hormozi-method/agents/offer-engineer.md +37 -0
- package/template/pods/hormozi-method/knowledge/core-four-leads.md +51 -0
- package/template/pods/hormozi-method/knowledge/grand-slam-offer.md +66 -0
- package/template/pods/hormozi-method/knowledge/growth-decision.md +38 -0
- package/template/pods/hormozi-method/knowledge/hooks-and-ads.md +56 -0
- package/template/pods/hormozi-method/knowledge/launch-email.md +31 -0
- package/template/pods/hormozi-method/knowledge/money-model.md +46 -0
- package/template/pods/hormozi-method/knowledge/opportunity-screening.md +44 -0
- package/template/pods/hormozi-method/knowledge/pages.md +25 -0
- package/template/pods/hormozi-method/knowledge/pos-lancamento-leads.md +56 -0
- package/template/pods/hormozi-method/knowledge/pricing.md +36 -0
- package/template/pods/hormozi-method/knowledge/retention-ltv.md +37 -0
- package/template/pods/hormozi-method/knowledge/scale-roadmap.md +35 -0
- package/template/pods/hormozi-method/knowledge/swipefiles-curados.md +44 -0
- package/template/pods/hormozi-method/knowledge/value-equation-diagnostic.md +77 -0
- package/template/pods/hormozi-method/memory/README.md +16 -0
- package/template/pods/hormozi-method/memory/learnings.consolidated.md +6 -0
- package/template/pods/hormozi-method/memory/learnings.jsonl +0 -0
- package/template/pods/hormozi-method/pod-spec.json +50 -0
- package/template/pods/hormozi-method/specs/wf-full-launch-sequence.spec.json +149 -0
- package/template/pods/hormozi-method/specs/wf-lead-magnet-pipeline.spec.json +125 -0
- package/template/pods/hormozi-method/specs/wf-money-model-design.spec.json +117 -0
- package/template/pods/hormozi-method/specs/wf-paid-ads-campaign.spec.json +132 -0
- package/template/pods/hormozi-method/specs/wf-scaling-diagnostic.spec.json +121 -0
- package/template/pods/hormozi-method/squad-io.yaml +43 -0
- package/template/pods/hormozi-method/templates/conversion-copywriter-tmpl.md +20 -0
- package/template/pods/hormozi-method/templates/launch-execucao-tmpl.md +17 -0
- package/template/pods/hormozi-method/templates/launch-fechamento-tmpl.md +17 -0
- package/template/pods/hormozi-method/templates/launch-pos-tmpl.md +17 -0
- package/template/pods/hormozi-method/templates/launch-preparacao-tmpl.md +17 -0
- package/template/pods/hormozi-method/templates/lm-copy-tmpl.md +17 -0
- package/template/pods/hormozi-method/templates/lm-distribuicao-tmpl.md +18 -0
- package/template/pods/hormozi-method/templates/lm-estrategia-tmpl.md +17 -0
- package/template/pods/hormozi-method/templates/mm-arquitetura-tmpl.md +18 -0
- package/template/pods/hormozi-method/templates/mm-copy-tmpl.md +17 -0
- package/template/pods/hormozi-method/templates/mm-diagnostico-tmpl.md +14 -0
- package/template/pods/hormozi-method/templates/monetization-architect-tmpl.md +17 -0
- package/template/pods/hormozi-method/templates/offer-engineer-tmpl.md +20 -0
- package/template/pods/hormozi-method/templates/paid-criativos-tmpl.md +19 -0
- package/template/pods/hormozi-method/templates/paid-fundacao-tmpl.md +17 -0
- package/template/pods/hormozi-method/templates/paid-teste-escala-tmpl.md +17 -0
- package/template/pods/hormozi-method/templates/scaling-diagnostico-tmpl.md +17 -0
- package/template/pods/hormozi-method/templates/scaling-priorizacao-tmpl.md +17 -0
- package/template/pods/hormozi-method/templates/scaling-roadmap-tmpl.md +17 -0
- package/template/pods/hormozi-method/workflows/wf-full-launch-sequence.smoke.json +12 -0
- package/template/pods/hormozi-method/workflows/wf-full-launch-sequence.yaml +56 -0
- package/template/pods/hormozi-method/workflows/wf-grand-slam-offer.smoke.json +11 -0
- package/template/pods/hormozi-method/workflows/wf-grand-slam-offer.yaml +45 -0
- package/template/pods/hormozi-method/workflows/wf-lead-magnet-pipeline.smoke.json +9 -0
- package/template/pods/hormozi-method/workflows/wf-lead-magnet-pipeline.yaml +45 -0
- package/template/pods/hormozi-method/workflows/wf-money-model-design.smoke.json +11 -0
- package/template/pods/hormozi-method/workflows/wf-money-model-design.yaml +45 -0
- package/template/pods/hormozi-method/workflows/wf-paid-ads-campaign.smoke.json +9 -0
- package/template/pods/hormozi-method/workflows/wf-paid-ads-campaign.yaml +46 -0
- package/template/pods/hormozi-method/workflows/wf-scaling-diagnostic.smoke.json +11 -0
- package/template/pods/hormozi-method/workflows/wf-scaling-diagnostic.yaml +44 -0
- package/template/pods/squad-forge/README.md +53 -0
- package/template/pods/squad-forge/agents/forge-chief.md +31 -0
- package/template/pods/squad-forge/agents/mind-extractor.md +29 -0
- package/template/pods/squad-forge/agents/pod-critic.md +26 -0
- package/template/pods/squad-forge/config/heuristic-watcher-rubric.yaml +74 -0
- package/template/pods/squad-forge/knowledge/fidelity-rubric.yaml +176 -0
- package/template/pods/squad-forge/knowledge/g6-memory-check.md +17 -0
- package/template/pods/squad-forge/knowledge/memory-ingest.md +16 -0
- package/template/pods/squad-forge/knowledge/source-audit-rubric.yaml +60 -0
- package/template/pods/squad-forge/memory/README.md +16 -0
- package/template/pods/squad-forge/memory/learnings.consolidated.md +8 -0
- package/template/pods/squad-forge/memory/learnings.jsonl +0 -0
- package/template/pods/squad-forge/pod-spec.json +166 -0
- package/template/pods/squad-forge/squad-io.yaml +13 -0
- package/template/pods/squad-forge/tasks/pipeline.md +158 -0
- package/template/pods/squad-forge/templates/discovery-tmpl.md +40 -0
- package/template/pods/squad-forge/templates/generation-tmpl.md +18 -0
- package/template/pods/squad-forge/templates/red-team-tmpl.md +17 -0
- package/template/pods/squad-forge/templates/register-tmpl.md +17 -0
- package/template/pods/squad-forge/templates/workflow-tmpl.yaml +101 -0
- package/template/pods/squad-forge/workflows/wf-forge.smoke.json +12 -0
- package/template/pods/squad-forge/workflows/wf-forge.yaml +60 -0
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
{"id":"1784931547782-ijoei0","ts":1784931547782,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-19-07Z-nnd-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-19-07Z-nnd-1"}
|
|
2
|
+
{"id":"1784931547786-fz6b4e","ts":1784931547786,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-19-07Z-nnd-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-19-07Z-nnd-3"}
|
|
3
|
+
{"id":"1784931547788-8hwmv6","ts":1784931547788,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-19-07Z-nnd-5"}
|
|
4
|
+
{"id":"1784931547790-ztsdcz","ts":1784931547790,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-19-07Z-nnd-7"}
|
|
5
|
+
{"id":"1784931684803-5q86tm","ts":1784931684803,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-21-24Z-nsz-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-21-24Z-nsz-1"}
|
|
6
|
+
{"id":"1784931684807-9z2ff9","ts":1784931684807,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-21-24Z-nsz-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-21-24Z-nsz-3"}
|
|
7
|
+
{"id":"1784931684809-peuxue","ts":1784931684809,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-21-24Z-nsz-5"}
|
|
8
|
+
{"id":"1784931684810-wqdak3","ts":1784931684810,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-21-24Z-nsz-7"}
|
|
9
|
+
{"id":"1784931695745-cvfdug","ts":1784931695745,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-21-35Z-nvf-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-21-35Z-nvf-1"}
|
|
10
|
+
{"id":"1784931695749-hnizqr","ts":1784931695749,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-21-35Z-nvf-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-21-35Z-nvf-3"}
|
|
11
|
+
{"id":"1784931695751-s74zx8","ts":1784931695751,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-21-35Z-nvf-5"}
|
|
12
|
+
{"id":"1784931695753-vad2ia","ts":1784931695753,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-21-35Z-nvf-7"}
|
|
13
|
+
{"id":"1784932113352-01adf3","ts":1784932113352,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-28-33Z-ohi-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-28-33Z-ohi-1"}
|
|
14
|
+
{"id":"1784932113356-8qa1uk","ts":1784932113356,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-28-33Z-ohi-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-28-33Z-ohi-3"}
|
|
15
|
+
{"id":"1784932113358-205oeq","ts":1784932113358,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-28-33Z-ohi-5"}
|
|
16
|
+
{"id":"1784932113360-r2a8iu","ts":1784932113360,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-28-33Z-ohi-7"}
|
|
17
|
+
{"id":"1784932618609-ktk4lm","ts":1784932618609,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-36-58Z-os6-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-36-58Z-os6-1"}
|
|
18
|
+
{"id":"1784932618612-sjg4av","ts":1784932618612,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-36-58Z-os6-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-36-58Z-os6-3"}
|
|
19
|
+
{"id":"1784932618614-iztaet","ts":1784932618614,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-36-58Z-os6-5"}
|
|
20
|
+
{"id":"1784932618616-i7vi9l","ts":1784932618616,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-36-58Z-os6-7"}
|
|
21
|
+
{"id":"1784933083067-cuj9rt","ts":1784933083067,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-44-43Z-p51-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-44-43Z-p51-1"}
|
|
22
|
+
{"id":"1784933083071-gotrgm","ts":1784933083071,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-44-43Z-p51-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-44-43Z-p51-3"}
|
|
23
|
+
{"id":"1784933083073-erz2o2","ts":1784933083073,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-44-43Z-p51-5"}
|
|
24
|
+
{"id":"1784933083074-z7nrkx","ts":1784933083074,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-44-43Z-p51-7"}
|
|
25
|
+
{"id":"1784933095715-0gzjt2","ts":1784933095715,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-44-55Z-p89-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-44-55Z-p89-1"}
|
|
26
|
+
{"id":"1784933095718-cecko7","ts":1784933095718,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T22-44-55Z-p89-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-44-55Z-p89-3"}
|
|
27
|
+
{"id":"1784933095720-bbwm0h","ts":1784933095720,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-44-55Z-p89-5"}
|
|
28
|
+
{"id":"1784933095722-lvk7h1","ts":1784933095722,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T22-44-55Z-p89-7"}
|
|
29
|
+
{"id":"1784934555989-mhtmgq","ts":1784934555989,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T23-09-15Z-pxf-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-09-15Z-pxf-1"}
|
|
30
|
+
{"id":"1784934555993-i05dm7","ts":1784934555993,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T23-09-15Z-pxf-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-09-15Z-pxf-3"}
|
|
31
|
+
{"id":"1784934555995-1emudt","ts":1784934555995,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-09-15Z-pxf-5"}
|
|
32
|
+
{"id":"1784934555996-5fw8mk","ts":1784934555996,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-09-15Z-pxf-7"}
|
|
33
|
+
{"id":"1784934567049-1wy5hv","ts":1784934567049,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T23-09-27Z-pzy-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-09-27Z-pzy-1"}
|
|
34
|
+
{"id":"1784934567053-6i3kij","ts":1784934567053,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T23-09-27Z-pzy-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-09-27Z-pzy-3"}
|
|
35
|
+
{"id":"1784934567055-a35k9f","ts":1784934567055,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-09-27Z-pzy-5"}
|
|
36
|
+
{"id":"1784934567057-ijd6sc","ts":1784934567057,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-09-27Z-pzy-7"}
|
|
37
|
+
{"id":"1784935116774-p7k060","ts":1784935116774,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T23-18-36Z-qdf-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-18-36Z-qdf-1"}
|
|
38
|
+
{"id":"1784935116778-45hshk","ts":1784935116778,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T23-18-36Z-qdf-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-18-36Z-qdf-3"}
|
|
39
|
+
{"id":"1784935116780-w4920r","ts":1784935116780,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-18-36Z-qdf-5"}
|
|
40
|
+
{"id":"1784935116782-jszhqr","ts":1784935116782,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-18-36Z-qdf-7"}
|
|
41
|
+
{"id":"1784935126301-kra8s5","ts":1784935126301,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T23-18-46Z-qfy-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-18-46Z-qfy-1"}
|
|
42
|
+
{"id":"1784935126305-cr7tbg","ts":1784935126305,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-24T23-18-46Z-qfy-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-18-46Z-qfy-3"}
|
|
43
|
+
{"id":"1784935126307-01tvog","ts":1784935126307,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-18-46Z-qfy-5"}
|
|
44
|
+
{"id":"1784935126309-xgmayy","ts":1784935126309,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-24T23-18-46Z-qfy-7"}
|
|
45
|
+
{"id":"1784940931502-zcmd45","ts":1784940931502,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T00-55-31Z-sgh-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T00-55-31Z-sgh-1"}
|
|
46
|
+
{"id":"1784940931506-2tvzfs","ts":1784940931506,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T00-55-31Z-sgh-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T00-55-31Z-sgh-3"}
|
|
47
|
+
{"id":"1784940931508-dbb8rt","ts":1784940931508,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T00-55-31Z-sgh-5"}
|
|
48
|
+
{"id":"1784940931510-5o97jj","ts":1784940931510,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T00-55-31Z-sgh-7"}
|
|
49
|
+
{"id":"1784940938378-08ra8h","ts":1784940938378,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T00-55-38Z-sj5-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T00-55-38Z-sj5-1"}
|
|
50
|
+
{"id":"1784940938381-6b51qd","ts":1784940938381,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T00-55-38Z-sj5-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T00-55-38Z-sj5-3"}
|
|
51
|
+
{"id":"1784940938383-xzbdp6","ts":1784940938383,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T00-55-38Z-sj5-5"}
|
|
52
|
+
{"id":"1784940938385-u4vkci","ts":1784940938385,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T00-55-38Z-sj5-7"}
|
|
53
|
+
{"id":"1784941975458-wxth81","ts":1784941975458,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-12-55Z-t1t-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-12-55Z-t1t-1"}
|
|
54
|
+
{"id":"1784941975462-irws3p","ts":1784941975462,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-12-55Z-t1t-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-12-55Z-t1t-3"}
|
|
55
|
+
{"id":"1784941975464-eu6f9c","ts":1784941975464,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-12-55Z-t1t-5"}
|
|
56
|
+
{"id":"1784941975466-njmxo1","ts":1784941975466,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-12-55Z-t1t-7"}
|
|
57
|
+
{"id":"1784941986168-les157","ts":1784941986168,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-13-06Z-t4o-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-13-06Z-t4o-1"}
|
|
58
|
+
{"id":"1784941986172-m2y954","ts":1784941986172,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-13-06Z-t4o-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-13-06Z-t4o-3"}
|
|
59
|
+
{"id":"1784941986174-5vk8kp","ts":1784941986174,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-13-06Z-t4o-5"}
|
|
60
|
+
{"id":"1784941986176-7epjjd","ts":1784941986176,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-13-06Z-t4o-7"}
|
|
61
|
+
{"id":"1784942166217-hnmleq","ts":1784942166217,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-16-06Z-tb6-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-16-06Z-tb6-1"}
|
|
62
|
+
{"id":"1784942166221-kch03u","ts":1784942166221,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-16-06Z-tb6-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-16-06Z-tb6-3"}
|
|
63
|
+
{"id":"1784942166223-q9ytow","ts":1784942166223,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-16-06Z-tb6-5"}
|
|
64
|
+
{"id":"1784942166225-o173dp","ts":1784942166225,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-16-06Z-tb6-7"}
|
|
65
|
+
{"id":"1784942233341-3i1i80","ts":1784942233341,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-17-13Z-tfe-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-17-13Z-tfe-1"}
|
|
66
|
+
{"id":"1784942233345-37deal","ts":1784942233345,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-17-13Z-tfe-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-17-13Z-tfe-3"}
|
|
67
|
+
{"id":"1784942233347-maqbp4","ts":1784942233347,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-17-13Z-tfe-5"}
|
|
68
|
+
{"id":"1784942233349-95k7vt","ts":1784942233349,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-17-13Z-tfe-7"}
|
|
69
|
+
{"id":"1784942246765-wi96yz","ts":1784942246765,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-17-26Z-tis-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-17-26Z-tis-1"}
|
|
70
|
+
{"id":"1784942246769-x604jm","ts":1784942246769,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-17-26Z-tis-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-17-26Z-tis-3"}
|
|
71
|
+
{"id":"1784942246771-e8pf42","ts":1784942246771,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-17-26Z-tis-5"}
|
|
72
|
+
{"id":"1784942246772-h5aghn","ts":1784942246772,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-17-26Z-tis-7"}
|
|
73
|
+
{"id":"1784944010870-zsm8kt","ts":1784944010870,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-46-50Z-uc2-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-46-50Z-uc2-1"}
|
|
74
|
+
{"id":"1784944010874-qnsgzx","ts":1784944010874,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-46-50Z-uc2-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-46-50Z-uc2-3"}
|
|
75
|
+
{"id":"1784944010876-z6svrm","ts":1784944010876,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-46-50Z-uc2-5"}
|
|
76
|
+
{"id":"1784944010878-4437ho","ts":1784944010878,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-46-50Z-uc2-7"}
|
|
77
|
+
{"id":"1784944022627-o42su4","ts":1784944022627,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-47-02Z-ufh-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-47-02Z-ufh-1"}
|
|
78
|
+
{"id":"1784944022631-obdp5e","ts":1784944022631,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-47-02Z-ufh-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-47-02Z-ufh-3"}
|
|
79
|
+
{"id":"1784944022633-bgpx67","ts":1784944022633,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-47-02Z-ufh-5"}
|
|
80
|
+
{"id":"1784944022635-13ze47","ts":1784944022635,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-47-02Z-ufh-7"}
|
|
81
|
+
{"id":"1784944169640-wh66hz","ts":1784944169640,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-49-29Z-ul9-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-49-29Z-ul9-1"}
|
|
82
|
+
{"id":"1784944169645-6hqdt1","ts":1784944169645,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-49-29Z-ul9-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-49-29Z-ul9-3"}
|
|
83
|
+
{"id":"1784944169647-59ud0t","ts":1784944169647,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-49-29Z-ul9-5"}
|
|
84
|
+
{"id":"1784944169649-lu5s08","ts":1784944169649,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-49-29Z-ul9-7"}
|
|
85
|
+
{"id":"1784944235845-msrpb6","ts":1784944235845,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-50-35Z-upp-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-50-35Z-upp-1"}
|
|
86
|
+
{"id":"1784944235849-pu0afd","ts":1784944235849,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-50-35Z-upp-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-50-35Z-upp-3"}
|
|
87
|
+
{"id":"1784944235851-bf0p9i","ts":1784944235851,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-50-35Z-upp-5"}
|
|
88
|
+
{"id":"1784944235853-jgpnfp","ts":1784944235853,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-50-35Z-upp-7"}
|
|
89
|
+
{"id":"1784944251339-rhdorn","ts":1784944251339,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-50-51Z-uth-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-50-51Z-uth-1"}
|
|
90
|
+
{"id":"1784944251344-1qnxr5","ts":1784944251344,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T01-50-51Z-uth-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-50-51Z-uth-3"}
|
|
91
|
+
{"id":"1784944251346-66jxca","ts":1784944251346,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-50-51Z-uth-5"}
|
|
92
|
+
{"id":"1784944251348-qqsedp","ts":1784944251348,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T01-50-51Z-uth-7"}
|
|
93
|
+
{"id":"1784945201555-5dfa8l","ts":1784945201555,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-06-41Z-vca-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-06-41Z-vca-1"}
|
|
94
|
+
{"id":"1784945201559-gqie81","ts":1784945201559,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-06-41Z-vca-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-06-41Z-vca-3"}
|
|
95
|
+
{"id":"1784945201562-l3kjfl","ts":1784945201562,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-06-41Z-vca-5"}
|
|
96
|
+
{"id":"1784945201564-we4wbg","ts":1784945201564,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-06-41Z-vca-7"}
|
|
97
|
+
{"id":"1784945240551-g4atg9","ts":1784945240551,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-07-20Z-vga-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-07-20Z-vga-1"}
|
|
98
|
+
{"id":"1784945240556-9izkcr","ts":1784945240556,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-07-20Z-vga-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-07-20Z-vga-3"}
|
|
99
|
+
{"id":"1784945240558-b7rvib","ts":1784945240558,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-07-20Z-vga-5"}
|
|
100
|
+
{"id":"1784945240560-cnezib","ts":1784945240560,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-07-20Z-vga-7"}
|
|
101
|
+
{"id":"1784945250062-7l2sao","ts":1784945250062,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-07-30Z-vj9-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-07-30Z-vj9-1"}
|
|
102
|
+
{"id":"1784945250066-hp79id","ts":1784945250066,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-07-30Z-vj9-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-07-30Z-vj9-3"}
|
|
103
|
+
{"id":"1784945250068-ub5gnl","ts":1784945250068,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-07-30Z-vj9-5"}
|
|
104
|
+
{"id":"1784945250070-bva4u4","ts":1784945250070,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-07-30Z-vj9-7"}
|
|
105
|
+
{"id":"1784946493326-7ve180","ts":1784946493326,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-28-13Z-wfl-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-28-13Z-wfl-1"}
|
|
106
|
+
{"id":"1784946493331-e9333p","ts":1784946493331,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-28-13Z-wfl-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-28-13Z-wfl-3"}
|
|
107
|
+
{"id":"1784946493333-1gftxd","ts":1784946493333,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-28-13Z-wfl-5"}
|
|
108
|
+
{"id":"1784946493335-zivehd","ts":1784946493335,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-28-13Z-wfl-7"}
|
|
109
|
+
{"id":"1784946668579-3d50f4","ts":1784946668579,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-31-08Z-wlz-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-31-08Z-wlz-1"}
|
|
110
|
+
{"id":"1784946668584-98ec3n","ts":1784946668584,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-31-08Z-wlz-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-31-08Z-wlz-3"}
|
|
111
|
+
{"id":"1784946668586-q347py","ts":1784946668586,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-31-08Z-wlz-5"}
|
|
112
|
+
{"id":"1784946668588-ddwxuz","ts":1784946668588,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-31-08Z-wlz-7"}
|
|
113
|
+
{"id":"1784946678212-rwc75m","ts":1784946678212,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-31-18Z-wp7-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-31-18Z-wp7-1"}
|
|
114
|
+
{"id":"1784946678216-o62vpk","ts":1784946678216,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-31-18Z-wp7-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-31-18Z-wp7-3"}
|
|
115
|
+
{"id":"1784946678219-3kbsx5","ts":1784946678219,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-31-18Z-wp7-5"}
|
|
116
|
+
{"id":"1784946678220-v1s4us","ts":1784946678220,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-31-18Z-wp7-7"}
|
|
117
|
+
{"id":"1784947155648-l3nup3","ts":1784947155648,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-39-15Z-x2e-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-39-15Z-x2e-1"}
|
|
118
|
+
{"id":"1784947155653-amwfda","ts":1784947155653,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-39-15Z-x2e-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-39-15Z-x2e-3"}
|
|
119
|
+
{"id":"1784947155656-61zkul","ts":1784947155656,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-39-15Z-x2e-5"}
|
|
120
|
+
{"id":"1784947155658-anzajw","ts":1784947155658,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-39-15Z-x2e-7"}
|
|
121
|
+
{"id":"1784947872132-ab3v7t","ts":1784947872132,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-51-12Z-xvz-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-51-12Z-xvz-1"}
|
|
122
|
+
{"id":"1784947872138-xarf6e","ts":1784947872138,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-51-12Z-xvz-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-51-12Z-xvz-3"}
|
|
123
|
+
{"id":"1784947872140-xwymmj","ts":1784947872140,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-51-12Z-xvz-5"}
|
|
124
|
+
{"id":"1784947872142-of59i8","ts":1784947872142,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-51-12Z-xvz-7"}
|
|
125
|
+
{"id":"1784947997751-2y6xvf","ts":1784947997751,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-53-17Z-y29-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-53-17Z-y29-1"}
|
|
126
|
+
{"id":"1784947997756-qaa7qf","ts":1784947997756,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T02-53-17Z-y29-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-53-17Z-y29-3"}
|
|
127
|
+
{"id":"1784947997758-8l1l3u","ts":1784947997758,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-53-17Z-y29-5"}
|
|
128
|
+
{"id":"1784947997760-ma7ka9","ts":1784947997760,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T02-53-17Z-y29-7"}
|
|
129
|
+
{"id":"1784949191523-j92qt2","ts":1784949191523,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T03-13-11Z-z7b-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T03-13-11Z-z7b-1"}
|
|
130
|
+
{"id":"1784949191528-noashj","ts":1784949191528,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T03-13-11Z-z7b-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T03-13-11Z-z7b-3"}
|
|
131
|
+
{"id":"1784949191531-k0kref","ts":1784949191531,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T03-13-11Z-z7b-5"}
|
|
132
|
+
{"id":"1784949191532-7c0f20","ts":1784949191532,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T03-13-11Z-z7b-7"}
|
|
133
|
+
{"id":"1784949200474-ovgavq","ts":1784949200474,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T03-13-20Z-zac-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T03-13-20Z-zac-1"}
|
|
134
|
+
{"id":"1784949200478-nz7fl3","ts":1784949200478,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T03-13-20Z-zac-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T03-13-20Z-zac-3"}
|
|
135
|
+
{"id":"1784949200480-3ay598","ts":1784949200480,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T03-13-20Z-zac-5"}
|
|
136
|
+
{"id":"1784949200482-79smbw","ts":1784949200482,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T03-13-20Z-zac-7"}
|
|
137
|
+
{"id":"1784953548483-zu6dgs","ts":1784953548483,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T04-25-48Z-10m6-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T04-25-48Z-10m6-1"}
|
|
138
|
+
{"id":"1784953548489-7t0i3e","ts":1784953548489,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T04-25-48Z-10m6-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T04-25-48Z-10m6-3"}
|
|
139
|
+
{"id":"1784953548491-uqhnv4","ts":1784953548491,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T04-25-48Z-10m6-5"}
|
|
140
|
+
{"id":"1784953548493-kdfaol","ts":1784953548493,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T04-25-48Z-10m6-7"}
|
|
141
|
+
{"id":"1784955340413-klg9hz","ts":1784955340413,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T04-55-40Z-11ir-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T04-55-40Z-11ir-1"}
|
|
142
|
+
{"id":"1784955340418-igej7f","ts":1784955340418,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T04-55-40Z-11ir-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T04-55-40Z-11ir-3"}
|
|
143
|
+
{"id":"1784955340421-yjg1xm","ts":1784955340421,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T04-55-40Z-11ir-5"}
|
|
144
|
+
{"id":"1784955340422-j52wma","ts":1784955340422,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T04-55-40Z-11ir-7"}
|
|
145
|
+
{"id":"1784956006949-nz9ygj","ts":1784956006949,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T05-06-46Z-11wj-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T05-06-46Z-11wj-1"}
|
|
146
|
+
{"id":"1784956006954-qn40w6","ts":1784956006954,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T05-06-46Z-11wj-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T05-06-46Z-11wj-3"}
|
|
147
|
+
{"id":"1784956006958-1ukpio","ts":1784956006958,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T05-06-46Z-11wj-5"}
|
|
148
|
+
{"id":"1784956006961-18ye63","ts":1784956006961,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T05-06-46Z-11wj-7"}
|
|
149
|
+
{"id":"1784956928145-siys5y","ts":1784956928145,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T05-22-08Z-12ew-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T05-22-08Z-12ew-1"}
|
|
150
|
+
{"id":"1784956928150-w245tz","ts":1784956928150,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T05-22-08Z-12ew-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T05-22-08Z-12ew-3"}
|
|
151
|
+
{"id":"1784956928152-tv39c0","ts":1784956928152,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T05-22-08Z-12ew-5"}
|
|
152
|
+
{"id":"1784956928154-2n0q47","ts":1784956928154,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T05-22-08Z-12ew-7"}
|
|
153
|
+
{"id":"1784958144204-lze8lt","ts":1784958144204,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T05-42-24Z-13e7-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T05-42-24Z-13e7-1"}
|
|
154
|
+
{"id":"1784958144209-p3h9nu","ts":1784958144209,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T05-42-24Z-13e7-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T05-42-24Z-13e7-3"}
|
|
155
|
+
{"id":"1784958144212-blvok7","ts":1784958144212,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T05-42-24Z-13e7-5"}
|
|
156
|
+
{"id":"1784958144214-pdj1y3","ts":1784958144214,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T05-42-24Z-13e7-7"}
|
|
157
|
+
{"id":"1784959694433-rp76hz","ts":1784959694433,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T06-08-14Z-13x1-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-08-14Z-13x1-1"}
|
|
158
|
+
{"id":"1784959694438-lvwxp1","ts":1784959694438,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T06-08-14Z-13x1-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-08-14Z-13x1-3"}
|
|
159
|
+
{"id":"1784959694441-4bgxec","ts":1784959694441,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-08-14Z-13x1-5"}
|
|
160
|
+
{"id":"1784959694443-gcu3bh","ts":1784959694443,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-08-14Z-13x1-7"}
|
|
161
|
+
{"id":"1784959791607-c38jiw","ts":1784959791607,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T06-09-51Z-142k-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-09-51Z-142k-1"}
|
|
162
|
+
{"id":"1784959791613-9l8lk4","ts":1784959791613,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T06-09-51Z-142k-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-09-51Z-142k-3"}
|
|
163
|
+
{"id":"1784959791615-lgjsqs","ts":1784959791615,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-09-51Z-142k-5"}
|
|
164
|
+
{"id":"1784959791617-txzqn6","ts":1784959791617,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-09-51Z-142k-7"}
|
|
165
|
+
{"id":"1784960250783-gr7lqe","ts":1784960250783,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T06-17-30Z-14go-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-17-30Z-14go-1"}
|
|
166
|
+
{"id":"1784960250788-vhxwwj","ts":1784960250788,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T06-17-30Z-14go-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-17-30Z-14go-3"}
|
|
167
|
+
{"id":"1784960250791-epl643","ts":1784960250791,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-17-30Z-14go-5"}
|
|
168
|
+
{"id":"1784960250793-q1p0sl","ts":1784960250793,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-17-30Z-14go-7"}
|
|
169
|
+
{"id":"1784960271538-5g6vae","ts":1784960271538,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T06-17-51Z-14k7-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-17-51Z-14k7-1"}
|
|
170
|
+
{"id":"1784960271544-cvcxzt","ts":1784960271544,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T06-17-51Z-14k7-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-17-51Z-14k7-3"}
|
|
171
|
+
{"id":"1784960271546-mtv1fa","ts":1784960271546,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-17-51Z-14k7-5"}
|
|
172
|
+
{"id":"1784960271548-ffsffi","ts":1784960271548,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-17-51Z-14k7-7"}
|
|
173
|
+
{"id":"1784960644917-rkhu2a","ts":1784960644917,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T06-24-04Z-14uc-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-24-04Z-14uc-1"}
|
|
174
|
+
{"id":"1784960644922-w4slak","ts":1784960644922,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T06-24-04Z-14uc-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-24-04Z-14uc-3"}
|
|
175
|
+
{"id":"1784960644925-ogppp3","ts":1784960644925,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-24-04Z-14uc-5"}
|
|
176
|
+
{"id":"1784960644927-nxpj3x","ts":1784960644927,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-24-04Z-14uc-7"}
|
|
177
|
+
{"id":"1784960655181-yl6y23","ts":1784960655181,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T06-24-15Z-14xs-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-24-15Z-14xs-1"}
|
|
178
|
+
{"id":"1784960655186-0ptsfn","ts":1784960655186,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T06-24-15Z-14xs-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-24-15Z-14xs-3"}
|
|
179
|
+
{"id":"1784960655188-zblexo","ts":1784960655188,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-24-15Z-14xs-5"}
|
|
180
|
+
{"id":"1784960655190-u6wwsp","ts":1784960655190,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T06-24-15Z-14xs-7"}
|
|
181
|
+
{"id":"1784993501720-vg2yp3","ts":1784993501720,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T15-31-41Z-1cdz-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-31-41Z-1cdz-1"}
|
|
182
|
+
{"id":"1784993501725-jp4cqz","ts":1784993501725,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T15-31-41Z-1cdz-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-31-41Z-1cdz-3"}
|
|
183
|
+
{"id":"1784993501728-0up6nk","ts":1784993501728,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-31-41Z-1cdz-5"}
|
|
184
|
+
{"id":"1784993501730-8b9zif","ts":1784993501730,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-31-41Z-1cdz-7"}
|
|
185
|
+
{"id":"1784993508443-u41to1","ts":1784993508443,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T15-31-48Z-1ch6-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-31-48Z-1ch6-1"}
|
|
186
|
+
{"id":"1784993508447-o6c01k","ts":1784993508447,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T15-31-48Z-1ch6-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-31-48Z-1ch6-3"}
|
|
187
|
+
{"id":"1784993508449-bsptq5","ts":1784993508449,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-31-48Z-1ch6-5"}
|
|
188
|
+
{"id":"1784993508451-304t5j","ts":1784993508451,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-31-48Z-1ch6-7"}
|
|
189
|
+
{"id":"1784993641549-pdd5v1","ts":1784993641549,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T15-34-01Z-1co3-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-34-01Z-1co3-1"}
|
|
190
|
+
{"id":"1784993641554-5zezw5","ts":1784993641554,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T15-34-01Z-1co3-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-34-01Z-1co3-3"}
|
|
191
|
+
{"id":"1784993641557-nltk8t","ts":1784993641557,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-34-01Z-1co3-5"}
|
|
192
|
+
{"id":"1784993641559-ilzxre","ts":1784993641559,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-34-01Z-1co3-7"}
|
|
193
|
+
{"id":"1784993658580-a5go8a","ts":1784993658580,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T15-34-18Z-1cry-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-34-18Z-1cry-1"}
|
|
194
|
+
{"id":"1784993658584-ht2p08","ts":1784993658584,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T15-34-18Z-1cry-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-34-18Z-1cry-3"}
|
|
195
|
+
{"id":"1784993658587-pir4gz","ts":1784993658587,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-34-18Z-1cry-5"}
|
|
196
|
+
{"id":"1784993658589-jsdufl","ts":1784993658589,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-34-18Z-1cry-7"}
|
|
197
|
+
{"id":"1784993905278-on093m","ts":1784993905278,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T15-38-25Z-1d0x-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-38-25Z-1d0x-1"}
|
|
198
|
+
{"id":"1784993905283-6w3ut0","ts":1784993905283,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T15-38-25Z-1d0x-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-38-25Z-1d0x-3"}
|
|
199
|
+
{"id":"1784993905286-fjvi9q","ts":1784993905286,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-38-25Z-1d0x-5"}
|
|
200
|
+
{"id":"1784993905288-j1camh","ts":1784993905288,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-38-25Z-1d0x-7"}
|
|
201
|
+
{"id":"1784993914859-lamplv","ts":1784993914859,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T15-38-34Z-1d43-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-38-34Z-1d43-1"}
|
|
202
|
+
{"id":"1784993914864-19zza4","ts":1784993914864,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T15-38-34Z-1d43-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-38-34Z-1d43-3"}
|
|
203
|
+
{"id":"1784993914866-f94f9a","ts":1784993914866,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-38-34Z-1d43-5"}
|
|
204
|
+
{"id":"1784993914868-hn9wez","ts":1784993914868,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T15-38-34Z-1d43-7"}
|
|
205
|
+
{"id":"1785000093871-39dfsj","ts":1785000093871,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-21-33Z-1f8s-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-21-33Z-1f8s-1"}
|
|
206
|
+
{"id":"1785000093877-79h1yi","ts":1785000093877,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-21-33Z-1f8s-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-21-33Z-1f8s-3"}
|
|
207
|
+
{"id":"1785000093879-p5adqi","ts":1785000093879,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-21-33Z-1f8s-5"}
|
|
208
|
+
{"id":"1785000093881-e9c2vi","ts":1785000093881,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-21-33Z-1f8s-7"}
|
|
209
|
+
{"id":"1785000101686-lyowrj","ts":1785000101686,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-21-41Z-1fc5-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-21-41Z-1fc5-1"}
|
|
210
|
+
{"id":"1785000101690-or58ds","ts":1785000101690,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-21-41Z-1fc5-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-21-41Z-1fc5-3"}
|
|
211
|
+
{"id":"1785000101693-wri9q7","ts":1785000101693,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-21-41Z-1fc5-5"}
|
|
212
|
+
{"id":"1785000101695-zh4v9s","ts":1785000101695,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-21-41Z-1fc5-7"}
|
|
213
|
+
{"id":"1785000257904-v3xddb","ts":1785000257905,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-24-17Z-1flt-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-24-17Z-1flt-1"}
|
|
214
|
+
{"id":"1785000257910-78pggi","ts":1785000257910,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-24-17Z-1flt-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-24-17Z-1flt-3"}
|
|
215
|
+
{"id":"1785000257913-kl10u1","ts":1785000257913,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-24-17Z-1flt-5"}
|
|
216
|
+
{"id":"1785000257915-i6hr4d","ts":1785000257915,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-24-17Z-1flt-7"}
|
|
217
|
+
{"id":"1785000305597-b4vlfy","ts":1785000305597,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-25-05Z-1foz-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-25-05Z-1foz-1"}
|
|
218
|
+
{"id":"1785000305603-e3pnht","ts":1785000305603,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-25-05Z-1foz-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-25-05Z-1foz-3"}
|
|
219
|
+
{"id":"1785000305606-ho10t2","ts":1785000305606,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-25-05Z-1foz-5"}
|
|
220
|
+
{"id":"1785000305607-zjwvwg","ts":1785000305607,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-25-05Z-1foz-7"}
|
|
221
|
+
{"id":"1785000907903-l3cs6x","ts":1785000907903,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-35-07Z-1g2k-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-35-07Z-1g2k-1"}
|
|
222
|
+
{"id":"1785000907909-s13n3x","ts":1785000907909,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-35-07Z-1g2k-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-35-07Z-1g2k-3"}
|
|
223
|
+
{"id":"1785000907912-yh4ky7","ts":1785000907912,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-35-07Z-1g2k-5"}
|
|
224
|
+
{"id":"1785000907914-dvxqka","ts":1785000907914,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-35-07Z-1g2k-7"}
|
|
225
|
+
{"id":"1785001059420-5g5zgo","ts":1785001059420,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-37-39Z-1ga6-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-37-39Z-1ga6-1"}
|
|
226
|
+
{"id":"1785001059426-zr7mn9","ts":1785001059426,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-37-39Z-1ga6-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-37-39Z-1ga6-3"}
|
|
227
|
+
{"id":"1785001059429-nxv11r","ts":1785001059429,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-37-39Z-1ga6-5"}
|
|
228
|
+
{"id":"1785001059431-wit59c","ts":1785001059431,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-37-39Z-1ga6-7"}
|
|
229
|
+
{"id":"1785001794633-d1f1de","ts":1785001794633,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-49-54Z-1gyj-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-49-54Z-1gyj-1"}
|
|
230
|
+
{"id":"1785001794641-4cmv7p","ts":1785001794641,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-49-54Z-1gyj-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-49-54Z-1gyj-3"}
|
|
231
|
+
{"id":"1785001794644-zesutl","ts":1785001794644,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-49-54Z-1gyj-5"}
|
|
232
|
+
{"id":"1785001794647-781t1z","ts":1785001794647,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-49-54Z-1gyj-7"}
|
|
233
|
+
{"id":"1785001806118-iz55jz","ts":1785001806118,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-50-06Z-1h1y-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-50-06Z-1h1y-1"}
|
|
234
|
+
{"id":"1785001806123-965lpu","ts":1785001806123,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-50-06Z-1h1y-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-50-06Z-1h1y-3"}
|
|
235
|
+
{"id":"1785001806126-afi2rp","ts":1785001806126,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-50-06Z-1h1y-5"}
|
|
236
|
+
{"id":"1785001806127-537o2s","ts":1785001806127,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-50-06Z-1h1y-7"}
|
|
237
|
+
{"id":"1785002051877-bg5g8b","ts":1785002051877,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-54-11Z-1ham-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-54-11Z-1ham-1"}
|
|
238
|
+
{"id":"1785002051883-f68rr5","ts":1785002051883,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-54-11Z-1ham-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-54-11Z-1ham-3"}
|
|
239
|
+
{"id":"1785002051886-g5bamm","ts":1785002051886,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-54-11Z-1ham-5"}
|
|
240
|
+
{"id":"1785002051888-ywfbxv","ts":1785002051888,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-54-11Z-1ham-7"}
|
|
241
|
+
{"id":"1785002064666-077yzv","ts":1785002064666,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-54-24Z-1heb-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-54-24Z-1heb-1"}
|
|
242
|
+
{"id":"1785002064672-lozg6y","ts":1785002064672,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T17-54-24Z-1heb-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-54-24Z-1heb-3"}
|
|
243
|
+
{"id":"1785002064675-w145sv","ts":1785002064675,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-54-24Z-1heb-5"}
|
|
244
|
+
{"id":"1785002064677-trgcvf","ts":1785002064677,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T17-54-24Z-1heb-7"}
|
|
245
|
+
{"id":"1785003111177-97el75","ts":1785003111177,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T18-11-51Z-1hyk-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T18-11-51Z-1hyk-1"}
|
|
246
|
+
{"id":"1785003111182-mezoxd","ts":1785003111182,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T18-11-51Z-1hyk-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T18-11-51Z-1hyk-3"}
|
|
247
|
+
{"id":"1785003111185-wy0nrz","ts":1785003111185,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T18-11-51Z-1hyk-5"}
|
|
248
|
+
{"id":"1785003111187-gi8q31","ts":1785003111187,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T18-11-51Z-1hyk-7"}
|
|
249
|
+
{"id":"1785003119331-1zbkri","ts":1785003119331,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T18-11-59Z-1i1y-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T18-11-59Z-1i1y-1"}
|
|
250
|
+
{"id":"1785003119335-j97vyg","ts":1785003119335,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T18-11-59Z-1i1y-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T18-11-59Z-1i1y-3"}
|
|
251
|
+
{"id":"1785003119338-v3lg98","ts":1785003119338,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T18-11-59Z-1i1y-5"}
|
|
252
|
+
{"id":"1785003119340-ihlpe8","ts":1785003119340,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T18-11-59Z-1i1y-7"}
|
|
253
|
+
{"id":"1785007009698-1bgy5p","ts":1785007009698,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T19-16-49Z-1jx0-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T19-16-49Z-1jx0-1"}
|
|
254
|
+
{"id":"1785007009704-3so5td","ts":1785007009704,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T19-16-49Z-1jx0-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T19-16-49Z-1jx0-3"}
|
|
255
|
+
{"id":"1785007009707-8j3p8f","ts":1785007009707,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T19-16-49Z-1jx0-5"}
|
|
256
|
+
{"id":"1785007009709-xi955l","ts":1785007009709,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T19-16-49Z-1jx0-7"}
|
|
257
|
+
{"id":"1785007025322-f2uw0u","ts":1785007025322,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T19-17-05Z-1k0e-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T19-17-05Z-1k0e-1"}
|
|
258
|
+
{"id":"1785007025327-qx4xcs","ts":1785007025327,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T19-17-05Z-1k0e-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T19-17-05Z-1k0e-3"}
|
|
259
|
+
{"id":"1785007025330-oabg8s","ts":1785007025330,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T19-17-05Z-1k0e-5"}
|
|
260
|
+
{"id":"1785007025332-4i4kio","ts":1785007025332,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T19-17-05Z-1k0e-7"}
|
|
261
|
+
{"id":"1785009147618-yveel9","ts":1785009147618,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T19-52-27Z-1l7t-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T19-52-27Z-1l7t-1"}
|
|
262
|
+
{"id":"1785009147624-avw8u9","ts":1785009147624,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T19-52-27Z-1l7t-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T19-52-27Z-1l7t-3"}
|
|
263
|
+
{"id":"1785009147626-udkq7n","ts":1785009147626,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T19-52-27Z-1l7t-5"}
|
|
264
|
+
{"id":"1785009147628-tt14fn","ts":1785009147628,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T19-52-27Z-1l7t-7"}
|
|
265
|
+
{"id":"1785010421573-zvbx6l","ts":1785010421573,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T20-13-41Z-1lw4-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-13-41Z-1lw4-1"}
|
|
266
|
+
{"id":"1785010421579-ofr4jw","ts":1785010421579,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T20-13-41Z-1lw4-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-13-41Z-1lw4-3"}
|
|
267
|
+
{"id":"1785010421582-hgm617","ts":1785010421582,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-13-41Z-1lw4-5"}
|
|
268
|
+
{"id":"1785010421584-buwmbd","ts":1785010421584,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-13-41Z-1lw4-7"}
|
|
269
|
+
{"id":"1785010433691-ndjfw3","ts":1785010433691,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T20-13-53Z-1lzi-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-13-53Z-1lzi-1"}
|
|
270
|
+
{"id":"1785010433696-lfjktv","ts":1785010433696,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T20-13-53Z-1lzi-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-13-53Z-1lzi-3"}
|
|
271
|
+
{"id":"1785010433699-dw09d2","ts":1785010433699,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-13-53Z-1lzi-5"}
|
|
272
|
+
{"id":"1785010433701-dqg9dw","ts":1785010433701,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-13-53Z-1lzi-7"}
|
|
273
|
+
{"id":"1785012881786-fd42lf","ts":1785012881786,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T20-54-41Z-1n87-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-54-41Z-1n87-1"}
|
|
274
|
+
{"id":"1785012881792-wyagg7","ts":1785012881792,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T20-54-41Z-1n87-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-54-41Z-1n87-3"}
|
|
275
|
+
{"id":"1785012881795-mimt8y","ts":1785012881795,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-54-41Z-1n87-5"}
|
|
276
|
+
{"id":"1785012881797-1vtfeu","ts":1785012881797,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-54-41Z-1n87-7"}
|
|
277
|
+
{"id":"1785012893719-mbwiim","ts":1785012893719,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T20-54-53Z-1nbl-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-54-53Z-1nbl-1"}
|
|
278
|
+
{"id":"1785012893724-o9m6el","ts":1785012893724,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T20-54-53Z-1nbl-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-54-53Z-1nbl-3"}
|
|
279
|
+
{"id":"1785012893727-10yz1w","ts":1785012893727,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-54-53Z-1nbl-5"}
|
|
280
|
+
{"id":"1785012893729-0i1hgb","ts":1785012893729,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T20-54-53Z-1nbl-7"}
|
|
281
|
+
{"id":"1785016388943-d9aa0t","ts":1785016388943,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T21-53-08Z-1pbu-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T21-53-08Z-1pbu-1"}
|
|
282
|
+
{"id":"1785016388948-vr201n","ts":1785016388948,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T21-53-08Z-1pbu-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T21-53-08Z-1pbu-3"}
|
|
283
|
+
{"id":"1785016388951-cpp5m3","ts":1785016388951,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T21-53-08Z-1pbu-5"}
|
|
284
|
+
{"id":"1785016388953-08cap7","ts":1785016388953,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T21-53-08Z-1pbu-7"}
|
|
285
|
+
{"id":"1785017621868-njcjo9","ts":1785017621868,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T22-13-41Z-1pwl-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-13-41Z-1pwl-1"}
|
|
286
|
+
{"id":"1785017621874-qppzfh","ts":1785017621874,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T22-13-41Z-1pwl-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-13-41Z-1pwl-3"}
|
|
287
|
+
{"id":"1785017621877-p9e65w","ts":1785017621877,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-13-41Z-1pwl-5"}
|
|
288
|
+
{"id":"1785017621879-nl4mfa","ts":1785017621879,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-13-41Z-1pwl-7"}
|
|
289
|
+
{"id":"1785017631845-8u0g22","ts":1785017631845,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T22-13-51Z-1q02-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-13-51Z-1q02-1"}
|
|
290
|
+
{"id":"1785017631851-l4o4wz","ts":1785017631851,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T22-13-51Z-1q02-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-13-51Z-1q02-3"}
|
|
291
|
+
{"id":"1785017631854-uq7ev3","ts":1785017631854,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-13-51Z-1q02-5"}
|
|
292
|
+
{"id":"1785017631856-mkso04","ts":1785017631856,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-13-51Z-1q02-7"}
|
|
293
|
+
{"id":"1785018967376-0v4q5g","ts":1785018967376,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T22-36-07Z-1rbn-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-36-07Z-1rbn-1"}
|
|
294
|
+
{"id":"1785018967383-kmeyqs","ts":1785018967383,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T22-36-07Z-1rbn-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-36-07Z-1rbn-3"}
|
|
295
|
+
{"id":"1785018967386-hp27mg","ts":1785018967386,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-36-07Z-1rbn-5"}
|
|
296
|
+
{"id":"1785018967388-f3vq3u","ts":1785018967388,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-36-07Z-1rbn-7"}
|
|
297
|
+
{"id":"1785019634151-jnkv0k","ts":1785019634151,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T22-47-14Z-1ry7-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-47-14Z-1ry7-1"}
|
|
298
|
+
{"id":"1785019634157-8egyi0","ts":1785019634157,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-25T22-47-14Z-1ry7-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-47-14Z-1ry7-3"}
|
|
299
|
+
{"id":"1785019634160-u1q4o7","ts":1785019634160,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-47-14Z-1ry7-5"}
|
|
300
|
+
{"id":"1785019634162-wlppt0","ts":1785019634162,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-25T22-47-14Z-1ry7-7"}
|
|
301
|
+
{"id":"1785024002581-lwnfiu","ts":1785024002581,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-00-02Z-1tne-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-00-02Z-1tne-1"}
|
|
302
|
+
{"id":"1785024002588-saltii","ts":1785024002588,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-00-02Z-1tne-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-00-02Z-1tne-3"}
|
|
303
|
+
{"id":"1785024002591-dinelv","ts":1785024002591,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-00-02Z-1tne-5"}
|
|
304
|
+
{"id":"1785024002593-zfy8d2","ts":1785024002593,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-00-02Z-1tne-7"}
|
|
305
|
+
{"id":"1785024014604-vv2ob0","ts":1785024014604,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-00-14Z-1tr6-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-00-14Z-1tr6-1"}
|
|
306
|
+
{"id":"1785024014609-ynxhtm","ts":1785024014609,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-00-14Z-1tr6-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-00-14Z-1tr6-3"}
|
|
307
|
+
{"id":"1785024014612-2z0ju2","ts":1785024014612,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-00-14Z-1tr6-5"}
|
|
308
|
+
{"id":"1785024014614-4vko1u","ts":1785024014614,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-00-14Z-1tr6-7"}
|
|
309
|
+
{"id":"1785025579622-421e4a","ts":1785025579622,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-26-19Z-1wgd-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-26-19Z-1wgd-1"}
|
|
310
|
+
{"id":"1785025579629-eqwibj","ts":1785025579629,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-26-19Z-1wgd-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-26-19Z-1wgd-3"}
|
|
311
|
+
{"id":"1785025579632-ou754t","ts":1785025579632,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-26-19Z-1wgd-5"}
|
|
312
|
+
{"id":"1785025579634-phzmqn","ts":1785025579634,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-26-19Z-1wgd-7"}
|
|
313
|
+
{"id":"1785026408790-cvt3pu","ts":1785026408790,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-40-08Z-1x9y-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-40-08Z-1x9y-1"}
|
|
314
|
+
{"id":"1785026408796-vzzowq","ts":1785026408796,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-40-08Z-1x9y-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-40-08Z-1x9y-3"}
|
|
315
|
+
{"id":"1785026408799-n2g00o","ts":1785026408799,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-40-08Z-1x9y-5"}
|
|
316
|
+
{"id":"1785026408801-c53flq","ts":1785026408801,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-40-08Z-1x9y-7"}
|
|
317
|
+
{"id":"1785026669019-k9zqle","ts":1785026669019,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-44-29Z-1xjf-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-44-29Z-1xjf-1"}
|
|
318
|
+
{"id":"1785026669025-6k2z32","ts":1785026669025,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-44-29Z-1xjf-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-44-29Z-1xjf-3"}
|
|
319
|
+
{"id":"1785026669028-qn9bwh","ts":1785026669028,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-44-29Z-1xjf-5"}
|
|
320
|
+
{"id":"1785026669030-3bv1p8","ts":1785026669030,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-44-29Z-1xjf-7"}
|
|
321
|
+
{"id":"1785026728047-4sgp5p","ts":1785026728047,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-45-28Z-1xo5-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-45-28Z-1xo5-1"}
|
|
322
|
+
{"id":"1785026728052-wukgc3","ts":1785026728052,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-45-28Z-1xo5-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-45-28Z-1xo5-3"}
|
|
323
|
+
{"id":"1785026728055-0lq2b0","ts":1785026728055,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-45-28Z-1xo5-5"}
|
|
324
|
+
{"id":"1785026728057-34gz01","ts":1785026728057,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-45-28Z-1xo5-7"}
|
|
325
|
+
{"id":"1785027253637-11k1tv","ts":1785027253637,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-54-13Z-1y51-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-54-13Z-1y51-1"}
|
|
326
|
+
{"id":"1785027253643-ibh84l","ts":1785027253643,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T00-54-13Z-1y51-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-54-13Z-1y51-3"}
|
|
327
|
+
{"id":"1785027253646-ifmcts","ts":1785027253646,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-54-13Z-1y51-5"}
|
|
328
|
+
{"id":"1785027253648-fa9t9i","ts":1785027253648,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T00-54-13Z-1y51-7"}
|
|
329
|
+
{"id":"1785034584055-rwcii5","ts":1785034584055,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T02-56-24Z-21jz-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T02-56-24Z-21jz-1"}
|
|
330
|
+
{"id":"1785034584061-ohgxhm","ts":1785034584061,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T02-56-24Z-21jz-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T02-56-24Z-21jz-3"}
|
|
331
|
+
{"id":"1785034584064-qg6cza","ts":1785034584064,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T02-56-24Z-21jz-5"}
|
|
332
|
+
{"id":"1785034584066-dkipbl","ts":1785034584066,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T02-56-24Z-21jz-7"}
|
|
333
|
+
{"id":"1785034629064-q93tcy","ts":1785034629064,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T02-57-09Z-21oi-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T02-57-09Z-21oi-1"}
|
|
334
|
+
{"id":"1785034629070-70hc1f","ts":1785034629070,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T02-57-09Z-21oi-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T02-57-09Z-21oi-3"}
|
|
335
|
+
{"id":"1785034629073-v9gdmn","ts":1785034629073,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T02-57-09Z-21oi-5"}
|
|
336
|
+
{"id":"1785034629075-dh8yri","ts":1785034629075,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T02-57-09Z-21oi-7"}
|
|
337
|
+
{"id":"1785035066405-dnqnqt","ts":1785035066405,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-04-26Z-221b-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-04-26Z-221b-1"}
|
|
338
|
+
{"id":"1785035066412-8ll9wm","ts":1785035066412,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-04-26Z-221b-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-04-26Z-221b-3"}
|
|
339
|
+
{"id":"1785035066415-i47l0r","ts":1785035066415,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-04-26Z-221b-5"}
|
|
340
|
+
{"id":"1785035066417-8w8ehn","ts":1785035066417,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-04-26Z-221b-7"}
|
|
341
|
+
{"id":"1785035666185-d4vc2q","ts":1785035666185,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-14-26Z-22gt-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-14-26Z-22gt-1"}
|
|
342
|
+
{"id":"1785035666191-6lzp6k","ts":1785035666191,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-14-26Z-22gt-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-14-26Z-22gt-3"}
|
|
343
|
+
{"id":"1785035666194-l7ql4g","ts":1785035666194,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-14-26Z-22gt-5"}
|
|
344
|
+
{"id":"1785035666196-e1h11z","ts":1785035666196,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-14-26Z-22gt-7"}
|
|
345
|
+
{"id":"1785037638319-kksx6n","ts":1785037638319,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-47-18Z-17m-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-47-18Z-17m-1"}
|
|
346
|
+
{"id":"1785037638325-shjws8","ts":1785037638325,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-47-18Z-17m-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-47-18Z-17m-3"}
|
|
347
|
+
{"id":"1785037638328-ktnbgb","ts":1785037638328,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-47-18Z-17m-5"}
|
|
348
|
+
{"id":"1785037638330-ajdsnj","ts":1785037638330,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-47-18Z-17m-7"}
|
|
349
|
+
{"id":"1785037646908-jzd01s","ts":1785037646908,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-47-26Z-1b2-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-47-26Z-1b2-1"}
|
|
350
|
+
{"id":"1785037646913-64xswi","ts":1785037646913,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-47-26Z-1b2-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-47-26Z-1b2-3"}
|
|
351
|
+
{"id":"1785037646916-zqbzjl","ts":1785037646916,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-47-26Z-1b2-5"}
|
|
352
|
+
{"id":"1785037646917-sbml80","ts":1785037646917,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-47-26Z-1b2-7"}
|
|
353
|
+
{"id":"1785037661345-tlb3xv","ts":1785037661345,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-47-41Z-1f4-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-47-41Z-1f4-1"}
|
|
354
|
+
{"id":"1785037661350-mlb02j","ts":1785037661350,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-47-41Z-1f4-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-47-41Z-1f4-3"}
|
|
355
|
+
{"id":"1785037661353-vm0wip","ts":1785037661353,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-47-41Z-1f4-5"}
|
|
356
|
+
{"id":"1785037661354-a2h8ag","ts":1785037661354,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-47-41Z-1f4-7"}
|
|
357
|
+
{"id":"1785037695487-zhfr8d","ts":1785037695487,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-48-15Z-1jq-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-48-15Z-1jq-1"}
|
|
358
|
+
{"id":"1785037695492-1ya8s2","ts":1785037695492,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-48-15Z-1jq-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-48-15Z-1jq-3"}
|
|
359
|
+
{"id":"1785037695495-x132h5","ts":1785037695495,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-48-15Z-1jq-5"}
|
|
360
|
+
{"id":"1785037695497-vfbxwg","ts":1785037695497,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-48-15Z-1jq-7"}
|
|
361
|
+
{"id":"1785038152452-jeethu","ts":1785038152452,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-55-52Z-1x0-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-55-52Z-1x0-1"}
|
|
362
|
+
{"id":"1785038152459-0ok751","ts":1785038152459,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-55-52Z-1x0-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-55-52Z-1x0-3"}
|
|
363
|
+
{"id":"1785038152462-7omlt9","ts":1785038152462,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-55-52Z-1x0-5"}
|
|
364
|
+
{"id":"1785038152464-qmwlhb","ts":1785038152464,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-55-52Z-1x0-7"}
|
|
365
|
+
{"id":"1785038160585-lgh14l","ts":1785038160585,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-56-00Z-20f-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-56-00Z-20f-1"}
|
|
366
|
+
{"id":"1785038160590-7g6qoa","ts":1785038160590,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T03-56-00Z-20f-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-56-00Z-20f-3"}
|
|
367
|
+
{"id":"1785038160593-0lkv0f","ts":1785038160593,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-56-00Z-20f-5"}
|
|
368
|
+
{"id":"1785038160595-q6jkkc","ts":1785038160595,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T03-56-00Z-20f-7"}
|
|
369
|
+
{"id":"1785040286382-hdbhv9","ts":1785040286382,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-31-26Z-390-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-31-26Z-390-1"}
|
|
370
|
+
{"id":"1785040286389-29hxn9","ts":1785040286389,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-31-26Z-390-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-31-26Z-390-3"}
|
|
371
|
+
{"id":"1785040286392-y167jn","ts":1785040286392,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-31-26Z-390-5"}
|
|
372
|
+
{"id":"1785040286394-x3d60u","ts":1785040286394,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-31-26Z-390-7"}
|
|
373
|
+
{"id":"1785040297565-bypfnx","ts":1785040297565,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-31-37Z-3ch-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-31-37Z-3ch-1"}
|
|
374
|
+
{"id":"1785040297569-icc8wd","ts":1785040297569,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-31-37Z-3ch-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-31-37Z-3ch-3"}
|
|
375
|
+
{"id":"1785040297572-9hfpvo","ts":1785040297572,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-31-37Z-3ch-5"}
|
|
376
|
+
{"id":"1785040297574-ojfxry","ts":1785040297574,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-31-37Z-3ch-7"}
|
|
377
|
+
{"id":"1785040344946-1v83if","ts":1785040344946,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-32-24Z-3hm-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-32-24Z-3hm-1"}
|
|
378
|
+
{"id":"1785040344953-c4by0z","ts":1785040344953,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-32-24Z-3hm-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-32-24Z-3hm-3"}
|
|
379
|
+
{"id":"1785040344956-02dksj","ts":1785040344956,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-32-24Z-3hm-5"}
|
|
380
|
+
{"id":"1785040344958-3tggfj","ts":1785040344958,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-32-24Z-3hm-7"}
|
|
381
|
+
{"id":"1785040515051-ay81ap","ts":1785040515051,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-35-15Z-3nh-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-35-15Z-3nh-1"}
|
|
382
|
+
{"id":"1785040515057-cv70th","ts":1785040515057,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-35-15Z-3nh-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-35-15Z-3nh-3"}
|
|
383
|
+
{"id":"1785040515060-8bcdtg","ts":1785040515060,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-35-15Z-3nh-5"}
|
|
384
|
+
{"id":"1785040515062-lljj3n","ts":1785040515062,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-35-15Z-3nh-7"}
|
|
385
|
+
{"id":"1785040531101-flcsc7","ts":1785040531101,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-35-31Z-3rm-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-35-31Z-3rm-1"}
|
|
386
|
+
{"id":"1785040531106-lf3ry5","ts":1785040531106,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-35-31Z-3rm-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-35-31Z-3rm-3"}
|
|
387
|
+
{"id":"1785040531109-2e4oa5","ts":1785040531109,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-35-31Z-3rm-5"}
|
|
388
|
+
{"id":"1785040531111-6mspwz","ts":1785040531111,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-35-31Z-3rm-7"}
|
|
389
|
+
{"id":"1785041074706-5eo98l","ts":1785041074706,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-44-34Z-448-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-44-34Z-448-1"}
|
|
390
|
+
{"id":"1785041074713-j9hcl4","ts":1785041074713,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-44-34Z-448-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-44-34Z-448-3"}
|
|
391
|
+
{"id":"1785041074716-y5sxco","ts":1785041074716,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-44-34Z-448-5"}
|
|
392
|
+
{"id":"1785041074718-fl0zvw","ts":1785041074718,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-44-34Z-448-7"}
|
|
393
|
+
{"id":"1785041165636-hnzxjy","ts":1785041165636,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-46-05Z-4ao-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-46-05Z-4ao-1"}
|
|
394
|
+
{"id":"1785041165643-u2po4b","ts":1785041165643,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-46-05Z-4ao-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-46-05Z-4ao-3"}
|
|
395
|
+
{"id":"1785041165646-oa2t8a","ts":1785041165646,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-46-05Z-4ao-5"}
|
|
396
|
+
{"id":"1785041165648-qga1ck","ts":1785041165648,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-46-05Z-4ao-7"}
|
|
397
|
+
{"id":"1785041275277-1jp8w9","ts":1785041275277,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-47-55Z-4hw-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-47-55Z-4hw-1"}
|
|
398
|
+
{"id":"1785041275283-b3rp2t","ts":1785041275283,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-47-55Z-4hw-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-47-55Z-4hw-3"}
|
|
399
|
+
{"id":"1785041275286-4gmlz0","ts":1785041275287,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-47-55Z-4hw-5"}
|
|
400
|
+
{"id":"1785041275288-k07jlp","ts":1785041275288,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-47-55Z-4hw-7"}
|
|
401
|
+
{"id":"1785041285368-jxmla9","ts":1785041285368,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-48-05Z-4lc-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-48-05Z-4lc-1"}
|
|
402
|
+
{"id":"1785041285374-3og7ii","ts":1785041285374,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T04-48-05Z-4lc-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-48-05Z-4lc-3"}
|
|
403
|
+
{"id":"1785041285377-lhmi08","ts":1785041285377,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-48-05Z-4lc-5"}
|
|
404
|
+
{"id":"1785041285379-p38v3y","ts":1785041285379,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T04-48-05Z-4lc-7"}
|
|
405
|
+
{"id":"1785062571415-qfr8wu","ts":1785062571415,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T10-42-51Z-8zp-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T10-42-51Z-8zp-1"}
|
|
406
|
+
{"id":"1785062571421-j89o2p","ts":1785062571421,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T10-42-51Z-8zp-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T10-42-51Z-8zp-3"}
|
|
407
|
+
{"id":"1785062571424-djit3w","ts":1785062571424,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T10-42-51Z-8zp-5"}
|
|
408
|
+
{"id":"1785062571426-7m5uiy","ts":1785062571426,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T10-42-51Z-8zp-7"}
|
|
409
|
+
{"id":"1785062580279-rql9pb","ts":1785062580279,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T10-43-00Z-937-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T10-43-00Z-937-1"}
|
|
410
|
+
{"id":"1785062580285-rd4pkt","ts":1785062580285,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-26T10-43-00Z-937-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T10-43-00Z-937-3"}
|
|
411
|
+
{"id":"1785062580288-rthpnz","ts":1785062580288,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T10-43-00Z-937-5"}
|
|
412
|
+
{"id":"1785062580290-0w6puw","ts":1785062580290,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-26T10-43-00Z-937-7"}
|
|
413
|
+
{"id":"1785286916943-do2yt5","ts":1785286916943,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-01-56Z-18my-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-01-56Z-18my-1"}
|
|
414
|
+
{"id":"1785286916949-qo18md","ts":1785286916949,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-01-56Z-18my-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-01-56Z-18my-3"}
|
|
415
|
+
{"id":"1785286916952-9v710m","ts":1785286916952,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-01-56Z-18my-5"}
|
|
416
|
+
{"id":"1785286916954-6gauah","ts":1785286916954,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-01-56Z-18my-7"}
|
|
417
|
+
{"id":"1785287064497-rifs54","ts":1785287064497,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-04-24Z-18tk-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-04-24Z-18tk-1"}
|
|
418
|
+
{"id":"1785287064503-jlk5jr","ts":1785287064503,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-04-24Z-18tk-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-04-24Z-18tk-3"}
|
|
419
|
+
{"id":"1785287064507-ikb5c2","ts":1785287064507,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-04-24Z-18tk-5"}
|
|
420
|
+
{"id":"1785287064508-jt0djj","ts":1785287064508,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-04-24Z-18tk-7"}
|
|
421
|
+
{"id":"1785288130919-zj9x9t","ts":1785288130919,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-22-10Z-19bg-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-22-10Z-19bg-1"}
|
|
422
|
+
{"id":"1785288130925-k3nvb7","ts":1785288130925,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-22-10Z-19bg-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-22-10Z-19bg-3"}
|
|
423
|
+
{"id":"1785288130928-66ncrc","ts":1785288130928,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-22-10Z-19bg-5"}
|
|
424
|
+
{"id":"1785288130930-tyai01","ts":1785288130930,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-22-10Z-19bg-7"}
|
|
425
|
+
{"id":"1785288225782-jxoohf","ts":1785288225782,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-23-45Z-19hc-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-23-45Z-19hc-1"}
|
|
426
|
+
{"id":"1785288225787-97zztz","ts":1785288225787,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-23-45Z-19hc-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-23-45Z-19hc-3"}
|
|
427
|
+
{"id":"1785288225790-7gj3th","ts":1785288225790,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-23-45Z-19hc-5"}
|
|
428
|
+
{"id":"1785288225792-75c97n","ts":1785288225792,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-23-45Z-19hc-7"}
|
|
429
|
+
{"id":"1785289062665-8ysijj","ts":1785289062665,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-37-42Z-1a71-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-37-42Z-1a71-1"}
|
|
430
|
+
{"id":"1785289062671-k52gnl","ts":1785289062671,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-37-42Z-1a71-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-37-42Z-1a71-3"}
|
|
431
|
+
{"id":"1785289062675-2cfa5m","ts":1785289062675,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-37-42Z-1a71-5"}
|
|
432
|
+
{"id":"1785289062676-fo63un","ts":1785289062676,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-37-42Z-1a71-7"}
|
|
433
|
+
{"id":"1785289253171-wd32cg","ts":1785289253171,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-40-53Z-1adv-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-40-53Z-1adv-1"}
|
|
434
|
+
{"id":"1785289253177-5vuebl","ts":1785289253177,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-40-53Z-1adv-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-40-53Z-1adv-3"}
|
|
435
|
+
{"id":"1785289253180-pijg59","ts":1785289253180,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-40-53Z-1adv-5"}
|
|
436
|
+
{"id":"1785289253182-sc32qi","ts":1785289253182,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-40-53Z-1adv-7"}
|
|
437
|
+
{"id":"1785290257126-7tosyn","ts":1785290257126,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-57-37Z-1aya-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-57-37Z-1aya-1"}
|
|
438
|
+
{"id":"1785290257132-ct2ae8","ts":1785290257132,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T01-57-37Z-1aya-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-57-37Z-1aya-3"}
|
|
439
|
+
{"id":"1785290257136-yih5xm","ts":1785290257136,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-57-37Z-1aya-5"}
|
|
440
|
+
{"id":"1785290257138-6v37nz","ts":1785290257138,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T01-57-37Z-1aya-7"}
|
|
441
|
+
{"id":"1785291459845-9crsuo","ts":1785291459845,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T02-17-39Z-1bo4-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T02-17-39Z-1bo4-1"}
|
|
442
|
+
{"id":"1785291459852-h9s7x2","ts":1785291459852,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T02-17-39Z-1bo4-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T02-17-39Z-1bo4-3"}
|
|
443
|
+
{"id":"1785291459855-tcz53c","ts":1785291459855,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T02-17-39Z-1bo4-5"}
|
|
444
|
+
{"id":"1785291459857-ifamlb","ts":1785291459857,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T02-17-39Z-1bo4-7"}
|
|
445
|
+
{"id":"1785293422428-bf4gba","ts":1785293422428,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T02-50-22Z-1cnn-1"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T02-50-22Z-1cnn-1"}
|
|
446
|
+
{"id":"1785293422434-lbm48u","ts":1785293422434,"trigger":"workflow \"wf-canary\" completou sem bloqueio","recommendation":"caminho seguido (3 etapa(s) verificadas em disco) é válido; repetir a sequência","evidence":{"steps_done":3,"run_id":"2026-07-29T02-50-22Z-1cnn-3"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T02-50-22Z-1cnn-3"}
|
|
447
|
+
{"id":"1785293422438-onw4u8","ts":1785293422438,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: seção obrigatória do template ausente no artefato: \"## Evidencias\"","evidence":{"step":"synthesize","veto":["seção obrigatória do template ausente no artefato: \"## Evidencias\""],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T02-50-22Z-1cnn-5"}
|
|
448
|
+
{"id":"1785293422440-tpqcb5","ts":1785293422440,"trigger":"etapa \"synthesize\" bloqueada por verification_failed","recommendation":"corrigir antes de reexecutar: veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/","evidence":{"step":"synthesize","veto":["veto.assertions[0] (field_matches) falhou: campo \"confianca\"=\"incerta\" não casa /^(alta|media|baixa)$/"],"causa":"1 verificação(ões) de veto/template falharam"},"tier":"normal","attributed_by":null,"source_run_id":"2026-07-29T02-50-22Z-1cnn-7"}
|