docs: update README devnet support for pq-devnet-5#427
Conversation
pq-devnet-5 is now the current spec on this branch, so move pq-devnet-4 to the older devnets list and drop the completed devnet5 support item from incoming features. Add a pq-devnet-6 section noting it is still in a planning phase with no features specified yet.
🤖 Kimi Code ReviewThis PR contains only documentation updates to Documentation Review:
Verdict: Changes are logically consistent. The progression from "in development" → "current" → "planning" for devnets 4/5/6 is clear. No blockers, though consider Point 1 regarding tense consistency if the Docker image is already built. No security or consensus risks identified—proceed with merge after confirming the Docker tag availability status. Automated review by Kimi (Moonshot AI) · kimi-k2.5 · custom prompt |
🤖 Codex Code Review
No code paths changed here, so I don’t see consensus, security, performance, Rust, or memory-safety findings in the diff itself. I did not run tests; this is a docs-only change. Automated review by OpenAI Codex · gpt-5.4 · custom prompt |
Greptile SummaryThis PR updates the README to reflect that the
Confidence Score: 5/5Documentation-only change; no code paths affected. The change touches only README.md, updating devnet version labels and a features list to match the current state of the branch. All edits accurately reflect what the PR description states and the wording is consistent. No files require special attention.
|
| Filename | Overview |
|---|---|
| README.md | Documentation update: promotes pq-devnet-5 to current, adds pq-devnet-6 planning note, moves devnet4 to older list, and removes completed incoming feature item. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pq-devnet-1/2/3] -->|discontinued| B[Older Devnets\ndevnet1, devnet2, devnet3, devnet4]
C[pq-devnet-4] -->|discontinued| B
D[pq-devnet-5\n⬅ current\ndevnet5 tag pending] --> E[pq-devnet-6\nplanning phase]
Reviews (1): Last reviewed commit: "docs: update README devnet support for p..." | Re-trigger Greptile
Motivation
The devnet5 branch now runs the
pq-devnet-5spec, but the README still listspq-devnet-4as the current devnet.Description
pq-devnet-5to current, with thedevnet5Docker tag listed as available.pq-devnet-4to the older devnets list (devnet4tag remains available).pq-devnet-6section noting it is in a planning phase with no features specified yet.