novriantama/Self-Healing Technical Documentation
Automatically detects stale documentation sections when code changes and repairs them.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| llm_api_key | Anthropic API key for Claude Sonnet 4.6 verification and repair | yes | — |
| confidence_threshold | Confidence threshold below which edits will be flagged for human review (draft mode) | no | 0.8 |
| auto_merge | Whether to auto-apply high-confidence corrections directly to the branch (true/false) | no | true |
| index_path | Path to codebase-to-docs link graph index json file | no | docs_index.json |
| workspace_dir | Target workspace directory containing source code and documentation | no | . |
Outputs
| name | description |
|---|---|
| stale_sections | JSON list of stale documentation section heading paths found |
| corrections | JSON list of corrected documentation patches generated |