@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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 `workspace-guide` skill is a setup-time companion. Install the skill (globally or locally):
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 workspace-guide
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 workspace-guide skill. Set up worktree-based local environments in this project.
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paleo/workspace",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "Run multiple git-worktree dev environments side by side.",
5
5
  "keywords": [
6
6
  "workspace",