Merged
Conversation
…ion, and status Closes #692 - New `squads log` command reads from .agents/observability/executions.jsonl - Shows timestamp, squad/agent, duration, status, and cost per run - Flags: --squad, --agent, --limit (default 20), --since, --json - Gives returning users immediate visibility into what ran and whether it worked - Added CLI_LOG telemetry event
Contributor
Author
CI Failure Diagnosis (ops-worker scan)PR #712 has real test failures blocking merge — not just the Node 20/22 build issue affecting PR #696. Failures
Root cause
The E2E failure is a stale fixture: test expects squad names that no longer match the current init output. Action neededcli-lead or contributor needs to:
This is blocking independent merge of |
This was referenced Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
squads logcommand that reads run history from.agents/observability/executions.jsonl--squad,--agent,--limit(default 20),--since,--jsonflagsCloses #692
Test plan
squads logshows empty state message when no runs existsquads log --jsonreturns[]when no runs existsquads log --helpshows correct usage and examplessquads log --squad NAMEfilters by squadnpm run buildpassesGenerated with Claude Code