agent-dag 1.33.8 → 1.33.10
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
CHANGED
|
@@ -151,14 +151,19 @@ One canvas. No tabs. No kanban.
|
|
|
151
151
|
|
|
152
152
|
## Names
|
|
153
153
|
|
|
154
|
-
|
|
154
|
+
The repository is **ccdeck**, because that is what people type. On npm the same
|
|
155
|
+
build is published under three names, and all three ship all three commands —
|
|
156
|
+
use whichever you can remember.
|
|
155
157
|
|
|
156
158
|
```bash
|
|
157
|
-
npx ccdeck # short
|
|
158
|
-
npx agents-deck # canonical
|
|
159
|
+
npx ccdeck # short, and the name of this repo
|
|
160
|
+
npx agents-deck # the canonical package name
|
|
159
161
|
npx agent-dag # the original name; existing installs and scripts keep working
|
|
160
162
|
```
|
|
161
163
|
|
|
164
|
+
The old repository URL redirects here, so existing clones, links and bookmarks
|
|
165
|
+
keep working.
|
|
166
|
+
|
|
162
167
|
## Requirements
|
|
163
168
|
|
|
164
169
|
- Node.js ≥ 18 — macOS, Linux and Windows
|