lynxprompt 0.6.0 → 0.7.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 +4 -8
- package/dist/index.js +1605 -1830
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -195,17 +195,13 @@ lynxp whoami
|
|
|
195
195
|
lynxp logout
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
### Advanced:
|
|
198
|
+
### Advanced: Multi-Format Generation
|
|
199
199
|
|
|
200
|
-
For power users who want to
|
|
200
|
+
For power users who want to generate configs for multiple AI editors at once:
|
|
201
201
|
|
|
202
202
|
```bash
|
|
203
|
-
#
|
|
204
|
-
lynxp
|
|
205
|
-
|
|
206
|
-
# Sync rules to all configured agents
|
|
207
|
-
lynxp sync
|
|
208
|
-
lynxp sync --dry-run # Preview changes
|
|
203
|
+
# Generate for multiple formats at once
|
|
204
|
+
lynxp wizard -f agents,cursor,copilot,windsurf
|
|
209
205
|
|
|
210
206
|
# Manage AI agents
|
|
211
207
|
lynxp agents
|