LEXCEPTIO/mike
LEXCEPTIO/mike: AGPL relicensing and TypeScript config modernization
Two changes visible so far. The fork declared AGPL-3.0-only in both lockfiles - a license assertion with real downstream implications for forks under more permissive terms. Separately, the backend TypeScript config moved to moduleResolution: "bundler" and bumped ignoreDeprecations to "6.0", aligning the compile setup with modern bundler toolchains.
Neither change touches application logic, but the license move is the one that warrants attention before pulling anything from this fork.
What's in it
- AGPL-3.0-only licensing LEXCEPTIO has relicensed the fork under AGPL-3.0-only, a strong copyleft choice that extends obligations to network-deployed use.
- Backend build modernization Early groundwork updating how the backend's TypeScript build resolves modules, aligning it with how modern bundlers behave.
Direction
infrastructure
Activity
Threads of work (detailed view)
LEXCEPTIO quietly flags its fork as AGPL
A one-line licensing change that downstream forks need to read before they pull anything from LEXCEPTIO.
LEXCEPTIO declares AGPL-3.0-only in lockfiles
A commit mislabeled "update dependencies" adds a single `"license": "AGPL-3.0-only"` field to both lockfiles. The fork is asserting its license - and that assertion has downstream consequences for anyone pulling from it.