docs(skills): exclude SDK boundary bug sweeps · openclaw/openclaw@85e468d
steipete
·
2026-05-22
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: openclaw-landable-bug-sweep |
3 | | -description: "Find or repair small high-confidence OpenClaw bugfix PRs until five are landable." |
| 3 | +description: "Find or repair small high-confidence non-SDK-boundary OpenClaw bugfix PRs until five are landable." |
4 | 4 | --- |
5 | 5 | |
6 | 6 | # OpenClaw Landable Bug Sweep |
7 | 7 | |
8 | 8 | Autonomous maintainer workflow for producing five landable OpenClaw bugfix PR URLs. |
9 | 9 | Use for broad issue/PR sweeps where the bar is high and the output is PRs, not notes. |
| 10 | +Do not use for plugin SDK/API boundary work; those need separate architecture review. |
10 | 11 | |
11 | 12 | ## Target |
12 | 13 | |
@@ -36,6 +37,7 @@ Accept only when all are true:
|
36 | 37 | - no new config option |
37 | 38 | - no backward-incompatible behavior |
38 | 39 | - no security/product/owner-boundary decision needed |
| 40 | +- no plugin SDK, public plugin API, or `src/plugin-sdk/**` boundary change |
39 | 41 | - no broad refactor smell |
40 | 42 | - focused proof is feasible |
41 | 43 | |
@@ -49,6 +51,7 @@ Good examples:
|
49 | 51 | Reject: |
50 | 52 | |
51 | 53 | - feature requests, new knobs, migrations, release work, workflow policy, support |
| 54 | +- plugin SDK/API boundary changes, including compatibility shims, new SDK methods, SDK exports, or plugin-facing channel/provider seams |
52 | 55 | - auth/security boundary changes unless explicitly assigned |
53 | 56 | - bugs needing live credentials that are unavailable |
54 | 57 | - fixes whose clean shape is a larger architecture move |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。