From 53578567eb78b18d6de00517be95a1cadac5250d Mon Sep 17 00:00:00 2001 From: Michael Heller <21163552+mdheller@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:52:28 -0500 Subject: [PATCH 1/2] Update PR helper --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5faf226..6dcbe58 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ state/pointers/* # Python caches __pycache__/ *.pyc +agentos-spine/ From 9eb68f489b07bdf40e35e60c88ff9eea2a827170 Mon Sep 17 00:00:00 2001 From: Michael Heller <21163552+mdheller@users.noreply.github.com> Date: Wed, 11 Feb 2026 19:57:30 -0500 Subject: [PATCH 2/2] Workflow: drop redundant CODEOWNERS from PR helper branch --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index b31791d..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @michaelheller