fix: fix AI scripting for documentation#33
Merged
HungKNguyen merged 1 commit intomainfrom Aug 22, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the AI documentation scripts by correcting the file paths and module references to ensure they work properly when published. The changes relocate documentation files and update import paths for the CLI scripts.
- Corrected file paths in all AI scripting modules to reference
LLM_DOC.mdfrom the correct location - Updated package configuration in
pyproject.tomlto properly include the documentation file and fix script entry points - Modified project structure references in documentation and configuration files
Reviewed Changes
Copilot reviewed 8 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/nutrient_dws_scripts/add_windsurf_rule.py | Updated doc_path to reference LLM_DOC.md from script directory instead of root |
| src/nutrient_dws_scripts/add_junie_rule.py | Updated doc_path to reference LLM_DOC.md from script directory instead of root |
| src/nutrient_dws_scripts/add_github_copilot_rule.py | Updated doc_path to reference LLM_DOC.md from script directory instead of root |
| src/nutrient_dws_scripts/add_cursor_rule.py | Updated doc_path to reference LLM_DOC.md from script directory instead of root |
| src/nutrient_dws_scripts/add_claude_code_rule.py | Updated doc_path to reference LLM_DOC.md from script directory instead of root |
| pyproject.toml | Fixed package data configuration and script entry points to use correct module paths |
| context7.json | Simplified configuration to focus on nutrient_dws_scripts folder |
| README.md | Updated directory name reference from scripts/ to nutrient_dws_scripts/ |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Quick fix before publishing to make sure that AI documentation script works