zeroclaw-labs/zeroclaw

[Feature]: Add self-test and doctor tests for web_dist_dir for using tilde (~) or $HOME which will fail Web UI from starting

Open

#6,079 创建于 2026年4月24日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Rust (31,341 star) (4,614 fork)batch import
configenhancementgatewayhelp wantedpriority:p2risk: lowstatus:acceptedstatus:no-stale

描述

Summary

Improve the fault check when using self-test and doctor

Problem statement

The problem is that the config for: web_dist_dir cannot contain any tildes (~) or variables ($HOME), as in "~/yo_mama/zeroclaw/web/dist".

We need a check for ~ or $.

Proposed solution

Make these check for ~ or $.

zeroclaw self-test
zeroclaw doctor

Non-goals / out of scope

na

Alternatives considered

none

Acceptance criteria

Make a check for ~ or $ in the web_dist_dir config.

Architecture impact

none

Risk and rollback

none

Breaking change?

No

Data hygiene checks

  • I removed personal/sensitive data from examples, payloads, and logs.
  • I used neutral, project-focused wording and placeholders.

贡献者指南

[Feature]: Add self-test and doctor tests for web_dist_dir for using tilde (~) or $HOME which will fail Web UI from starting · zeroclaw-labs/zeroclaw#6079 | Good First Issue