Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dspace-skills
Submodule .dspace-skills added at 2a62a2
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule ".dspace-skills"]
path = .dspace-skills
url = git@github.com:dataquest-dev/dspace-skills.git
branch = main
Comment thread
milanmajchrak marked this conversation as resolved.
16 changes: 16 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

<!-- dspace-skills:begin -->
## Private team playbooks (dataquest)

This repo vendors dataquest's private AI knowledge base as the `.dspace-skills/` git submodule. **If
`.dspace-skills/` is present**, treat **`.dspace-skills/AGENTS.md`** as the authoritative agent guide for this repo:
read it first, then load the matching profile (`.dspace-skills/profiles/frontend.md` for dspace-angular,
`.dspace-skills/profiles/backend.md` for DSpace) and pull skills from `.dspace-skills/skills/` on demand. Start any
PR/backport/test task from `.dspace-skills/SKILLS.md`.

If `.dspace-skills/` is empty (you don't have access, e.g. an outside contributor), ignore this section
and proceed with the public project conventions.

To enable: `git submodule update --init .dspace-skills` (requires access to
`dataquest-dev/dspace-skills`).
<!-- dspace-skills:end -->
16 changes: 16 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

<!-- dspace-skills:begin -->
## Private team playbooks (dataquest)

This repo vendors dataquest's private AI knowledge base as the `.dspace-skills/` git submodule. **If
`.dspace-skills/` is present**, treat **`.dspace-skills/AGENTS.md`** as the authoritative agent guide for this repo:
read it first, then load the matching profile (`.dspace-skills/profiles/frontend.md` for dspace-angular,
`.dspace-skills/profiles/backend.md` for DSpace) and pull skills from `.dspace-skills/skills/` on demand. Start any
PR/backport/test task from `.dspace-skills/SKILLS.md`.

If `.dspace-skills/` is empty (you don't have access, e.g. an outside contributor), ignore this section
and proceed with the public project conventions.

To enable: `git submodule update --init .dspace-skills` (requires access to
`dataquest-dev/dspace-skills`).
<!-- dspace-skills:end -->
Loading