GitHub evidence adapter for Kiket — registers the platform manifest and re-exports the TypeScript normalizer from the monorepo.
| Path | Purpose |
|---|---|
kiket-extension.yaml |
Kiket platform extension manifest (repo root) |
src/index.ts |
Re-exports @kiket/github-adapter for packaging and tests |
Normalization logic lives in the Kiket monorepo at packages/github-adapter. Process templates (for example engineering-change) live in definitions/ — not in this repo.
Register the extension with the platform API:
POST /platform/extensionsConfigure credentials and an evidence source, then route GitHub webhooks to /integrations/github/webhook. See the integration guide for full setup.
When checked out inside the Kiket workspace, install from the repo root:
pnpm install
pnpm --filter @kiket/ext-github check
pnpm --filter @kiket/ext-github testStandalone CI in this repo validates kiket-extension.yaml and entrypoint presence; build and tests run in the monorepo where @kiket/github-adapter is linked via workspace:*.