Skip to content

Layerkit 0.1.2

Choose a tag to compare

@hariharapanigrahy hariharapanigrahy released this 01 Aug 18:22
81ea1d5

Layerkit 0.1.2

Layerkit 0.1.2 is the current npm release for the agent-first Layerkit package.

NPM package: https://www.npmjs.com/package/layerkit/v/0.1.2

Install:

npm install -g layerkit@latest

Or run without installing globally:

npx -p layerkit@latest layerkit --help

Highlights

  • Cleans up the top-level CLI help so it shows the user-facing agent workflow instead of every internal rail.
  • Keeps advanced map, memory, proposal, repo, and config commands available for skills/agents without presenting them as the main product surface.
  • Keeps layerkit agent start --mode full|heal as the deterministic workflow-state rail for first integration and contract-heal runs.
  • Keeps contract understanding and source edits agent-owned; Layerkit CLI does not infer semantic mappings or edit production source deterministically.

Validation

Release checks run before publishing:

npm run build
npm run eval:ci
npm test
npm pack --dry-run

Published tarball:

  • Package size: about 97.8 kB
  • Total files: 160
  • Includes: dist, skills, selected docs, README, license, and contributing guide

Notes

If layerkit --help still shows the older long command list, update the global binary:

npm uninstall -g layerkit
npm install -g layerkit@latest
hash -r
layerkit --help