From 45e2f5fc1c064cb3b61610fb03a46f62b1290963 Mon Sep 17 00:00:00 2001 From: Rodin Date: Fri, 15 May 2026 03:32:16 +0000 Subject: [PATCH] docs(#137): add doc-map and doc-map-max-bytes to action inputs table (gpt #2) --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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) |