Minor feedback
parent
f314a2367a
commit
63b666b421
|
|
@ -20,7 +20,7 @@ Save your change type
|
||||||
|
|
||||||
|
|
||||||
## Documentation Updates
|
## Documentation Updates
|
||||||
<!-- Check if you updated documentation for tools/resources changes -->
|
<!-- Check if you updated documentation for changes to tools/resources -->
|
||||||
- [ ] I have added/removed/modified tools or resources
|
- [ ] I have added/removed/modified tools or resources
|
||||||
- [ ] If yes, I have updated all documentation files using:
|
- [ ] If yes, I have updated all documentation files using:
|
||||||
- [ ] The LLM prompt at `tools/UPDATE_DOCS_PROMPT.md` (recommended)
|
- [ ] The LLM prompt at `tools/UPDATE_DOCS_PROMPT.md` (recommended)
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ Copy and paste this prompt into your LLM when you need to update documentation a
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
After adding a new tool called "manage_new_feature" and a new resource called "feature_resource", you would:
|
After adding a new tool called "manage_new_feature" and a new resource called "feature_resource", you would:
|
||||||
1. Copy the prompt above
|
1. Copy the prompt in the section below
|
||||||
2. Paste it into your LLM
|
2. Paste it into your LLM
|
||||||
3. The LLM will analyze the codebase and update all documentation files
|
3. The LLM will analyze the codebase and update all documentation files
|
||||||
4. Review the changes and run the check script to verify
|
4. Review the changes and run the check script to verify
|
||||||
|
|
|
||||||
|
|
@ -236,11 +236,6 @@ def main() -> int:
|
||||||
"--version",
|
"--version",
|
||||||
help="Version to set (auto-detected from package.json if not provided)",
|
help="Version to set (auto-detected from package.json if not provided)",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
|
||||||
"--update-package",
|
|
||||||
action="store_true",
|
|
||||||
help="Also update MCPForUnity/package.json with the specified version",
|
|
||||||
)
|
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue