GitHub mining & clean-room inspiration
jev_github_mineAudit any repo's license, detect permissive vs copyleft, and for restricted licenses extract a clean-room architecture spec with 5-gram similarity guard to prove originality.
Instructions
Audit a repository license (permissive vs copyleft/unknown) and, for restricted licenses, extract an architecture-only clean-room spec with a 5-gram similarity guard proving originality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | owner/name, a GitHub URL, or a local project path. | |
| similarityThreshold | No | Max allowed n-gram Jaccard similarity (default 0.15). |