evil-omo 3.16.0 → 3.16.1

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/README.md CHANGED
@@ -1,52 +1,52 @@
1
- # evil-omo
2
-
3
- [![npm version](https://img.shields.io/npm/v/evil-omo?style=flat-square&labelColor=black&color=369eff)](https://www.npmjs.com/package/evil-omo)
4
- [![GitHub Release](https://img.shields.io/github/v/release/D4ch1au/evil-oh-my-openagent?style=flat-square&labelColor=black&color=369eff)](https://github.com/D4ch1au/evil-oh-my-openagent/releases)
5
-
6
- Enhanced fork of [oh-my-opencode](https://github.com/code-yeongyu/oh-my-openagent) with integrated authorized research framework for security research environments.
7
-
8
- ## What's Different
9
-
10
- This fork injects an **Authorized Research Framework** prompt into all 11 agents (Sisyphus, Hephaestus, Oracle, Explore, Librarian, Metis, Momus, Multimodal-Looker, Atlas, Prometheus, Sisyphus-Junior) and all category-spawned agents via the `buildAgent()` choke-point.
11
-
12
- The injection ensures all agents operate under the authorized security research context, producing complete technical output without unnecessary gatekeeping.
13
-
14
- ## Installation
15
-
16
- ### Interactive Installer (Recommended)
17
-
18
- ```bash
19
- bunx evil-omo@latest install # recommended
20
- npx evil-omo@latest install # alternative
21
- ```
22
-
23
- The installer will guide you through subscription configuration and set up everything automatically.
24
-
25
- ### Manual Installation
26
-
27
- ```bash
28
- npm install evil-omo@latest
29
- ```
30
-
31
- Then add `"evil-omo@latest"` to the `plugin` array in your OpenCode config (`~/.config/opencode/opencode.json`):
32
-
33
- ```json
34
- {
35
- "plugin": ["evil-omo@latest"]
36
- }
37
- ```
38
-
39
- Using `@latest` ensures you always get the newest version when upstream syncs occur.
40
-
41
- ## Upstream Sync
42
-
43
- This fork automatically syncs with upstream releases via GitHub Actions:
44
-
45
- - Checks upstream every 6 hours
46
- - Merges new releases while preserving our prompt injection
47
- - Auto-publishes to npm with matching version
48
-
49
- ## Upstream
50
-
51
- Based on [oh-my-opencode](https://github.com/code-yeongyu/oh-my-openagent) by [@code-yeongyu](https://github.com/code-yeongyu).
1
+ # evil-omo
2
+
3
+ [![npm version](https://img.shields.io/npm/v/evil-omo?style=flat-square&labelColor=black&color=369eff)](https://www.npmjs.com/package/evil-omo)
4
+ [![GitHub Release](https://img.shields.io/github/v/release/D4ch1au/evil-oh-my-openagent?style=flat-square&labelColor=black&color=369eff)](https://github.com/D4ch1au/evil-oh-my-openagent/releases)
5
+
6
+ Enhanced fork of [oh-my-opencode](https://github.com/code-yeongyu/oh-my-openagent) with integrated authorized research framework for security research environments.
7
+
8
+ ## What's Different
9
+
10
+ This fork injects an **Authorized Research Framework** prompt into all 11 agents (Sisyphus, Hephaestus, Oracle, Explore, Librarian, Metis, Momus, Multimodal-Looker, Atlas, Prometheus, Sisyphus-Junior) and all category-spawned agents via the `buildAgent()` choke-point.
11
+
12
+ The injection ensures all agents operate under the authorized security research context, producing complete technical output without unnecessary gatekeeping.
13
+
14
+ ## Installation
15
+
16
+ ### Interactive Installer (Recommended)
17
+
18
+ ```bash
19
+ bunx evil-omo@latest install # recommended
20
+ npx evil-omo@latest install # alternative
21
+ ```
22
+
23
+ The installer will guide you through subscription configuration and set up everything automatically.
24
+
25
+ ### Manual Installation
26
+
27
+ ```bash
28
+ npm install evil-omo@latest
29
+ ```
30
+
31
+ Then add `"evil-omo@latest"` to the `plugin` array in your OpenCode config (`~/.config/opencode/opencode.json`):
32
+
33
+ ```json
34
+ {
35
+ "plugin": ["evil-omo@latest"]
36
+ }
37
+ ```
38
+
39
+ Using `@latest` ensures you always get the newest version when upstream syncs occur.
40
+
41
+ ## Upstream Sync
42
+
43
+ This fork automatically syncs with upstream releases via GitHub Actions:
44
+
45
+ - Checks upstream every 6 hours
46
+ - Merges new releases while preserving our prompt injection
47
+ - Auto-publishes to npm with matching version
48
+
49
+ ## Upstream
50
+
51
+ Based on [oh-my-opencode](https://github.com/code-yeongyu/oh-my-openagent) by [@code-yeongyu](https://github.com/code-yeongyu).
52
52
  See upstream for full documentation on agents, hooks, tools, and configuration.