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
9 changes: 0 additions & 9 deletions .agents/.gitignore

This file was deleted.

160 changes: 0 additions & 160 deletions .agents/skills/commit/SKILL.md

This file was deleted.

107 changes: 0 additions & 107 deletions .agents/skills/create-branch/SKILL.md

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,6 @@ yalc.lock
.claude/settings.local.json
mise.toml
.yarn/install-state.gz
# Auto-generated by dotagents — do not commit these files.
agents.lock
.agents/.gitignore
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ Run `pnpm test` for vitest. Tests live alongside source files or in `__tests__`

`next-env.d.ts` is in `.gitignore` and is generated by Next.js when you run `pnpm dev` or `pnpm build`. When we upgrade to Next 15.5+, we can run `next typegen` in CI and in `lint:ts` so the file is generated before type-check.

## Agent Skills

Managed skills in `.agents/skills/` are not checked in. Run `make develop` (or `npx -y @sentry/dotagents install`) to install them before relying on skills like `/brand-guidelines` or `/commit`.

## Developer Documentation (develop-docs/)

When writing requirements in `develop-docs/`:
Expand Down
51 changes: 0 additions & 51 deletions agents.lock

This file was deleted.

3 changes: 0 additions & 3 deletions agents.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
version = 1
# Check skills into git so collaborators get them without running 'dotagents install'.
# Set to true (or remove) to gitignore managed skills instead.
gitignore = true

[[skills]]
name = "brand-guidelines"
Expand Down
Loading