@optique/core 1.2.0-dev.2290 → 1.2.0-dev.2297
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/package.json +2 -2
- package/skills/optique/SKILL.md +16 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@optique/core",
|
|
3
|
-
"version": "1.2.0-dev.
|
|
3
|
+
"version": "1.2.0-dev.2297",
|
|
4
4
|
"description": "Type-safe combinatorial command-line interface parser",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"CLI",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"fast-check": "^4.7.0",
|
|
226
226
|
"tsdown": "^0.13.0",
|
|
227
227
|
"typescript": "^5.8.3",
|
|
228
|
-
"@optique/env": "1.2.0-dev.
|
|
228
|
+
"@optique/env": "1.2.0-dev.2297+c8c9ac4a"
|
|
229
229
|
},
|
|
230
230
|
"scripts": {
|
|
231
231
|
"build": "tsdown",
|
package/skills/optique/SKILL.md
CHANGED
|
@@ -214,18 +214,19 @@ Reference links
|
|
|
214
214
|
Integration packages
|
|
215
215
|
--------------------
|
|
216
216
|
|
|
217
|
-
| Package | Use for | Docs
|
|
218
|
-
| --------------------------- | ----------------------------------------- |
|
|
219
|
-
| `@optique/env` | Environment variable fallbacks | <https://optique.dev/integrations/env.md>
|
|
220
|
-
| `@optique/config` | Configuration file fallbacks | <https://optique.dev/integrations/config.md>
|
|
221
|
-
| `@optique/derived-defaults` | Defaults computed from first-pass results | <https://optique.dev/concepts/derived-defaults.md>
|
|
222
|
-
| `@optique/prompt` | Generic prompt adapter foundation | <https://optique.dev/integrations/prompt.md>
|
|
223
|
-
| `@optique/clack` | Clack interactive fallback prompts | <https://optique.dev/integrations/clack.md>
|
|
224
|
-
| `@optique/inquirer` | Inquirer.js interactive fallback prompts | <https://optique.dev/integrations/inquirer.md>
|
|
225
|
-
| `@optique/
|
|
226
|
-
| `@optique/
|
|
227
|
-
| `@optique/
|
|
228
|
-
| `@optique/
|
|
229
|
-
| `@optique/
|
|
230
|
-
| `@optique/
|
|
231
|
-
| `@optique/
|
|
217
|
+
| Package | Use for | Docs |
|
|
218
|
+
| --------------------------- | ----------------------------------------- | ----------------------------------------------------- |
|
|
219
|
+
| `@optique/env` | Environment variable fallbacks | <https://optique.dev/integrations/env.md> |
|
|
220
|
+
| `@optique/config` | Configuration file fallbacks | <https://optique.dev/integrations/config.md> |
|
|
221
|
+
| `@optique/derived-defaults` | Defaults computed from first-pass results | <https://optique.dev/concepts/derived-defaults.md> |
|
|
222
|
+
| `@optique/prompt` | Generic prompt adapter foundation | <https://optique.dev/integrations/prompt.md> |
|
|
223
|
+
| `@optique/clack` | Clack interactive fallback prompts | <https://optique.dev/integrations/clack.md> |
|
|
224
|
+
| `@optique/inquirer` | Inquirer.js interactive fallback prompts | <https://optique.dev/integrations/inquirer.md> |
|
|
225
|
+
| `@optique/standard-schema` | Portable schema-backed value parsing | <https://optique.dev/integrations/standard-schema.md> |
|
|
226
|
+
| `@optique/zod` | Zod-backed value parsing | <https://optique.dev/integrations/zod.md> |
|
|
227
|
+
| `@optique/valibot` | Valibot-backed value parsing | <https://optique.dev/integrations/valibot.md> |
|
|
228
|
+
| `@optique/temporal` | Temporal date and time parsers | <https://optique.dev/integrations/temporal.md> |
|
|
229
|
+
| `@optique/git` | Async Git reference validation | <https://optique.dev/integrations/git.md> |
|
|
230
|
+
| `@optique/logtape` | LogTape verbosity and log-level options | <https://optique.dev/integrations/logtape.md> |
|
|
231
|
+
| `@optique/man` | Man page generation | <https://optique.dev/concepts/man.md> |
|
|
232
|
+
| `@optique/discover` | File-based command discovery | <https://optique.dev/concepts/discover.md> |
|