OpenSkyX — internal
Enter the intranet password to continue.
OpenSkyX — internal, not linked from the public site
Quick access for Robert. Most destinations below require their own separate login — this page is a launchpad, not a shared password vault.
Loading live from GitHub…
Live digest pulled from tasks-today.md, people.md, and projects.md in openskyos-state on GitHub — every open checkbox and "Next action" line, nothing else. If this looks stale, you forgot to push after your last Cowork session.
What's actually going on with each site, in plain English. Updated by hand each session — this is Claude's read of the real history, not a live feed.
Actively being rebuilt — today's session alone added the entire AI voice-interview platform and this intranet page. Production (www.openskyx.org) is still running the June 16 build; everything new is sitting on the dev branch waiting for review and a merge.
Not under active rebuild — it's live and running Module 2 (Decision Making) of the Emerging Leaders program right now. Module 3's venue is still undecided (Minneapolis-area options being weighed).
The most actively worked site day-to-day — this is the live course itself. Real deadlines ahead: June 25 (Waypoint 4 goes live in class), July 2 (Assignment 2 due), July 23 and 30 after that.
Every repo that exists for this project — including the ones with no GitHub at all, so you're never wondering if one's missing.
dev auto-deploys to the dev preview; merging dev → main and pushing is what ships production.state/ + AGENTS.md — feeds this page's "To do" panel above and a Claude Pro Project. Not a website.Two different questions, easy to conflate: is the code backed up on GitHub, and is the live site showing it. For two of these, the answer to the second one is no even after you push.
| Repo | Push code to GitHub | Does that also update the live site? |
|---|---|---|
| sites/open-sky branch: dev |
cd sites/open-sky && git push origin dev |
Yes, dev preview rebuilds automatically. Production (www.openskyx.org) only updates after merging dev into main and pushing that too. |
| sites/classes/org-learning branch: main |
cd sites/classes/org-learning && git push origin main |
No. This site deploys via CLI only. After pushing, also run netlify deploy --prod from that same folder. |
| sites/hormel | No GitHub remote — nothing to push | No. Deploy directly with netlify deploy --prod from sites/hormel. |
| OpenSkyOS root state/ only, branch: main |
cd /Users/haus/Documents/OpenSkyOS && git push |
N/A — not a website. This is what keeps the "To do" panel above (and a Claude Pro Project, if connected) current. |
The voice-interview platform: configure interview types, then read what comes back.
Production vs. dev, labeled plainly — same logic as the banner at the top of this page.