meticulous-cli-local

Installation
SKILL.md

meticulous local

Commands for working with Meticulous data relative to your local git branch.

local relevant-sessions

meticulous local relevant-sessions [options]

Purpose: Find recorded user sessions that exercise the code paths changed on your current branch (relative to the merge-base with the base branch). For each session, also returns the baseReplayId — the replay of that session on the merge-base commit — so you can immediately diff your local changes against it.

Options:

Option Type Default Description
--apiToken string Meticulous API token; falls back to METICULOUS_API_TOKEN env var
--showMaybeRelevant boolean false Also show sessions that may be affected by the changes
--startingPointSha string Only consider changes since this commit SHA. The merge-base is still used to find the base test run, but the diff is computed from startingPointSha instead. Use in agentic loops to scope each iteration to only the latest changes.
Related skills

More from alwaysmeticulous/skills

Installs
15
GitHub Stars
1
First Seen
Mar 26, 2026