Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Copy to .env for local use; .env is git-ignored and must never be committed.
# Reference list of the environment variables this CLI reads. Nothing loads a
# .env file automatically: the settings layer reads os.environ directly, so
# export these in your shell (or copy this file to a git-ignored .env and load
# it yourself, e.g. `set -a; . ./.env; set +a`). Values here are placeholders.
# These variables belong to the optional model-provider layer; delete this
# file if you remove that layer.

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ All notable changes to this project are documented here. The format is based on
- README now leads the "Using the template" section with the rename step the
GitHub "Use this template" button cannot run, and describes the owner,
contact, and version resets `rename-project` performs.
- `.env.example` now states that nothing loads `.env` automatically and shows
how to export or source the variables, since the settings layer reads
`os.environ` directly.

## [0.2.0] - 2026-07-17

Expand Down