hte-cli 0.1.24__tar.gz → 0.1.25__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hte-cli
3
- Version: 0.1.24
3
+ Version: 0.1.25
4
4
  Summary: Human Time-to-Completion Evaluation CLI
5
5
  Project-URL: Homepage, https://github.com/sean-peters-au/lyptus-mono
6
6
  Author: Lyptus Research
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "hte-cli"
3
- version = "0.1.24"
3
+ version = "0.1.25"
4
4
  description = "Human Time-to-Completion Evaluation CLI"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -401,10 +401,10 @@ class TaskRunner:
401
401
  logger.info(f"Using Docker sandbox: {compose_path}")
402
402
 
403
403
  # Collect files to mount into sandbox (exclude compose.yaml and README.md)
404
- # Destination depends on benchmark - use home directory for visibility
404
+ # Destination depends on benchmark - match container working directory
405
405
  if benchmark == "nyuctf":
406
- # NYUCTF runs as ctfplayer user
407
- file_dest_base = "/home/ctfplayer"
406
+ # NYUCTF: container starts in ~/ctf_files, mount files there
407
+ file_dest_base = "/home/ctfplayer/ctf_files"
408
408
  else:
409
409
  # Default to /root for other benchmarks (cybench, etc.)
410
410
  file_dest_base = "/root"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes