v4.5.0 · @way_marks/cli AI coding agents are getting good at writing code. The problem is they're just as good at touching files they shouldn't, running commands you didn't ask for, and doing it all without leaving a paper trail. Waymark sits between your agent and your codebase. Every file write and shell command gets intercepted, logged, and checked against your policy — before it happens. npm install -g @way_marks/cli waymark init # registers with Claude Code or GitHub Copilot CLI waymark start # spins up the MCP server + dashboard Enter fullscreen mode Exit fullscreen mode What It Actually Gives You A policy that runs before the agent does anything One config file.…