docs(profile): reground public org README + FUNDING to current canon#14
Open
byteworthy wants to merge 4 commits into
Open
docs(profile): reground public org README + FUNDING to current canon#14byteworthy wants to merge 4 commits into
byteworthy wants to merge 4 commits into
Conversation
The public org profile (the github.com/Upstream-Intelligence landing page) was last touched 05-17 and predated the 2026-06-14 canon grounding, so it still sold the retired Founding Pioneer program and the old pack-led positioning. Regrounded against marketing/src/lib/site.ts (the canonical public-copy source): - Pricing: removed Pioneer $49/locked-for-life + $349 'Pro'; now Assist (free), Pay-as-you-go (from $18), Co-pilot (from $1,500/mo + $12/sub), Autopilot (custom). - Positioning: 'nine specialty packs / verticals' -> one connected platform. - Specialties: retired ABA/SNF/PT-OT/dental/dialysis/imaging/home-health list -> current Infusion, Oncology, Rheumatology, GI, Neurology, Cardiology, Orthopedics, Pain Management. - How it works: reframed to the canonical Signal -> Brief -> Action -> Approval -> Outcome loop (approval-gated execution). - Counts: skills 8 -> 9; stats 'last updated' bumped to 2026-06-17. - FUNDING.yml: removed dead upstream.cx/pioneer link. No em/en dashes. Operational specifics left as-is for separate verification (see PR).
The public org profile (profile/README.md + FUNDING.yml) drifted unguarded for a month and still sold the retired Pioneer program until the 2026-06-17 reground. Root cause: this repo had no canon guard while every sibling does. Adds scripts/check-canon.sh + .github/workflows/canon.yml (mirrors the sibling guards) to ban retired Pioneer/pricing/pack framing on the public surfaces. Self-tested: passes clean, proven able to fail on an injected banned line.
The guard scanned only profile/ + FUNDING.yml, but BRAND.md, SECURITY.md, SUPPORT.md, CONTRIBUTING.md and the other org-default files are public surfaces too and were unguarded (same condition that let profile/README.md drift). Now scans repo-wide. Self-tested: passes clean, proven able to fail on drift injected into BRAND.md (a non-profile file).
The broadened repo-wide scan flagged its own workflow file: the step name contained 'Pioneer', so the guard self-triggered and failed for the wrong reason. Reworded the step to 'Verify no retired pricing or program framing'. check-canon.sh is already excluded; this removes the last self-reference. Guard now passes clean repo-wide and still fails on real drift (tested against SECURITY.md).
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.
Why
The public org profile README (the github.com/Upstream-Intelligence landing page) was last touched 2026-05-17 and was missed by the 06-14 canon grounding. It still advertised the retired Founding Pioneer program ($49/mo locked for life), a $349 'Pro' tier, and the old pack-led / ABA-first positioning.
What changed (mirrored from
upstream-v2/marketing/src/lib/site.ts, the canonical public-copy source)upstream.cx/pioneerlinkVerified clean: no Pioneer/$49/$349/pack/vertical drift, no retired specialties, no em/en dashes.
Needs your eyes before merge (couldn't verify against live product)