From e8f06fa4336edfe6fa253dd6ed061500ea7c4bc3 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman Date: Fri, 17 Apr 2026 16:32:37 -0400 Subject: [PATCH] build: made invocation of scripts more explicit --- .../auto-agents-system/references/scripts/list_prs/README.md | 1 + .../scripts/list_prs_needs_review_not_stale/README.md | 2 ++ .../scripts/list_prs_needs_review_stale_clean/README.md | 2 ++ .../scripts/list_prs_needs_review_stale_conflicts/README.md | 2 ++ .../references/scripts/list_prs_ready_to_merge/README.md | 2 ++ .../references/scripts/list_prs_stale_clean/README.md | 2 ++ .../references/scripts/list_prs_stale_conflicts/README.md | 2 ++ .../auto-agents-system/references/scripts/merge_pr/README.md | 2 ++ .../auto-agents-system/references/scripts/rebase_pr/README.md | 2 ++ 9 files changed, 17 insertions(+) diff --git a/.opencode/skills/auto-agents-system/references/scripts/list_prs/README.md b/.opencode/skills/auto-agents-system/references/scripts/list_prs/README.md index 3224efb19..fa2d0114a 100644 --- a/.opencode/skills/auto-agents-system/references/scripts/list_prs/README.md +++ b/.opencode/skills/auto-agents-system/references/scripts/list_prs/README.md @@ -12,6 +12,7 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs.ts \ [--mergeable true|false] [--stale not_stale|stale_no_conflicts|stale_with_conflicts|stale_unknown] ``` +**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:". ## Synopsis diff --git a/.opencode/skills/auto-agents-system/references/scripts/list_prs_needs_review_not_stale/README.md b/.opencode/skills/auto-agents-system/references/scripts/list_prs_needs_review_not_stale/README.md index eb4965a35..c896440fd 100644 --- a/.opencode/skills/auto-agents-system/references/scripts/list_prs_needs_review_not_stale/README.md +++ b/.opencode/skills/auto-agents-system/references/scripts/list_prs_needs_review_not_stale/README.md @@ -8,6 +8,8 @@ ```bash npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs_needs_review_not_stale.ts \ --url URL --pat TOKEN --owner OWNER --repo REPO + +**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:". ``` diff --git a/.opencode/skills/auto-agents-system/references/scripts/list_prs_needs_review_stale_clean/README.md b/.opencode/skills/auto-agents-system/references/scripts/list_prs_needs_review_stale_clean/README.md index 5c549d6a6..38c111406 100644 --- a/.opencode/skills/auto-agents-system/references/scripts/list_prs_needs_review_stale_clean/README.md +++ b/.opencode/skills/auto-agents-system/references/scripts/list_prs_needs_review_stale_clean/README.md @@ -10,6 +10,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs_needs_review_ --url URL --pat TOKEN --owner OWNER --repo REPO ``` +**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:". + ## Synopsis diff --git a/.opencode/skills/auto-agents-system/references/scripts/list_prs_needs_review_stale_conflicts/README.md b/.opencode/skills/auto-agents-system/references/scripts/list_prs_needs_review_stale_conflicts/README.md index 167a4390b..9612d79e3 100644 --- a/.opencode/skills/auto-agents-system/references/scripts/list_prs_needs_review_stale_conflicts/README.md +++ b/.opencode/skills/auto-agents-system/references/scripts/list_prs_needs_review_stale_conflicts/README.md @@ -10,6 +10,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs_needs_review_ --url URL --pat TOKEN --owner OWNER --repo REPO ``` +**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:". + ## Synopsis diff --git a/.opencode/skills/auto-agents-system/references/scripts/list_prs_ready_to_merge/README.md b/.opencode/skills/auto-agents-system/references/scripts/list_prs_ready_to_merge/README.md index 4f33616d2..78797a3c7 100644 --- a/.opencode/skills/auto-agents-system/references/scripts/list_prs_ready_to_merge/README.md +++ b/.opencode/skills/auto-agents-system/references/scripts/list_prs_ready_to_merge/README.md @@ -10,6 +10,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs_ready_to_merg --url URL --pat TOKEN --owner OWNER --repo REPO ``` +**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:". + ## Synopsis ``` diff --git a/.opencode/skills/auto-agents-system/references/scripts/list_prs_stale_clean/README.md b/.opencode/skills/auto-agents-system/references/scripts/list_prs_stale_clean/README.md index b2a8112ff..f1f6a5f4f 100644 --- a/.opencode/skills/auto-agents-system/references/scripts/list_prs_stale_clean/README.md +++ b/.opencode/skills/auto-agents-system/references/scripts/list_prs_stale_clean/README.md @@ -10,6 +10,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs_stale_clean.t --url URL --pat TOKEN --owner OWNER --repo REPO ``` +**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:". + ## Synopsis diff --git a/.opencode/skills/auto-agents-system/references/scripts/list_prs_stale_conflicts/README.md b/.opencode/skills/auto-agents-system/references/scripts/list_prs_stale_conflicts/README.md index 191de8856..cd5a7932f 100644 --- a/.opencode/skills/auto-agents-system/references/scripts/list_prs_stale_conflicts/README.md +++ b/.opencode/skills/auto-agents-system/references/scripts/list_prs_stale_conflicts/README.md @@ -10,6 +10,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs_stale_conflic --url URL --pat TOKEN --owner OWNER --repo REPO ``` +**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:". + ## Synopsis ``` diff --git a/.opencode/skills/auto-agents-system/references/scripts/merge_pr/README.md b/.opencode/skills/auto-agents-system/references/scripts/merge_pr/README.md index 082080f34..b2e18448f 100644 --- a/.opencode/skills/auto-agents-system/references/scripts/merge_pr/README.md +++ b/.opencode/skills/auto-agents-system/references/scripts/merge_pr/README.md @@ -11,6 +11,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/merge_pr.ts \ [--dep error|delete|reverse] ``` +**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:". + **CRITICAL:** All attempts to merge pull requests **must** use this script. ## Synopsis diff --git a/.opencode/skills/auto-agents-system/references/scripts/rebase_pr/README.md b/.opencode/skills/auto-agents-system/references/scripts/rebase_pr/README.md index 8e0fe5720..bd6080cf3 100644 --- a/.opencode/skills/auto-agents-system/references/scripts/rebase_pr/README.md +++ b/.opencode/skills/auto-agents-system/references/scripts/rebase_pr/README.md @@ -10,6 +10,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/rebase_pr.ts \ --url URL --pat TOKEN --owner OWNER --repo REPO --pr NUMBER ``` +**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:". + ## Synopsis ```