Skip to main content

neo-config-and-secrets

Use when adding CONFIGURATION fields or SECRETS to a NeoHaskell project: declaring a field in Config.hs with the defineConfig TH DSL, wiring it via Application.withConfig, reading it with Config.get in an integration or factory, or setting up .env / .env.example / .gitignore. Also use to pass an API token, port, or tuneable WITHOUT hand-rolling getArgs or lookupEnv, or when reviewing Config.hs for leaked secrets, String fields, missing Config.doc, or a defaultsTo+required conflict. Covers Config.field/doc/defaultsTo/required/envVar/cliLong/cliShort/secret, Application.withConfig, the factory-lambda wiring, and Config.get. Do NOT use to implement the integration that CONSUMES the value (implement-integration), to verify it loads on a running app (neo-run-and-inspect), for general JSON serialization (neohaskell-records-and- json), for effect/error handling of external calls (neohaskell-effects-and-errors), or for where the Config module lives (neohaskell-module-layout).

Aller à l'installation

Informations de source

Dépôt
neohaskell/skills
Dernière activité de la source
1 juillet 2026 à 14:49
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.