From 39435ddad916ce69db8a8b66d15d08efa718aafe Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:53:40 +0000 Subject: [PATCH] chore: auto-update generated files --- schema.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/schema.json b/schema.json index 61b230aaaea72a4af9c0edab85021760f3d1c199..3b9558fb5498b89f39959d8013b7095d051a7dfc 100644 --- a/schema.json +++ b/schema.json @@ -404,6 +404,17 @@ "type": "boolean", "description": "Disable sending metrics", "default": false + }, + "initialize_as": { + "type": "string", + "description": "Name of the context file to create/update during project initialization", + "default": "AGENTS.md", + "examples": [ + "AGENTS.md", + "CRUSH.md", + "CLAUDE.md", + "docs/LLMs.md" + ] } }, "additionalProperties": false,