Adds a daily worklog for standups: check_in stamps the start of the day and returns the last working day's summary plus loose threads; check_out harvests the day's evidence from disk (git commits across every repo, uncommitted WIP, memory writes, initiative progress) and stores a standup summary composed strictly from that evidence (two-pass tool protocol, works in any MCP client). npx -y @kaaustubh/project-memory-mcp standup [YYYY-MM-DD] prints it with no agent. Days live in ROOT/.worklog/YYYY-MM-DD.json, local-time stamps, multiple segments per day, forgotten checkouts auto-reconstructed, pruned after WORKLOG_KEEP_DAYS (default 10).