Files
ocas/.changeset/list-pagination.md
T
xiaoju 190ae672a7 refactor: remove DEFAULT_LIST_LIMIT from core, add changeset
- Core layer: limit=undefined means no limit (return all)
- CLI layer: default limit 100 in parseListOptions()
- Remove Number.MAX_SAFE_INTEGER sentinel usages
- Add changeset for breaking list return type change

Addresses review feedback from 小墨
2026-06-01 15:08:44 +00:00

340 B

@ocas/core, @ocas/fs, @ocas/cli
@ocas/core @ocas/fs @ocas/cli
minor minor minor

Breaking: listByType(), listMeta(), listSchemas() now return ListEntry[] (with hash, created, updated) instead of Hash[]. All list commands support --sort, --limit, --offset, --desc flags. var list supports the same pagination options via SQL.