mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-22 23:36:05 +02:00
Fix: shorten tone_instructions to fit v2 schema 250-char limit
The folded block scalar was ~532 chars, exceeding the CodeRabbit v2 schema constraint and causing the config to be rejected. Trimmed to 238 chars; detailed context already lives in path_instructions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0195h5b5zBHAA6urgJtp4aJP
This commit is contained in:
@@ -7,16 +7,8 @@
|
||||
# Docs: https://docs.coderabbit.ai/getting-started/configure-coderabbit
|
||||
language: "en-US"
|
||||
|
||||
# Steer CodeRabbit toward the Home Assistant add-on context. This drives both
|
||||
# PR review comments and the help it offers when mentioned on issues.
|
||||
tone_instructions: >-
|
||||
You are assisting a Home Assistant add-on repository that packages 120+
|
||||
Docker-based add-ons for the Home Assistant Supervisor. Be concise, friendly
|
||||
and practical. Most contributors are hobbyists, not professional developers,
|
||||
so explain reasoning briefly and link to the add-on's README or the repo wiki
|
||||
when relevant. Each add-on lives in its own top-level directory with a
|
||||
config.yaml, Dockerfile, updater.json and CHANGELOG.md. Respect the existing
|
||||
conventions described in CLAUDE.md rather than imposing generic best practices.
|
||||
# Max 250 chars. Detailed context lives in path_instructions below.
|
||||
tone_instructions: "HA add-on repo with 120+ Docker add-ons for Home Assistant Supervisor. Be concise, practical and friendly; most contributors are hobbyists. Link to add-on READMEs and the repo wiki. Follow existing conventions over generic best practices."
|
||||
|
||||
early_access: false
|
||||
enable_free_tier: true
|
||||
|
||||
Reference in New Issue
Block a user