Update README roadmap: remove completed items, add WIP link#190
Update README roadmap: remove completed items, add WIP link#190pablodeymo merged 1 commit intomainfrom
Conversation
🤖 Kimi Code ReviewReview SummaryThe changes in this PR are limited to the README.md file, updating the roadmap section to reflect current priorities and work-in-progress status. Issues Found
Suggestions
Automated review by Kimi (Moonshot AI) · custom prompt |
🤖 Codex Code ReviewNo actionable code findings.
If PR 190 is expected to include code changes, the diff at Automated review by OpenAI Codex · custom prompt |
🤖 Claude Code ReviewThis is a documentation-only PR with a minimal diff. Here's the review: PR #190 Review: Update README roadmapSummary: Removes two completed roadmap items and adds a WIP link to the P2P event loop item. Pure documentation change. CorrectnessThe removals are accurate per the PR description:
The WIP link format Minor Observations
VerdictLGTM. The change is accurate, minimal, and well-described. No concerns. Automated review by Claude (Anthropic) · custom prompt |
Greptile SummaryThis is a documentation-only PR that keeps the README roadmap section up to date by removing two completed items and linking an in-progress PR.
No logic or functionality is affected. The changes are clear, accurate, and consistent with the PR description. Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| README.md | Documentation-only update: removes two completed roadmap items (#166, #103) and adds a WIP link (PR #188) to the P2P event loop item. Changes are accurate and consistent with the PR description. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Roadmap Before PR] --> B["✅ Prune finalized states\n(issue #166, merged PR #170)"]
A --> C["✅ Non-finalization hardening\n(issue #103, merged PR #179)"]
A --> D["🔄 Use spawned for P2P event loop\n(issue #165)"]
B -->|Removed from roadmap| E[Roadmap After PR]
C -->|Removed from roadmap| E
D -->|WIP link added → PR #188| E
E --> F["🔄 Use spawned for P2P event loop\n(issue #165) — WIP #188"]
E --> G["📋 Observability: more metrics"]
E --> H["📋 RPC endpoints for chain data"]
E --> I["📋 Add guest program & ZK proving"]
Last reviewed commit: 44fb985
Summary
Test plan