Sign inSign up

getreadystack/data-act-switching-lint

By getreadystack

Updated 2 minutes ago

Reads your cloud contract text and names every clause Chapter VI no longer allows, with the article

Image
0

86

getreadystack/data-act-switching-lint repository overview

EU Data Act Switching Clause Lint

Reads your cloud contract text and names every clause Chapter VI no longer allows, with the article number and the wording that replaces it

Run

docker run --rm -v "$PWD":/work getreadystack/data-act-switching-lint /work/file

The same 20 rules as the VS Code extension, in a container. Mount a folder on /work.

Free

  • Check the contract file open in the editor, clause by clause: 20 Chapter VI checks, each finding carrying its article number, the line, and the wording that replaces it
  • --rules lists every rule

With a licence ($29 once)

  • Sweep every contract file in the workspace at once and write a dated report you keep - the same 20 checks across terms, MSA, DPA and reseller agreements, with a per-file table you can hand to counsel or attach to a tender answer
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/data-act-switching-lint --dir /work --ci

An EU technology lawyer reviewing the exit clauses of one cloud contract bills at EUR 250-450 per hour

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "data-act-switching-lint": { "command": "npx", "args": ["-y", "@readystack/data-act-switching-lint", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence). The agent gets every finding with the line number.

Use in CI

- name: EU Data Act Switching Clause Lint
  run: npx -y @readystack/data-act-switching-lint --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/data-act-switching-lint --dir /work --ci)

The folder sweep, reports and CI mode need one licence — one payment, no subscription. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:8e48ff5e0

Size

46.1 MB

Last updated

2 minutes ago

docker pull getreadystack/data-act-switching-lint