Recent

Find recently active Agent-OS work when the user asks what changed or what they worked on. Prefer receipts and artifact metadata, work without Git, and use mtimes only as a fallback.

aylee e481aca 1.1 KB Updated

File contents

Recent work

Accept a window such as 3d, 7d, or 2w; default to seven days.

  1. Read workstream-transition receipts in the window and group them by workstream.
  2. Add workstreams whose updated_at metadata is in the window but lack a matching transition receipt; label the missing evidence. Add ordinary artifacts from their own updated_at metadata without expecting document receipts.
  3. If metadata is absent, use filesystem mtimes and label them as weak evidence.
  4. If Git exists, use it only to enrich—not gate—the result.
  5. Return a compact, deduplicated list with relative path, transition, time, current status, and next action where available.

Exclude generated adapters, caches, raw local state, and receipt noise from the primary list.

aylee/agent-os/tree/main/.claude/skills/recent commit e481aca0e3

Frequently asked questions

npx skillmds@latest add aylee/recent-2