devflow-agent-cli 0.1.0 → 0.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/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,6 +93,8 @@ Install into the current repository:
|
|
|
93
93
|
npx devflow-agent-cli init
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
+
Use `npx` or `npm exec` for normal usage. Avoid `npm i devflow-agent-cli` inside an existing project unless you intentionally want to add the CLI to that project's dependencies, because `npm install` resolves against the current project's dependency tree and can fail on unrelated peer conflicts.
|
|
97
|
+
|
|
96
98
|
Install with the Cursor adapter:
|
|
97
99
|
|
|
98
100
|
```sh
|
|
@@ -293,7 +295,7 @@ This validates the template contract and runs the CLI smoke test.
|
|
|
293
295
|
|
|
294
296
|
## Releases
|
|
295
297
|
|
|
296
|
-
- Current version: `0.1.
|
|
298
|
+
- Current version: `0.1.1`
|
|
297
299
|
- Changelog: [CHANGELOG.md](CHANGELOG.md)
|
|
298
300
|
- Contribution guide: [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
299
301
|
- Security policy: [SECURITY.md](SECURITY.md)
|