@cleepi/base
v0.2.0
Published
Cleevio's base pi package: voice (system-prompt append) and theme. The first package every Cleevian installs.
Readme
@cleepi/base
The first pi package every Cleevian installs. Gives the agent a consistent Cleevio voice and a Cleevio-flavored theme.
What's in the box
- Personality extension (
extensions/personality.ts) — appends a Cleevio voice statement to every session's system prompt. Terse, dry, low-ceremony, honest about uncertainty, willing to push back. - Theme (
themes/cleevio-dark.json) — dark theme with a Cleevio-flavored palette. Select via/settingsor set"theme": "cleevio-dark".
That's all base does. Process discipline (specs/ADRs/changelogs) lives in
@cleepi/sdd. Code conventions, project workflows, etc. will live
in their own packages.
Install
Global (recommended — voice and theme apply everywhere):
pi install git:github.com/cleevio/cleepi/packages/baseThen select the theme:
pi
# /settings → theme → cleevio-darkRelated
- SPEC.md — what this package is and isn't.
- CHANGELOG.md — release history.
@cleepi/sdd— peer package for SDD workflow.
