27 packages matching “acture”
acture
v1.3.1 · 1 month ago
Typed schema-driven command dispatch library. Core: registry, dispatcher, when-clause DSL, state adapter interface, schema bridge.
No known vulnerabilities
acture-mcp-server
v1.3.1 · 1 month ago
Project an acture registry as an MCP server. Tier-filtered tools/list, deprecation-banner prefixes, errors-as-data Result responses.
No known vulnerabilities
acture-hotkeys
v1.1.1 · 1 month ago
acture keyboard-shortcut adapter. Reads `keybinding` off every CommandRecord; dispatches via the registry. tinykeys under the hood.
No known vulnerabilities
acture-palette-react
v1.0.1 · 1 month ago
acture command palette for React — minimal Phase 1 version. Parameter-free commands only.
No known vulnerabilities
acture-forms-autoform
v1.0.1 · 2 months ago
Zod-native form adapter for acture-palette-react. Renders a CommandRecord's params schema as a small form with per-field validation.
No known vulnerabilities
acture-ai-vercel
v2.0.0 · 1 month ago
Project an acture registry as Vercel AI SDK tool definitions. Requires AI SDK v5+ (inputSchema). Tier-filtered; errors-as-data; converts each command's Zod params to JSON Schema so the wire contract is ours, not the SDK's bundled converter's.
No known vulnerabilities
acture-state-zustand
v1.0.1 · 1 month ago
acture StateAdapter for zustand + zustand/middleware/immer. Phase 1's documented happy path.
No known vulnerabilities
acture-e2e-playwright
v1.1.0 · 3 months ago
acture e2e adapter for Playwright. Record / compose / replay command sequences; dispatch through the page; e2e is a macro with assertions.
No known vulnerabilities
acture-telemetry
v1.1.0 · 3 months ago
acture telemetry adapter — observe every dispatch via a configurable sink. Optional pass-through redact and sampler callbacks. Errors-as-data preserved end-to-end.
No known vulnerabilities
acture-capture
v0.2.0 · 2 months ago
Drive a command-dispatch app through a narrated journey, screenshot before/after each command, and emit a manifest — an illustrated manual / narrated video from the acture command registry.
No known vulnerabilities
acture-walkthru
v0.0.5 · 9 days ago
Turn a sequence of app commands into an editable, re-renderable demo/tour artifact.
No known vulnerabilities
acture-migration
v1.2.0 · 2 months ago
Strangler-fig migration primitives for adopting acture in an existing codebase. Four functions: wrapMutation, actureMiddleware, chooseImplementation, shadowCompare.
No known vulnerabilities
acture-cli
v1.2.0 · 3 months ago
Acture CLI. Includes `compare-schemas` — diff two registry snapshots (per research-5 §6) with classifications, CI gating, and JSON/text output.
No known vulnerabilities
eslint-plugin-acture-migration
v1.1.0 · 3 months ago
ESLint rule for acture strangler-fig migrations. Flags stale wrapMutation(...) wrappers whose result is never used — the migration has graduated and the wrapper should become a defineCommand.
No known vulnerabilities
acture-codemods
v1.2.0 · 3 months ago
Codemod CLI for adopting acture in an existing TypeScript/React codebase. Single npx-invokable runner with a manifest of structural transforms (research-4 §B.5).
No known vulnerabilities
acture-state-redux
v1.0.0 · 3 months ago
acture StateAdapter for Redux Toolkit (RTK). Wraps an RTK store as a PatchCapableAdapter via RTK's bundled Immer.
No known vulnerabilities
acture-devtools
v1.1.0 · 3 months ago
Acture devtools inspector — registry contents, dispatch log, when-clause evaluator, tier filter preview. Embeddable React component for dev builds.
No known vulnerabilities
acture-test-property
v1.1.0 · 3 months ago
acture property-testing adapter — fast-check arbitraries over the command registry; random CommandSequences replayed via acture-e2e-playwright's sequence engine; invariants asserted end-of-sequence.
No known vulnerabilities
acture-undo
v1.1.1 · 2 months ago
acture undo adapter — patch-based undo/redo over a PatchCapableAdapter. Transactions group dispatches into one undo unit. Host-callback effect hook signals undo/redo lifecycle.
No known vulnerabilities
acture-sandbox
v0.1.0 · 2 months ago
acture sandbox — the isolation seam for an extension system: one ExtensionRunner port plus an in-process transport. Swap in Worker / iframe / QuickJS / isolated-vm transports when authors are untrusted.
No known vulnerabilities