diff --git a/.fullsend/config.yaml b/.fullsend/config.yaml index 09982c12cd6..34235bb6b7f 100644 --- a/.fullsend/config.yaml +++ b/.fullsend/config.yaml @@ -22,6 +22,7 @@ roles: allowed_remote_resources: - https://raw.githubusercontent.com/fullsend-ai/fullsend/ - https://raw.githubusercontent.com/fullsend-ai/agents/ + - https://raw.githubusercontent.com/redhat-developer/rhdh-skill/ create_issues: allow_targets: repos: diff --git a/.fullsend/rhdh/harness/code.yaml b/.fullsend/rhdh/harness/code.yaml index 8531f669b9a..ce3c6430b81 100644 --- a/.fullsend/rhdh/harness/code.yaml +++ b/.fullsend/rhdh/harness/code.yaml @@ -1,6 +1,8 @@ base: https://raw.githubusercontent.com/fullsend-ai/agents/4bbe4f50ed8e33c60539eaa30ddc320edf8bcda0/harness/code.yaml#sha256=050382941bb4c4a3dad5f00253de854684c0d22dd8cc1ca0a548079774470aad agent: rhdh/agents/code.md policy: rhdh/policies/code.yaml +skills: + - https://raw.githubusercontent.com/redhat-developer/rhdh-skill/e84109919ae6085e3dcfe568c695e6dda54874ce/skills/rhdh-coding#sha256=5a4bc35476108a215091ccf1180cee68547c7668c6b193de4402674bc7b6cded host_files: - src: rhdh/bin/yarn dest: /sandbox/workspace/bin/yarn diff --git a/.fullsend/rhdh/harness/fix.yaml b/.fullsend/rhdh/harness/fix.yaml index 85e6d3b8621..629bcd95040 100644 --- a/.fullsend/rhdh/harness/fix.yaml +++ b/.fullsend/rhdh/harness/fix.yaml @@ -1,6 +1,8 @@ base: https://raw.githubusercontent.com/fullsend-ai/agents/4bbe4f50ed8e33c60539eaa30ddc320edf8bcda0/harness/fix.yaml#sha256=f966f0b8cd9b58289f19b446cfc4fd343c9079d9c9acee0260824b57e896e068 agent: rhdh/agents/fix.md policy: rhdh/policies/code.yaml +skills: + - https://raw.githubusercontent.com/redhat-developer/rhdh-skill/e84109919ae6085e3dcfe568c695e6dda54874ce/skills/rhdh-coding#sha256=5a4bc35476108a215091ccf1180cee68547c7668c6b193de4402674bc7b6cded host_files: - src: rhdh/bin/yarn dest: /sandbox/workspace/bin/yarn