LEXCEPTIO/mike

LEXCEPTIO/mike: AGPL relicensing and TypeScript config modernization

LEXCEPTIO has made minimal changes from upstream: a license declaration (AGPL-3.0-only in lockfiles) and a TypeScript compiler config update. Low commit volume. The license change is the only signal worth tracking for evaluators considering upstream pulls.

View on GitHub →

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

Direction

infrastructure

Activity

Themed changes and pull requests touching this fork, newest first. Themed changes that haven't been turned into a public post yet still appear — they're real work even without a published writeup.

📝 Backend tsconfig: bundler resolution and TS 6.0 deprecation gate 1 commit 2mo ago minor change

Threads of work (detailed view)

2 threads have been distilled into posts.

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.