Known action types
| Action | Purpose |
|---|---|
| Analyze message | Summarize intent, urgency, and next step. |
| Suggest category | Recommend an existing category. |
| Draft email | Produce a reply draft for human review. |
| Onboarding help | Guide setup tasks for a workspace. |
Add an Aria action
- Read
docs/codebase-map.json. - Find existing Aria action patterns.
- Reuse the current auth and workspace checks.
- Keep inputs small and explicit.
- Return structured output.
- Add docs and tests.
Avoid breaking
- Prompt safety rules.
- Workspace scoping.
- Existing action response shape.
- Human review flow.