create-raredays-app 0.1.8 → 0.1.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/package.json +1 -1
- package/templates/client/CLAUDE.md +11 -0
- package/templates/client/package.json +1 -0
- package/templates/client/skills/repo.md +3 -2
- package/templates/full-stack/CLAUDE.md +11 -0
- package/templates/full-stack/package.json +1 -0
- package/templates/full-stack/skills/repo.md +3 -2
- package/templates/static/CLAUDE.md +11 -0
- package/templates/static/package.json +1 -0
- package/templates/static/skills/repo.md +3 -2
package/package.json
CHANGED
|
@@ -48,3 +48,14 @@ pnpm exec skillex query --search "<concepts>"
|
|
|
48
48
|
pnpm exec skillex query --package "@raredays/components"
|
|
49
49
|
pnpm exec skillex query --topic identity
|
|
50
50
|
```
|
|
51
|
+
|
|
52
|
+
## Before client handoff
|
|
53
|
+
|
|
54
|
+
`@raredays/dev` is a RareDays-internal devDependency (it ships the
|
|
55
|
+
`report-framework-issue` skill, which targets the framework's private repo and
|
|
56
|
+
board). Remove it before handing this project to a client:
|
|
57
|
+
|
|
58
|
+
```sh
|
|
59
|
+
pnpm remove @raredays/dev
|
|
60
|
+
pnpm exec skillex refresh
|
|
61
|
+
```
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
name: Repository conventions
|
|
3
|
+
description: How an app scaffolded with create-raredays-app is laid out, its always-on pnpm workflow, and where each @raredays/* capability lives.
|
|
4
|
+
topics: [repo-conventions]
|
|
4
5
|
tags: [getting-started]
|
|
5
6
|
---
|
|
6
7
|
|
|
@@ -48,3 +48,14 @@ pnpm exec skillex query --search "<concepts>"
|
|
|
48
48
|
pnpm exec skillex query --package "@raredays/components"
|
|
49
49
|
pnpm exec skillex query --topic identity
|
|
50
50
|
```
|
|
51
|
+
|
|
52
|
+
## Before client handoff
|
|
53
|
+
|
|
54
|
+
`@raredays/dev` is a RareDays-internal devDependency (it ships the
|
|
55
|
+
`report-framework-issue` skill, which targets the framework's private repo and
|
|
56
|
+
board). Remove it before handing this project to a client:
|
|
57
|
+
|
|
58
|
+
```sh
|
|
59
|
+
pnpm remove @raredays/dev
|
|
60
|
+
pnpm exec skillex refresh
|
|
61
|
+
```
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
name: Repository conventions
|
|
3
|
+
description: How an app scaffolded with create-raredays-app is laid out, its always-on pnpm workflow, and where each @raredays/* capability lives.
|
|
4
|
+
topics: [repo-conventions]
|
|
4
5
|
tags: [getting-started]
|
|
5
6
|
---
|
|
6
7
|
|
|
@@ -48,3 +48,14 @@ pnpm exec skillex query --search "<concepts>"
|
|
|
48
48
|
pnpm exec skillex query --package "@raredays/components"
|
|
49
49
|
pnpm exec skillex query --topic identity
|
|
50
50
|
```
|
|
51
|
+
|
|
52
|
+
## Before client handoff
|
|
53
|
+
|
|
54
|
+
`@raredays/dev` is a RareDays-internal devDependency (it ships the
|
|
55
|
+
`report-framework-issue` skill, which targets the framework's private repo and
|
|
56
|
+
board). Remove it before handing this project to a client:
|
|
57
|
+
|
|
58
|
+
```sh
|
|
59
|
+
pnpm remove @raredays/dev
|
|
60
|
+
pnpm exec skillex refresh
|
|
61
|
+
```
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
name: Repository conventions
|
|
3
|
+
description: How an app scaffolded with create-raredays-app is laid out, its always-on pnpm workflow, and where each @raredays/* capability lives.
|
|
4
|
+
topics: [repo-conventions]
|
|
4
5
|
tags: [getting-started]
|
|
5
6
|
---
|
|
6
7
|
|