Align public identity to openXYOS 0.6.3 - #5
Merged
Merged
Conversation
XYAIStudio
marked this pull request as ready for review
September 17, 2026 14:34
Owner
Author
|
维护者备注:与已合入的 #4(社区引导)冲突。已让云端代理 rebase/merge main、保留两边意图后重跑 |
Use package.json as the only product version for health, runtime, and UI. Archive commercial XYOS changelog, catalog, and unused pages so the community shell stays on the 12-module OpenApp routes. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: XYAI Labs <haoboy8@gmail.com>
Avoid treating the new constant name as the retired XYOS_VERSION env fallback. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: XYAI Labs <haoboy8@gmail.com>
cursor
Bot
force-pushed
the
cursor/openxyos-identity-alignment-8d51
branch
from
September 17, 2026 14:35
89f0d3b to
33d7f3a
Compare
|
Rebased onto latest Conflict: only Preserved from #4: Preserved from this PR: 0.6.3 identity from Local |
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
Phase 1 community-edition identity alignment. Runtime, health, and signed-in UI now report openXYOS 0.6.3 from
package.jsoninstead of leftover commercial 4.5.x / 0.4.5.3 /0.50.0-devnumbers./api/module-settingsalready used the open 12-module catalog; this change removes the unused commercial catalog from the active backend path and quarantines unused commercial pages thatOpenAppnever imported. The 12 signed-in routes are unchanged.Rebased onto
mainafter community onboarding #4 merged.CONTRIBUTING.mdkeeps openXYOS branding and the #4 community-guide / Discussions pointer.This is not a production-readiness claim. Apache-2.0, trademark, and patent boundary documents are unchanged.
Security and data impact
None. No authentication, authorization, tenant isolation, secret, or migration behavior changes. Module settings continue to use
backend/routes/open-module-settings.tsandbackend/open-module-catalog.ts. Commercial catalog and unused pages were moved underdocs/archive/and are excluded from typecheck and lint.Verification
npm run cipassed locally after the rebase:npm run lintnpm run typechecknpm test(includestest:openxyos-identity)npm run verify:open-sourcenpm run build(OpenApp chunks only; commercial pages stay archived)Out of scope / remaining leftovers
/api/contracts,/api/assets,/api/attendanceremain on the server.LICENSE,NOTICE, andTRADEMARKS.mdwere left intact.Checklist
zh-CNandencopy; changed routes were checked in both languages.npm run verify:open-sourcepasses.Signed-off-byline.cla-signed.