@locksmithdon/dons-flow 2.1.0 → 2.1.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 locksmithdon
3
+ Copyright (c) 2026 Don Smith
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -75,6 +75,14 @@ Full instructions are at [obra/superpowers](https://github.com/obra/superpowers)
75
75
 
76
76
  ### 2. Install RPIV and this package
77
77
 
78
+ RPIV and the Pi subagent runtime are declared as peer dependencies of this package. With npm 7+, they are installed automatically when you install `@locksmithdon/dons-flow`:
79
+
80
+ ```bash
81
+ pi install npm:@locksmithdon/dons-flow
82
+ ```
83
+
84
+ If your Pi setup does not auto-install peer dependencies, install them explicitly:
85
+
78
86
  ```bash
79
87
  pi install npm:@juicesharp/rpiv-pi
80
88
  pi install npm:@tintinweb/pi-subagents
@@ -6,7 +6,7 @@ Check RPIV and Superpowers monthly to decide how `@locksmithdon/dons-flow` shoul
6
6
 
7
7
  - **Cadence:** Monthly, or after every 2–3 projects completed with this workflow.
8
8
  - **Duration:** 15–30 minutes.
9
- - **Owner:** @locksmithdon.
9
+ - **Owner:** Don Smith.
10
10
 
11
11
  ## Trigger
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locksmithdon/dons-flow",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Don's Flow v2 — a developer-specific Pi Agent workflow built on RPIV's observable pipeline, Superpowers' discipline, and a structured landing closeout.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -14,7 +14,7 @@
14
14
  "closeout"
15
15
  ],
16
16
  "license": "MIT",
17
- "author": "locksmithdon",
17
+ "author": "Don Smith",
18
18
  "type": "module",
19
19
  "repository": {
20
20
  "type": "git",
@@ -5,7 +5,7 @@ description: Use when starting or navigating a major piece of work to apply the
5
5
 
6
6
  # Don's Flow
7
7
 
8
- **Version 2** of the developer workflow for `@locksmithdon`. It composes three independent systems into one working practice:
8
+ **Version 2** of the developer workflow for Don Smith. It composes three independent systems into one working practice:
9
9
 
10
10
  1. **Superpowers** — Jesse Vincent's agentic methodology: Socratic design, bite-sized plans, red/green TDD, and subagent-driven execution. It is the system that got Don here.
11
11
  2. **RPIV** — Juice Sharp's observable, artifact-chained delivery pipeline. It adds deliberate checkpoints, self-reflection, and a durable paper trail.
@@ -28,12 +28,12 @@ This skill is the map. It does not replace the skills it references — it helps
28
28
 
29
29
  This skill assumes the following are available:
30
30
 
31
- - **Superpowers** — the upstream methodology. Installed as a harness plugin (Claude, Codex, Gemini, Cursor, Copilot, etc.), not via npm. See `setup-dons-flow` for per-harness commands.
32
- - **RPIV** (`@juicesharp/rpiv-pi`) — the observable delivery pipeline.
33
- - **Pi subagent runtime** (`@tintinweb/pi-subagents`) — runtime used by RPIV.
31
+ - **Superpowers** — the upstream methodology. Installed as a harness plugin (Claude, Codex, Gemini, Cursor, Copilot, etc.), not via npm. See `setup-dons-flow` for per-harness commands. This is the only manual install step.
32
+ - **RPIV** (`@juicesharp/rpiv-pi`) — the observable delivery pipeline. Peer dependency; auto-installed with npm 7+ when you install `@locksmithdon/dons-flow`.
33
+ - **Pi subagent runtime** (`@tintinweb/pi-subagents`) — runtime used by RPIV. Peer dependency; auto-installed with npm 7+ when you install `@locksmithdon/dons-flow`.
34
34
  - **Don's Flow** (`@locksmithdon/dons-flow`) — this package, which adds closeout and discipline skills.
35
35
 
36
- If RPIV or the subagent runtime is missing, stop and install them before proceeding. If Superpowers is missing, this package's ported skills still provide the closeout workflow, but you will not have access to the upstream Superpowers entry points like `brainstorming` or `test-driven-development`.
36
+ If RPIV or the subagent runtime is missing, install them explicitly. If Superpowers is missing, this package's ported skills still provide the closeout workflow, but you will not have access to the upstream Superpowers entry points like `brainstorming` or `test-driven-development`.
37
37
 
38
38
  ## Before you start
39
39
 
@@ -43,8 +43,8 @@ Look for:
43
43
 
44
44
  | Package | Required? | If missing |
45
45
  |---|---|---|
46
- | `npm:@juicesharp/rpiv-pi` | Yes | `pi install npm:@juicesharp/rpiv-pi` |
47
- | `npm:@tintinweb/pi-subagents` | Yes | `pi install npm:@tintinweb/pi-subagents` |
46
+ | `npm:@juicesharp/rpiv-pi` | Yes | Peer dependency; auto-installed with npm 7+ when you install `@locksmithdon/dons-flow`. If not, run `pi install npm:@juicesharp/rpiv-pi`. |
47
+ | `npm:@tintinweb/pi-subagents` | Yes | Peer dependency; auto-installed with npm 7+ when you install `@locksmithdon/dons-flow`. If not, run `pi install npm:@tintinweb/pi-subagents`. |
48
48
  | `npm:@locksmithdon/dons-flow` | Yes | `pi install npm:@locksmithdon/dons-flow` |
49
49
 
50
50
  If RPIV is installed, also run `/rpiv-setup` once and restart Pi to install RPIV's sibling plugins.