Skip to content

aker-build 0.1.0

Choose a tag to compare

@Kemetra Kemetra released this 31 Jul 14:02
bed9384

First public release.

Install

npx --package aker-build aker check .

Or install globally: npm i -g aker-buildaker check .

The package is aker-build; the command it installs is aker. Requires Node.js 22.13+.

Channels

  • npm — live: aker-build@0.1.0, verified via npx --package aker-build aker --version0.1.0
  • PyPI — pending: the wheel and sdist build and pass all checks; publication is blocked on Trusted Publisher registration, not on the artifacts

What it does

Scans a repository, runs SaaS gates over what it finds, derives a queue, and routes the one next-safest task with the exact files that task may touch. It reports; it never mutates code, commits, merges, or executes an agent.

Verified at this tag

pnpm test (438 passed / 3 skipped, 15 packages) · typecheck · test:agent-bundle · test:cli-package · benchmark thresholds met · wheel + sdist build · 20 Python tests on Ubuntu and Windows

Detection quality is measured against benchmark/cases/ (19 cases) and gated by benchmark/thresholds.json. The scorecard reports absolute counts alongside rates, because those rates rest on 10 true positives — treat the corpus as a growing regression harness, not a population estimate.

Known limitations

Detection is regex-based, not parsed: ORM idioms outside the handle allow-list and PascalCase convention go unseen, and window-based findings stay in the suspected tier deliberately. The scanner reports coverage.covered / .uncovered so "no findings" always reads as "no findings in covered frameworks".