From ea2d8a2e68987fb252bc4154bce6ff9fa58eea4a Mon Sep 17 00:00:00 2001 From: fullsend-code <278716306+fullsend-ai-coder[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 19:12:50 +0000 Subject: [PATCH] fix(#55): remove broken qualityflow agent reference Remove the qualityflow agent entry and its allowed_remote_resources entry from .fullsend/config.yaml. The pinned commit (b26c947) in redhat-community-ai-tools/qualityflow-fullsend predates the addition of qualityflow/agents/qualityflow.md, causing a 404 on every agent run. This was confirmed across three CI runs on PR #54. Removing the reference eliminates the log noise. The reference can be re-added with a valid commit SHA if qualityflow is needed in the future. Note: pre-commit could not run in sandbox (network policy blocked hook installation). YAML validity confirmed via Python yaml.safe_load. Closes #55 --- .fullsend/config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.fullsend/config.yaml b/.fullsend/config.yaml index 29ace70..ff88d82 100644 --- a/.fullsend/config.yaml +++ b/.fullsend/config.yaml @@ -12,10 +12,6 @@ roles: - review - retro - prioritize -agents: - - source: https://raw.githubusercontent.com/redhat-community-ai-tools/qualityflow-fullsend/b26c947e95e6325284c5542d466a2a016f6aa312/harness/qualityflow.yaml#sha256=473d44a73c465b318fa3cd8dfee2c55b4a5dc7439f994607eb774825c43c17c2 -allowed_remote_resources: - - https://raw.githubusercontent.com/redhat-community-ai-tools/qualityflow-fullsend/ create_issues: allow_targets: orgs: