devboy-core 0.27.0

Core traits, types, and error handling for devboy-tools — Provider, IssueProvider, MergeRequestProvider, configuration model.
Documentation
# Bundle: pm
#
# Onboarding bundle for product / project managers and team leads. Skips the
# code-review surface, focuses on issue tracking, meetings, and messengers.

name = "pm"
description = "PM / team lead bundle — issue tracking, meeting notes, messengers, bootstrap."

skills = [
    # 00-self-bootstrap
    "setup",
    "tools-catalog",

    # 01-issue-tracking
    "get-issues",
    "create-issue",
    "update-issue",
    "link-issues",

    # 04-meeting-notes
    "meeting-search",
    "meeting-transcript",
    "meeting-to-tasks",

    # 05-messenger
    "chat-search",
    "chat-summary",
    "notify",
]