pi-charm_hyper-provider
v1.0.3
Published
Charm Hyper model provider extension for Pi.
Maintainers
Readme
Pi Charm Hyper Provider
Charm Hyper model provider extension for Pi.
Project Structure
pi-charm_hyper-provider/
├── index.ts # Pi extension entry point (re-exports default in TS)
├── test/ # TS unit tests
│ └── provider.test.ts # Provider registration & metadata integration tests
├── package.json # Extension package manifest (peerDependencies & devDependencies)
├── tsconfig.json # TypeScript configuration
├── README.md
└── biome.jsonInstallation
pi install npm:pi-charm_hyper-providerTesting
Run the native TypeScript unit test suite (Node.js native test runner):
npm run testDevelopment
We align with the code quality and security standards of the primary pi-main workspace:
- Linter & Formatter: Biome is configured to auto-format and check codebase. We use
tabindentation with a width of3characters. - Commands:
- Check format and Lint:
npm run check - Run tests:
npm test
- Check format and Lint:
License
MIT
