Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 433 Bytes

File metadata and controls

12 lines (10 loc) · 433 Bytes

Basic contextloom usage

npm install
npm run build
node dist/cli.js inspect fixtures/sample --output out/sample
node dist/cli.js search out/sample/manifest.json "deployment decision"
node dist/cli.js show out/sample/manifest.json chunk-0001
node dist/cli.js verify out/sample/manifest.json

The output manifest is intentionally plain JSON so another agent, editor plugin, or shell script can consume it without a server.