Skip to content

Instantly share code, notes, and snippets.

@mmuell
Last active March 24, 2026 04:00
Show Gist options
  • Select an option

  • Save mmuell/80a85feca9ed0d5d2d1daa05fc8dac6d to your computer and use it in GitHub Desktop.

Select an option

Save mmuell/80a85feca9ed0d5d2d1daa05fc8dac6d to your computer and use it in GitHub Desktop.
Family Daily Plan

family-daily-plan (gist sync)

Local clone of gist: https://gist.github.com/mmuell/80a85feca9ed0d5d2d1daa05fc8dac6d

Typical update flow

cd C:\Users\muell\.openclaw\workspace\family-daily-plan
git pull --rebase
# edit family-plan.json
git add family-plan.json README.md
git commit -m "Update family daily plan"

Push modes

Mode 1 — Update for tomorrow

  • Commit now.
  • Schedule push for 11:00 PM America/Chicago (ready by morning).

Mode 2 — Push immediately

  • Commit now.
  • Push now (with verification):
powershell -NoProfile -File C:\Users\muell\.openclaw\workspace\scripts\push-family-daily-plan.ps1
{
"announcement_archive": "Track Meet",
"family": [
{
"name": "Miles",
"events": [
"School",
"Practice"
]
},
{
"name": "Luke",
"events": [
"School",
"Practice"
]
},
{
"name": "Tracy",
"events": [
"Work",
"Chiro @2:45"
]
},
{
"name": "Mike",
"events": [
"Work"
]
}
],
"week": [
{
"name": "Friday",
"events": [
"Half Day"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment