docs: add architecture overview#35
Open
tripledoublev wants to merge 1 commit into
Open
Conversation
tripledoublev
commented
Jun 30, 2026
tripledoublev
commented
Jun 30, 2026
Add docs/ARCHITECTURE.md, a concise architecture overview of the Save DWeb Rust stack (save-rust + save-dweb-backend + veilid-iroh-blobs): the tag-pinned dependency chain, the engine's group/repo/member/DHT model, the save-rust JNI + HTTP bridge, build/run, CI/CD, the P2P test flakiness model, releases, and access map. Veilid upgrades are out of scope and link to the veilid-upgrade skill. Also add discoverability pointers from README, CLAUDE.md, and AGENTS.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
bd922fa to
38f8a90
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
docs/ARCHITECTURE.md— a concise architecture overview of the Save DWeb Rust stack, as an orientation point for a new maintainer.Covers:
veilid → veilid-iroh-blobs → save-dweb-backend → save-rust → apps, and the sibling-checkout layout.libsave.so/ xcframework), and where the Android artifact lands.Veilid upgrades are out of scope here — they live in the
.claude/skills/veilid-upgrade/runbook, which this doc links to.Also adds discoverability pointers from
README.md,CLAUDE.md, andAGENTS.md.Notes
save-rustruns a 3-test smoke subset on PRs and pushes tomain;save-dweb-backendruns the full suite on PRs only.🤖 Generated with Claude Code