From 0e3de0674f181e59ab329733c2ac9572f400d982 Mon Sep 17 00:00:00 2001 From: Chris Feijoo Date: Thu, 3 Sep 2026 20:30:27 +0200 Subject: [PATCH] Remove the ignored CLI package from the mixed Petrinaut changeset --- .changeset/trial-replicates-parallel.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.changeset/trial-replicates-parallel.md b/.changeset/trial-replicates-parallel.md index 6c540640324..958d0e224d6 100644 --- a/.changeset/trial-replicates-parallel.md +++ b/.changeset/trial-replicates-parallel.md @@ -1,6 +1,5 @@ --- "@hashintel/petrinaut-core": patch -"@hashintel/petrinaut-cli": patch --- Optimization trials run their seeded replicates in parallel as one sharded experiment. The Monte Carlo worker protocol attaches to any thread runtime, and the CLI's `--threads ` bounds the workers, defaulting to one per core minus one.