

























1-## Summary
2-3-What problem does this PR solve?
4-5-Why does this matter now?
6-7-What is the intended outcome?
8-9-What is intentionally out of scope?
10-11-What does success look like?
12-13-What should reviewers focus on?
14-15-<details>
16-<summary>Summary guidance</summary>
17-18-This PR description is the contributor's durable explanation of the change. Write it for human maintainers first; ClawSweeper and Barnacle use the same text to understand intent, proof, risk, and current review state.
19-20-Describe the intent and outcome in 2-5 bullets. Avoid restating the diff; reviewers and bots can read the changed files.
21-22-If this PR fixes a plugin beta-release blocker, title it `fix(<plugin-id>): beta blocker - <summary>` and link the matching `Beta blocker: <plugin-name> - <summary>` issue labeled `beta-blocker`. Contributors cannot label PRs, so the title is the PR-side signal for maintainers and automation.
23-24-</details>
25-26-## Linked context
27-28-Which issue does this close?
29-30-Closes #
31-32-Which issues, PRs, or discussions are related?
33-34-Related #
35-36-Was this requested by a maintainer or owner?
37-38-<details>
39-<summary>Linked context guidance</summary>
40-41-Link the issue, PR, discussion, maintainer request, or owner request that explains why this PR should exist. Maintainer context helps reviewers and automation distinguish intended work from drive-by churn.
42-43-</details>
44-45-## Real behavior proof (required for external PRs)
46-47-- Behavior or issue addressed:
48-- Real environment tested:
49-- Exact steps or command run after this patch:
50-- Evidence after fix (screenshot, recording, terminal capture, console output, redacted runtime log, linked artifact, or copied live output):
51-- Observed result after fix:
52-- What was not tested:
53-- Proof limitations or environment constraints:
54-- Before evidence (optional but encouraged):
55-56-<details>
57-<summary>Real behavior proof guidance</summary>
58-59-External contributors must show after-fix evidence from a real OpenClaw setup. Unit tests, mocks, lint, typechecks, snapshots, and CI are supplemental only.
60-61-Screenshots are encouraged even for CLI, console, text, or log changes. Terminal screenshots, copied live output, redacted runtime logs, recordings, and linked artifacts count.
62-63-If your environment cannot produce the ideal proof, explain that under `Proof limitations or environment constraints` so reviewers and ClawSweeper can direct the next step properly.
64-65-Be mindful of private information like IP addresses, API keys, phone numbers, non-public endpoints, or other private details when providing evidence.
66-67-</details>
68-69-## Tests and validation
70-71-Which commands did you run?
72-73-What regression coverage was added or updated?
74-75-What failed before this fix, if known?
76-77-If no test was added, why not?
78-79-<details>
80-<summary>Testing guidance</summary>
81-82-List focused commands, not every incidental check. CI is useful support, but external PRs still need real behavior proof above when behavior changes.
83-84-</details>
85-86-## Risk checklist
87-88-Did user-visible behavior change? (`Yes/No`)
89-90-Did config, environment, or migration behavior change? (`Yes/No`)
91-92-Did security, auth, secrets, network, or tool execution behavior change? (`Yes/No`)
93-94-What is the highest-risk area?
95-96-How is that risk mitigated?
97-98-<details>
99-<summary>Risk guidance</summary>
100-101-Use this for author judgment that is not obvious from the diff. ClawSweeper can see touched files, but it cannot know which behavior you think is risky, why the risk is acceptable, or what mitigation reviewers should verify.
102-103-</details>
104-105-## Current review state
106-107-What is the next action?
108-109-What is still waiting on author, maintainer, CI, or external proof?
110-111-Which bot or reviewer comments were addressed?
112-113-<details>
114-<summary>Review state guidance</summary>
115-116-Keep this as the durable state for review progress. If useful information appears in comments, fold the current next action or blocker back here so maintainers and ClawSweeper do not need to reconstruct state from comment history.
117-118-</details>
1+<!--
2+Optional linked context:
3+Add a visible `Closes #<issue-number>` or `Related: #<issue-number>` line
4+below this comment.
5+6+Required PR title:
7+type: user-facing description
8+Use a parenthesized scope only when it adds clarity:
9+fix(auth): login redirect loops when session cookie is expired
10+11+Types: feat, fix, improve, refactor, docs, chore.
12+For fixes, describe the user-visible symptom and trigger:
13+fix: task list fails to load when user has no environments
14+Avoid implementation details such as:
15+fix: add null check to task query
16+-->
17+18+## What Problem This Solves
19+20+<!--
21+Describe the concrete user, product, or operational problem.
22+For fixes, begin with:
23+"Fixes an issue where users <do X> would <experience Y> when <condition>."
24+or:
25+"Resolves a problem where..."
26+27+Name the affected UI surface or workflow. Do not describe the code-level cause here.
28+-->
29+30+## Why This Change Was Made
31+32+<!--
33+In one or two sentences, explain the complete shipped solution, key design
34+decisions, and relevant boundaries or non-goals. Include implementation detail
35+only when it helps reviewers understand user-visible behavior or risk.
36+Avoid file-by-file narration.
37+-->
38+39+## User Impact
40+41+<!--
42+State what users, operators, or developers can now do or expect. Lead with the
43+concrete benefit and use user-facing language. If there is no user-visible
44+impact, say so plainly.
45+-->
46+47+## Evidence
48+49+<!--
50+Show the most useful proof that this change works. Screenshots, screencasts,
51+terminal output, focused tests, CI results, live observations, redacted logs,
52+and artifact links are all useful. Include before/after evidence for visual
53+changes when it clarifies the result.
54+55+Reviewers will inspect the code, tests, and CI. Use this section to make the
56+validation easy to understand, not to restate the diff.
57+-->
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。