docs: polish design documentation and add numerical analysis + workspace pages - #8
Merged
Conversation
…ace pages
- Add numerical-analysis.{en,zh}.md covering the interactive IEEE floating-point
format analysis (format layout, bit decode, dynamic range, quantization error,
operation range impact) and its place in the analysis architecture
- Add exploration/workspace.{en,zh}.md documenting the workbench workspace modes
(point/batch/evidence/numeric lens), shared config surface, and invariants
- Add WORKSPACE buffer role semantics to PortablePlanIR contract
(conservative upper bound → target-specific workspace replacement)
- Fix broken FrozenDict import path in providers.md (synthesizer → schema)
- Add "Not yet callable" note to ExplorationSession facade in modules.md
- Add cross-references between numerical-analysis, workspace, and related pages
- Update reading lists and mkdocs navigation
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
Polishes the Blueprinting design documentation set with two new pages, one IR contract addition, and three small fixes.
New pages (4 files, bilingual)
IR contract addition
Fixes
Validation