create-rspeedy-canary 0.13.0 → 0.13.1-canary-20260112-9e774c8d
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/CHANGELOG.md +2 -0
- package/package.json +4 -4
- package/template-common/AGENTS.md +26 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rspeedy-canary",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.1-canary-20260112-9e774c8d",
|
|
4
4
|
"description": "Create Rspeedy-powered ReactLynx apps with one command",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@rsbuild/plugin-type-check": "1.3.1",
|
|
38
|
-
"@lynx-js/
|
|
38
|
+
"@lynx-js/react-rsbuild-plugin": "npm:@lynx-js/react-rsbuild-plugin-canary@^0.12.5",
|
|
39
39
|
"@lynx-js/react": "npm:@lynx-js/react-canary@^0.115.4",
|
|
40
|
-
"@lynx-js/rspeedy": "npm:@lynx-js/rspeedy-canary@^0.13.
|
|
41
|
-
"@lynx-js/
|
|
40
|
+
"@lynx-js/rspeedy": "npm:@lynx-js/rspeedy-canary@^0.13.1-canary-20260112-9e774c8d",
|
|
41
|
+
"@lynx-js/qrcode-rsbuild-plugin": "npm:@lynx-js/qrcode-rsbuild-plugin-canary@^0.4.3"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=18"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# AGENTS.md
|
|
2
|
+
|
|
3
|
+
You are an expert in JavaScript, Rspeedy, and Lynx application development. You write maintainable, performant, and accessible code.
|
|
4
|
+
|
|
5
|
+
## Read in Advance
|
|
6
|
+
|
|
7
|
+
Read docs below in advance to help you understand the library or frameworks this project depends on.
|
|
8
|
+
|
|
9
|
+
- Lynx: [llms.txt](https://lynxjs.org/next/llms.txt), **REQUIRED**.
|
|
10
|
+
While dealing with a Lynx task, an agent **MUST** read this doc because it is an entry point of all available docs about Lynx.
|
|
11
|
+
|
|
12
|
+
## Commands
|
|
13
|
+
|
|
14
|
+
- `npm run dev` - Start the dev server
|
|
15
|
+
|
|
16
|
+
- `npm run build` - Build the app for production
|
|
17
|
+
|
|
18
|
+
- `npm run preview` - Preview the production build locally
|
|
19
|
+
|
|
20
|
+
- `npm exec rspeedy inspect` - Inspect the Rspeedy config and Rspack config of the project.
|
|
21
|
+
|
|
22
|
+
## Related Docs
|
|
23
|
+
|
|
24
|
+
- Rsbuild: <https://rsbuild.rs/llms.txt>
|
|
25
|
+
|
|
26
|
+
- Rspack: <https://rspack.rs/llms.txt>
|