2795116776
- cas_ref → ocas_ref (schema format identifier) - @schema → @ocas/schema, @string → @ocas/string, etc. (builtin type aliases) - @output/* → @ocas/output/* (output schema aliases) - Guard @ocas/ namespace in var set/delete CLI commands (reserved, not user-writable) - Template commands use varStore directly, bypassing the guard - Update all tests to use template set --inline instead of var set @ocas/ Breaking change: all builtin schema hashes will change due to payload changes.
15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
// Bun Snapshot v1, https://bun.sh/docs/test/snapshots
|
|
|
|
exports[`Phase 1: CAS Core 1.6 get returns node JSON (snapshot) 1`] = `
|
|
{
|
|
"type": "FB4K0SXG68ZFS",
|
|
"value": {
|
|
"payload": {
|
|
"age": 30,
|
|
"name": "Alice",
|
|
},
|
|
"type": "FRBAB1BF0ZBCS",
|
|
},
|
|
}
|
|
`;
|