chore: remove stale skills/ directory + fix JSDoc comment#876
Merged
pyramation merged 1 commit intomainfrom Mar 21, 2026
Merged
chore: remove stale skills/ directory + fix JSDoc comment#876pyramation merged 1 commit intomainfrom
pyramation merged 1 commit intomainfrom
Conversation
- Delete skills/ directory containing codegen output from before the .agents/skills/ path fix (commit e1d7dfd) - Update DocsConfig.skills JSDoc to reference .agents/skills/ instead of the old skills/ path
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
Summary
Removes the
skills/directory at the repo root, which contains stale codegen-generated SKILL.md files. The codegen's default output path was changed fromskills/to.agents/skills/in commit e1d7dfd, but the old directory was never cleaned up. Also updates the JSDoc onDocsConfig.skillsto reference the correct.agents/skills/path.The deleted files are all auto-generated (
<!-- @constructive-io/graphql-codegen - DO NOT EDIT -->) and will be regenerated into.agents/skills/on the next codegen run.Review & Testing Checklist for Human
skills/path as an input (the codegen output path was already fixed in e1d7dfd — this PR only deletes the orphaned output).agents/skills/with fresh generated skills so there's no gap in AI agent discoverabilityNotes
constructive-dbto delete its staleskills/directory as well. That repo uses a published npm version of@constructive-io/graphql-codegen(^4.19.0), so the.agents/skills/default won't take effect there until a new codegen version is published and the dep is bumped.Link to Devin session: https://app.devin.ai/sessions/0f1d7e9cc8f345ebbda76bdba2a94847
Requested by: @pyramation