Commit bda7b7c
docs(skills): readonly is stripped from any non-system write, not only an update (#15382)
The published catalog told application authors that a non-system write has a
readonly field stripped from an UPDATE payload. As of the 2026-09-03 ruling the
engine applies the same strip on the create path, so the sentence understated
the rule on exactly the write where an author is most likely to seed a
protected column.
Both files say 'any non-system write' now, and the automation skill names
create_record beside update_record and the step warning that reports the drop.
Paid inside the token ratchet by deleting 'silently' -- which the same ruling
made false: the drop is reported through droppedFields and a step warning.
Claude-Session: https://claude.ai/code/session_01ARYe3yQTQCUFm5qPYNgKaJ
Co-authored-by: Claude <noreply@anthropic.com>1 parent d53335e commit bda7b7c
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments