myblueyonder is your sandbox plus diary for working with Codex, GitHub, and local tooling.
It now has two layers:
- A small static app (
index.html,styles.css,script.js) with a goal card and quick links. - An operating manual under
docs/for workflows, environment boundaries, templates, and playbooks.
Open index.html directly in a browser, or start a local server:
py -m http.server 8000
# python3 -m http.server 8000Then visit http://localhost:8000.
index.html- landing page and navigation hubstyles.css- shared stylingscript.js- daily tip and goal persistence behaviordocs/README.md- manual entry pointdocs/diary/- daily logsdocs/workflows/- branch/edit/push/PR and review checklistsdocs/environments/- boundaries across Windows, WSL, Codex, and toolsdocs/playbooks/- concrete task recipesdocs/playbooks/workspace-first-ai-collaboration.md- workspace-first session recovery and AI collaboration rulesdocs/templates/- reusable markdown templates
- Start from
docs/workflows/session-start-checklist.md. - Work on a branch using
docs/workflows/branch-edit-push-pr.md. - Open/update PRs, then log outcomes in
docs/diary/entries/.