lynxprompt 0.2.0 → 0.2.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 +0 -25
- package/dist/index.js +355 -560
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -105,9 +105,6 @@ Download and track a blueprint from the marketplace:
|
|
|
105
105
|
# Download and track
|
|
106
106
|
lynxp pull bp_abc123
|
|
107
107
|
|
|
108
|
-
# Push local file to cloud
|
|
109
|
-
lynxp push
|
|
110
|
-
|
|
111
108
|
# Preview content first
|
|
112
109
|
lynxp pull bp_abc123 --preview
|
|
113
110
|
|
|
@@ -142,28 +139,6 @@ lynxp diff bp_abc123
|
|
|
142
139
|
lynxp diff --local
|
|
143
140
|
```
|
|
144
141
|
|
|
145
|
-
### Push (`lynxp push`)
|
|
146
|
-
|
|
147
|
-
Upload a local configuration file to LynxPrompt cloud:
|
|
148
|
-
|
|
149
|
-
```bash
|
|
150
|
-
# Push current AGENTS.md (auto-detected)
|
|
151
|
-
lynxp push
|
|
152
|
-
|
|
153
|
-
# Push a specific file
|
|
154
|
-
lynxp push .cursor/rules/project.mdc
|
|
155
|
-
|
|
156
|
-
# Push with options
|
|
157
|
-
lynxp push AGENTS.md \
|
|
158
|
-
--name "My Project Rules" \
|
|
159
|
-
--description "AI config for my project" \
|
|
160
|
-
--visibility PUBLIC \
|
|
161
|
-
--tags "nextjs,typescript,react"
|
|
162
|
-
|
|
163
|
-
# Non-interactive mode
|
|
164
|
-
lynxp push -y --name "My Config"
|
|
165
|
-
```
|
|
166
|
-
|
|
167
142
|
### Search (`lynxp search`)
|
|
168
143
|
|
|
169
144
|
Search public blueprints in the marketplace:
|