MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / get_release_section_header_title

Function get_release_section_header_title

src/utils/release_notes.py:85–86  ·  view source on GitHub ↗
(note: str)

Source from the content-addressed store, hash-verified

83
84
85def get_release_section_header_title(note: str) -> str:
86 return note[len(_SECTION_HEADER_PREFIX):] if is_release_section_header(note) else note
87
88
89def format_release_notes_for_display(notes: list[str]) -> str:

Callers 1

Calls 1

Tested by

no test coverage detected