feat: efficacy-benchmark tracer bullet (task 0004) #4
@@ -92,6 +92,15 @@
|
||||
inherit pkgs;
|
||||
};
|
||||
};
|
||||
|
||||
# A working shell for developing skills in this repo.
|
||||
# python3 runs the benchmark skill's deterministic core.
|
||||
# The benchmark-skill is placed into ./.claude/skills/ on entry, so
|
||||
# /benchmark-skill is available while working in this repo.
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = [ pkgs.python3 ];
|
||||
shellHook = mkSkillsShellHook [ (skillPackages pkgs).benchmark-skill ];
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user