mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-24 05:09:50 +00:00
Summary: - The PR makes skill-creator quick validation reject empty or whitespace-only `name` and `description` fields, adds regression tests, and records the fix in the changelog. - Reproducibility: yes. Source inspection on current main shows empty or whitespace-only values skip validation after `.strip()`, and the source PR includes before/after terminal output for the same path. Automerge notes: - PR branch already contained follow-up commit before automerge: fix(skill-creator): reject empty name and description in skill valida… Validation: - ClawSweeper review passed for head0fb4555cb2. - Required merge gates passed before the squash merge. Prepared head SHA:0fb4555cb2Review: https://github.com/openclaw/openclaw/pull/83704#issuecomment-4479984760 Co-authored-by: jay <a1@ponys-Mac.local> Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Co-authored-by: clawsweeper[bot] <274271284+clawsweeper[bot]@users.noreply.github.com> Approved-by: takhoffman Co-authored-by: takhoffman <781889+takhoffman@users.noreply.github.com>