From 11e06c2e03dffe9c044b0a2881bd954cde043024 Mon Sep 17 00:00:00 2001 From: eouzoe Date: Thu, 16 Jul 2026 13:53:34 +0800 Subject: [PATCH] docs(bootstrap): clarify trace step comment, drop stale libghostty note --- scripts/start.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index 4322e48..9caf4ae 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -62,7 +62,10 @@ export PATH="$HOME/.nix-profile/bin:/nix/var/nix/profiles/default/bin:$PATH" nix profile add nixpkgs#devenv # 5. trust this project dir (devenv refuses untrusted dirs), then enter the -# devenv shell (zsh via libghostty) and bootstrap — traced from here +# devenv shell and bootstrap — traced from here. +# Trace 用 devenv 原生 --trace-to(pretty 到 stderr)。是否導出 OTLP 由 +# 使用者自行決定(設 DEVENV_TRACE_TO / OTEL_EXPORTER_OTLP_ENDPOINT 即可), +# 這裡不硬塞 grpc 導出,只保證用最新 devenv 的 trace 機制、功能正常。 echo " -> Bootstrapping environment (traced) ..." devenv allow devenv --trace-to pretty:stderr shell -- just bootstrap