Last Updated: 2026-01-31
This file tracks the immediate next actions for the rlinks project. The orchestrator loop reads this file at the start of each iteration to determine what work to do next.
-
Worker Implementation - Begin implementation of
rlinks-worker- Scaffolding with
wrangler - Implement
rlinks-coreintegration - Connect to KV
- Scaffolding with
-
Implement CLI analytics - Add hit log querying capabilities
- Design query interface
- Implement pagination
- Add export formats (JSON, CSV)
-
Integration Tests for CLI+KV - Ensure CLI works with real/mocked KV
- Extend
integration_tests.rsto mock KV responses or use a test namespace
- Extend
- Updated CLI to use
rlinks-kvand support env/flag credentials. - Created
rlinks-kvcrate with Cloudflare KV integration. - Documented Worker deployment, rollback, and monitoring procedures in
docs/operations.md. - Consolidated
SPEC.md.
(List any tasks waiting on external dependencies or decisions)
- Keep this file focused on immediate next steps (1-5 items)
- Move completed items to git commit messages
- Update this file as part of every iteration