farce1/Handover Docs
Generate AI-grounded handover documentation for a codebase with the handover CLI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | LLM provider (anthropic, openai, gemini, groq, together, deepseek, azure-openai, ollama, custom). | — | anthropic |
| model | Model override. Defaults to the provider default when empty. | — | "" |
| api-key | API key for the provider. Pass a repository secret; exported to the provider env var named by api-key-env. | — | "" |
| api-key-env | Override the env var the key is exported to. Defaults to the provider's standard variable (e.g. OPENAI_API_KEY for openai). | — | "" |
| args | Extra arguments passed verbatim to `handover generate` (e.g. "--only 06-modules --compress"). | — | "" |
| version | npm version of handover-cli to run. | — | latest |
| working-directory | Directory to run handover in (useful for monorepo packages). | — | . |
Outputs
no outputs