Layerkit 0.1.2
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@latestOr run without installing globally:
npx -p layerkit@latest layerkit --helpHighlights
- 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|healas 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-runPublished 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