hardness 1.1.1 → 1.1.2
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 +1 -1
- package/node_modules/@hardness/analyzers/package.json +1 -1
- package/node_modules/@hardness/core/package.json +1 -1
- package/node_modules/@hardness/prompts/package.json +1 -1
- package/package.json +1 -1
- package/packages/analyzers/package.json +1 -1
- package/packages/cli/package.json +1 -1
- package/packages/core/package.json +1 -1
- package/packages/prompts/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ npx hardness@latest run
|
|
|
70
70
|
npx hardness@latest audit
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
>
|
|
73
|
+
> Running `hardness` in an empty directory launches the interactive PRD interview; with a `PRD.md` it runs `spec`; with a `SPEC.md` it runs `plan`. You can also use `init`, `validate`, `run` and `audit` with hand-written sprints (see `templates/`).
|
|
74
74
|
|
|
75
75
|
### Already have a project?
|
|
76
76
|
|
package/package.json
CHANGED