thevrus/Wiki Forge — Docs Compiler
Keep your docs in sync with your code using LLMs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | LLM API key | yes | — |
| provider | LLM provider (gemini, claude, or openai) | — | gemini |
| docs_dir | Docs output directory relative to repo root (default: docs) | — | docs |
| force | Force recompile all docs regardless of drift | — | false |
| triage_model | Override the triage model (e.g. gemini-2.5-flash) | no | — |
| compile_model | Override the compile model (e.g. gemini-2.5-pro) | no | — |
Outputs
| name | description |
|---|---|
| docs_changed | Whether any docs were updated |
| updated_docs | Comma-separated list of updated doc paths |
| health_issues | Whether any health issues were found |
| diff_summary | Markdown-formatted diff preview of all doc changes (for PR bodies) |