Skip to content

Commit 4287c04

Browse files
committed
docs(version_scanner): add disclaimer regarding prompt usage and LLM limits
1 parent 208aa74 commit 4287c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/version_scanner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can create a `.scannerignore` file in the directory you are scanning (usuall
5959
### Context & Overview
6060

6161
#### Overview
62-
This plan outlines the approach to update Python packages to drop support for end-of-life Python runtimes (3.7, 3.8, 3.9) OR for deprecated dependencies, and ensure the packages are configured for modern Python.
62+
This prompt is provided as an example and outlines the approach to update Python packages to drop support for end-of-life Python runtimes (3.7, 3.8, 3.9) OR for deprecated dependencies, and ensure the packages are configured for modern Python. This may help speed up your ability to resolve version mismatches. This prompt is provided with no guarantees, your mileage may vary. LLMs may make mistakes, always double check the LLM's work and test thoroughly.
6363

6464
#### High-Level Strategy
6565
- **One Branch Per Package**: To keep PRs manageable and isolated, we suggest a dedicated worktree and branch for each package (e.g., `feat/drop-<dependency>-<version>-<package-name>` i.e. `feat/drop-protobuf-4.25.8-google-cloud-bigquery`).

0 commit comments

Comments
 (0)