From 93801ea16ee835a5327e711cadfa18f583a654ef Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 20 May 2026 15:38:06 -0600 Subject: [PATCH] docs: removed the jira-helper agent and replaced it with the atlassian role --- Agents.md | 1 - Roles.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Agents.md b/Agents.md index 1825d13..b1dff1c 100644 --- a/Agents.md +++ b/Agents.md @@ -740,7 +740,6 @@ Loki comes packaged with some useful built-in agents: * `demo`: An example agent to use for reference when learning to create your own agents * `explore`: An agent designed to help you explore and understand your codebase * `file-reviewer`: An agent designed to perform code-review on a single file (used by the `code-reviewer` agent) -* `jira-helper`: An agent that assists you with all your Jira-related tasks * `oracle`: An agent for high-level architecture, design decisions, and complex debugging * `sisyphus`: A powerhouse orchestrator agent for writing complex code and acting as a natural language interface for your codebase (similar to ClaudeCode, Gemini CLI, Codex, or OpenCode). Uses sub-agent spawning to delegate to `explore`, `coder`, and `oracle`. * `sql`: A universal SQL agent that enables you to talk to any relational database in natural language diff --git a/Roles.md b/Roles.md index a0435d5..8eea525 100644 --- a/Roles.md +++ b/Roles.md @@ -238,6 +238,7 @@ Loki comes packaged with some useful built-in roles. These are also good example how to make your own roles, so be sure to check out the [built-in role definitions](https://github.com/Dark-Alex-17/loki/blob/main/assets/roles) if you're looking for more examples. +* `atlassian`: Interact with Atlassian products (Jira, Confluence) using natural language * `code`: Generates code (used by `loki -c`) * `create-prompt`: Creates a prompt based on the user's input * `create-title`: Creates 3-6 word titles based on the user's input