oh-my-agent 11.11.0 → 12.0.0

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.
Files changed (3) hide show
  1. package/README.md +2 -12
  2. package/bin/cli.js +819 -821
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -44,18 +44,8 @@ irm https://raw.githubusercontent.com/first-fluke/oh-my-agent/main/cli/install.p
44
44
  bunx oh-my-agent@latest
45
45
  ```
46
46
 
47
- ### Install as an Agent Plugin
48
-
49
- oma exports a portable [Agent Plugins](https://agent-plugins.org) 1.0.0 package — the open packaging standard backed by AWS, Cursor, Microsoft, OpenAI, and Vercel:
50
-
51
- ```bash
52
- oma emit --target agent-plugin # writes generated/agent-plugin/
53
- ```
54
-
55
- Point any conformant client (Kiro, AWS Agent Toolkit, and more as clients roll out support) at that directory. Conformant clients load the skills and MCP servers; workflows, rules, and `oma-config.yaml` ride along under the `com.firstfluke.oma` extension namespace for oma-aware installs. Hooks and `oma agent:spawn` still need the full `bunx oh-my-agent@latest` install.
56
-
57
47
  <details>
58
- <summary>Or install skills with Microsoft's <a href="https://github.com/microsoft/apm">Agent Package Manager</a> (APM), a package manager for the same ecosystem. Click to expand.</summary>
48
+ <summary>Or install skills with Microsoft's <a href="https://github.com/microsoft/apm">Agent Package Manager</a> (APM). Click to expand.</summary>
59
49
 
60
50
  > Not to be confused with `oma-observability`'s APM (Application Performance Monitoring).
61
51
 
@@ -68,7 +58,7 @@ apm install first-fluke/oh-my-agent
68
58
  apm install first-fluke/oh-my-agent/.agents/skills/oma-frontend
69
59
  ```
70
60
 
71
- Agent Plugins is the package format; APM is an installer that ships skills only. For workflows, rules, `oma-config.yaml`, keyword-detection hooks, and the `oma agent:spawn` CLI, use `bunx oh-my-agent@latest`. Pick one distribution per project to avoid drift.
61
+ APM ships skills only. For workflows, rules, `oma-config.yaml`, keyword-detection hooks, and the `oma agent:spawn` CLI, use `bunx oh-my-agent@latest`. Pick one distribution per project to avoid drift.
72
62
 
73
63
  </details>
74
64