@paleo/workspace 0.19.0 → 0.19.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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,16 +9,16 @@ Each project writes two custom scripts on top, using these entry points:
|
|
|
9
9
|
|
|
10
10
|
## Setup
|
|
11
11
|
|
|
12
|
-
The `
|
|
12
|
+
The `alignfirst-setup-guide` skill is a setup-time companion. Install the skill (globally or locally):
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
npx skills add https://github.com/paleo/alignfirst --skill
|
|
15
|
+
npx skills add https://github.com/paleo/alignfirst --skill alignfirst-setup-guide
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
Then, in your project, ask your agent:
|
|
19
19
|
|
|
20
20
|
```text
|
|
21
|
-
Use your
|
|
21
|
+
Use your alignfirst-setup-guide skill. Set up worktree-based local environments in this project.
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
The agent reads the skill, adapts the reference scripts to your stack, installs `@paleo/workspace` as a dev dependency, and wires the npm scripts. After that, you can uninstall the skill, it won't be used by your project anymore.
|