Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crewship.ai/llms.txt

Use this file to discover all available pages before exploring further.

Triage

cmd/crewship/cmd_admin_extras.go exposes the triage-rules surface: declarative classification rules the server can apply to pending issues in bulk.

crewship triage list

GET /api/v1/triage-rules. JSON-shaped output by default; structured filters via --filter.
FlagTypeDefaultEffect
--filter <expr>string(unset)gojq filter applied before output.
crewship triage list
crewship triage list --filter '.[] | select(.enabled)'

crewship triage process

POST /api/v1/triage/process with {}. Runs the processor: every enabled rule is applied to all pending issues. Returns whatever the server reports as the processed counts and per-rule outcomes.
crewship triage process
crewship triage process --format yaml

See also