Skip to content

Commit b8abe7f

Browse files
committed
docs(cmo): document strict copy style and encode policy copy_style rules
1 parent 0038c6f commit b8abe7f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ops/cmo-automation/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Guardrails
6161
- Generic short-reply behavior is penalized.
6262
- Repetitive opener patterns are penalized.
6363
- Per-account recommended caps are enforced by policy review before execution.
64+
- Voice style enforcement for generated copy: no exclamation marks, no emojis, no em/en dashes.
6465

6566
Notes
6667
- Generated JSON/analysis artifacts are ignored in git by default.

ops/cmo-automation/config/operating_policy.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@
6565
"vote blue"
6666
]
6767
},
68+
"copy_style": {
69+
"for_all_accounts": {
70+
"no_exclamation_marks": true,
71+
"no_emojis": true,
72+
"no_em_dash_or_en_dash": true,
73+
"tone": "relevant_and_interesting"
74+
}
75+
},
6876
"risk_controls": {
6977
"max_replies_per_hour_per_account": 8,
7078
"max_replies_to_same_user_per_24h": 1,

0 commit comments

Comments
 (0)