Skip to main content
Aria actions should stay narrow and auditable.

Known action types

ActionPurpose
Analyze messageSummarize intent, urgency, and next step.
Suggest categoryRecommend an existing category.
Draft emailProduce a reply draft for human review.
Onboarding helpGuide setup tasks for a workspace.

Add an Aria action

  1. Read docs/codebase-map.json.
  2. Find existing Aria action patterns.
  3. Reuse the current auth and workspace checks.
  4. Keep inputs small and explicit.
  5. Return structured output.
  6. Add docs and tests.

Avoid breaking

  • Prompt safety rules.
  • Workspace scoping.
  • Existing action response shape.
  • Human review flow.