diff --git a/README.md b/README.md index df08f0a..65e492d 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,8 @@ AI Core handles OAuth token management and deployment discovery automatically. M | `patterns-repo` | No | `""` | Comma-separated repos with language patterns (e.g. `rodin/go-patterns`) | | `patterns-files` | No | `README.md` | Files/directories to fetch from pattern repos | | `system-prompt-file` | No | `""` | Local file with additional system prompt instructions | +| `doc-map` | No | `""` | Path to a YAML file mapping source path globs to governing design docs | +| `doc-map-max-bytes` | No | `102400` | Maximum bytes of injected doc content from doc-map (default 100KB) | | `persona` | No | `""` | Built-in persona name (security, architect, docs) | | `persona-file` | No | `""` | Path to persona file (YAML or JSON) with custom review focus | | `temperature` | No | `0` | LLM temperature (0 = server default) |