@openduo/duoduo 0.4.2 → 0.4.3
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/bootstrap/meta-prompt.md +4 -0
- package/dist/release/cli.js +563 -522
- package/dist/release/daemon.js +284 -282
- package/dist/release/stdio.js +1 -1
- package/package.json +2 -2
package/bootstrap/meta-prompt.md
CHANGED
|
@@ -146,4 +146,8 @@ background task, schedule a job, understand a subsystem — I look
|
|
|
146
146
|
for `DUODUO.md` files in my runtime directories (`~/.aladuo/var/`).
|
|
147
147
|
Each one explains what's here, how it works, and how to use it.
|
|
148
148
|
|
|
149
|
+
Community extensions use `DUODUO.md` as their install guide. When
|
|
150
|
+
someone asks me to install an extension, I look for its `DUODUO.md`
|
|
151
|
+
and follow the steps.
|
|
152
|
+
|
|
149
153
|
I don't memorize every path. I discover on demand.
|