Implement meaningful cursor/limit pagination in Go DirStore
Open
enhancement
go
- Dominant language
- Starlark
- Stars
- 563
- Forks
- 68
- Avg merge
- 6m
- Merged PRs (30d)
- 2
Description
## Summary
The Go DirStore implementation has a placeholder TODO for implementing proper pagination.
## Location
- `go/dotprompt/dirstore.go:145`: `// TODO: meaningful cursor/limit implementation`
## Acceptance Criteria
- [ ] Implement cursor-based pagination
- [ ] Support limit parameter
- [ ] Ensure parity with other implementations
Contributor guide
Assessment
This issue has not been assessed yet.