Clarify live config and log boundaries#52
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the documentation across several README files to explain how to rebuild disposable live configurations from environment variables, retrieve funding addresses, and manage production bot-only logs. The review feedback points out a broken relative link to another README file in apps/supervisor/README.md and suggests formatting it as a proper relative markdown link.
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates the documentation in README.md, apps/supervisor/README.md, and apps/tester/README.md to explain how to rebuild disposable live configurations from environment variables using pnpm live:config-from-env -- --force. It also details how to retrieve public funding addresses, run preflight checks, output machine-readable JSON, and clarifies the directory structure for production bot-only logs. There are no review comments, and I have no feedback to provide.
|
LGTM Phroi %22 |
Why
Live testnet operators need the config-generation, preflight funding, and log-boundary details in the public docs without relying on scratch notes or stale WIP.
Changes