Skip to content

chore: remove stale skills/ directory + fix JSDoc comment#876

Merged
pyramation merged 1 commit intomainfrom
devin/1774066644-remove-stale-skills-dir
Mar 21, 2026
Merged

chore: remove stale skills/ directory + fix JSDoc comment#876
pyramation merged 1 commit intomainfrom
devin/1774066644-remove-stale-skills-dir

Conversation

@pyramation
Copy link
Copy Markdown
Contributor

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 from skills/ to .agents/skills/ in commit e1d7dfd, but the old directory was never cleaned up. Also updates the JSDoc on DocsConfig.skills to 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

  • Verify nothing in CI, AGENTS.md, or other tooling references the skills/ path as an input (the codegen output path was already fixed in e1d7dfd — this PR only deletes the orphaned output)
  • After merge, re-run codegen to populate .agents/skills/ with fresh generated skills so there's no gap in AI agent discoverability

Notes

  • A companion PR exists for constructive-db to delete its stale skills/ 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

- 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
@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@pyramation pyramation merged commit f723fa8 into main Mar 21, 2026
44 checks passed
@pyramation pyramation deleted the devin/1774066644-remove-stale-skills-dir branch March 21, 2026 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant