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

已关闭

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

 (1 条评论) (0 个反应) (0 位负责人)Rust (4,614 个派生)batch import
configenhancementgatewayhelp wantedpriority:p2risk: lowstatus:acceptedstatus:no-stale

仓库指标

星标
 (31,341 个星标)
PR 合并指标
 (平均合并 3天 17小时) (30 天内合并 778 个 PR)

描述

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.

贡献者指南