Skip to content

Update documentation and releases 2.0 version#33

Merged
KaykCaputo merged 1 commit intomasterfrom
release/update-docs-to-release-2.0-version
Apr 9, 2026
Merged

Update documentation and releases 2.0 version#33
KaykCaputo merged 1 commit intomasterfrom
release/update-docs-to-release-2.0-version

Conversation

@KaykCaputo
Copy link
Copy Markdown
Owner

Summary

Describe what this PR changes and why.

Related Issue

Link the related issue if available.

Example: Closes #123

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Documentation update
  • CLI behavior change

What Changed

List the key changes in a few bullets.

Validation

Describe how you validated this change.

CLI smoke check

oracletrace --help

Functional trace run

oracletrace your_script.py

JSON export and compare flow

oracletrace your_script.py --json baseline.json
oracletrace your_script.py --json current.json --compare baseline.json

CSV, ignore, and top flags

oracletrace your_script.py --csv trace.csv
oracletrace your_script.py --ignore "helper_function,debug_*"
oracletrace your_script.py --top 10

Docs build (if docs changed)

mkdocs build -f docs/mkdocs.yml

Checklist

  • The code follows style conventions.
  • I added unit tests for the new functionality.
  • CI (GitHub Actions) is green.
  • I updated documentation/README when needed.

Before/After Output (if applicable)

Include relevant CLI output snippets when behavior or formatting changed.

Before


After


Additional Notes

Anything reviewers should pay special attention to.

@KaykCaputo KaykCaputo merged commit 3fb726f into master Apr 9, 2026
5 checks passed
@KaykCaputo KaykCaputo deleted the release/update-docs-to-release-2.0-version branch April 9, 2026 13:30
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.

1 participant