Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Ticket Message
lighthouse:add_ticket_message
Add a message/comment to an existing ticket, optionally changing its state.
Write
Medium risk
Create Milestone
lighthouse:create_milestone
Create a new milestone in Lighthouse with title, goals, and optional due date.
Write
Medium risk
Create Ticket
lighthouse:create_ticket
Create a new ticket in Lighthouse with title, body, and optional metadata.
Write
Medium risk
Delete Milestone
lighthouse:delete_milestone
Permanently delete a milestone from Lighthouse. This action cannot be undone.
Write
High risk
Delete Ticket
lighthouse:delete_ticket
Permanently delete a ticket from Lighthouse. This action cannot be undone.
Write
High risk
Get Milestone
lighthouse:get_milestone
Fetch a single milestone by ID with its details and progress information.
Read
Low risk
Get Ticket
lighthouse:get_ticket
Fetch a single ticket by ID with all details including messages and assignee.
Read
Low risk
Get User
lighthouse:get_user
Fetch a single user by ID with their profile information and permissions.
Read
Low risk
List Milestones
lighthouse:list_milestones
List all milestones in the Lighthouse project with their progress information.
Read
Low risk
List Tickets
lighthouse:list_tickets
List tickets with optional filtering by state, assignee, milestone, or tag.
Read
Low risk
List Users
lighthouse:list_users
List all users in the Lighthouse project with their basic information.
Read
Low risk
Search Tickets
lighthouse:search_tickets
Search tickets using Lighthouse's query syntax for advanced filtering.
Read
Low risk
Update Milestone
lighthouse:update_milestone
Update an existing milestone's properties like title, goals, due date, or completion status.
Write
Medium risk
Update Ticket
lighthouse:update_ticket
Update an existing ticket's properties like title, state, assignee, or priority.
Write
Medium risk