Commit a4dc74c
feat: add no-sentinel-files SHOULD requirement to job_yml DeepSchema
Discourages the sentinel-placeholder-file workaround (e.g., writing a NONE.md
file when the real result is "nothing to report") used to satisfy required
file_path outputs that would otherwise be empty. The fix is to use type: string
for outputs whose list can legitimately be empty, since string outputs can
naturally carry a narrative "no items found" message.
Kept as SHOULD so genuine filesystem-artifact needs (manifests, etc.) can still
opt into a sentinel, but the common "required output can't be empty" workaround
is explicitly not a sufficient reason.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1994f94 commit a4dc74c
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
141 | 155 | | |
142 | 156 | | |
143 | 157 | | |
| |||
0 commit comments