Add remote storage reference server#448
Draft
fujibee wants to merge 10 commits into
Draft
Conversation
fujibee
marked this pull request as draft
July 20, 2026 13:06
Adds the project's commitments document, approved verbatim by koit (only the draft-status header block is removed; the body is unchanged) — local-first as a design rule, an open sync protocol, no lock-in on your data, structural encryption, and the maintainers' own hosted service framed as one provider among possible providers, not a privileged one. - PRINCIPLES.md at the repo root. - Linked from both README.md and README.ja.md in a new "Principles" / "原則" section. - Published on agmsg.cc at /principles (site/src/pages/principles.astro), rendering the repo-root PRINCIPLES.md at build time so the page and the doc can't drift apart. EN only for now, matching the doc itself.
…d numbering
Section headings already carry their own number ("1. The core works
on its own"), so the surrounding <ol>/<li>'s implicit list ordinal
could be announced alongside it by some screen readers. Plain
div/section carries no such semantics; the visible numbering is
unchanged since it lives in the heading text.
Found in aggie-co1 delta review of PR #448 (non-blocking).
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.
Summary
Verification
npm run typecheckTEST_DATABASE_URL=postgresql://koichi@localhost/postgres npm test(9 tests)npm run buildgit diff --checkDesign review: mentor-co approved spec head d1a74db before implementation.