Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
claude/adoring-hopper-5x74bqclaude/affectionate-feynman-ykrf1hclaude/architecture-audit-design-wxprenclaude/build-status-update-3MXsfclaude/charming-meitner-mllb5rclaude/compare-gate-gluecron-s4mFQclaude/confident-faraday-tikcwbclaude/continue-work-XMTlIclaude/crontech-gluecron-deploy-7MIECclaude/crontech-platform-setup-SeKfwclaude/design-2026claude/ecstatic-ptolemy-jMdigclaude/enhance-github-integration-QNHdGclaude/fix-aa-loop-issue-PonMQclaude/fix-actions-and-processclaude/fix-desktop-errors-XqoW8claude/fix-red-workflowsclaude/fix-website-access-6FKJNclaude/gatetest-integration-hardeningclaude/github-audit-improvements-bDFr9claude/gluecron-launch-status-FoMRlclaude/hopeful-lamport-olfCTclaude/issue-to-pr-and-protectionsclaude/jolly-heisenberg-2sg1Qclaude/launch-preparation-QmTb6claude/new-session-xk1l7claude/plan-platform-architecture-kkN4yclaude/platform-analysis-roadmap-1nUGLclaude/platform-launch-assessment-8dWV8claude/polish-platform-release-AeDrUclaude/resume-previous-work-KzyLwclaude/review-crontech-handoff-qYEVqclaude/review-project-completeness-lHhS2claude/review-readme-docs-ulqPKclaude/serene-edison-rj87weclaude/setup-multi-repo-dev-BCwNQclaude/ship-fixes-and-tests-Jvz1cclaude/site-audit-competitive-pctlwgclaude/site-migration-vercel-XstpKclaude/standalone-product-repos-XHFTDcopilot/feat-smart-empty-states-keyboard-first-enhancementcopilot/feat-smart-morning-digest-review-context-restorecopilot/fix-and-process-workflowscopilot/update-ai-powered-code-reviewfeat/debt-mapfeat/push-policy-codeowners-hardeningfeat/smart-digest-contextfeat/stage-impactfeat/t1-secret-migrationfeat/u-polishfeat/w-self-hostfeat/w2-claude-configfix/agent-journey-orphan-sweepgatetest/auto-fix-1776586424172gatetest/auto-fix-1776586534814gatetest/auto-fix-1776590685143gatetest/auto-fix-1776590808199mainops/redeploy-retriggerstyle/dxt-cta-themeworktree-agent-a3377aad30d55da26worktree-agent-a7ef607b7ee1d6c74
LICENSE-CHANGE-NOTICE.md3.4 KB · 94 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Gluecron License Change Notice

**Status:** Announced 2026-05-25 · Effective with v1.0 release · Pending counsel review

## What's changing

Gluecron is moving from the **MIT License** to the **GNU Affero General
Public License v3.0 (AGPL-3.0)** effective with the v1.0 release.

The current `LICENSE` file (MIT) continues to apply to every commit up
to the v1.0 cutover. From v1.0 onwards, all new contributions and the
codebase as a whole are licensed under AGPL-3.0.

## Why

### The short answer

The AGPL is the only widely-recognised license that closes the
"network-use loophole." If someone takes Gluecron, modifies it, and runs
it as a service — they must publish their modifications. Other licenses
(MIT, Apache, even GPL) let cloud vendors privatise improvements.

### The strategic answer

Gluecron is built to be the AI-native git platform for the next decade.
We need to ensure:

1. **The platform stays open.** AGPL guarantees every Gluecron
   instance, anywhere, contributes back any modifications it ships
   to its users.

2. **Hyperscale forks return value.** Microsoft, AWS, GCP — if any of
   them fork Gluecron and run it as a managed service, AGPL forces
   them to release their changes. MIT/Apache let them do so without
   contribution.

3. **The community benefits from every deployment.** Whether you run
   Gluecron at home, in an enterprise, or as a SaaS — your improvements
   flow back to the commons.

### What this means for you

- **You can still use Gluecron commercially.** AGPL doesn't restrict
  commercial use. Run it for your company, your customers, your SaaS —
  all permitted.
- **You must share modifications you ship to users.** If you modify
  Gluecron and run that modified version as a network service that
  your users interact with, you must make the modified source code
  available to those users.
- **Private internal modifications are fine without disclosure.**
  AGPL only triggers when your modified version is offered as a
  service to others. Internal-only changes have no disclosure
  requirement.

## What about my existing fork/integration?

Anything you forked or integrated against under the MIT license
**stays MIT-licensed**. You don't have to retroactively re-license
work that was done before the v1.0 cutover.

For integrations against the Gluecron API (Holden Mercer, Crontech,
Cursor, etc.) — the API contract is unchanged. Your integration code
remains under whatever license you originally chose.

## What about Crontech?

Crontech and Gluecron are sister platforms. The AGPL change is
neutral on the Crontech ↔ Gluecron edge-layer relationship — Crontech
acts as a network service in front of Gluecron, not a fork of it. No
AGPL implications for that integration.

## What about contributors?

By submitting a PR to Gluecron after the v1.0 cutover, you agree to
license your contribution under AGPL-3.0. Pre-v1.0 contributions
remain under MIT.

## When does v1.0 ship?

v1.0 is the "platform stability" milestone. We'll cut it once:
- The closed-loop core (spec → code → ship → monitor) is stable
- Agent multiplayer is production-tested at scale
- We have at least one external enterprise customer in production
- Counsel has reviewed the AGPL transition

Target: late 2026 calendar year.

## The single sentence

**Gluecron will be open source forever. AGPL guarantees that
"forever" includes every hyperscale fork of us, not just every
self-host of us.**

— Gluecron team, 2026-05-25