docs(#242): remove Jira remnants from custom agent guide#285
docs(#242): remove Jira remnants from custom agent guide#285fullsend-ai-coder[bot] wants to merge 2 commits into
Conversation
Remove leftover Jira-specific code from the pre-script example that left an orphaned elif after the Jira branch was deleted. Replace the if/elif/fi block with a direct gh issue view call. Add missing issues: write permission to the workflow permissions block. Remove the unused issue_source workflow input and its references throughout the guide. Closes #242
|
🤖 Finished Review · ✅ Success · Started 4:43 PM UTC · Completed 4:52 PM UTC |
Review — PR #285Verdict: Approve SummaryClean documentation fix that removes dead Jira code from the custom agent guide (
The new Dimensions reviewed
Low-severity noteResidual Jira mention in prose (line 223): The sandbox policy design principles section still reads "Never allow Jira/internal APIs from the sandbox. All Jira reads happen in pre-scripts; all Jira writes happen in post-scripts." With all Jira example code removed from the guide, the Jira-specific framing is slightly orphaned. The underlying principle (external system access belongs in pre/post scripts) remains valid. Consider simplifying to reference "internal/external APIs" generically in a future pass. Previous runReview — PR #285Verdict: approve · docs-only fix · 1 file · +7 −21 SummaryClean documentation fix that addresses issue #242. The PR:
All Dimension results
Low findings[pre-existing-gap] Notes
Labels: PR modifies user-facing documentation guides |
|
/fs-fix |
|
🤖 Finished Fix · ✅ Success · Started 5:38 PM UTC · Completed 5:45 PM UTC |
The pre-script example uses $REPO_FULL_NAME but the example harness runner_env and workflow env block did not define it. With set -euo pipefail the example script would fail on the unset variable. Add it to both locations, matching the pattern in customizing-agents.md. Addresses review feedback on #285
🔧 Fix agent — iteration 1 (human-triggered)Added missing REPO_FULL_NAME variable to example harness runner_env and workflow env block. The pre-script example uses $REPO_FULL_NAME but neither the harness nor workflow defined it, which would cause a failure under set -euo pipefail. Fixed (1):
Tests: passed Updated by fullsend fix agent |
|
🤖 Finished Review · ✅ Success · Started 5:49 PM UTC · Completed 5:58 PM UTC |
Remove leftover Jira-specific code from the pre-script example that left an orphaned elif after the Jira branch was deleted. Replace the if/elif/fi block with a direct gh issue view call. Add missing issues: write permission to the workflow permissions block. Remove the unused issue_source workflow input and its references throughout the guide.
Closes #242
Post-script verification
agent/242-fix-docs-building-custom-agents)d8e3df7c018996e396c79b8ecd59e4145a628a6f..HEAD)