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.
原文语言:英语
菜单
SkillsMP 已收集 Bullish-Design/eventic 中的 9 个 Skill。打开任一 Skill 可查看来源和详情。
已展示 9 / 9 个已收集 Skill。
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.
原文语言:英语
Use when editing devenv.yaml or adding an input/import. Covers flake:false for modules, nixpkgs-python for version pins, and transitive inputs.
原文语言:英语
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.
原文语言:英语
Use when you edited a modules/ file, devenv.nix, or env.* and nothing changed. Resolves the lock + eval-cache staleness loop.
原文语言:英语
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.
原文语言:英语
Use on ModuleNotFoundError or import failures inside the devenv shell, or after a fresh venv. The venv exists but deps may not be installed.
原文语言:英语
Use when about to run pytest, python, uv, ruff, or any build/tooling command in this repo. Enforces running through the devenv shell.
原文语言:英语
Use on "command not found", the shell won't enter, or eval errors. A symptom→cause→fix decision tree for devenv repos.
原文语言:英语
Start here for any work in this repo. Routes to the right manager and owns the lifecycle order (verify before save, scaffold before change).
原文语言:英语