Releases: hariharapanigrahy/layerkit
Releases · hariharapanigrahy/layerkit
Release list
v0.1.4
layerkit 0.1.4
Highlights
- Multi-vendor full integrate training — skills + skill-train scenarios for following sibling adapter/registry paths (no parallel facade)
- Package-root path checks — source-edit mark-done resolves production paths under the customer package root, not
.layerkit - README refresh for intentional entry, full vs heal, surfaces, PR/handoff rails
Install
npm install -g layerkit@0.1.4Verify
npm run eval:ci25/25npm run eval:skill-train15/15
Layerkit 0.1.3
Summary
- Ships the merged agent-first redesign from PR #136.
- Positions Layerkit as an AI-agent workbench for updating client-owned vendor integration code, not a runtime SDK or deterministic source generator.
- Replaces the old Java generate skill path with source-edit skills and stricter orchestration guidance.
- Adds strict proposal/workflow rails: read-only validate, strict submit, reviewer allowlists, evidence-backed mark-done, and apply rollback journaling.
- Adds Devin and Windsurf platform install support and smoke coverage.
- Adds release gates for package hygiene, skill judge coverage, source-edit behavior, secret guard, and 95%+ coverage thresholds.
Validation
- npm test
- npm run eval:ci
- npm_config_cache=/private/tmp/layerkit-npm-cache npm run pack:check
- External QA corpus: npm run check in layerkit-pipeline-qa
npm
Published as layerkit@0.1.3 with dist-tag latest.
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 --helpSuperseded: Layerkit 0.1.1
Superseded Release
This older release entry has been superseded by Layerkit 0.1.2.
Current GitHub release: https://github.com/hariharapanigrahy/layerkit/releases/tag/v0.1.2
Current npm package: https://www.npmjs.com/package/layerkit/v/0.1.2
Install the current npm release:
npm install -g layerkit@latest