Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Commita1be1e1unknown_key

polish(repo): wikis + deps tsc fix

polish(repo): wikis + deps tsc fix

Wikis: 2026 hero + page-list cards + polished editor (.wiki-*).

Deps: fix TS2367 — vulnCount declared as 'const 0' literal type made
TS reject the > 0 / === 1 comparisons. Widened to number. (Polish
landed in ce3b805; this is the type-safety follow-up.)
Claude committed on May 25, 2026Parent: 54eab24
2 files changed+890202a1be1e1f2e50567feffa09432847ea2541d85d87
2 changed files+890−202
Modifiedsrc/routes/deps.tsx+1−1View fileUnifiedSplit
584584 // Vulnerability + license fields are not persisted yet —
585585 // surface neutral placeholders so the visual treatment
586586 // is consistent when those columns land later.
587 const vulnCount = 0;
587 const vulnCount: number = 0;
588588 const license: string | null = null;
589589 return (
590590 <div class="deps-card">
Modifiedsrc/routes/wikis.tsx+889−201View fileUnifiedSplit
Large file (1,195 lines). Load full file