Skip to content

andrewpilcher/myblueyonder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBlueYonder

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.

Run locally

Open index.html directly in a browser, or start a local server:

py -m http.server 8000
# python3 -m http.server 8000

Then visit http://localhost:8000.

Project structure

  • index.html - landing page and navigation hub
  • styles.css - shared styling
  • script.js - daily tip and goal persistence behavior
  • docs/README.md - manual entry point
  • docs/diary/ - daily logs
  • docs/workflows/ - branch/edit/push/PR and review checklists
  • docs/environments/ - boundaries across Windows, WSL, Codex, and tools
  • docs/playbooks/ - concrete task recipes
  • docs/playbooks/workspace-first-ai-collaboration.md - workspace-first session recovery and AI collaboration rules
  • docs/templates/ - reusable markdown templates

Recommended workflow

  1. Start from docs/workflows/session-start-checklist.md.
  2. Work on a branch using docs/workflows/branch-edit-push-pr.md.
  3. Open/update PRs, then log outcomes in docs/diary/entries/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors