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,