mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:20:45 +00:00
docs(agents): require single-line changelog bullets
Add an explicit rule under Docs / Changelog that bullets must stay on one line — no wrapping or continuation across multiple lines. Justification: dedupe, PR-ref, and credit-audit tooling assumes single-line entries, and the rest of the file is already uniform single-line. The recent flatten pass collapsed 80 multi-line bullets in last two releases plus Unreleased; this rule prevents that drift from coming back through new entries.
This commit is contained in:
@@ -125,6 +125,7 @@ Telegraph style. Root rules only. Read scoped `AGENTS.md` before subtree work.
|
||||
- Docs change with behavior/API. Use docs list/read_when hints; docs links per `docs/AGENTS.md`.
|
||||
- Changelog user-facing only; pure test/internal usually no entry.
|
||||
- Changelog placement: active version `### Changes`/`### Fixes`; every added entry must include at least one `Thanks @author` attribution, using credited GitHub username(s). Never add `Thanks @steipete`.
|
||||
- Changelog bullets are always single-line. No wrapping/continuation across multiple lines. Long entries stay on one long line so dedupe, PR-ref, and credit-audit tooling work and so the visual style stays uniform.
|
||||
|
||||
## Git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user