chore: clean up project tracking
This commit is contained in:
parent
159d816d7f
commit
b3bfbd43ca
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,3 +21,6 @@ dev/
|
|||||||
|
|
||||||
# Results file
|
# Results file
|
||||||
results.tsv
|
results.tsv
|
||||||
|
|
||||||
|
# Runtime outputs
|
||||||
|
work/
|
||||||
|
|||||||
@ -64,6 +64,8 @@ The current CLI runs one baseline-aware single iteration:
|
|||||||
5. Run and score the candidate in the sandbox.
|
5. Run and score the candidate in the sandbox.
|
||||||
6. Keep or discard the candidate without mutating the main workspace unless the candidate is accepted.
|
6. Keep or discard the candidate without mutating the main workspace unless the candidate is accepted.
|
||||||
|
|
||||||
|
For AI-oriented usage guidance, see [USAGE.md](USAGE.md).
|
||||||
|
|
||||||
Optional sample task command:
|
Optional sample task command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
1502
docs/superpowers/plans/2026-04-02-artifact-loop-engine.md
Normal file
1502
docs/superpowers/plans/2026-04-02-artifact-loop-engine.md
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2
uv.lock
generated
2
uv.lock
generated
@ -53,6 +53,7 @@ dependencies = [
|
|||||||
{ name = "pandas", version = "2.3.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
|
{ name = "pandas", version = "2.3.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
|
||||||
{ name = "pandas", version = "3.0.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
{ name = "pandas", version = "3.0.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
||||||
{ name = "pyarrow" },
|
{ name = "pyarrow" },
|
||||||
|
{ name = "pyyaml" },
|
||||||
{ name = "requests" },
|
{ name = "requests" },
|
||||||
{ name = "rustbpe" },
|
{ name = "rustbpe" },
|
||||||
{ name = "tiktoken" },
|
{ name = "tiktoken" },
|
||||||
@ -66,6 +67,7 @@ requires-dist = [
|
|||||||
{ name = "numpy", specifier = ">=2.2.6" },
|
{ name = "numpy", specifier = ">=2.2.6" },
|
||||||
{ name = "pandas", specifier = ">=2.3.3" },
|
{ name = "pandas", specifier = ">=2.3.3" },
|
||||||
{ name = "pyarrow", specifier = ">=21.0.0" },
|
{ name = "pyarrow", specifier = ">=21.0.0" },
|
||||||
|
{ name = "pyyaml", specifier = ">=6.0.2" },
|
||||||
{ name = "requests", specifier = ">=2.32.0" },
|
{ name = "requests", specifier = ">=2.32.0" },
|
||||||
{ name = "rustbpe", specifier = ">=0.1.0" },
|
{ name = "rustbpe", specifier = ">=0.1.0" },
|
||||||
{ name = "tiktoken", specifier = ">=0.11.0" },
|
{ name = "tiktoken", specifier = ">=0.11.0" },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user