feat: configurable instructions (#624)

This commit is contained in:
Aiden Cline
2025-07-02 22:27:04 -05:00
committed by GitHub
parent 67aa7ce04d
commit b99565959b
4 changed files with 50 additions and 0 deletions

View File

@@ -176,6 +176,10 @@ export namespace Config {
.record(z.string(), Mcp)
.optional()
.describe("MCP (Model Context Protocol) server configurations"),
instructions: z
.array(z.string())
.optional()
.describe("Additional instruction files or patterns to include"),
experimental: z
.object({
hook: z