mirror of
https://github.com/obra/superpowers.git
synced 2026-07-03 16:19:05 +08:00
Release v6.0.2: stop shipping the evals submodule
It broke plugin installs for some users (#1778, #1774). The eval harness now lives in its own repo, separate from the published plugin.
This commit is contained in:
committed by
Drew Ritter
parent
a21956e48c
commit
b62616fc12
9
.gitignore
vendored
9
.gitignore
vendored
@@ -7,8 +7,7 @@ node_modules/
|
||||
inspo
|
||||
triage/
|
||||
|
||||
# Eval harness — drill ships its own gitignore at evals/.gitignore;
|
||||
# these are belt-and-suspenders entries for tools that don't recurse.
|
||||
evals/results/
|
||||
evals/.venv/
|
||||
evals/.env
|
||||
# Eval harness lives in its own repository, cloned into evals/ for local
|
||||
# development (see CLAUDE.md / README.md). It is not part of the published
|
||||
# plugin, so the whole directory is ignored here.
|
||||
evals/
|
||||
|
||||
Reference in New Issue
Block a user