Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/waza
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: microsoft/waza
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 5 commits
  • 11 files changed
  • 2 contributors

Commits on Feb 1, 2026

  1. Configuration menu
    Copy the full SHA
    74160ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf6a6c4 View commit details
    Browse the repository at this point in the history
  3. feat: add skill discovery and GitHub issue creation (#3)

    - Add scanner.py for discovering skills in GitHub repos and local directories
    - Add issues.py for creating GitHub issues with eval results
    - Add --repo, --scan, --all flags to generate command
    - Add --no-issues flag to run command
    - 17 new tests for scanner and issue functionality
    
    Closes #1
    Copilot authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    bad1170 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75f02d0 View commit details
    Browse the repository at this point in the history
  5. docs: update all documentation for v0.2.0 features

    - README: add skill discovery and issue creation features
    - DEMO-SCRIPT: add Part 2c (Skill Discovery) and Part 5b (Issue Creation)
    - TUTORIAL: add skill discovery and issue creation sections
    - CHANGELOG: add v0.2.0 entry with all new features from PR #3
    
    Features documented:
    - waza generate --repo, --scan, --all for skill discovery
    - waza run --no-issues for CI-friendly runs
    - Post-run GitHub issue creation prompts
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    63a9839 View commit details
    Browse the repository at this point in the history
Loading