fix(install): Add missing output directory to Parser skill for v4.0.x (Issue 848)#881
Open
danheberden wants to merge 1 commit intodanielmiessler:mainfrom
Open
fix(install): Add missing output directory to Parser skill for v4.0.x (Issue 848)#881danheberden wants to merge 1 commit intodanielmiessler:mainfrom
danheberden wants to merge 1 commit intodanielmiessler:mainfrom
Conversation
|
Had the same issue on |
Author
|
Looks like @christauff fixed this in #957 even though there was already a PR. Keep this around if you want to fix 4.0.1 and 4.0.2. |
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.
Creates missing
outputfolders inv4.0.x.Simple fix for #848 after deducing (https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Releases/v4.0.3/.claude/skills/Utilities/Parser/Workflows/BatchEntityExtractionGemini3.md?plain=1#L559) this was the intended folder structure. Assuming the original
git adddidn't work because you can't add empty folders in git, so added a brief.gitignoreto each folder in the v4.0.x series.