docs: update README.md & rename .env vars#11
Merged
Psychosynthesis merged 1 commit intomainfrom Oct 31, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR renames environment variables from GRATIO_* to OPENAPI_* to better reflect their purpose and improve clarity. The package version is bumped to 3.0.0 to indicate this breaking change.
- Renamed all environment variable references from
GRATIO_*prefix toOPENAPI_*prefix - Updated documentation (README.md and CHANGELOG.md) to reflect the new environment variable names
- Bumped version to 3.0.0 in package.json
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/commands/gen/types.ts | Updated environment variable references from GRATIO_TYPES_* to OPENAPI_TYPES_* |
| src/commands/gen/endpoints.ts | Updated environment variable references from GRATIO_ENDPOINTS_* to OPENAPI_ENDPOINTS_* |
| package.json | Bumped version from 2.0.0 to 3.0.0 |
| README.md | Added documentation for .env configuration and updated CLI help text with new environment variable names |
| CHANGELOG.md | Added version 3.0.0 entry documenting the environment variable renaming |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - `GRATIO_ENDPOINTS_TOKEN` → `OPENAPI_ENDPOINTS_TOKEN` | ||
| - `GRATIO_ENDPOINTS_OUTPUT` → `OPENAPI_ENDPOINTS_OUTPUT` | ||
|
|
||
| ## Структура пакета |
There was a problem hiding this comment.
The section heading '## Структура пакета' appears outside of a version entry, which breaks the Keep a Changelog format. This section should either be part of the [3.0.0] release entry (as a subsection with ### heading) or removed if it duplicates information from earlier versions.
Psychosynthesis
approved these changes
Oct 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.