From c7f0adba195932f6b8b6fa4c87e9905828abbde3 Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 6 Feb 2026 08:18:54 -0700 Subject: [PATCH 1/3] update github strategy to include agentic prs --- github_strategy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github_strategy.md b/github_strategy.md index e7f2c7b..fce4c04 100644 --- a/github_strategy.md +++ b/github_strategy.md @@ -135,6 +135,8 @@ This process has many direct and indirect benefits. - The smaller the better; it is WAY easier to review if small +1. **Agentic PRs:** If a pull request is created by a non-human actor (e.g., an agent or LLM model), treat it as a human-authored PR for review purposes. The person who initiated the agent action is considered the author (alongside the agent) and the PR still benefits from outside review by others. + 1. The writer adds details to the pull request in markdown format - Justifies the rationale for why the pull request exists From 20ea93932fc6284162bff1eaf40edf35306ddfc3 Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 6 Feb 2026 09:00:08 -0700 Subject: [PATCH 2/3] update software examples --- github_strategy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_strategy.md b/github_strategy.md index fce4c04..a517045 100644 --- a/github_strategy.md +++ b/github_strategy.md @@ -40,7 +40,7 @@ We follow standard procedures when writing software packages including: - Gallery outlining example use cases -Examples: [pycytominer](https://github.com/cytomining/pycytominer), [CytoSnake](https://github.com/WayScience/CytoSnake) +Examples: [pycytominer](https://github.com/cytomining/pycytominer), [coSMicQC](https://github.com/cytomining/coSMicQC) ### 2. Analysis repository From e03f77cb39c2d35106d9c010cffa57040685f4fa Mon Sep 17 00:00:00 2001 From: Dave Bunten Date: Fri, 6 Feb 2026 10:24:28 -0700 Subject: [PATCH 3/3] Update github_strategy.md Co-authored-by: Gregory Way --- github_strategy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_strategy.md b/github_strategy.md index a517045..7c567d1 100644 --- a/github_strategy.md +++ b/github_strategy.md @@ -135,7 +135,7 @@ This process has many direct and indirect benefits. - The smaller the better; it is WAY easier to review if small -1. **Agentic PRs:** If a pull request is created by a non-human actor (e.g., an agent or LLM model), treat it as a human-authored PR for review purposes. The person who initiated the agent action is considered the author (alongside the agent) and the PR still benefits from outside review by others. +1. **Agentic PRs:** If a pull request is created by a non-human actor (e.g., an agent or LLM model), treat it as a human-authored PR for review purposes. The person who initiated the agent action is considered the author (alongside the agent) and the PR still benefits from outside review by others. One outside approval is still required for merging. 1. The writer adds details to the pull request in markdown format