lindoai-cli 1.4.10 → 1.5.0
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/SKILL.md +6 -5
- package/dist/index.cjs +69 -62
- package/dist/index.d.cts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +69 -62
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -119,15 +119,16 @@ lindoai blogs stop-preview
|
|
|
119
119
|
|
|
120
120
|
## AI Agents
|
|
121
121
|
|
|
122
|
-
###
|
|
122
|
+
### Install Skill File
|
|
123
123
|
```bash
|
|
124
|
-
lindoai
|
|
124
|
+
lindoai skill
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
+
Installs the SKILL.md file to all supported AI agent skill directories (Claude Code, OpenCode, Codex) so they can use all Lindo CLI commands.
|
|
128
|
+
|
|
127
129
|
Options:
|
|
128
|
-
- `--
|
|
129
|
-
- `--
|
|
130
|
-
- `--format <format>` - Output format (json, table)
|
|
130
|
+
- `--dir <path>` - Install to a custom directory only
|
|
131
|
+
- `--print` - Print the skill content to stdout instead of writing files
|
|
131
132
|
|
|
132
133
|
## Workflows
|
|
133
134
|
|