check_attribution
Checks attribution compliance for third-party components: missing headers, missing entries in ATTRIBUTIONS.md, uncredited references. Generates compliance score and report. Optionally creates tasks for issues.
Instructions
[HINT: Attribution compliance check. Verify proper attribution for all third-party components.]
Checks attribution compliance across the codebase:
Missing attribution in file headers
Missing entries in ATTRIBUTIONS.md
Uncredited third-party references
Dependency license compliance
📊 Output: Attribution score (0-100), compliance status, issues found 🔧 Side Effects: Creates compliance report and optional Todo2 tasks ⏱️ Typical Runtime: 1-3 seconds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | Path for report output (default: docs/ATTRIBUTION_COMPLIANCE_REPORT.md) | |
| create_tasks | No | Whether to create Todo2 tasks for issues found (default: true) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |