Aggregate daily working journey across all repos and sessions into structured content material for the '100 days building AI Brain OS' series. Triggers on: journal, daily journey, what did I do today, extract journey, content material
Vault path: Read from ${CLAUDE_PLUGIN_ROOT}/brain-os.config.md
Aggregates everything from today (or a specified date) into structured content material ready for the ai-leaders-vietnam writing pipeline.
Scan ALL of these (skip any that don't exist):
Git logs across all repos:
for repo in ~/work/brain ~/work/brain-ops ~/work/brain-os-plugin ~/work/brain-os-marketplace; do
echo "=== $(basename $repo) ==="
git -C "$repo" log --oneline --since="YYYY-MM-DDT00:00" --until="YYYY-MM-DDT23:59" 2>/dev/null
done
Aha moments: {vault}/daily/sessions/YYYY-MM-DD-aha.md
:
{vault}/daily/grill-sessions/YYYY-MM-DD-*.mdHandovers: {vault}/daily/handovers/YYYY-MM-DD-*.md
Email intelligence: {vault}/business/intelligence/emails/YYYY-MM-DD-daily-summary.md
Session summaries: {vault}/daily/sessions/YYYY-MM-DD-*.md (from Stop hook)
Write to: {vault}/daily/journal/YYYY-MM-DD-journey.md
Format:
---