docs: deepen vision and architecture into governing documents#4
Merged
docs: deepen vision and architecture into governing documents#4
Conversation
Transform both docs from executive summaries into governing documents that serve two functions: auditable quality criteria and hard invariants that must survive evolution. vision.md: - Product principles now state violation conditions, not just intent - "Local-first by default" → "Local-first" with explicit violation: any feature making network calls part of the default path - Out-of-scope items promoted from positioning to hard stops with rationale - Success criteria made checkable (observable, not aspirational) - Strategy implications extended: principles win over features architecture.md: - Design principles now operational: each names what a violation looks like - Layer model gains must/must not rules per layer, not just descriptions - Cross-layer rule elevated and stated as the most important rule - Write path gains invariants: lock scope, Writing-state frames, plan.rs purity - Tail path gains invariant: correctness must not depend on notify delivery - Transport architecture gains invariant: new transports must not require core changes - Extension seams: "should" replaced with "must/must not" throughout - New Quality criteria section: auditable claims checkable by inspection or test - Data model: format version invariants added https://claude.ai/code/session_01TB3GQER1hKkTxuYEAnHL4C
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.
Transform both docs from executive summaries into governing documents
that serve two functions: auditable quality criteria and hard invariants
that must survive evolution.
vision.md:
feature making network calls part of the default path
architecture.md:
core changes
https://claude.ai/code/session_01TB3GQER1hKkTxuYEAnHL4C