Use when writing a scripts/tasks/processes entry or a manager module. Covers which surface to use, guarding enterShell echoes, and the 0/1/2/3 exit contract.
Langue du texte source : anglais
Menu
SkillsMP a collecté 9 skills depuis Bullish-Design/eventic. Ouvrez un skill pour examiner sa source et ses détails.
Affichage de 9 skills collectés sur 9.
Use when writing a scripts/tasks/processes entry or a manager module. Covers which surface to use, guarding enterShell echoes, and the 0/1/2/3 exit contract.
Langue du texte source : anglais
Use when editing devenv.yaml or adding an input/import. Covers flake:false for modules, nixpkgs-python for version pins, and transitive inputs.
Langue du texte source : anglais
Use when a module edit or an input bump doesn't take effect, or to decide which cache layer to reset. The lock vs eval-cache decision tree for devenv repos.
Langue du texte source : anglais
Use when you edited a modules/ file, devenv.nix, or env.* and nothing changed. Resolves the lock + eval-cache staleness loop.
Langue du texte source : anglais
Use when starting a server or any long-running / heavy task. Use processes + devenv up; don't block the shell; poll logs instead of piping out of view.
Langue du texte source : anglais
Use on ModuleNotFoundError or import failures inside the devenv shell, or after a fresh venv. The venv exists but deps may not be installed.
Langue du texte source : anglais
Use when about to run pytest, python, uv, ruff, or any build/tooling command in this repo. Enforces running through the devenv shell.
Langue du texte source : anglais
Use on "command not found", the shell won't enter, or eval errors. A symptom→cause→fix decision tree for devenv repos.
Langue du texte source : anglais
Start here for any work in this repo. Routes to the right manager and owns the lifecycle order (verify before save, scaffold before change).
Langue du texte source : anglais