@dunx/create-app 3.3.0 → 3.3.1
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 -1
- package/dist/{chunk-szd4jhfn.js → chunk-nznx4cv8.js} +2 -2
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ fails if the two ever drift.
|
|
|
112
112
|
|
|
113
113
|
Every app also gets an `AGENTS.md` naming its layout, its commands and the rules
|
|
114
114
|
dunx fails at boot over, plus a `CLAUDE.md` pointing at it. Both link
|
|
115
|
-
<https://
|
|
115
|
+
<https://dunx.win/setup.md>, which is served per release, rather
|
|
116
116
|
than copying the framework's own instructions into your repository.
|
|
117
117
|
|
|
118
118
|
The example is the one CI boots, so keeping them identical makes the template
|
|
@@ -344,8 +344,8 @@ import { fileURLToPath } from "url";
|
|
|
344
344
|
var {Glob } = globalThis.Bun;
|
|
345
345
|
|
|
346
346
|
// src/agents.ts
|
|
347
|
-
var SETUP_URL = "https://
|
|
348
|
-
var LLMS_URL = "https://
|
|
347
|
+
var SETUP_URL = "https://dunx.win/setup.md";
|
|
348
|
+
var LLMS_URL = "https://dunx.win/llms.txt";
|
|
349
349
|
var CLAUDE_POINTER = `# CLAUDE.md
|
|
350
350
|
|
|
351
351
|
The instructions for this application live in \`AGENTS.md\`, imported below so every
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED