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.0.2
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.1.0
Choose a head ref
  • 13 commits
  • 58 files changed
  • 1 contributor

Commits on Feb 1, 2026

  1. docs: add installation instructions from GitHub releases

    - README: Added 'From GitHub Releases' as recommended install method
    - DEMO-SCRIPT: Updated pre-demo setup with release URL
    - TUTORIAL: Added release install in prerequisites
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    7f49304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77c142e View commit details
    Browse the repository at this point in the history
  3. fix: add fixtures to code-explainer example

    - Add fixtures/ directory with actual code files
    - Update tasks to reference files via inputs.files
    - Update README with --context-dir usage
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    b29f416 View commit details
    Browse the repository at this point in the history
  4. docs: update DEMO-SCRIPT with code-explainer example and fixtures

    - Replace azure-deploy references with code-explainer
    - Add --context-dir examples throughout
    - Show actual expected output with fixtures
    - Update model comparison and Copilot SDK examples
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    9e4e24b View commit details
    Browse the repository at this point in the history
  5. fix: correct remaining invalid references in DEMO-SCRIPT

    - Update Part 5 examples to use code-explainer with fixtures
    - Fix transcript example to show code-explainer task
    - Update model comparison output to show 4 code-explainer tasks
    - Change analyze command to use code-explainer skill
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    b09d7d3 View commit details
    Browse the repository at this point in the history
  6. feat: add SKILL.md to code-explainer example

    - Create complete SKILL.md with triggers, examples, guidelines
    - Update README with full workflow (SKILL.md → generate → run)
    - Example now demonstrates the complete skill-eval pattern
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    e794c7d View commit details
    Browse the repository at this point in the history
  7. docs: update DEMO-SCRIPT to reference SKILL.md in example

    - Add 'View the Skill Definition' step in Part 7
    - Update structure to show SKILL.md file
    - Emphasize SKILL.md as source of truth
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    18fc19e View commit details
    Browse the repository at this point in the history
  8. fix: update Part 3 to use fixtures pattern

    - Add 'Create a Fixture File First' step
    - Change task to reference fixture file instead of inline content
    - Fix grader config structure (assertions under config)
    - Add note about --context-dir usage
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    b8f7c53 View commit details
    Browse the repository at this point in the history
  9. fix: add fixtures/ to init output in Part 3

    - Show fixtures/ directory in init structure
    - Add example.py placeholder in fixtures
    - Update next steps to mention fixtures and --context-dir
    - Rename second Part 3 to Part 3b for clarity
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    5fbde35 View commit details
    Browse the repository at this point in the history
  10. docs: clarify --context-dir is required for fixtures

    - Explain path is relative to --context-dir
    - Note there's no default fixtures/ path
    - Add explicit run command showing --context-dir usage
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    6a675b5 View commit details
    Browse the repository at this point in the history
  11. docs: rewrite intro with hook, problem, solution

    - Add compelling hook about skill testing challenges
    - Clearly state the problem (manual testing doesn't scale)
    - List key features as solution
    - More concise setup and commands
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    6654bc0 View commit details
    Browse the repository at this point in the history
  12. feat: rename skill-eval to waza (v0.1.0)

    - Renamed package from skill_eval to waza
    - Renamed CLI command from skill-eval to waza
    - Updated all documentation, workflows, and examples
    - Bumped version to 0.1.0 for the rename milestone
    
    waza (技) means 'technique' or 'skill' in Japanese
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    6c71366 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    91b2e30 View commit details
    Browse the repository at this point in the history
Loading