From 693161a24a38a2783060699883273ba0402476f9 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 5 Feb 2026 12:17:07 -0500 Subject: [PATCH 1/2] Mention Claude settings file in template --- docs/contributing/template-repository.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing/template-repository.md b/docs/contributing/template-repository.md index c138899f7..886bd36bc 100644 --- a/docs/contributing/template-repository.md +++ b/docs/contributing/template-repository.md @@ -119,6 +119,7 @@ Initial content placeholders provide AI assistance and automated code reviews: ``` .claude/ └── CLAUDE.md # General project context, guidelines, and instructions +└── settings.json # Project settings e.g. [marketplaces](./ai.md#bitwarden-ai-plugin-marketplace) ``` ### Automated reviews From 7e91bf7f4b15a5f0316a175a4ea4e7a6d0c49e87 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 5 Feb 2026 12:21:25 -0500 Subject: [PATCH 2/2] Fix link location --- docs/contributing/template-repository.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/contributing/template-repository.md b/docs/contributing/template-repository.md index 886bd36bc..db9035bd4 100644 --- a/docs/contributing/template-repository.md +++ b/docs/contributing/template-repository.md @@ -119,9 +119,12 @@ Initial content placeholders provide AI assistance and automated code reviews: ``` .claude/ └── CLAUDE.md # General project context, guidelines, and instructions -└── settings.json # Project settings e.g. [marketplaces](./ai.md#bitwarden-ai-plugin-marketplace) +└── settings.json # Project settings ``` +Project settings contain useful configuration such as +[our marketplace](./ai.md#bitwarden-ai-plugin-marketplace). + ### Automated reviews Actions workflows for review of issues and pull requests. Targets two use cases: