fix: write the checkout on disk

This commit is contained in:
2026-02-27 18:28:20 -06:00
parent 722b9d186a
commit eb6b6b6b75

View File

@@ -19,6 +19,8 @@ Build my weekly checkout covering Sunday through today.
- **Gitea**: Launch one subagent to run `~/bin/gitea-activity -s START -e END` and extract commits, PRs (opened/merged/approved), and repositories worked on - **Gitea**: Launch one subagent to run `~/bin/gitea-activity -s START -e END` and extract commits, PRs (opened/merged/approved), and repositories worked on
4. **Query dataindex directly** for the full week as backup to ensure nothing is missed 4. **Query dataindex directly** for the full week as backup to ensure nothing is missed
**Output location**: Write the checkout to `checkouts/checkout_$(date +%Y-%m-%d).md` (ISO date without hour)
**Build the checkout with this structure:** **Build the checkout with this structure:**
``` ```