Commit 1c7ab8b
Follow-up to #3185. The VS Code `os-object` snippet still scaffolded
`ownership: 'own'` — the same now-invalid value removed from the CLI `generate`
scaffold. Since #3185 made `ownership` a typed `'user' | 'org' | 'none'` enum,
expanding the snippet produced an object that fails typecheck / `ObjectSchema.create()`.
- vscode: remove the `ownership: 'own'` line from the object snippet (owner
injection is the default; nothing to declare).
- docs: document the now first-class `ownership` record-ownership knob in the
object Additional Properties table.
Claude-Session: https://claude.ai/code/session_014343Qv6DFAykuAJc9yjANb
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 49b9adc commit 1c7ab8b
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments