Documentation
@reshimu/shor and @reshimu/nesher are live on npm and PyPI. A unified docs site lands alongside the full four-classifier surface — in the meantime, the SHOR docs are here and the NESHER reference lives on GitHub. Below: a preview of the unified API.
Quick preview
The minimum viable surface — a single classify call. Pass it the proposed tool name, the params, and the HTTP-style method; it returns a structured verdict including reversibility, risk class, and whether human approval is required.
import { classifyAction } from '@reshimu/nesher' const result = await classifyAction({ toolName: 'db.users.deleteAll', method: 'DELETE', params: { confirm: true } }) // { // color: 'RED', // isReversible: false, // requiresApproval: 'HUMAN', // rationale: 'Deletion operation on all records detected.', // cascadePossible: true, // blocked: true // }
Names you'll see across the API: reshimu for the runtime, kav for the descending channel of intent, ratzon for the upstream will being preserved. They are not decorative. Each is the most precise word the source tradition has for a specific structural commitment in the system.
Coming at launch
Each of the sections below ships with full prose, runnable examples, and a copy-to-clipboard cookbook. The plan, in order of when we expect to publish:
We'll email you the moment docs go live.
One message. No marketing list. Engineers only.