Wire private AI skills submodule (.dspace-skills)#1343
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughAdds a Changesdspace-skills Submodule and Agent Guidance
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Adds repository wiring/documentation for an optional private .dspace-skills/ git submodule intended to provide internal team AI playbooks, while allowing outside contributors to ignore it when unavailable.
Changes:
- Add
CLAUDE.mdandAGENTS.mdguidance pointing to.dspace-skills/*documentation when the submodule is present. - Add
.gitmodulesentry defining the.dspace-skillssubmodule repository and branch.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
CLAUDE.md |
Documents how to use the private .dspace-skills/ submodule for agent guidance when available. |
AGENTS.md |
Mirrors the same guidance for agent tooling that reads AGENTS.md. |
.gitmodules |
Declares the .dspace-skills submodule configuration (path/url/branch). |
Problem description
Wire private .dspace-skills submodule to DSpace app.
Analysis
(Write here, if there is needed describe some specific problem. Erase it, when it is not needed.)
Problems
(Write here, if some unexpected problems occur during solving issues. Erase it, when it is not needed.)
Copilot review
Summary by CodeRabbit