Release provider-free paced.coach v2.2.0 - #5
Merged
Conversation
Make athlete-declared context the complete baseline product, remove external training-data connectors from the public runtime and UX, and add the release documentation, audits, tests, and launch visuals needed for a local-first open-source candidate.
Reject recap actions, stop provider and recap-gate queries in coach threads, and align coach copy with the provider-free v2.2.0 boundary while preserving legacy recap history.
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.
paced.coach v2.2.0 — local-first coaching without a wearable prerequisite
paced.coach now turns athlete-declared context into one continuous coaching product: profile and race goals → season strategy → 28-day execution calendar → plan-aware coach chat.
A wearable is not the product and no training-data connector ships in v2.2.0. The baseline path needs one OpenAI API key plus the athlete's own goals, history, availability, constraints, and ongoing feedback.
What changed
Source-of-ownership architecture
flowchart LR UI["Next.js local UI<br/>profile · calendar · coach"] --> API["FastAPI<br/>owner-scoped commands"] API --> DB[("PostgreSQL<br/>canonical athlete + plan state")] API --> Queue["Redis / Celery<br/>durable dispatch"] Queue --> HC["LangGraph Head Coach<br/>one identity + run profiles"] HC --> OpenAI["OpenAI API<br/>reasoning + structured output"] HC --> Checkpoints[("PostgreSQL<br/>resumable checkpoints")] HC --> DB DB --> UIDeliberate boundaries
Verification
Release candidate:
14a831fbcf98208d5fe778e6194670e6638b84fanpm ciclean;npm auditreports 0 vulnerabilities.Migration / setup
Read the local setup guide, AI coaching limitations, and v2.2.0 release notes.
This PR remains a draft until the maintainer reviews it. Nothing here merges or publishes the release automatically.
🤖 Generated with GPT-5.6 via Codex