Skip to content

fix: avoid duplicate check analysis - #48

Merged
royalpinto007 merged 1 commit into
AgentPostmortem:mainfrom
Rayan-and-beyond:fix/check-once-5
Sep 16, 2026
Merged

royalpinto007 merged 1 commit into
AgentPostmortem:mainfrom
Rayan-and-beyond:fix/check-once-5

Conversation

@Rayan-and-beyond

Copy link
Copy Markdown
Contributor

Summary

  • analyse each run once in check
  • make strict exit behavior respect the selected severity filter
  • clarify the strict help text and cover the regression

Closes #5

Validation

  • focused regression: 1 passed
  • PYTHONPATH=. uv run pytest -q — 55 passed
  • uv run ruff check agentrace/cli.py tests/test_cli.py — passed
  • git diff --check — passed

@royalpinto007
royalpinto007 merged commit 5a352ee into AgentPostmortem:main Sep 16, 2026
8 checks passed
@github-actions

Copy link
Copy Markdown

Merged, @Rayan-and-beyond. Thank you for taking the time.

Contributions like this are what keep Agentrace moving.

A star on the repo would mean a lot if this project is useful to you.

Happy to see more from you whenever you have the time.

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.

check runs every check twice per run, and --strict ignores --severity

2 participants