Skip to content

v6.0.0

Choose a tag to compare

@shaifulshabuj shaifulshabuj released this 27 Aug 00:43
· 12 commits to main since this release

Added

  • Cross-Platform CI: Added GitHub Actions matrix testing for Windows, macOS, and Linux to guarantee stable daemon behaviour across operating systems.
  • Agentic Protocols: Embedded Copilot and Claude instructions natively (PULL_REQUEST_TEMPLATE, ATTEST_PROMPT.md, AGENTS.md) for self-governing autonomous agents.
  • Bash execution bounds: maxBashTimeoutMs and maxBashOutputBytes policies to safely constrain runaway CLI loops inside agent sandboxes.

Fixed

  • Policy engine matched nothing on Windows. Resolved file paths and glob patterns both arrive with
    backslash separators, which micromatch treats as escape characters rather than separators, so every
    allowedPaths comparison failed and the engine fell through to default-deny. Both sides are now
    normalised before matching. No behaviour change on Linux or macOS.

Changed

  • Licence: relicensed from MIT to a proprietary freeware licence. The software remains free to
    use, with no warranty and at the user's own risk; redistribution, resale, modification and rights
    in the source code are not granted. Versions published before 2026-08-27 remain under the MIT Licence.
  • Source development moved to a private repository. This repository now carries documentation only.
  • Refined cron noise: npm statistics are now updated weekly rather than every 6 hours, vastly reducing commit history pollution on the main branch.
  • Re-ingested DocuFlow AI wiki structures to map latest module boundaries (518 pages total).

Install

npm install -g @way_marks/cli@6.0.0

Packages published in this release

Documentation: https://shaifulshabuj.github.io/waymark/