docs(#137): add doc-map and doc-map-max-bytes to action inputs table (gpt #2)

This commit is contained in:
Rodin
2026-05-15 03:32:16 +00:00
parent 860dd98415
commit 45e2f5fc1c
+2
View File
@@ -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) |