Documentation
README
Fill Participants
Usage
/fill-participants allโ Scan all meetings, find those missing Participants, resolve and fill them./fill-participants <path>โ Fill participants for a specific meeting note (relative to workspace root, e.g.Meetings/Engineering/Some Meeting.md).
Frontmatter Conventions
See people-resolver for wikilink format and name matching rules.
Participants live in YAML frontmatter as either:
# Single participant
Participants: "[[@Jane Doe]]"
# Multiple participants
Participants:
- "[[@Jane Doe]]"
- "[[@Alex Kim]]"
# Team-wide meetings
Participants: "[[+Engineering]]"
Workflow
Step 1: Identify targets
Mode A (all):
This is the opening of the README. Read the full README on GitHub.