Skip to content

Add daily-log rule for real-time work tracking#2

Open
lionelresnik wants to merge 5 commits intomainfrom
feature/daily-log-tracking
Open

Add daily-log rule for real-time work tracking#2
lionelresnik wants to merge 5 commits intomainfrom
feature/daily-log-tracking

Conversation

@lionelresnik
Copy link
Copy Markdown
Owner

Summary

  • New daily-log.mdc rule (alwaysApply): Agents automatically append one-line JSON summaries to ~/.command-center/daily-log/YYYY-MM-DD.jsonl after every substantive response — lightweight, silent, no user interaction needed
  • Standup generator updated: Daily log is now the primary data source for standup generation, with backward lookback up to 7 days to handle weekends/holidays automatically
  • Cleaned up examples: Removed internal project references from all skill/rule examples

How It Works

Each agent response that does real work (code changes, investigations, PR creation, etc.) appends a single JSONL entry:

{"time":"09:15","workspace":"backend","ticket":"PROJ-1234","action":"Fixed auth flow missing Headers field"}

The standup generator reads these entries, groups by workspace, de-duplicates, and builds accurate standups — no more missing work items or stale task files.

Test plan

  • Verify daily-log.mdc loads as alwaysApply in any workspace
  • Confirm agents append to ~/.command-center/daily-log/YYYY-MM-DD.jsonl after substantive responses
  • Generate a standup and verify it reads from daily-log first
  • Test backward lookback: delete yesterday's log, verify standup finds the day before

Made with Cursor

Items that already appeared in a previous standup's Done section
are skipped — only newly completed items show up each day.

Made-with: Cursor
…ation

- New alwaysApply rule (daily-log.mdc): agents append one-line JSON summaries
  to ~/.command-center/daily-log/YYYY-MM-DD.jsonl after each substantive response
- Standup generator uses daily-log as primary data source with backward
  lookback (up to 7 days) for weekends/holidays
- Removed internal project references from examples

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant