Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ script-test:
$(call run-timed,bash scripts/post-triage-test.sh)
$(call run-timed,bash scripts/post-prioritize-test.sh)
$(call run-timed,bash scripts/post-code-test.sh)
$(call run-timed,bash scripts/pre-code-test.sh)
$(call run-timed,bash scripts/post-review-test.sh)
$(call run-timed,bash scripts/post-fix-test.sh)
$(call run-timed,bash scripts/pre-fix-test.sh)
$(call run-timed,bash scripts/post-retro-test.sh)
$(call run-timed,bash scripts/post-scribe-test.sh)
$(call run-timed,bash scripts/validate-output-schema-test.sh)
Expand Down
2 changes: 2 additions & 0 deletions harness/code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ forge:
REPO_FULL_NAME: "${REPO_FULL_NAME}"
ISSUE_NUMBER: "${ISSUE_NUMBER}"
REPO_DIR: "${GITHUB_WORKSPACE}/target-repo"
# Skips the already-performed existing-PR check (fullsend-ai/fullsend#4718)
CODE_SKIP_EXISTING_PR_CHECK: "true"
Comment on lines +65 to +66

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remediation recommended

2. Protected paths modified in pr 📜 Skill insight § Compliance

This PR modifies protected governance/infrastructure paths (harness/ and scripts/), which must
receive human review and must not be auto-approved. Even though the PR links a justification (issue
#4718), a protected-path finding is still required.
Agent Prompt
## Issue description
Protected governance/infrastructure paths were modified, which requires explicit human review and must not be auto-approved.

## Issue Context
Protected paths include `harness/` and `scripts/`.

## Fix Focus Areas
- harness/code.yaml[65-66]
- scripts/pre-code.sh[71-141]
- scripts/pre-fix.sh[116-181]
- scripts/pre-code-test.sh[1-559]
- scripts/pre-fix-test.sh[1-150]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

Loading
Loading