docs: record M1–M3 protocompile completion; list schema/v1 protos in README layout - #115
Merged
Merged
Conversation
…README layout - Umbrella #30–#35 ticked: M1 shipped June + the spec-#91/#35 catch-up landed 2026-07-17 (protocompile#66/#67/#69 closed, PRs #70–#72 + follow-ups #77–#80). - #4 round-trip box ticked: annotations.proto verified against protocompile @ 03ef9d8 (GH #58 closed) — parses clean, all 9 declarations lower into FileAnnotationDecls; fixtures 01–06, 09, 10, 12 all compile with zero diagnostics. - #5 boxes ticked; README repository-layout now lists proto/schema/v1/{annotations,descriptor,report}.proto, proto/schema/config/v1/config.proto, and the draft -01 artifacts — the missing README listing was the one genuinely unmet box.
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
Records-only follow-up to the protocompile catch-up session (protocompile#66/#67/#69 + follow-ups closed today):
annotations.protoparses clean and lowers all 9 declarations intoFileAnnotationDecls(50402); the whole fixture corpus (01–06, 09, 10, 12) compiles with zero diagnostics, including the spec-RFC-001: engine-expression grammar — annotation-only v1.2 or expressions return? #91 surface (bare expressions, named args, trailing placement, message/list literals).proto/schema/— it now lists the four v1.2 schema files and the draft-01artifacts.Tracked by #55. Related: #58 (closed today), protocompile#66/#67/#69.