oh-my-agent 4.5.0 → 4.7.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 +9 -0
- package/bin/cli.js +207 -203
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -138,6 +138,13 @@ You'll also need at least one CLI tool:
|
|
|
138
138
|
→ Analyze changes, suggest commit type/scope, create commit with Co-Author
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
+
**Design system** (DESIGN.md + anti-patterns + optional Stitch MCP):
|
|
142
|
+
|
|
143
|
+
```
|
|
144
|
+
/design
|
|
145
|
+
→ 7-phase workflow: Setup → Extract → Enhance → Propose → Generate → Audit → Handoff
|
|
146
|
+
```
|
|
147
|
+
|
|
141
148
|
### 3. Monitor with Dashboards
|
|
142
149
|
|
|
143
150
|
For dashboard setup and usage details, see [`web/content/en/guide/usage.md`](https://github.com/first-fluke/oh-my-agent/blob/main/web/content/en/guide/usage.md#real-time-dashboards).
|
|
@@ -158,6 +165,7 @@ flowchart TD
|
|
|
158
165
|
W4["/review"]
|
|
159
166
|
W5["/debug"]
|
|
160
167
|
W6["/deepinit"]
|
|
168
|
+
W7["/design"]
|
|
161
169
|
end
|
|
162
170
|
|
|
163
171
|
subgraph Orchestration["Orchestration"]
|
|
@@ -172,6 +180,7 @@ flowchart TD
|
|
|
172
180
|
BE[oma-backend]
|
|
173
181
|
DB[oma-db]
|
|
174
182
|
MB[oma-mobile]
|
|
183
|
+
DES[oma-design]
|
|
175
184
|
TF[oma-tf-infra]
|
|
176
185
|
end
|
|
177
186
|
|