You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* lead role behavior — is_lead logic removed from _workload.py.
The lead role now only causes a developer to appear in the table
(they're counted in components), but doesn't inherit
PRs/issues/bugs/features/releases from other roles. The note "Lead
developers are counted in all role columns" is gone from the HTML.
* Configurable role names — New TeamConfig dataclass with six role keys
(lead, developer, debugger, reviewer, support, maintainer), each
defaulting to its own name as a single-element list. Set globally in
[team] or per-component in [components."g:a"], accepting either a
string or list of strings.
* [team] includes/excludes — TeamConfig has includes and excludes
list fields, parsed from [team] in pombast.toml, using the same
ComponentFilter glob logic as [smelt].
* Components popup — The Components count cell is now clickable (using
the same modal as the other cells). Each component links to its
project URL if available, or shows the G:A as plain text.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments