Skip to content

Masday CLI v0.3.60

Choose a tag to compare

@github-actions github-actions released this 11 Jun 09:55
· 40 commits to master since this release

Masday CLI v0.3.60

Self-contained binary with embedded agents, skills, and hooks.
No source code required — just download and run.

Full Changelog: https://github.com/dayartcrew-web/masday-workflow-rust/blob/master/CHANGELOG.md


What's Changed

Added

  • add registry-sync to session start hook — auto-syncs agents/skills on every session
  • add registry-sync script + register frontend skill/agent entries
  • add msd-frontend-review skill + agent, add help guide to visual-frontend
  • add masday-visual-frontend skill — unified browser agent + visual analysis + design tokens

Fixed

  • load_registry falls back to ~/.claude/registry.json when project-level missing
  • masday update --force re-syncs templates + remove all hardcoded paths from hooks
  • rewrite masday-frontend-reviewer agent — remove invalid tools list, add explicit execution steps with JS snippets
  • replace abstract dispatch pattern with explicit execution steps in frontend-review skill
  • add min-h-[44px] to login form inputs and buttons for WCAG touch target compliance
  • masday-frontend-review smart mode detection — auto-fallback when args empty
  • add mode validation to masday-frontend-review — reject unknown modes with help text
  • masday-frontend-review now dispatches to masday-frontend-reviewer agent
  • rename msd-frontend-review to masday-frontend-review, register agent

Changed

  • chore: bump version to 0.3.60
  • chore: cargo fmt

Install (one-liner)

curl -fsSL https://raw.githubusercontent.com/dayartcrew-web/masday-workflow-rust/master/scripts/install-masday.sh | bash

Manual download

Platform CLI MCP Server
Linux x86_64 masday-linux-x86_64 masday-mcp-linux-x86_64
macOS Apple Silicon masday-macos-aarch64 masday-mcp-macos-aarch64
Windows x86_64 masday-windows-x86_64.exe masday-mcp-windows-x86_64.exe

Quick start

masday quickstart                              # Interactive setup wizard
masday install --remote <url> --api-key <key>  # Remote mode
masday status                                  # Check system health

Notes

  • Linux: Includes ONNX runtime for local embeddings
  • macOS / Windows: Uses remote embedding provider (Ollama or OpenAI)
  • masday-mcp: Standalone MCP server for lightweight deployments
  • Config stored at ~/.masday/config.toml