Skip to content

First alpha of Store 6 - #764

Merged
matt-ramotar merged 1 commit into
MobileNativeFoundation:store6from
matt-ramotar:matt-ramotar/store6-landing
Sep 13, 2026
Merged

matt-ramotar merged 1 commit into
MobileNativeFoundation:store6from
matt-ramotar:matt-ramotar/store6-landing

Conversation

@matt-ramotar

@matt-ramotar matt-ramotar commented Sep 13, 2026

Copy link
Copy Markdown
Collaborator

This is too large to review. Merging into the store6 branch as alpha01 for the first preview. WIP docs: https://store.mattramotar.dev/

@github-project-automation github-project-automation Bot moved this to 🆕 Triage in Store Roadmap Sep 13, 2026
@matt-ramotar
matt-ramotar force-pushed the matt-ramotar/store6-landing branch from 55b4c83 to ba6a807 Compare September 13, 2026 19:00
@matt-ramotar matt-ramotar added the docs-sync-ack Acknowledges that documentation-sync sources changed in this pull request label Sep 13, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale Bugbot comment from a previous run.


concurrency:
group: store6-${{ github.workflow }}-${{ github.ref }}-${{ (github.event.action == 'labeled' || github.event.action == 'unlabeled') && 'docs-sync-guard' || 'validation' }}
cancel-in-progress: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Label events rerun the full matrix

Medium Severity

labeled and unlabeled are isolated into a separate concurrency group so they do not cancel in-progress validation, but linux-build-test and the other matrix jobs have no skip condition. Adding docs-sync-ack therefore starts a second full Store6 matrix while the original run keeps going.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ba6a807. Configure here.

Brings the Store 6 line onto the store6 branch as one commit: 41 Gradle projects under
org.mobilenativefoundation.store6.*, the stability policy, roadmap, and release procedure, the
user guides under docs/store6, and the workflows that gate publication on the complete Store6
matrix and one forced execution of the full mutations suite. The tree is 7b190c14
without its internal design notes and implementation plans; the development history remains there.

No version bump, tag, or publication: VERSION_NAME stays 6.0.0-SNAPSHOT and the changelog's
alpha01 section is dated at release time. main and the Store 5 line are untouched.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Signed-off-by: Matt Ramotar <matt.ramotar@icloud.com>
@matt-ramotar
matt-ramotar force-pushed the matt-ramotar/store6-landing branch from ba6a807 to 4502465 Compare September 13, 2026 19:19

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

There are 2 total unresolved issues (including 1 from previous review).

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 4502465. Configure here.


on:
schedule:
- cron: '17 5 * * *'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scheduled suite never runs off default

Medium Severity

The full mutations suite is scheduled with a cron trigger, but GitHub only fires on.schedule from the repository default branch. This tree lands on store6 and leaves main untouched, so the daily hosted run described in the workflow comments and PR will never start on MobileNativeFoundation/Store. The tag publication gate still forces the suite through workflow_call; the unattended health check does not.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 4502465. Configure here.

@github-project-automation github-project-automation Bot moved this from 🆕 Triage to ✅ Done in Store Roadmap Sep 13, 2026
@matt-ramotar matt-ramotar reopened this Sep 13, 2026
@matt-ramotar matt-ramotar changed the title Store 6: land the alpha01 line on store6 First alpha of Store 6 Sep 13, 2026
@matt-ramotar
matt-ramotar merged commit 582edfe into MobileNativeFoundation:store6 Sep 13, 2026
19 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-sync-ack Acknowledges that documentation-sync sources changed in this pull request

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

1 participant