@harborclient/core
v0.6.4
Published
Platform-neutral HarborClient engine: types, request orchestration helpers, and shared utilities.
Readme

Full documentation: https://harborclient.github.io/harborclient/core/
Platform-neutral HarborClient engine
@harborclient/core is the shared library for HarborClient hosts (GUI, CLI, and storage adapters):
- Request runner: Host-agnostic HTTP pipeline with scripts, cookies, and variable substitution
- Scripting: SES-sandboxed pre/post scripts and assertion helpers
- Shared types: Domain models and the IPC
Apicontract used across the monorepo
Documentation
| Topic | Link | | --------------- | --------------------------------------------------------------------------------- | | Getting started | Introduction | | Installation | Installation | | Package layout | Package layout | | Request runner | Request runner | | Scripting | Scripting |
Canonical docs live in docs/. Edit those pages directly, then run pnpm docs:build:nav to refresh the VitePress sidebar.
Development
pnpm install
pnpm --filter @harborclient/core test
pnpm --filter @harborclient/core docs:serve # VitePress dev server with nav watcher
pnpm --filter @harborclient/core docs:build # production docs buildLicense
MIT
