Skip to content

kiket-dev/kiket-ext-github

Repository files navigation

kiket-ext-github

GitHub evidence adapter for Kiket — registers the platform manifest and re-exports the TypeScript normalizer from the monorepo.

Layout

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.

Install on a workspace

Register the extension with the platform API:

POST /platform/extensions

Configure credentials and an evidence source, then route GitHub webhooks to /integrations/github/webhook. See the integration guide for full setup.

Documentation

Development (monorepo)

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 test

Standalone 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:*.

About

Github Extension for Github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors