feature(config): add writing-voice override to .han/config.md - #146
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new
writing-voicefrontmatter key to the.han/config.mdproject config, letting a consuming project point Han's readability surfaces at its own writing-voice profile instead of the built-in Han voice.Behavior
han-communication/references/writing-voice.mdapplies, with no mention of the config.Changes
han-core/references/config-rule.md(canonical): defines thewriting-voicekey and names the ask-instead-of-note exception in the degradation section. All vendored copies re-synced byte-identical.han-communication:readability-guidance: Step 1 now resolves the voice source (configured file, warn-and-ask fallback, or built-in) before reading the standard, so every prose-producing consumer picks the override up automatically.han-communication:edit-for-readability: resolves the voice in Step 1 and carries the outcome (file path, skip instruction, or nothing) into the readability-editor dispatch.readability-editoragent: accepts a named voice-profile file in place of the built-in profile, or a skip instruction that drops only blocklist enforcement.docs/configuration.mdannotated example and newwriting-voicesection (overview made count-free), plus matching updates to the long-form docs for both skills and the agent.