oh-my-agent 4.28.0 → 4.29.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 +2 -1
- package/bin/cli.js +360 -367
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,8 +37,8 @@ Pick a preset and you're ready:
|
|
|
37
37
|
|
|
38
38
|
| Agent | What They Do |
|
|
39
39
|
|-------|-------------|
|
|
40
|
-
| **oma-backend** | APIs in Python, Node.js, or Rust |
|
|
41
40
|
| **oma-architecture** | Architectural tradeoffs, boundaries, ADR/ATAM/CBAM-aware analysis |
|
|
41
|
+
| **oma-backend** | APIs in Python, Node.js, or Rust |
|
|
42
42
|
| **oma-brainstorm** | Explores ideas before you commit to building |
|
|
43
43
|
| **oma-commit** | Clean conventional commits |
|
|
44
44
|
| **oma-db** | Schema design, migrations, indexing, vector DB |
|
|
@@ -135,6 +135,7 @@ flowchart TD
|
|
|
135
135
|
|
|
136
136
|
subgraph Domain["Domain Agents"]
|
|
137
137
|
direction TB
|
|
138
|
+
ARC[oma-architecture]
|
|
138
139
|
FE[oma-frontend]
|
|
139
140
|
BE[oma-backend]
|
|
140
141
|
DB[oma-db]
|