Inject a small <nav class="week-nav"> element after each report's <header>,
with data-router-ignore links to the adjacent reports' HTML files.
The first report (2026-01-26) has no prev link; the latest (2026-06-29)
has no next link — placeholders are used so layout stays consistent.
Matching CSS is added once per file inside the existing <style> block,
delimited with /* week-nav-css */ markers so the script is idempotent
and re-runnable when new weeks are added.
New reports:
- 2026-05-18 (Week 20): all 5 teams
- 2026-05-25 (Week 21): all 5 teams; Zerokit 2.0 + LIONESS closed
- 2026-06-01 (Week 22): all 5 teams
- 2026-06-08 (Week 23): all 5 teams
- 2026-06-15 (Week 24): all 5 teams; EmPoWering milestone, Dynark
- 2026-06-22 (Week 25): 4 teams (no blockchain update this week)
- 2026-06-29 (Week 26): partial — only AnonComms has reported so far
Also backfilled the 2026-05-11 report with Storage and Logos Core sections
that landed in subsequent commits (storage week-19 PR, logoscore weekly).
All reports verified: balanced tags, no unreplaced placeholders, every
tab data-team matches a team-content id.
index.md updated with all new entries in descending date order.
Renames 5 milestone files (previously marked with a "will be renamed"
note) so filenames follow their frontmatter title, and updates all
references across the roadmap, weekly updates, testnet pages and the
generated combined roadmap.
- 2025-api-access-to-p2p-reliability-for-desktop -> 2026-messaging-api-developer-preview
- 2025-package-sds-in-reliable-channel-api -> 2026-reliable-channel-api-developer-preview
- 2025-enable-easy-c-bindings-for-desktop -> 2026-initial-integration-to-logos-core
- 2026-complete-reliable-channel-api -> 2026-reliable-channel-api-general-availability
- 2025-create-chat-sdk-mvp -> 2026-chat-foundations
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* docs(messaging): add weekly updates 2026-05-18
* delivery update
* chat
* chore: clean up empty blocks
* docs(messaging): add Zerokit 2.0 to weekly template
Reflects PR #446, which adds the "Upgrade to Zerokit 2.0" deliverable
to the RLN on Logos Blockchain milestone.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* docs(messaging): link RLN on Logos Blockchain deliverable tickets
Open pm tickets for the four deliverables under the RLN on Logos
Blockchain milestone and wire the links into the milestone and the
weekly template:
- #416 Implement pluggable RLN membership interface
- #417 Integrate Logos Delivery with RLN on Logos Blockchain
- #418 Upgrade to Zerokit 2.0
- #419 Update RLN membership management library
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore
---------
Co-authored-by: Ivan FB <ivansete@status.im>
Co-authored-by: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Backfills the two team sections that landed in the past day:
- Messaging: Reliable Channel API persistence interface, QUIC trial state,
LEZ-as-account-registry contact-discovery spike, and v0.38.1 maintenance
- Blockchain: Areon NDSS 2027 submission, Mantle Tx simplification merged,
decentralized sequencer main logic merged, LEZ Multiple-owners complete,
sequencer/indexer migrated to zone-sdk
Heads-up: I only found 2 new team-update commits on origin (e8561d0b1 and
963ca4ef3) since my last push, not 3 — if a third just landed, run pull
and let me know.