Add Aetheris V2.0 Phase 1 scope contract#794
Merged
yuechen-li-dev merged 1 commit intoJun 23, 2026
Merged
Conversation
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.
Motivation
Description
docs/v2/aetheris-v2-phase1-scope-contract.mdcontaining the executive summary, product wedge, explicit non-goals, Firmament language doctrine,let/typed-values guidance, tolerance and arithmetic doctrines, Forge concept-family direction,pmidoctrine, minimal Phase 1 feature set, validation philosophy, an example Firmament file, and a recommended implementation order.letbindings, acyclic expression graphs, no conditionals/loops/functions/mutation, unit-aware typed values, required tolerances for PMI-emitted dimensions, basic arithmetic only, andpmirecord-shaped authoring; Forge moves to extensible concept-family descriptors rather than parser hardcoding.L1let literals,L2record groups/dotted refs,L3arithmetic/acyclic validation,L4tolerance syntax,F1Forge concept-family syntax,P1PMI v2 records,R1validation/report integration,D1demo packet.Testing
dotnet restore Aetheris.slnxand it completed successfully.dotnet build Aetheris.slnx -f net10.0 --no-restore /m:1and the build succeeded (existing compiler/analyzer warnings were reported but no errors).dotnet run --project Aetheris.CLI -- --helpto validate the CLI is functional and it produced the expected usage output.git diff --checkpassed andgit status --shortshowed only the intended docs changes during the workflow (clean state after committing the new document).Codex Task