Commit 5e1fc20
fix(skill/rtk-triage): increase PR/issue limit to 200 with pagination hint (rtk-ai#717)
* fix(skill/rtk-triage): increase PR/issue limit to 200 with pagination hint
Raise gh pr list limit from 60 to 200 to match gh's max per call.
Add inline comment explaining how to paginate for repos with >200 open PRs.
Update threshold warning from >60 to >200 PRs/issues.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Signed-off-by: Florian BRUNIAUX <[email protected]>
* docs(architecture): update module count to 67 (hook_cmd added in rtk-ai#573)
hook_cmd.rs was added in feat: add Gemini CLI support (rtk-ai#573) but
ARCHITECTURE.md was not updated. Fixes pre-push validation failure.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Signed-off-by: Florian BRUNIAUX <[email protected]>
---------
Signed-off-by: Florian BRUNIAUX <[email protected]>
Co-authored-by: Claude Sonnet 4.6 <[email protected]>1 parent 4020aa0 commit 5e1fc20
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
232 | 236 | | |
233 | 237 | | |
234 | 238 | | |
235 | | - | |
| 239 | + | |
236 | 240 | | |
237 | 241 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
0 commit comments