You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Tools obtain CloudBase environment and credentials via unified config, not by forcing the caller to pass raw secrets.
45
+
- Patterns for env usage are consistent across tools.
46
+
47
+
- **Long‑running operations & logs**
48
+
- Long‑running or multi‑step operations expose status/progress in structured form, not just plain text.
49
+
- Tool descriptions clarify time/side‑effects and where to look for detailed logs.
50
+
51
+
3. **Produce a structured report**
52
+
- Output a markdown report with three sections:
53
+
- **Summary**: overall pass/fail status and high‑level observations.
54
+
- **Per‑tool checklist**: for each major tool group (`functions`, `env`, `database`, `storage`, etc.), list which guidelines are satisfied and which are violated or unclear.
55
+
- **Actionable recommendations**: concrete refactoring suggestions (e.g. “split X into read/write”, “add `nextActions` to Y”, “add `confirm` flag to Z delete operation”).
56
+
57
+
4. **Optional follow‑up**
58
+
- If requested, generate a prioritized refactoring plan based on the findings (smallest, safest changes first), referencing the existing refactoring checklist in `specs/code-quality-analysis/REFACTORING_CHECKLIST.md`.
0 commit comments