feat: v3.0.0 -- WSL, winget, storage, automation (80 tools) #83

Merged
jmiller merged 2 commits from dev into main 2026-05-26 04:50:30 +00:00
Owner

Summary

  • 17 new tools across 5 source modules, bringing total to 80
  • Major version bump to 3.0.0
  • v3.0: WSL distro management and winget package management
  • v3.1: Disk cleanup, symlinks, timezone, Windows features, SMB shares, DNS cache
  • v3.2: Shortcuts, keyboard/mouse input simulation, fonts, Windows Sandbox, screen recording

Test Results

  • v3 tools: 14/14 passed, 0 failed
  • Wiki updated with new tool categories

Milestones

Milestone New Tools Modules
v3.0 WSL & Packages 6 wsl, winget
v3.1 Storage & System 6 storage, system_mgmt
v3.2 Automation 5 automation

Generated with Claude Code

## Summary - 17 new tools across 5 source modules, bringing total to 80 - Major version bump to 3.0.0 - v3.0: WSL distro management and winget package management - v3.1: Disk cleanup, symlinks, timezone, Windows features, SMB shares, DNS cache - v3.2: Shortcuts, keyboard/mouse input simulation, fonts, Windows Sandbox, screen recording ## Test Results - v3 tools: 14/14 passed, 0 failed - Wiki updated with new tool categories ## Milestones | Milestone | New Tools | Modules | |-----------|-----------|---------| | v3.0 WSL & Packages | 6 | wsl, winget | | v3.1 Storage & System | 6 | storage, system_mgmt | | v3.2 Automation | 5 | automation | Generated with [Claude Code](https://claude.com/claude-code)
jmiller added 2 commits 2026-05-26 04:50:25 +00:00
chore: cascade main → dev [skip ci]
feat: implement v3.0-v3.2 — 17 new tools, 80 total (major version bump)
Generic: Repo Health / Access control (push) Successful in 1s
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
MCP: Copilot Agent / Run Copilot Coding Agent (pull_request) Failing after 2s
Universal: Changelog Validation / Validate CHANGELOG.md (pull_request) Failing after 5s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 5s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 4s
Universal: PR Check / Changelog Updated (pull_request) Successful in 4s
Universal: Security Audit / Dependency Audit (pull_request) Successful in 5s
MCP: Standards Compliance / Repository Structure Validation (pull_request) Failing after 5s
MCP: Standards Compliance / Secret Scanning (pull_request) Successful in 7s
MCP: Build & Validate / build (20) (pull_request) Failing after 11s
MCP: Build & Validate / build (22) (pull_request) Failing after 11s
MCP: Standards Compliance / License Header Validation (pull_request) Failing after 8s
MCP: Standards Compliance / Documentation Quality Check (pull_request) Successful in 6s
MCP: Standards Compliance / Workflow Configuration Check (pull_request) Failing after 7s
MCP: Standards Compliance / Coding Standards Check (pull_request) Failing after 9s
MCP: Standards Compliance / README Completeness Check (pull_request) Failing after 6s
MCP: Standards Compliance / Git Repository Hygiene (pull_request) Successful in 6s
MCP: Standards Compliance / File Naming Standards (pull_request) Successful in 5s
MCP: Standards Compliance / Insecure Code Pattern Detection (pull_request) Successful in 6s
MCP: Standards Compliance / File Size Limits (pull_request) Successful in 5s
MCP: Standards Compliance / Line Length Check (pull_request) Failing after 9s
MCP: Standards Compliance / Binary File Detection (pull_request) Successful in 5s
MCP: Standards Compliance / Script Integrity Validation (pull_request) Successful in 12s
MCP: Standards Compliance / TODO/FIXME Tracking (pull_request) Successful in 5s
MCP: Standards Compliance / Dead Code Detection (pull_request) Successful in 10s
MCP: Standards Compliance / Broken Link Detection (pull_request) Successful in 5s
MCP: Standards Compliance / API Documentation Coverage (pull_request) Successful in 5s
MCP: Standards Compliance / Accessibility Check (pull_request) Successful in 4s
MCP: Standards Compliance / Performance Metrics (pull_request) Successful in 4s
Universal: Auto-Assign / Assign unassigned issues and PRs (pull_request_target) Successful in 1s
MCP: Standards Compliance / Terraform Configuration Validation (pull_request) Successful in 13s
MCP: Standards Compliance / Version Consistency Check (pull_request) Successful in 1m9s
MCP: Standards Compliance / Code Complexity Analysis (pull_request) Successful in 1m14s
MCP: Standards Compliance / Code Duplication Detection (pull_request) Successful in 1m13s
MCP: Standards Compliance / Unused Dependencies Check (pull_request) Successful in 1m8s
MCP: Standards Compliance / Repository Health Check (pull_request) Successful in 1m4s
Universal: CodeQL Analysis / Analyze (javascript) (pull_request) Failing after 1m37s
MCP: Standards Compliance / Enterprise Readiness Check (pull_request) Successful in 1m13s
MCP: Standards Compliance / Dependency Vulnerability Scanning (pull_request) Successful in 1m19s
Universal: CodeQL Analysis / Analyze (actions) (pull_request) Failing after 1m41s
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Universal: CodeQL Analysis / Security Scan Summary (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
MCP: Standards Compliance / Compliance Summary (pull_request) Has been cancelled
28097ae20d
v3.0 — WSL & Package Management:
- tools/wsl.ts: windows_wsl_list, _manage, _exec (#66-68)
- tools/winget.ts: windows_winget_search, _manage, _export (#69-71)

v3.1 — Storage & System Management:
- tools/storage.ts: windows_disk_cleanup, _symlink (#72-73)
- tools/system_mgmt.ts: windows_timezone, _features, _smb_shares, _dns_cache (#74-77)

v3.2 — Automation & Advanced:
- tools/automation.ts: windows_shortcut, _input, _font_list, _sandbox, _screen_capture (#78-82)

Version bumped to 3.0.0, CHANGELOG updated, package.json bumped.
Test results: 14/14 passed.

Authored-by: Moko Consulting
jmiller merged commit c44c30432f into main 2026-05-26 04:50:30 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/mcp-windows#83