fix: preserve documents on repeat create

This commit is contained in:
Eric Wendland 2026-07-05 22:43:02 +02:00
commit 6fc1410e65
3 changed files with 25 additions and 4 deletions

View file

@ -252,11 +252,11 @@ Goal: make `geth` ergonomic and stable as a base layer for custom automation.
or stale.
- `[x]` Wait commands support JSON output and timeout flags.
- `[ ]` Make common commands idempotent.
- `[x]` Make common commands idempotent.
Acceptance criteria:
- `[ ]` Resource creation commands can be safely repeated where practical.
- `[ ]` Grant creation supports deterministic caller-provided IDs.
- `[ ]` Repeated sync and import commands report no-op state clearly.
- `[x]` Resource creation commands can be safely repeated where practical.
- `[x]` Grant creation supports deterministic caller-provided IDs.
- `[x]` Repeated sync and import commands report no-op state clearly.
- `[x]` Publish automation examples.
Acceptance criteria: