Release: Mecris 0.0.1-beta.10 - Local Backend Pivot & Android Fixes#261
Open
kingdonb wants to merge 4 commits into
Open
Release: Mecris 0.0.1-beta.10 - Local Backend Pivot & Android Fixes#261kingdonb wants to merge 4 commits into
kingdonb wants to merge 4 commits into
Conversation
…ification endpoints
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.
🚀 Mecris 0.0.1-beta.10 - Final Fixes & Local Backend Pivot
This PR consolidates the critical fixes required to stabilize the beta.10 release after identifying versioning and connectivity issues during the initial deployment.
🛠️ Key Changes
📱 Android App Stabilization
versionCodeto 25 (previously 10) to prevent the Android OS from treating the install as a downgrade and wiping local preferences.POST /profileendpoint in the Python MCP to allow the app to successfully sync and persist user settings (Beeminder user, location, etc.) to the Neon DB.🔑 Secure Phone Verification
mecris_status_v2template. This ensures reliable delivery even outside the 24-hour conversation window.🐍 Python MCP Hardening
/request-phone-verification,/confirm-phone-verification,/log-message) to satisfy Android app dependencies.asyncioimport error inbeeminder_client.pythat was crashing the Narrator context dashboard.🗺️ Roadmap & Architecture
PORTABILITY.mdto assist with migration to the Antigravity CLI (Agy) and manage absolute path dependencies in MCP configurations.🌓 Architectural Note
The 'Great Cloud Easing' of June 2026 is captured in
ARCHITECTURE.md. We remain skeptical of the root cause behind the Fermyon/Akamai stalls and leave the bisection of those failures as a task for the next development phase.Validated on Gemini CLI and Android Device (Pixel 10).