From b42034357add0e40e36f57cff9c196f8ff6407a5 Mon Sep 17 00:00:00 2001 From: "Daniel Szoke (via Pi Coding Agent)" Date: Wed, 22 Jul 2026 16:30:15 +0200 Subject: [PATCH] chore: Stop tracking dotagents-managed artifacts dotagents now manages agents.lock and .agents/.gitignore as local state and expects them gitignored. Remove the tracked leftovers, drop the stale comment in agents.toml, and document in AGENTS.md that skills must be installed via 'make develop'. The .gitignore and agents.toml changes are per 'dotagents doctor --fix' recommendations. --- .agents/.gitignore | 9 -- .agents/skills/commit/SKILL.md | 160 -------------------------- .agents/skills/create-branch/SKILL.md | 107 ----------------- .gitignore | 3 + AGENTS.md | 4 + agents.lock | 51 -------- agents.toml | 3 - 7 files changed, 7 insertions(+), 330 deletions(-) delete mode 100644 .agents/.gitignore delete mode 100644 .agents/skills/commit/SKILL.md delete mode 100644 .agents/skills/create-branch/SKILL.md delete mode 100644 agents.lock diff --git a/.agents/.gitignore b/.agents/.gitignore deleted file mode 100644 index 8173d7ca20940c..00000000000000 --- a/.agents/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -# Auto-generated by dotagents. Do not edit. -# Managed skills (installed by dotagents) -/skills/agents-md/ -/skills/brand-guidelines/ -/skills/commit/ -/skills/create-branch/ -/skills/iterate-pr/ -/skills/pr-writer/ -/skills/skill-writer/ diff --git a/.agents/skills/commit/SKILL.md b/.agents/skills/commit/SKILL.md deleted file mode 100644 index f19ecc6937360a..00000000000000 --- a/.agents/skills/commit/SKILL.md +++ /dev/null @@ -1,160 +0,0 @@ ---- -name: commit -description: ALWAYS use this skill when committing code changes — never commit directly without it. Creates commits following Sentry conventions with proper conventional commit format and issue references. Trigger on any commit, git commit, save changes, or commit message task. ---- - -# Sentry Commit Messages - -Follow these conventions when creating commits for Sentry projects. - -## Prerequisites - -Before committing, always check the current branch: - -```bash -git branch --show-current -``` - -**If you're on `main` or `master`, you MUST create a feature branch first** — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The `create-branch` skill will still propose a branch name for the user to confirm. - -Use the `create-branch` skill to create the branch. After `create-branch` completes, verify the current branch has changed before proceeding: - -```bash -git branch --show-current -``` - -If still on `main` or `master` (e.g., the user aborted branch creation), stop — do not commit. - -## Format - -``` -(): - - - -