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

Fechada

#6.079 aberto em 24 de abr. de 2026

 (1 comentário) (0 reação) (0 responsável)Rust (4.614 forks)batch import
configenhancementgatewayhelp wantedpriority:p2risk: lowstatus:acceptedstatus:no-stale

Métricas do repositório

Stars
 (31.341 estrelas)
Métricas de merge de PR
 (Mesclagem média 3d 17h) (778 fundiu PRs em 30d)

Description

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.

Guia do colaborador