Skip to content

docs(llms.txt): clarify BTC env loading and reservation auto-extension#78

Merged
anderdc merged 2 commits into
testfrom
docs/llms-agent-feedback
May 5, 2026
Merged

docs(llms.txt): clarify BTC env loading and reservation auto-extension#78
anderdc merged 2 commits into
testfrom
docs/llms-agent-feedback

Conversation

@LandynDev
Copy link
Copy Markdown
Collaborator

Summary

Two doc gaps an agent running through the quickstart hit on first contact:

  • BTC_PRIVATE_KEY only loads from a .env in the directory alw runs in. The doc said so but didn't surface export as the equivalent CWD-agnostic path, and didn't tie the most common error string back to "your env didn't reach the process". Both added.
  • BTC-source reservations look like they're about to expire when validators are silently running the optimistic extension loop in the background. Added a "don't panic at the timer" bullet up in Concepts so an agent watching alw view reservation countdown doesn't yank the swap.

Test plan

  • Read the rendered /llms.txt on the deployed preview and confirm the new BTC env block + auto-extension bullet land where intended.

LandynDev added 2 commits May 5, 2026 13:32
Punch ran the agent quickstart end-to-end and snagged on two doc gaps:

- `BTC_PRIVATE_KEY` only loads from a `.env` in the CWD where `alw` runs,
  but the doc didn't surface `export` as the equivalent CWD-agnostic path.
  Also added an explicit pointer for the most common error string so a
  panicked agent maps it back to "your env didn't reach the process".
- BTC-source reservations look like they're about to expire when really
  validators are running the optimistic extension loop in the background.
  Spell that out so an agent watching the timer doesn't panic.
….allways/.env)

The CLI now loads env vars from three places in precedence order, so the
doc no longer needs to warn agents about CWD-only behavior or push them
toward `export` as a workaround. Trimmed the BTC sending block in both
the static llms.txt and the in-app AgentMarkdown copy.
@anderdc anderdc merged commit fad58e7 into test May 5, 2026
2 checks passed
@anderdc anderdc deleted the docs/llms-agent-feedback branch May 5, 2026 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants