docs(project): recount the release gates and re-target Track D at Flexo layer 1 - #322
Merged
Merged
Conversation
Co-Authored-By: jason.han <jason.han@jpl.nasa.gov>
Author
Original prompt from jason.han
|
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: jason.han <jason.han@jpl.nasa.gov>
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
Two docs-only changes, both release-facing.
Recount the release-gate surfaces on
main(README,spec-compliance.md,roadmap.md,training-examples.md), which had drifted well below whatmainactually carries: conformance 297→338, runtime robustness 165→194, golden ASTs 86→90, negatives 129→135, traces 98→106, tests/subtests 4,447→5,477. Measured from a greengo test -race ./...plus the corpus (100/100) and stdlib (95/95) gates.Correct the Flexo interop claim and rewrite Track D around the real target. The docs said matching
Namespaces.ktmeant "a graph produced here is addressed the way that service addresses elements". Readingflexo-mms-sysmlv2andflexo-mms-layer1-servicesources, that is false — namespaces match, addressing does not:extractModelElementToJsonderives@idassubstringAfterLast(':'), soelmt:Demo::Vehiclereads back asVehicleandA::Widget/B::Widgetcollapse;requireValidId([a-zA-Z0-9_-]+) rejects::on every by-id path.sysml:andurn:sysmlv2:annotation:json:are ignored, so everysysx:triple (sourceText,memberIndex,hasBody,declaredKeyword) is dropped through that service.sysml:elementId, which we never emit; roots filtering keys onsysml:owner/sysml:owningRelatedElement, so with onlysysml:owningNamespaceevery element reads as a root.sysml:predicates are skipped in favour of the JSON annotation literal.ModelLoad.ktloads, diffs, commits;sanitizeCrudObjectcovers LDP CRUD objects only), so the contract lives entirely in the SysML v2 service's reader.Track D is retargeted accordingly: the goal is stated as OpenSysML's Turtle standing in for
flexo-mms-sysmlv2's output on a layer 1 branch graph, D3 is decomposed into D3.1 identity (name-based UUIDs, identity read fromsysml:qualifiedNamerather than the IRI) → D3.2sysml:elementId→ D3.3 ownership → D3.4 array/annotation duality → D3.5 the Fuseki+layer1 harness, a new D7 covers reference-valued properties emitted as strings and the abstractsysml:Importmetaclass, and D1/D2 are reframed as interop prerequisites rather than nice-to-haves (sincesysx:does not survive). Sequencing updated; stale R1/baseline text refreshed for 0.1.1 now thatv0.1.0is tagged upstream.No behavior change;
check-doc-links.pyclean, no Go files touched.Link to Devin session: https://nasa-jpl-demo.devinenterprise.com/sessions/6eb85b61128b4de8bdcfd7991202ccdc
Requested by: @HuiJun