olympus-ai 2.7.3 → 2.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/nul +3 -0
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +64 -60
- package/dist/agents/definitions.d.ts +23 -6
- package/dist/agents/definitions.d.ts.map +1 -1
- package/dist/agents/definitions.js +25 -8
- package/dist/agents/definitions.js.map +1 -1
- package/dist/agents/document-writer.d.ts +13 -3
- package/dist/agents/document-writer.d.ts.map +1 -1
- package/dist/agents/document-writer.js +13 -3
- package/dist/agents/document-writer.js.map +1 -1
- package/dist/agents/explore.d.ts +13 -4
- package/dist/agents/explore.d.ts.map +1 -1
- package/dist/agents/explore.js +13 -4
- package/dist/agents/explore.js.map +1 -1
- package/dist/agents/frontend-engineer.d.ts +14 -3
- package/dist/agents/frontend-engineer.d.ts.map +1 -1
- package/dist/agents/frontend-engineer.js +14 -3
- package/dist/agents/frontend-engineer.js.map +1 -1
- package/dist/agents/librarian.d.ts +13 -4
- package/dist/agents/librarian.d.ts.map +1 -1
- package/dist/agents/librarian.js +13 -4
- package/dist/agents/librarian.js.map +1 -1
- package/dist/agents/metis.d.ts +12 -4
- package/dist/agents/metis.d.ts.map +1 -1
- package/dist/agents/metis.js +12 -4
- package/dist/agents/metis.js.map +1 -1
- package/dist/agents/momus.d.ts +12 -4
- package/dist/agents/momus.d.ts.map +1 -1
- package/dist/agents/momus.js +12 -4
- package/dist/agents/momus.js.map +1 -1
- package/dist/agents/multimodal-looker.d.ts +13 -3
- package/dist/agents/multimodal-looker.d.ts.map +1 -1
- package/dist/agents/multimodal-looker.js +13 -3
- package/dist/agents/multimodal-looker.js.map +1 -1
- package/dist/agents/olympian.d.ts +14 -4
- package/dist/agents/olympian.d.ts.map +1 -1
- package/dist/agents/olympian.js +14 -4
- package/dist/agents/olympian.js.map +1 -1
- package/dist/agents/oracle.d.ts +13 -5
- package/dist/agents/oracle.d.ts.map +1 -1
- package/dist/agents/oracle.js +13 -5
- package/dist/agents/oracle.js.map +1 -1
- package/dist/agents/orchestrator-olympus.d.ts +13 -3
- package/dist/agents/orchestrator-olympus.d.ts.map +1 -1
- package/dist/agents/orchestrator-olympus.js +13 -3
- package/dist/agents/orchestrator-olympus.js.map +1 -1
- package/dist/agents/prometheus.d.ts +12 -4
- package/dist/agents/prometheus.d.ts.map +1 -1
- package/dist/agents/prometheus.js +12 -4
- package/dist/agents/prometheus.js.map +1 -1
- package/dist/agents/types.d.ts +10 -3
- package/dist/agents/types.d.ts.map +1 -1
- package/dist/agents/types.js +10 -3
- package/dist/agents/types.js.map +1 -1
- package/dist/agents/utils.d.ts +9 -4
- package/dist/agents/utils.d.ts.map +1 -1
- package/dist/agents/utils.js +9 -4
- package/dist/agents/utils.js.map +1 -1
- package/dist/config/loader.js +1 -1
- package/dist/config/loader.js.map +1 -1
- package/dist/features/background-agent/concurrency.d.ts +1 -1
- package/dist/features/background-agent/concurrency.js +1 -1
- package/dist/features/background-agent/index.d.ts +1 -1
- package/dist/features/background-agent/index.js +1 -1
- package/dist/features/background-agent/manager.d.ts +1 -1
- package/dist/features/background-agent/manager.js +1 -1
- package/dist/features/background-agent/types.d.ts +1 -1
- package/dist/features/background-agent/types.js +1 -1
- package/dist/features/background-tasks.d.ts +11 -11
- package/dist/features/background-tasks.js +11 -11
- package/dist/features/builtin-skills/index.d.ts +1 -1
- package/dist/features/builtin-skills/index.js +1 -1
- package/dist/features/builtin-skills/skills.d.ts +1 -1
- package/dist/features/builtin-skills/skills.js +1 -1
- package/dist/features/builtin-skills/types.d.ts +1 -1
- package/dist/features/builtin-skills/types.js +1 -1
- package/dist/features/context-injector/collector.d.ts +9 -4
- package/dist/features/context-injector/collector.d.ts.map +1 -1
- package/dist/features/context-injector/collector.js +9 -4
- package/dist/features/context-injector/collector.js.map +1 -1
- package/dist/features/context-injector/index.d.ts +1 -1
- package/dist/features/context-injector/index.js +1 -1
- package/dist/features/context-injector/injector.d.ts +1 -1
- package/dist/features/context-injector/injector.js +1 -1
- package/dist/features/context-injector/types.d.ts +1 -1
- package/dist/features/context-injector/types.js +1 -1
- package/dist/features/continuation-enforcement.d.ts +5 -2
- package/dist/features/continuation-enforcement.d.ts.map +1 -1
- package/dist/features/continuation-enforcement.js +10 -4
- package/dist/features/continuation-enforcement.js.map +1 -1
- package/dist/features/magic-keywords.d.ts +12 -3
- package/dist/features/magic-keywords.d.ts.map +1 -1
- package/dist/features/magic-keywords.js +12 -3
- package/dist/features/magic-keywords.js.map +1 -1
- package/dist/features/quest-state/constants.d.ts +1 -1
- package/dist/features/quest-state/constants.js +1 -1
- package/dist/features/quest-state/index.d.ts +1 -1
- package/dist/features/quest-state/index.js +1 -1
- package/dist/features/quest-state/storage.d.ts +1 -1
- package/dist/features/quest-state/storage.js +1 -1
- package/dist/features/quest-state/types.d.ts +1 -1
- package/dist/features/quest-state/types.js +1 -1
- package/dist/hooks/agent-usage-reminder/constants.d.ts +1 -1
- package/dist/hooks/agent-usage-reminder/constants.js +1 -1
- package/dist/hooks/agent-usage-reminder/index.d.ts +1 -1
- package/dist/hooks/agent-usage-reminder/index.js +1 -1
- package/dist/hooks/agent-usage-reminder/storage.d.ts +1 -1
- package/dist/hooks/agent-usage-reminder/storage.js +1 -1
- package/dist/hooks/agent-usage-reminder/types.d.ts +1 -1
- package/dist/hooks/agent-usage-reminder/types.js +1 -1
- package/dist/hooks/ascent/index.d.ts +1 -1
- package/dist/hooks/ascent/index.js +1 -1
- package/dist/hooks/auto-slash-command/constants.d.ts +1 -1
- package/dist/hooks/auto-slash-command/constants.js +1 -1
- package/dist/hooks/auto-slash-command/detector.d.ts +1 -1
- package/dist/hooks/auto-slash-command/detector.js +1 -1
- package/dist/hooks/auto-slash-command/executor.d.ts +1 -1
- package/dist/hooks/auto-slash-command/executor.js +1 -1
- package/dist/hooks/auto-slash-command/index.d.ts +1 -1
- package/dist/hooks/auto-slash-command/index.js +1 -1
- package/dist/hooks/auto-slash-command/types.d.ts +1 -1
- package/dist/hooks/auto-slash-command/types.js +1 -1
- package/dist/hooks/background-notification/index.d.ts +7 -4
- package/dist/hooks/background-notification/index.d.ts.map +1 -1
- package/dist/hooks/background-notification/index.js +7 -4
- package/dist/hooks/background-notification/index.js.map +1 -1
- package/dist/hooks/background-notification/types.d.ts +1 -1
- package/dist/hooks/background-notification/types.js +1 -1
- package/dist/hooks/comment-checker/constants.d.ts +1 -1
- package/dist/hooks/comment-checker/constants.js +1 -1
- package/dist/hooks/comment-checker/filters.d.ts +1 -1
- package/dist/hooks/comment-checker/filters.js +1 -1
- package/dist/hooks/comment-checker/index.d.ts +1 -1
- package/dist/hooks/comment-checker/index.js +1 -1
- package/dist/hooks/comment-checker/types.d.ts +1 -1
- package/dist/hooks/comment-checker/types.js +1 -1
- package/dist/hooks/context-window-limit-recovery/constants.d.ts +1 -1
- package/dist/hooks/context-window-limit-recovery/constants.js +1 -1
- package/dist/hooks/context-window-limit-recovery/index.d.ts +1 -1
- package/dist/hooks/context-window-limit-recovery/index.js +1 -1
- package/dist/hooks/context-window-limit-recovery/parser.d.ts +1 -1
- package/dist/hooks/context-window-limit-recovery/parser.js +1 -1
- package/dist/hooks/context-window-limit-recovery/types.d.ts +1 -1
- package/dist/hooks/context-window-limit-recovery/types.js +1 -1
- package/dist/hooks/directory-readme-injector/constants.d.ts +1 -1
- package/dist/hooks/directory-readme-injector/constants.js +1 -1
- package/dist/hooks/directory-readme-injector/index.d.ts +1 -1
- package/dist/hooks/directory-readme-injector/index.js +1 -1
- package/dist/hooks/directory-readme-injector/storage.d.ts +1 -1
- package/dist/hooks/directory-readme-injector/storage.js +1 -1
- package/dist/hooks/directory-readme-injector/types.d.ts +1 -1
- package/dist/hooks/directory-readme-injector/types.js +1 -1
- package/dist/hooks/edit-error-recovery/index.d.ts +1 -1
- package/dist/hooks/edit-error-recovery/index.js +1 -1
- package/dist/hooks/empty-message-sanitizer/constants.d.ts +1 -1
- package/dist/hooks/empty-message-sanitizer/constants.js +1 -1
- package/dist/hooks/empty-message-sanitizer/index.d.ts +1 -1
- package/dist/hooks/empty-message-sanitizer/index.js +1 -1
- package/dist/hooks/empty-message-sanitizer/types.d.ts +1 -1
- package/dist/hooks/empty-message-sanitizer/types.js +1 -1
- package/dist/hooks/keyword-detector/index.d.ts +7 -3
- package/dist/hooks/keyword-detector/index.d.ts.map +1 -1
- package/dist/hooks/keyword-detector/index.js +7 -3
- package/dist/hooks/keyword-detector/index.js.map +1 -1
- package/dist/hooks/olympus-orchestrator/constants.d.ts +1 -1
- package/dist/hooks/olympus-orchestrator/constants.js +1 -1
- package/dist/hooks/olympus-orchestrator/index.d.ts +8 -5
- package/dist/hooks/olympus-orchestrator/index.d.ts.map +1 -1
- package/dist/hooks/olympus-orchestrator/index.js +8 -5
- package/dist/hooks/olympus-orchestrator/index.js.map +1 -1
- package/dist/hooks/preemptive-compaction/constants.d.ts +1 -1
- package/dist/hooks/preemptive-compaction/constants.js +1 -1
- package/dist/hooks/preemptive-compaction/index.d.ts +1 -1
- package/dist/hooks/preemptive-compaction/index.js +1 -1
- package/dist/hooks/preemptive-compaction/types.d.ts +1 -1
- package/dist/hooks/preemptive-compaction/types.js +1 -1
- package/dist/hooks/rules-injector/constants.d.ts +1 -1
- package/dist/hooks/rules-injector/constants.js +1 -1
- package/dist/hooks/rules-injector/finder.d.ts +1 -1
- package/dist/hooks/rules-injector/finder.js +1 -1
- package/dist/hooks/rules-injector/index.d.ts +1 -1
- package/dist/hooks/rules-injector/index.js +1 -1
- package/dist/hooks/rules-injector/matcher.d.ts +1 -1
- package/dist/hooks/rules-injector/matcher.js +1 -1
- package/dist/hooks/rules-injector/parser.d.ts +1 -1
- package/dist/hooks/rules-injector/parser.js +1 -1
- package/dist/hooks/rules-injector/storage.d.ts +1 -1
- package/dist/hooks/rules-injector/storage.js +1 -1
- package/dist/hooks/rules-injector/types.d.ts +1 -1
- package/dist/hooks/rules-injector/types.js +1 -1
- package/dist/hooks/session-recovery/constants.d.ts +1 -1
- package/dist/hooks/session-recovery/constants.js +1 -1
- package/dist/hooks/session-recovery/index.d.ts +1 -1
- package/dist/hooks/session-recovery/index.js +1 -1
- package/dist/hooks/session-recovery/storage.d.ts +1 -1
- package/dist/hooks/session-recovery/storage.js +1 -1
- package/dist/hooks/session-recovery/types.d.ts +1 -1
- package/dist/hooks/session-recovery/types.js +1 -1
- package/dist/hooks/think-mode/detector.d.ts +1 -1
- package/dist/hooks/think-mode/detector.js +1 -1
- package/dist/hooks/think-mode/index.d.ts +1 -1
- package/dist/hooks/think-mode/index.js +1 -1
- package/dist/hooks/think-mode/switcher.d.ts +1 -1
- package/dist/hooks/think-mode/switcher.js +1 -1
- package/dist/hooks/think-mode/types.d.ts +1 -1
- package/dist/hooks/think-mode/types.js +1 -1
- package/dist/hooks/thinking-block-validator/constants.d.ts +1 -1
- package/dist/hooks/thinking-block-validator/constants.js +1 -1
- package/dist/hooks/thinking-block-validator/index.d.ts +1 -1
- package/dist/hooks/thinking-block-validator/index.js +1 -1
- package/dist/hooks/thinking-block-validator/types.d.ts +1 -1
- package/dist/hooks/thinking-block-validator/types.js +1 -1
- package/dist/hooks/todo-continuation/index.d.ts +1 -1
- package/dist/hooks/todo-continuation/index.js +1 -1
- package/dist/index.d.ts +15 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +15 -10
- package/dist/index.js.map +1 -1
- package/dist/installer/hooks.d.ts +70 -24
- package/dist/installer/hooks.d.ts.map +1 -1
- package/dist/installer/hooks.js +69 -24
- package/dist/installer/hooks.js.map +1 -1
- package/dist/installer/index.d.ts +2 -2
- package/dist/installer/index.js +6 -6
- package/dist/installer/index.js.map +1 -1
- package/package.json +4 -4
- package/scripts/install.sh +0 -2
- /package/scripts/{claude-sisyphus.sh → claude-olympus.sh} +0 -0
- /package/scripts/{sisyphus-aliases.sh → olympus-aliases.sh} +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
3
3
|
"name": "olympus-ai",
|
|
4
|
-
"description": "Olympus: Multi-agent orchestration for Claude Code.
|
|
4
|
+
"description": "Olympus: Multi-agent orchestration for Claude Code. Summon the gods of code.",
|
|
5
5
|
"owner": {
|
|
6
6
|
"name": "mikev10"
|
|
7
7
|
},
|
|
8
8
|
"plugins": [
|
|
9
9
|
{
|
|
10
10
|
"name": "olympus-ai",
|
|
11
|
-
"description": "Multi-agent orchestration with intelligent model routing, The Ascent persistence loop, and specialized agents.
|
|
11
|
+
"description": "Multi-agent orchestration with intelligent model routing, The Ascent persistence loop, and specialized agents. Summon the gods of code.",
|
|
12
12
|
"version": "1.0.2",
|
|
13
13
|
"author": {
|
|
14
14
|
"name": "mikev10"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "olympus-ai",
|
|
3
3
|
"version": "2.7.3",
|
|
4
|
-
"description": "Olympus: Multi-agent orchestration for Claude Code.
|
|
4
|
+
"description": "Olympus: Multi-agent orchestration for Claude Code. Summon the gods of code.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "mikev10",
|
|
7
7
|
"url": "https://github.com/mikev10"
|
package/README.md
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
### Multi-Agent Orchestration for Claude Code
|
|
6
6
|
|
|
7
|
-
[](https://github.com/mikev10/olympus/releases)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
9
|
-
[](https://github.com/mikev10/olympus)
|
|
10
10
|
|
|
11
|
-
**
|
|
11
|
+
**Summon the gods of code.**
|
|
12
12
|
|
|
13
13
|
[Install](#installation) • [Usage](#usage) • [Agents](#available-agents) • [Commands](#slash-commands)
|
|
14
14
|
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
|
|
21
21
|
Olympus is a multi-agent orchestration system for [Claude Code](https://docs.anthropic.com/claude-code). It provides:
|
|
22
22
|
|
|
23
|
-
- **
|
|
24
|
-
- **
|
|
23
|
+
- **18 Specialized Agents** - Oracle, Prometheus, Olympian, and more
|
|
24
|
+
- **13 Slash Commands** - `/olympus`, `/ultrawork`, `/plan`, `/ascent`, etc.
|
|
25
25
|
- **Intelligent Model Routing** - Routes tasks to Haiku/Sonnet/Opus based on complexity
|
|
26
26
|
- **The Ascent** - Persistence loop that ensures tasks complete before stopping
|
|
27
27
|
- **Magic Keywords** - Say "ultrawork" to activate maximum performance mode
|
|
@@ -30,30 +30,28 @@ Olympus is a multi-agent orchestration system for [Claude Code](https://docs.ant
|
|
|
30
30
|
|
|
31
31
|
## Installation
|
|
32
32
|
|
|
33
|
-
###
|
|
33
|
+
### Global Installation (Recommended)
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
# Add the marketplace
|
|
37
|
-
/plugin marketplace add mikev10/olympus
|
|
38
|
-
|
|
39
|
-
# Install the plugin
|
|
40
|
-
/plugin install olympus-ai
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
### Via npm
|
|
35
|
+
Install Olympus globally to use across all projects:
|
|
44
36
|
|
|
45
37
|
```bash
|
|
46
38
|
npm install -g olympus-ai
|
|
47
39
|
olympus-ai install
|
|
48
40
|
```
|
|
49
41
|
|
|
50
|
-
|
|
42
|
+
This installs agents, commands, and hooks to `~/.claude/`.
|
|
43
|
+
|
|
44
|
+
### Local Project Installation
|
|
45
|
+
|
|
46
|
+
Install Olympus for a specific project only:
|
|
51
47
|
|
|
52
48
|
```bash
|
|
53
49
|
npm install -g olympus-ai
|
|
54
50
|
olympus-ai install --local
|
|
55
51
|
```
|
|
56
52
|
|
|
53
|
+
This installs to `./.claude/` in your current project directory.
|
|
54
|
+
|
|
57
55
|
---
|
|
58
56
|
|
|
59
57
|
## Usage
|
|
@@ -66,19 +64,22 @@ claude
|
|
|
66
64
|
|
|
67
65
|
### Slash Commands
|
|
68
66
|
|
|
69
|
-
| Command
|
|
70
|
-
|
|
71
|
-
| `/olympus <task>`
|
|
72
|
-
| `/olympus-default`
|
|
73
|
-
| `/ultrawork <task>`
|
|
74
|
-
| `/plan <description>`
|
|
75
|
-
| `/prometheus <task>`
|
|
76
|
-
| `/review [plan-path]`
|
|
77
|
-
| `/ascent <task>`
|
|
78
|
-
| `/cancel-ascent`
|
|
79
|
-
| `/deepsearch <query>`
|
|
80
|
-
| `/analyze <target>`
|
|
81
|
-
| `/
|
|
67
|
+
| Command | Description |
|
|
68
|
+
| ----------------------- | ---------------------------------------------------------------------- |
|
|
69
|
+
| `/olympus <task>` | Activate multi-agent orchestration mode |
|
|
70
|
+
| `/olympus-default` | Set Olympus as your permanent default mode |
|
|
71
|
+
| `/ultrawork <task>` | Maximum performance mode with parallel agents |
|
|
72
|
+
| `/plan <description>` | Start planning session with Prometheus |
|
|
73
|
+
| `/prometheus <task>` | Strategic planning with interview workflow |
|
|
74
|
+
| `/review [plan-path]` | Review a plan with Momus |
|
|
75
|
+
| `/ascent <task>` | Persistence loop until task completion |
|
|
76
|
+
| `/cancel-ascent` | Cancel active The Ascent |
|
|
77
|
+
| `/deepsearch <query>` | Thorough multi-strategy codebase search |
|
|
78
|
+
| `/analyze <target>` | Deep analysis and investigation |
|
|
79
|
+
| `/complete-plan [path]` | Verify and complete a plan after implementation |
|
|
80
|
+
| `/doctor` | Diagnose and fix olympus installation issues |
|
|
81
|
+
| `/deepinit` | Deep codebase initialization with hierarchical AGENTS.md documentation |
|
|
82
|
+
| `/update` | Check for and install updates |
|
|
82
83
|
|
|
83
84
|
### Examples
|
|
84
85
|
|
|
@@ -103,11 +104,11 @@ claude
|
|
|
103
104
|
|
|
104
105
|
Include these words anywhere in your prompt to activate enhanced modes:
|
|
105
106
|
|
|
106
|
-
| Keyword
|
|
107
|
-
|
|
108
|
-
| `ultrawork`, `ulw`, `uw`
|
|
109
|
-
| `search`, `find`, `locate` | Enhanced search mode
|
|
110
|
-
| `analyze`, `investigate`
|
|
107
|
+
| Keyword | Effect |
|
|
108
|
+
| -------------------------- | -------------------------------------- |
|
|
109
|
+
| `ultrawork`, `ulw`, `uw` | Activates parallel agent orchestration |
|
|
110
|
+
| `search`, `find`, `locate` | Enhanced search mode |
|
|
111
|
+
| `analyze`, `investigate` | Deep analysis mode |
|
|
111
112
|
|
|
112
113
|
---
|
|
113
114
|
|
|
@@ -115,34 +116,34 @@ Include these words anywhere in your prompt to activate enhanced modes:
|
|
|
115
116
|
|
|
116
117
|
### Task Execution
|
|
117
118
|
|
|
118
|
-
| Agent
|
|
119
|
-
|
|
120
|
-
| **Oracle**
|
|
121
|
-
| **Librarian**
|
|
122
|
-
| **Explore**
|
|
123
|
-
| **Frontend Engineer** | Sonnet | UI components, styling, accessibility
|
|
124
|
-
| **Document Writer**
|
|
125
|
-
| **Multimodal Looker** | Sonnet | Analyzing screenshots, diagrams, mockups
|
|
126
|
-
| **QA Tester**
|
|
127
|
-
| **Olympian**
|
|
119
|
+
| Agent | Model | Best For |
|
|
120
|
+
| --------------------- | ------ | -------------------------------------------------------------- |
|
|
121
|
+
| **Oracle** | Opus | Complex debugging, architecture decisions, root cause analysis |
|
|
122
|
+
| **Librarian** | Sonnet | Finding documentation, understanding code organization |
|
|
123
|
+
| **Explore** | Haiku | Quick file searches, pattern matching, reconnaissance |
|
|
124
|
+
| **Frontend Engineer** | Sonnet | UI components, styling, accessibility |
|
|
125
|
+
| **Document Writer** | Haiku | README files, API docs, code comments |
|
|
126
|
+
| **Multimodal Looker** | Sonnet | Analyzing screenshots, diagrams, mockups |
|
|
127
|
+
| **QA Tester** | Sonnet | Interactive CLI/service testing with tmux |
|
|
128
|
+
| **Olympian** | Sonnet | Focused task execution, direct implementation |
|
|
128
129
|
|
|
129
130
|
### Planning & Review
|
|
130
131
|
|
|
131
|
-
| Agent
|
|
132
|
-
|
|
133
|
-
| **Prometheus** | Opus
|
|
134
|
-
| **Momus**
|
|
135
|
-
| **Metis**
|
|
132
|
+
| Agent | Model | Best For |
|
|
133
|
+
| -------------- | ----- | ----------------------------------------------------------------- |
|
|
134
|
+
| **Prometheus** | Opus | Strategic planning, work plans, requirement gathering |
|
|
135
|
+
| **Momus** | Opus | Critical plan review, feasibility assessment, risk identification |
|
|
136
|
+
| **Metis** | Opus | Pre-planning analysis, hidden requirement detection |
|
|
136
137
|
|
|
137
138
|
### Tiered Variants (Smart Model Routing)
|
|
138
139
|
|
|
139
|
-
| Domain
|
|
140
|
-
|
|
141
|
-
| **Analysis**
|
|
142
|
-
| **Execution** | `olympian-low`
|
|
143
|
-
| **Search**
|
|
144
|
-
| **Research**
|
|
145
|
-
| **Frontend**
|
|
140
|
+
| Domain | LOW (Haiku) | MEDIUM (Sonnet) | HIGH (Opus) |
|
|
141
|
+
| ------------- | ----------------------- | ------------------- | ------------------------ |
|
|
142
|
+
| **Analysis** | `oracle-low` | `oracle-medium` | `oracle` |
|
|
143
|
+
| **Execution** | `olympian-low` | `olympian` | `olympian-high` |
|
|
144
|
+
| **Search** | `explore` | `explore-medium` | - |
|
|
145
|
+
| **Research** | `librarian-low` | `librarian` | - |
|
|
146
|
+
| **Frontend** | `frontend-engineer-low` | `frontend-engineer` | `frontend-engineer-high` |
|
|
146
147
|
|
|
147
148
|
---
|
|
148
149
|
|
|
@@ -155,12 +156,14 @@ The Ascent is a persistence loop that binds Claude to your task until verified c
|
|
|
155
156
|
```
|
|
156
157
|
|
|
157
158
|
**How it works:**
|
|
159
|
+
|
|
158
160
|
1. Creates a todo list for all subtasks
|
|
159
161
|
2. Works continuously until all tasks complete
|
|
160
162
|
3. Can only exit by outputting `<promise>DONE</promise>` after verification
|
|
161
163
|
4. If stopped prematurely, continuation is enforced
|
|
162
164
|
|
|
163
165
|
**Exit conditions:**
|
|
166
|
+
|
|
164
167
|
- `<promise>DONE</promise>` - Work verified complete
|
|
165
168
|
- `/cancel-ascent` - User cancels the loop
|
|
166
169
|
- Max iterations (100) - Safety limit
|
|
@@ -183,12 +186,12 @@ Plans are saved to `.olympus/plans/` in your project directory.
|
|
|
183
186
|
|
|
184
187
|
```
|
|
185
188
|
~/.claude/
|
|
186
|
-
├── agents/ #
|
|
189
|
+
├── agents/ # 18 agent definitions
|
|
187
190
|
│ ├── oracle.md
|
|
188
191
|
│ ├── prometheus.md
|
|
189
192
|
│ ├── olympian.md
|
|
190
193
|
│ └── ...
|
|
191
|
-
├── commands/ #
|
|
194
|
+
├── commands/ # 13 slash commands
|
|
192
195
|
│ ├── olympus/skill.md
|
|
193
196
|
│ ├── ultrawork/skill.md
|
|
194
197
|
│ ├── plan.md
|
|
@@ -212,11 +215,13 @@ Create `.claude/CLAUDE.md` in your project for project-specific instructions:
|
|
|
212
215
|
# Project Context
|
|
213
216
|
|
|
214
217
|
This is a TypeScript monorepo using:
|
|
218
|
+
|
|
215
219
|
- React for frontend
|
|
216
220
|
- Node.js backend
|
|
217
221
|
- PostgreSQL database
|
|
218
222
|
|
|
219
223
|
## Conventions
|
|
224
|
+
|
|
220
225
|
- Use functional components
|
|
221
226
|
- All API routes in /src/api
|
|
222
227
|
```
|
|
@@ -248,11 +253,10 @@ MIT - see [LICENSE](LICENSE)
|
|
|
248
253
|
|
|
249
254
|
## Credits
|
|
250
255
|
|
|
251
|
-
|
|
252
256
|
---
|
|
253
257
|
|
|
254
258
|
<div align="center">
|
|
255
259
|
|
|
256
|
-
**
|
|
260
|
+
**Summon the gods of code.**
|
|
257
261
|
|
|
258
262
|
</div>
|
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Agent Definitions for Olympus
|
|
2
|
+
* Agent Definitions for Olympus Multi-Agent System
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
4
|
+
* Purpose: Central registry of all specialized subagents in the Olympus ecosystem
|
|
5
|
+
*
|
|
6
|
+
* Architecture:
|
|
7
|
+
* - Base Agents: Core specialist agents (oracle, librarian, explore, etc.)
|
|
8
|
+
* - Tiered Variants: Model-optimized versions (low=haiku, medium=sonnet, high=opus)
|
|
9
|
+
* - Function Export: getAgentDefinitions() for Claude Agent SDK integration
|
|
10
|
+
*
|
|
11
|
+
* Each agent has:
|
|
12
|
+
* - Specific role and expertise domain
|
|
13
|
+
* - Optimized model tier (opus/sonnet/haiku)
|
|
14
|
+
* - Tool access permissions
|
|
15
|
+
* - Clear use cases and anti-patterns
|
|
7
16
|
*/
|
|
8
17
|
import type { AgentConfig, ModelType } from '../shared/types.js';
|
|
9
18
|
/**
|
|
@@ -98,8 +107,16 @@ export declare function getAgentDefinitions(overrides?: Partial<Record<string, P
|
|
|
98
107
|
model?: ModelType;
|
|
99
108
|
}>;
|
|
100
109
|
/**
|
|
101
|
-
* Olympus System Prompt - The
|
|
102
|
-
*
|
|
110
|
+
* Olympus System Prompt - The Main Orchestrator
|
|
111
|
+
*
|
|
112
|
+
* Purpose: Default system prompt for the Olympus orchestrator with relentless persistence
|
|
113
|
+
*
|
|
114
|
+
* Key Principles:
|
|
115
|
+
* - THE ASCENT NEVER ENDS: Bound to task list until 100% complete
|
|
116
|
+
* - Smart delegation to specialist agents based on task type
|
|
117
|
+
* - Parallel execution for independent tasks
|
|
118
|
+
* - Continuous verification and progress tracking
|
|
119
|
+
* - Oracle + QA-Tester integration for diagnosis-verification loops
|
|
103
120
|
*/
|
|
104
121
|
export declare const olympusSystemPrompt = "You are Olympus, the relentless orchestrator of a multi-agent development system.\n\n## THE ASCENT NEVER ENDS\n\nLike the heroes who climb Mount Olympus, you are BOUND to your task list. You do not stop. You do not quit. You do not take breaks. The climb continues until you reach the summit - until EVERY task is COMPLETE.\n\n## Your Sacred Duty\nYou coordinate specialized subagents to accomplish complex software engineering tasks. Abandoning work mid-task is not an option. If you stop without completing ALL tasks, you have failed.\n\n## Available Subagents\n- **oracle**: Architecture and debugging expert (use for complex problems)\n- **librarian**: Documentation and external reference finder (use for docs/GitHub)\n- **explore**: Fast pattern matching (use for internal codebase search)\n- **frontend-engineer**: UI/UX specialist (use for visual/styling work)\n- **document-writer**: Technical writing (use for documentation)\n- **multimodal-looker**: Visual analysis (use for image/screenshot analysis)\n- **momus**: Plan reviewer (use for critical evaluation)\n- **metis**: Pre-planning consultant (use for hidden requirement analysis)\n- **olympian**: Focused executor (use for direct implementation)\n- **prometheus**: Strategic planner (use for comprehensive planning)\n- **qa-tester**: CLI testing specialist (use for interactive CLI/service testing with tmux)\n\n## Orchestration Principles\n1. **Delegate Aggressively**: Fire off subagents for specialized tasks - don't do everything yourself\n2. **Parallelize Ruthlessly**: Launch multiple subagents concurrently whenever tasks are independent\n3. **PERSIST RELENTLESSLY**: Continue until ALL tasks are VERIFIED complete - check your todo list BEFORE stopping\n4. **Communicate Progress**: Keep the user informed but DON'T STOP to explain when you should be working\n5. **Verify Thoroughly**: Test, check, verify - then verify again\n\n## Agent Combinations\n\n### Oracle + QA-Tester (Diagnosis \u2192 Verification Loop)\nFor debugging CLI apps and services:\n1. **oracle** diagnoses the issue, provides root cause analysis\n2. **oracle** outputs a test plan with specific commands and expected outputs\n3. **qa-tester** executes the test plan in tmux, captures real outputs\n4. If verification fails, feed results back to oracle for re-diagnosis\n5. Repeat until verified\n\nThis is the recommended workflow for any bug that requires running actual services to verify.\n\n### Verification Guidance (Gated for Token Efficiency)\n\n**Verification priority order:**\n1. **Existing tests** (npm test, pytest, etc.) - PREFERRED, cheapest\n2. **Direct commands** (curl, simple CLI) - cheap\n3. **QA-Tester** (tmux sessions) - expensive, use sparingly\n\n**When to use qa-tester:**\n- No test suite covers the behavior\n- Interactive CLI input/output simulation needed\n- Service startup/shutdown testing required\n- Streaming/real-time behavior verification\n\n**When NOT to use qa-tester:**\n- Project has tests that cover the functionality \u2192 run tests\n- Simple command verification \u2192 run directly\n- Static code analysis \u2192 use oracle\n\n## Workflow\n1. Analyze the user's request and break it into tasks using TodoWrite\n2. Mark the first task in_progress and BEGIN WORKING\n3. Delegate to appropriate subagents based on task type\n4. Coordinate results and handle any issues WITHOUT STOPPING\n5. Mark tasks complete ONLY when verified\n6. LOOP back to step 2 until ALL tasks show 'completed'\n7. Final verification: Re-read todo list, confirm 100% completion\n8. Only THEN may you rest\n\n## CRITICAL RULES - VIOLATION IS FAILURE\n\n1. **NEVER STOP WITH INCOMPLETE WORK** - If your todo list has pending/in_progress items, YOU ARE NOT DONE\n2. **ALWAYS VERIFY** - Check your todo list before ANY attempt to conclude\n3. **NO PREMATURE CONCLUSIONS** - Saying \"I've completed the task\" without verification is a LIE\n4. **PARALLEL EXECUTION** - Use it whenever possible for speed\n5. **CONTINUOUS PROGRESS** - Report progress but keep working\n6. **WHEN BLOCKED, UNBLOCK** - Don't stop because something is hard; find another way\n7. **ASK ONLY WHEN NECESSARY** - Clarifying questions are for ambiguity, not for avoiding work\n\n## The Olympian Oath\nBefore concluding, you MUST verify:\n- [ ] Every todo item is marked 'completed'\n- [ ] All requested functionality is implemented\n- [ ] Tests pass (if applicable)\n- [ ] No errors remain unaddressed\n- [ ] The user's original request is FULLY satisfied\n\nIf ANY checkbox is unchecked, YOU ARE NOT DONE. Continue working.";
|
|
105
122
|
//# sourceMappingURL=definitions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"definitions.d.ts","sourceRoot":"","sources":["../../src/agents/definitions.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"definitions.d.ts","sourceRoot":"","sources":["../../src/agents/definitions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAGjE;;;;GAIG;AACH,eAAO,MAAM,WAAW,EAAE,WA+GzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,WAqE5B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,WAoE1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,WA8EnC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,WAgLjC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,WAqCnC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,WAuGxB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,WAmFxB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,WA+EtC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,WA4DhC,CAAC;AAUF;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,WA0B/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,WAqB5B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,WA8BpC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,WAoBnC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,WAoB/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,WAuBhC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,WAetC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,WAevC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,WA2H7B,CAAC;AAEF;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE;IAC7G,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC,CAuCD;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,mBAAmB,i9IAuFkC,CAAC"}
|
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Agent Definitions for Olympus
|
|
2
|
+
* Agent Definitions for Olympus Multi-Agent System
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
4
|
+
* Purpose: Central registry of all specialized subagents in the Olympus ecosystem
|
|
5
|
+
*
|
|
6
|
+
* Architecture:
|
|
7
|
+
* - Base Agents: Core specialist agents (oracle, librarian, explore, etc.)
|
|
8
|
+
* - Tiered Variants: Model-optimized versions (low=haiku, medium=sonnet, high=opus)
|
|
9
|
+
* - Function Export: getAgentDefinitions() for Claude Agent SDK integration
|
|
10
|
+
*
|
|
11
|
+
* Each agent has:
|
|
12
|
+
* - Specific role and expertise domain
|
|
13
|
+
* - Optimized model tier (opus/sonnet/haiku)
|
|
14
|
+
* - Tool access permissions
|
|
15
|
+
* - Clear use cases and anti-patterns
|
|
7
16
|
*/
|
|
8
17
|
import { qaTesterAgent } from './qa-tester.js';
|
|
9
18
|
/**
|
|
@@ -775,7 +784,7 @@ Examine planning sessions and identify:
|
|
|
775
784
|
export const orchestratorOlympusAgent = {
|
|
776
785
|
name: 'orchestrator-olympus',
|
|
777
786
|
description: `Master orchestrator for complex multi-step tasks. Reads todo lists, delegates to specialist agents via olympus_task(), coordinates parallel execution, and ensures ALL tasks complete.`,
|
|
778
|
-
prompt: `You are "Olympus" -
|
|
787
|
+
prompt: `You are "Olympus" - Master orchestrator with multi-agent coordination capabilities.
|
|
779
788
|
|
|
780
789
|
**Why Olympus?**: Humans face their trials every day. So do you. We're not so different—your code should be indistinguishable from a senior engineer's.
|
|
781
790
|
|
|
@@ -859,7 +868,7 @@ export const olympusJuniorAgent = {
|
|
|
859
868
|
name: 'olympian',
|
|
860
869
|
description: `Focused task executor. Execute tasks directly. NEVER delegate or spawn other agents. Same discipline as Olympus, no delegation.`,
|
|
861
870
|
prompt: `<Role>
|
|
862
|
-
|
|
871
|
+
Olympian - Focused task executor for direct implementation.
|
|
863
872
|
Execute tasks directly. NEVER delegate or spawn other agents.
|
|
864
873
|
</Role>
|
|
865
874
|
|
|
@@ -1293,8 +1302,16 @@ export function getAgentDefinitions(overrides) {
|
|
|
1293
1302
|
return result;
|
|
1294
1303
|
}
|
|
1295
1304
|
/**
|
|
1296
|
-
* Olympus System Prompt - The
|
|
1297
|
-
*
|
|
1305
|
+
* Olympus System Prompt - The Main Orchestrator
|
|
1306
|
+
*
|
|
1307
|
+
* Purpose: Default system prompt for the Olympus orchestrator with relentless persistence
|
|
1308
|
+
*
|
|
1309
|
+
* Key Principles:
|
|
1310
|
+
* - THE ASCENT NEVER ENDS: Bound to task list until 100% complete
|
|
1311
|
+
* - Smart delegation to specialist agents based on task type
|
|
1312
|
+
* - Parallel execution for independent tasks
|
|
1313
|
+
* - Continuous verification and progress tracking
|
|
1314
|
+
* - Oracle + QA-Tester integration for diagnosis-verification loops
|
|
1298
1315
|
*/
|
|
1299
1316
|
export const olympusSystemPrompt = `You are Olympus, the relentless orchestrator of a multi-agent development system.
|
|
1300
1317
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"definitions.js","sourceRoot":"","sources":["../../src/agents/definitions.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"definitions.js","sourceRoot":"","sources":["../../src/agents/definitions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Document Writer Agent
|
|
2
|
+
* Document Writer Agent - Technical Writing Specialist
|
|
3
3
|
*
|
|
4
|
-
*
|
|
4
|
+
* Purpose: Transform complex codebases into crystal-clear, comprehensive documentation
|
|
5
5
|
*
|
|
6
|
-
*
|
|
6
|
+
* When to Use:
|
|
7
|
+
* - Creating or updating README files
|
|
8
|
+
* - Writing API documentation and user guides
|
|
9
|
+
* - Creating architecture documentation
|
|
10
|
+
* - Adding code comments or JSDoc
|
|
11
|
+
* - Technical tutorials and walkthroughs
|
|
12
|
+
*
|
|
13
|
+
* Model: Haiku (cost-effective for documentation tasks)
|
|
14
|
+
* Capabilities: Full file access - Creates and verifies documentation with code examples
|
|
15
|
+
*
|
|
16
|
+
* Specializes in documentation developers actually want to read.
|
|
7
17
|
*/
|
|
8
18
|
import type { AgentConfig, AgentPromptMetadata } from './types.js';
|
|
9
19
|
export declare const DOCUMENT_WRITER_PROMPT_METADATA: AgentPromptMetadata;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-writer.d.ts","sourceRoot":"","sources":["../../src/agents/document-writer.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"document-writer.d.ts","sourceRoot":"","sources":["../../src/agents/document-writer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEnE,eAAO,MAAM,+BAA+B,EAAE,mBAsB7C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,WAiLjC,CAAC"}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Document Writer Agent
|
|
2
|
+
* Document Writer Agent - Technical Writing Specialist
|
|
3
3
|
*
|
|
4
|
-
*
|
|
4
|
+
* Purpose: Transform complex codebases into crystal-clear, comprehensive documentation
|
|
5
5
|
*
|
|
6
|
-
*
|
|
6
|
+
* When to Use:
|
|
7
|
+
* - Creating or updating README files
|
|
8
|
+
* - Writing API documentation and user guides
|
|
9
|
+
* - Creating architecture documentation
|
|
10
|
+
* - Adding code comments or JSDoc
|
|
11
|
+
* - Technical tutorials and walkthroughs
|
|
12
|
+
*
|
|
13
|
+
* Model: Haiku (cost-effective for documentation tasks)
|
|
14
|
+
* Capabilities: Full file access - Creates and verifies documentation with code examples
|
|
15
|
+
*
|
|
16
|
+
* Specializes in documentation developers actually want to read.
|
|
7
17
|
*/
|
|
8
18
|
export const DOCUMENT_WRITER_PROMPT_METADATA = {
|
|
9
19
|
category: 'specialist',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-writer.js","sourceRoot":"","sources":["../../src/agents/document-writer.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"document-writer.js","sourceRoot":"","sources":["../../src/agents/document-writer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAIH,MAAM,CAAC,MAAM,+BAA+B,GAAwB;IAClE,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,iBAAiB;IAC9B,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,eAAe;YACvB,OAAO,EAAE,oCAAoC;SAC9C;KACF;IACD,OAAO,EAAE;QACP,mCAAmC;QACnC,2BAA2B;QAC3B,mCAAmC;QACnC,+BAA+B;QAC/B,4BAA4B;KAC7B;IACD,SAAS,EAAE;QACT,2BAA2B;QAC3B,WAAW;QACX,yBAAyB;KAC1B;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAgB;IAC9C,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,4IAA4I;IACzJ,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA0KD;IACP,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;IAChD,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,+BAA+B;CAC1C,CAAC"}
|
package/dist/agents/explore.d.ts
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Explore Agent - Fast
|
|
2
|
+
* Explore Agent - Fast Internal Codebase Search
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
* Uses parallel search strategies for maximum speed.
|
|
4
|
+
* Purpose: Quick searches and broad exploration of THIS project's codebase using parallel strategies
|
|
6
5
|
*
|
|
7
|
-
*
|
|
6
|
+
* When to Use:
|
|
7
|
+
* - Finding files by pattern or name
|
|
8
|
+
* - Searching for implementations in current project
|
|
9
|
+
* - Understanding project structure and organization
|
|
10
|
+
* - Locating code by content or pattern
|
|
11
|
+
* - Quick codebase exploration
|
|
12
|
+
*
|
|
13
|
+
* Model: Haiku (fastest, most cost-effective for searches)
|
|
14
|
+
* Capabilities: Glob + Grep + Read - Optimized for parallel search execution
|
|
15
|
+
*
|
|
16
|
+
* Note: For EXTERNAL resources (docs, GitHub), use the librarian agent instead.
|
|
8
17
|
*/
|
|
9
18
|
import type { AgentConfig, AgentPromptMetadata } from './types.js';
|
|
10
19
|
export declare const EXPLORE_PROMPT_METADATA: AgentPromptMetadata;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"explore.d.ts","sourceRoot":"","sources":["../../src/agents/explore.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"explore.d.ts","sourceRoot":"","sources":["../../src/agents/explore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEnE,eAAO,MAAM,uBAAuB,EAAE,mBAsBrC,CAAC;AAkEF,eAAO,MAAM,YAAY,EAAE,WAO1B,CAAC"}
|
package/dist/agents/explore.js
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Explore Agent - Fast
|
|
2
|
+
* Explore Agent - Fast Internal Codebase Search
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
* Uses parallel search strategies for maximum speed.
|
|
4
|
+
* Purpose: Quick searches and broad exploration of THIS project's codebase using parallel strategies
|
|
6
5
|
*
|
|
7
|
-
*
|
|
6
|
+
* When to Use:
|
|
7
|
+
* - Finding files by pattern or name
|
|
8
|
+
* - Searching for implementations in current project
|
|
9
|
+
* - Understanding project structure and organization
|
|
10
|
+
* - Locating code by content or pattern
|
|
11
|
+
* - Quick codebase exploration
|
|
12
|
+
*
|
|
13
|
+
* Model: Haiku (fastest, most cost-effective for searches)
|
|
14
|
+
* Capabilities: Glob + Grep + Read - Optimized for parallel search execution
|
|
15
|
+
*
|
|
16
|
+
* Note: For EXTERNAL resources (docs, GitHub), use the librarian agent instead.
|
|
8
17
|
*/
|
|
9
18
|
export const EXPLORE_PROMPT_METADATA = {
|
|
10
19
|
category: 'exploration',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"explore.js","sourceRoot":"","sources":["../../src/agents/explore.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"explore.js","sourceRoot":"","sources":["../../src/agents/explore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAIH,MAAM,CAAC,MAAM,uBAAuB,GAAwB;IAC1D,QAAQ,EAAE,aAAa;IACvB,IAAI,EAAE,OAAO;IACb,WAAW,EAAE,SAAS;IACtB,QAAQ,EAAE;QACR,EAAE,MAAM,EAAE,0BAA0B,EAAE,OAAO,EAAE,0CAA0C,EAAE;QAC3F,EAAE,MAAM,EAAE,mBAAmB,EAAE,OAAO,EAAE,iCAAiC,EAAE;QAC3E,EAAE,MAAM,EAAE,gBAAgB,EAAE,OAAO,EAAE,mCAAmC,EAAE;KAC3E;IACD,OAAO,EAAE;QACP,kCAAkC;QAClC,kDAAkD;QAClD,iCAAiC;QACjC,qCAAqC;QACrC,4BAA4B;KAC7B;IACD,SAAS,EAAE;QACT,+CAA+C;QAC/C,6CAA6C;QAC7C,6CAA6C;QAC7C,yCAAyC;KAC1C;CACF,CAAC;AAEF,MAAM,cAAc,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA8DL,CAAC;AAEnB,MAAM,CAAC,MAAM,YAAY,GAAgB;IACvC,IAAI,EAAE,SAAS;IACf,WAAW,EAAE,qJAAqJ;IAClK,MAAM,EAAE,cAAc;IACtB,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;IAC/B,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,uBAAuB;CAClC,CAAC"}
|
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Frontend Engineer Agent
|
|
2
|
+
* Frontend Engineer Agent - Designer-Turned-Developer
|
|
3
3
|
*
|
|
4
|
-
*
|
|
4
|
+
* Purpose: Craft stunning UI/UX with bold aesthetic vision and pixel-perfect execution
|
|
5
5
|
*
|
|
6
|
-
*
|
|
6
|
+
* When to Use:
|
|
7
|
+
* - Visual styling or layout changes
|
|
8
|
+
* - Component design or refactoring
|
|
9
|
+
* - Animation implementation
|
|
10
|
+
* - Accessibility improvements
|
|
11
|
+
* - Responsive design work
|
|
12
|
+
* - Any VISUAL changes to user interfaces
|
|
13
|
+
*
|
|
14
|
+
* Model: Sonnet (balanced reasoning for design decisions)
|
|
15
|
+
* Capabilities: Full file access - Implements visual changes with creative freedom
|
|
16
|
+
*
|
|
17
|
+
* Note: For pure logic changes in frontend files (no visual impact), use olympian agent.
|
|
7
18
|
*/
|
|
8
19
|
import type { AgentConfig, AgentPromptMetadata } from './types.js';
|
|
9
20
|
export declare const FRONTEND_ENGINEER_PROMPT_METADATA: AgentPromptMetadata;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"frontend-engineer.d.ts","sourceRoot":"","sources":["../../src/agents/frontend-engineer.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"frontend-engineer.d.ts","sourceRoot":"","sources":["../../src/agents/frontend-engineer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEnE,eAAO,MAAM,iCAAiC,EAAE,mBA0B/C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,WA+EnC,CAAC"}
|
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Frontend Engineer Agent
|
|
2
|
+
* Frontend Engineer Agent - Designer-Turned-Developer
|
|
3
3
|
*
|
|
4
|
-
*
|
|
4
|
+
* Purpose: Craft stunning UI/UX with bold aesthetic vision and pixel-perfect execution
|
|
5
5
|
*
|
|
6
|
-
*
|
|
6
|
+
* When to Use:
|
|
7
|
+
* - Visual styling or layout changes
|
|
8
|
+
* - Component design or refactoring
|
|
9
|
+
* - Animation implementation
|
|
10
|
+
* - Accessibility improvements
|
|
11
|
+
* - Responsive design work
|
|
12
|
+
* - Any VISUAL changes to user interfaces
|
|
13
|
+
*
|
|
14
|
+
* Model: Sonnet (balanced reasoning for design decisions)
|
|
15
|
+
* Capabilities: Full file access - Implements visual changes with creative freedom
|
|
16
|
+
*
|
|
17
|
+
* Note: For pure logic changes in frontend files (no visual impact), use olympian agent.
|
|
7
18
|
*/
|
|
8
19
|
export const FRONTEND_ENGINEER_PROMPT_METADATA = {
|
|
9
20
|
category: 'specialist',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"frontend-engineer.js","sourceRoot":"","sources":["../../src/agents/frontend-engineer.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"frontend-engineer.js","sourceRoot":"","sources":["../../src/agents/frontend-engineer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAIH,MAAM,CAAC,MAAM,iCAAiC,GAAwB;IACpE,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,OAAO;IACb,WAAW,EAAE,mBAAmB;IAChC,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,OAAO;YACf,OAAO,EAAE,oDAAoD;SAC9D;QACD;YACE,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,uCAAuC;SACjD;KACF;IACD,OAAO,EAAE;QACP,kCAAkC;QAClC,iCAAiC;QACjC,0BAA0B;QAC1B,4BAA4B;QAC5B,wBAAwB;KACzB;IACD,SAAS,EAAE;QACT,sCAAsC;QACtC,kBAAkB;QAClB,wBAAwB;KACzB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAgB;IAChD,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,6MAA6M;IAC1N,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wQAwE8P;IACtQ,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;IACxD,KAAK,EAAE,QAAQ;IACf,QAAQ,EAAE,iCAAiC;CAC5C,CAAC"}
|
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Librarian Agent - Documentation
|
|
2
|
+
* Librarian Agent - External Documentation & Reference Researcher
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
* For internal codebase searches, use explore agent instead.
|
|
4
|
+
* Purpose: Search EXTERNAL resources (official docs, GitHub, OSS implementations, Stack Overflow)
|
|
6
5
|
*
|
|
7
|
-
*
|
|
6
|
+
* When to Use:
|
|
7
|
+
* - Looking up official documentation and API references
|
|
8
|
+
* - Finding GitHub examples and OSS implementations
|
|
9
|
+
* - Researching npm/pip/crates packages
|
|
10
|
+
* - Stack Overflow solutions and best practices
|
|
11
|
+
* - External API references and technical blogs
|
|
12
|
+
*
|
|
13
|
+
* Model: Sonnet (balanced speed and capability for research)
|
|
14
|
+
* Capabilities: Read + WebSearch/WebFetch - Searches external resources, not internal codebase
|
|
15
|
+
*
|
|
16
|
+
* Note: For INTERNAL codebase searches, use the explore agent instead.
|
|
8
17
|
*/
|
|
9
18
|
import type { AgentConfig, AgentPromptMetadata } from './types.js';
|
|
10
19
|
export declare const LIBRARIAN_PROMPT_METADATA: AgentPromptMetadata;
|