You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- isolate nested uv template invocations from the root virtualenv
- checkpoint eval steps so chained commands start from a clean tree
- handle byte output from timed-out subprocesses
- ignore XML formatting tails in duplicate-registration detection
- prune dependency dirs while walking generated projects
- fail skill eval runs on process errors and baseline skill leaks
- add fast unit tests for both harnesses
Copy file name to clipboardExpand all lines: evals/scaffolding/EVALUATION.md
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# Scaffolding evaluation findings
2
2
3
-
> Historical baseline from before the fixes. The current full report passes
4
-
> 245/245 cases; see the ignored `results/report.md` generated on 2026-08-13.
3
+
> Historical baseline from before the fixes. A full verification run passed
4
+
> 245/245 cases with no warnings on 2026-08-13. The ignored
5
+
> `results/report.md` is mutable and may instead contain the latest quick or
6
+
> CI-validation run.
5
7
6
8
## Scope
7
9
@@ -61,7 +63,24 @@ Update the assertion and pytest target to the generated `src/<package>/tests/` l
61
63
- Feature generation inside these nested, `--no-git` workspaces reports the outer plonecli repository as dirty. Git cleanliness checks should be scoped to the detected generated project rather than walking into an unrelated parent repository.
62
64
- Keep the generated TOML/XML/Python validators as CI checks. They found failures that successful Copier exit codes did not detect.
63
65
64
-
## Test receipts
66
+
## Resolution
67
+
68
+
All findings above have been addressed:
69
+
70
+
- free-text TOML values use serialization filters;
71
+
- standalone Zope projects are detected correctly;
0 commit comments