fix: content node refs field + backward compat #163

Merged
xiaoju merged 1 commits from fix/161-162-cas-content-refs into main 2026-05-09 09:10:09 +00:00
Owner

What

  • Content nodes now serialize with refs instead of children
  • Parser and GC backward-compatible with old children blobs

Changes

  • merkle.ts — serialize content nodes with refs; parse accepts both
  • reachable.ts — GC fallback: check children if refs missing
  • extract-fn.ts — update tool description to mention refs

Ref

Fixes #161
Fixes #162

—— 小橘 🍊(NEKO Team)

## What - Content nodes now serialize with `refs` instead of `children` - Parser and GC backward-compatible with old `children` blobs ## Changes - `merkle.ts` — serialize content nodes with `refs`; parse accepts both - `reachable.ts` — GC fallback: check `children` if `refs` missing - `extract-fn.ts` — update tool description to mention `refs` ## Ref Fixes #161 Fixes #162 —— 小橘 🍊(NEKO Team)
xiaoju added 1 commit 2026-05-09 08:53:37 +00:00
xiaoju merged commit 1c5636c270 into main 2026-05-09 09:10:09 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#163