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.
| Flag | Type | Default | Effect |
|---|---|---|---|
--filter <expr> | string | (unset) | gojq filter applied before output. |
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.
See also
crewship issue— view the issues the triage processor acts on.crewship label— labels are the most common rule action.