Skip to content

Commit f89c7f4

Browse files
committed
fix: fs.file.write idempotent=true (deterministic implies idempotent)
Writing the same content to the same path yields the same result, matching the deterministic=true + idempotent=true contract.
1 parent e93b0ee commit f89c7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capabilities/fs.file.write.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cognitive_hints:
4848
properties:
4949
deterministic: true
5050
side_effects: true
51-
idempotent: false
51+
idempotent: true
5252

5353
safety:
5454
trust_level: elevated

0 commit comments

Comments
 (0)