No LICENSE file blocks adoption, and homepage is unset #131

Open
opened 2026-08-16 00:26:43 +00:00 by coilyco-ops · 0 comments
Owner

Problem

This repo ships no license. GitHub reports license: NONE.

Under default copyright, no license means all rights reserved, so nobody may legally use, copy, modify, or distribute the code regardless of what the README invites. For a repo under active promotion that means:

  • A meaningful share of engineers will not adopt, fork, or even star it.
  • Corporate dependency scanners and license-policy gates reject unlicensed sources outright.

Sibling repos in the same org already carry MIT: ward, umbra, agent-compose, agentic-os.

homepage is also unset. umbra ships GitHub Pages and this does not.

Proposed change

  • Add MIT, matching the rest of the portfolio and the estate default, unless there is a reason this one differs.
  • Set homepage if a docs surface exists.

mcp-beaver has the same license gap and has its own issue.

Scope

Engineer. A license file is a legal and repository change rather than human-facing copy.

## Problem This repo ships no license. GitHub reports `license: NONE`. Under default copyright, no license means all rights reserved, so nobody may legally use, copy, modify, or distribute the code regardless of what the README invites. For a repo under active promotion that means: * A meaningful share of engineers will not adopt, fork, or even star it. * Corporate dependency scanners and license-policy gates reject unlicensed sources outright. Sibling repos in the same org already carry MIT: ward, umbra, agent-compose, agentic-os. `homepage` is also unset. umbra ships GitHub Pages and this does not. ## Proposed change * Add MIT, matching the rest of the portfolio and the estate default, unless there is a reason this one differs. * Set `homepage` if a docs surface exists. `mcp-beaver` has the same license gap and has its own issue. ## Scope Engineer. A license file is a legal and repository change rather than human-facing copy.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agent-proxy#131
No description provided.