mirror of
https://github.com/logos-co/logos-docs.git
synced 2026-08-27 16:41:11 +00:00
Reviews the scaffold section against the five scaffold commits landed since it was written (#244, #245, #246, #247, #249) and against the canonical repository name. Corrections: - The repository is `logos-co/scaffold`; `logos-co/logos-scaffold` is a redirect. Restores the ecosystem table row and fixes the clone command and links, while keeping `logos-scaffold` for the crate and binary. - Basecamp's module-root override is now documented as the pair it is: 0.1.x reads LOGOS_DATA_DIR, 0.2.x reads LOGOS_USER_DIR, and `launch` sets both absolute per profile on macOS with a portable `[repos.basecamp].attr`. Adds the symptom that appears when only one is set: profiles collapsing onto the shared data tree. - The module socket is `logos_token_<module>` under TMPDIR, not XDG_RUNTIME_DIR, and the path cap applies on Linux too (108 bytes), so the guidance is no longer macOS-only. - Documents the full `launch` environment as a table. Additions: - `basecamp build --variant`, of which `build-portable` is now an alias, plus `develop`, `run`, `paths`, `docs`, and `launch --log-file`. - `.scaffold/basecamp/lgx/`, `.scaffold/wallet/`, and the development-only nature of the wallet key material. - The LEZ guide gains a `logos-scaffold run` section covering the six-step pipeline, run profiles, `topup`/`deploy` skips, the hook environment, and the no-inheritance rule for named profiles. It also exports LEE_WALLET_HOME_DIR next to NSSA_WALLET_HOME_DIR for LEZ v0.2.0, describes the wallet seeding change, and closes an unterminated code fence at the end of the page. - Cross-links between the LEZ guide, the module guide, and the core module tutorial so each entry point reaches the other. Sets the author on the scaffold pages to weboko.