Describe what this PR changes and why.
Link the related issue if available.
Example: Closes #123
- Bug fix
- New feature
- Refactor
- Documentation update
- CLI behavior change
List the key changes in a few bullets.
Describe how you validated this change.
oracletrace --helporacletrace your_script.pyoracletrace your_script.py --json baseline.json
oracletrace your_script.py --json current.json --compare baseline.jsonoracletrace your_script.py --csv trace.csv
oracletrace your_script.py --ignore "helper_function,debug_*"
oracletrace your_script.py --top 10mkdocs build -f docs/mkdocs.yml- The code follows style conventions.
- I added unit tests for the new functionality.
- CI (GitHub Actions) is green.
- I updated documentation/README when needed.
Include relevant CLI output snippets when behavior or formatting changed.
Anything reviewers should pay special attention to.