Skip to content

Releases: waymarks/waymark

Release list

v6.0.1

Choose a tag to compare

@shaifulshabuj shaifulshabuj released this 27 Aug 05:08

Fixed

  • Package READMEs stated the wrong licence. The READMEs shipped inside @way_marks/cli and
    @way_marks/server are what npmjs.com renders on each package page, and both still said the
    project was MIT licensed. package.json already declared SEE LICENSE IN LICENSE, so npm's
    sidebar was correct while the page body contradicted it. Both now state the proprietary
    freeware terms.
  • The CLI README invited contributions to a private repository. It carried a Contributing
    section telling readers to fork github.com/shaifulshabuj/waymark, which is private, for a
    product that no longer accepts outside contributions. Replaced with a Support section pointing
    at the public issue tracker.

Install

npm install -g @way_marks/cli@6.0.1

Packages published in this release

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

v6.0.0

Choose a tag to compare

@shaifulshabuj shaifulshabuj released this 27 Aug 00:43

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/