Sign inSign up

getreadystack/tax-year-constant-drift-lint

By getreadystack

Updated about 3 hours ago

Finds the tax years, statutory limits, filing thresholds, rates and deadlines hardcoded in payroll a

Image
0

45

getreadystack/tax-year-constant-drift-lint repository overview

Tax Year Constant Drift

Finds the tax years, statutory limits, filing thresholds, rates and deadlines hardcoded in payroll and invoicing code - the constants an AI assistant completes from a year that has already passed.

Run

docker run --rm -v "$PWD":/work getreadystack/tax-year-constant-drift-lint /work/file

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

Free

  • Check the file you have open, or only the lines you selected, against all 26 rules, with real line numbers and every rule message readable - no key, no sign-up, no upload.
  • --rules lists every rule

With a licence ($29 once)

  • The same 26 rules at a scale one open file cannot reach: every file in the workspace, re-run on every save, exported as CSV, JSON or HTML, written as a JSON report a CI job can fail the build on, and extended with your own rules.
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/tax-year-constant-drift-lint --dir /work --ci

An independent senior compliance consultant bills $150 to $300 an hour, and a CPA charges $200 to $450 an hour for business tax work, so one hour of either costs more than this tool.

Use from an AI agent (MCP)

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

{ "mcpServers": { "tax-year-constant-drift-lint": { "command": "npx", "args": ["-y", "@readystack/tax-year-constant-drift-lint", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.

Use in CI

- name: Tax Year Constant Drift
  run: npx -y @readystack/tax-year-constant-drift-lint --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/tax-year-constant-drift-lint --dir /work --ci)

Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:2b821abe3

Size

46.1 MB

Last updated

about 3 hours ago

docker pull getreadystack/tax-year-constant-drift-lint