From 6ae58200290dc9cde5f60f09147922e73109b351 Mon Sep 17 00:00:00 2001 From: David Schwegler <4198124+davidschwegler@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:07:16 -0700 Subject: [PATCH 1/2] Add .github/lsp.json to agentic-repo prettierignore convention --- conventions/agentic-repo/convention.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/conventions/agentic-repo/convention.yml b/conventions/agentic-repo/convention.yml index a65f565..c3b88d3 100644 --- a/conventions/agentic-repo/convention.yml +++ b/conventions/agentic-repo/convention.yml @@ -26,6 +26,7 @@ conventions: text: | .agents/ apm.lock.yaml + .github/lsp.json apm.yml - path: ../apm settings: From 9e159dff485937b6df32487feb06a01424387334 Mon Sep 17 00:00:00 2001 From: David Schwegler <4198124+davidschwegler@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:59:28 -0700 Subject: [PATCH 2/2] Fix ordering. --- conventions/agentic-repo/convention.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conventions/agentic-repo/convention.yml b/conventions/agentic-repo/convention.yml index 74207fb..52545d0 100644 --- a/conventions/agentic-repo/convention.yml +++ b/conventions/agentic-repo/convention.yml @@ -26,8 +26,8 @@ conventions: text: | .agents/ .github/instructions/ - apm.lock.yaml .github/lsp.json + apm.lock.yaml apm.yml apm_modules/ - path: ../apm