oh-my-agent 5.2.1 → 5.3.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.
- package/README.md +1 -0
- package/bin/cli.js +336 -337
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,6 +50,7 @@ Pick a preset and you're ready:
|
|
|
50
50
|
| **oma-pdf** | PDF to Markdown conversion |
|
|
51
51
|
| **oma-pm** | Plans tasks, breaks down requirements, defines API contracts |
|
|
52
52
|
| **oma-qa** | OWASP security, performance, accessibility review |
|
|
53
|
+
| **oma-recap** | Conversation history recap and themed work summaries |
|
|
53
54
|
| **oma-scm** | SCM (software configuration management) — branching, merges, worktrees, baselines; Conventional Commits |
|
|
54
55
|
| **oma-tf-infra** | Multi-cloud Terraform IaC (Infrastructure as Code) |
|
|
55
56
|
| **oma-translator** | Natural multilingual translation |
|