policy: add Rule 4 — AGPL-3.0 for network-deployed agent/service software - #594
Conversation
…ware 007 moved to AGPL-3.0-or-later (code) / CC-BY-SA-4.0 (prose) on 2026-08-07 by owner ruling. Under the policy as written that was an undocumented exception: Rule 1 makes MPL-2.0 the default, and Rule 3 grants AGPL only to repositories shared with Joshua, which 007 is not. Rather than leave a live repo contradicting the policy, this records the category. Rationale for the category, not just the repo: MPL-2.0 is file-level copyleft that triggers on DISTRIBUTION. Software operated behind a network boundary is never distributed, so neither MPL nor plain GPL copyleft is reached — a third party may modify it, run it as a service, and owe nothing back. AGPL section 13 is the only clause in the family that closes that gap. For a language whose programs are autonomous agents, service deployment is the normal case, so Rule 1 would leave its copyleft largely inoperative. Rule 4 is deliberately narrow. It carries a three-part scope test (operated by third parties; delivered as a running service rather than an artefact; reciprocity actually wanted) and an explicit instruction NOT to migrate libraries, tools or specifications here for symmetry — those stay on Rule 1. Rule 3a is unaffected and still applies: an owner-only MPL-2.0 component used inside a Rule 4 work keeps its MPL-2.0 header. Also: adds LICENSES/AGPL-3.0-or-later.txt, which the estate referenced via Rule 3 but never carried; updates Rule 1's cross-reference and the SPDX quick-reference table; corrects the "Three Rules" heading; and lists paint.type alongside IDApTIK and ASS in the table, which the prose already named but the table omitted. Context: hyperpolymath/007-lang#82, hyperpolymath/007-lang#76. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Note Automatic reviews are paused because your trial's included automatic processing has been used for this period. Upgrade now, or comment "Gitar review" to run a review anytime. Code Review 👍 Approved with suggestions 2 resolved / 3 findingsAdds Rule 4 to establish AGPL-3.0 for network-deployed agent software, but changes are requested due to a direct contradiction with Addendum A1 on 007, an unupdated A1 override reference, and a non-verbatim SPDX line in the AGPL text file. 💡 Quality: A1's 'overrides Rules 1–3' not updated for new Rule 4Addendum A1 says its 007 exclusion "overrides Rules 1–3 for 007" and A4 similarly references "Rule 3." With the addition of Rule 4, the range "Rules 1–3" is now stale and ambiguous about whether A1 also overrides Rule 4. Update the range to "Rules 1–4" (or clarify) so the override scope is unambiguous now that a fourth rule exists. ✅ 2 resolved✅ Bug: Rule 4 directly contradicts Addendum A1 on 007
✅ Quality: AGPL text file prepends non-verbatim SPDX line
🤖 Prompt for agentsOptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Important Your trial ends in 3 days — upgrade now to keep code review, CI analysis, auto-apply, custom automations, and more. Was this helpful? React with 👍 / 👎 | Gitar |
There was a problem hiding this comment.
Configure merge blocking · Maintainers can dismiss this review.
LICENCE-POLICY.adoc is a tracked file under a spec home, so editing it without regenerating the derived registry trips the 'Registry + topology in sync' gate. Regenerated with scripts/build-registry.sh (33 specs). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
|



Records the category that
hyperpolymath/007now falls into, following the owner ruling of 2026-08-07 (hyperpolymath/007#76, hyperpolymath/007#82).Why this is needed
007 moved to
AGPL-3.0-or-later(code) /CC-BY-SA-4.0(prose). Under the policy as written that is an undocumented exception: Rule 1 makes MPL-2.0 the default, and Rule 3 grants AGPL only to repositories shared with Joshua — IDApTIK, ASS, paint.type — which 007 is not. A live repository contradicting the estate policy is exactly the kind of drift this document exists to prevent, so rather than leave it unrecorded, this adds the category.The rationale is about the category, not the repo
MPL-2.0 is file-level copyleft that triggers on distribution. Software operated behind a network boundary is never distributed, so neither MPL nor plain GPL copyleft is reached — a third party may modify it, run it as a service, and owe nothing back. AGPL §13 is the only clause in the family that closes that gap.
For a language whose programs are autonomous agents, service deployment is the normal case rather than the exception, so Rule 1 would leave its copyleft largely inoperative.
This is a distinct rationale from Rule 3, which is about co-authorship. A project may qualify under either; one is sufficient.
Deliberately narrow
Rule 4 carries a three-part scope test — all must hold:
…plus an explicit instruction not to migrate libraries, tools or specifications here for symmetry. Those stay on Rule 1.
Rule 3a is unaffected and still applies: an owner-only MPL-2.0 component used inside a Rule 4 work keeps its MPL-2.0 header. MPL-2.0's default form (Exhibit A without Exhibit B) remains compatible with combination into an AGPL Larger Work.
Also in this PR
LICENSES/AGPL-3.0-or-later.txt. The estate has referenced AGPL via Rule 3 since at least 2026-06 but never carried its text — so the three Rule 3 repos had a policy pointing at a licence the canonicalLICENSES/directory did not contain.unless Rule 2, Rule 3 or Rule 4 applies).== Three Rulesheading, now four.Not included
I have not touched any repository's headers under this rule beyond 007, and I have not proposed moving any existing Rule 1 repo. If other repos meet the scope test, that is a separate decision per repo.
🤖 Generated with Claude Code