@hheei/hepi-basics
v0.1.0
Published
HEPI foundational runtime group for Pi.
Maintainers
Readme
@hheei/hepi-basics
Self-contained foundational HEPI bundle for Pi. Its published dist entry
contains the implementation of pi-basics, Loadout, and the remaining
foundational runtime modules behind one extension entry and one JIT boundary.
Included modules:
pi-basicspi-loadoutpi-rtkpi-dollar-skillpi-fixpi-t2spi-auto-title
While pi-auto-title generates a session title, the editor top rail shows a
grey-to-white shimmer over Generating title at its right edge. The completed
title uses the dim theme color in the same position. Either is omitted when the
full text does not fit.
The tail rail always begins with the current working directory, followed by extension statuses when present.
Included themes:
catppuccin-lattecatppuccin-mocha
Install this bundle directly:
pi install npm:@hheei/hepi-basicsBuild locally with bun run build from this package or
bun run build:aggregates from the repository root.
Do not install it together with @hheei/hepi-mono; the unified bundle already
includes it.
Feature extensions can expose Loadout grouping through the HepiLoadoutGroup
registry exported by the Basics core. A group supplies its own display label and
may select tool names or stable tool:* keys. Stable keys should be used when
multiple sources expose the same tool name. Tools without a matching group
continue to use Loadout's source-based grouping.
