@cryptobenkei/hulahoop
v0.8.0
Published
Hulahoop agent-template catalog — the anticipo financing workflow (F16): clients sub-manager, cliente lifecycle child (prospect → onboarding → cliente) driven by the 20-node onboard-anticipo process, ad-hoc client-onboarding for alta empresarial, and the
Maintainers
Readme
@cryptobenkei/hulahoop
Hulahoop catalog — the anticipo financing workflow (F16) on the Benkei foundation.
Private package. Requires npm auth with access granted by the maintainer.
Ships the hulahoop org root with two sub-managers (clients, people), the
lifecycle promotor leaf (prospect → onboarding → cliente), the static person
leaf, and the processes that drive an expediente end-to-end.
The catalog also includes a first-class anticipos bundle. The existing
promoter-owned expedientes record namespace remains as the compatible
index/snapshot. Anticipo operations use the V0 operation states en-estudio,
aceptado, activo, en-riesgo, and retornado.
Install
npm install @cryptobenkei/hulahoop @benkei-ai/core@benkei-ai/core is a peer dependency — bundled foundation classes are reused
from the single installed copy.
Usage
import { hulahoopCatalog, hulahoopBlueprint } from '@cryptobenkei/hulahoop';
import { createHost } from '@benkei-ai/core';
const host = createHost({ /* ... */ });
// register catalog with host …What's in the catalog
onboard-anticipo— lifecycle process, 20 nodes. Drives one promotor fromprospectthroughonboardingtocliente. Launchable only from the promotor child (F-auth #8 gate). One active run per promotor at a time (F16 mutex).client-onboarding— ad-hoc process for alta empresarial on an existing promotor. Coexists withonboard-anticipo.add-promoter— adds a new promotor instance indefaultLifecycleState(prospect).add-anticipo— adds a first-class anticipo instance under the Anticipos manager.
Related packages
@benkei-ai/core— foundation bundle (peer dependency).@benkei-ai/templates— standard manager catalog (independent — install both side by side).
License
UNLICENSED — proprietary catalog. Contact the maintainer for terms.
