Dashboard
Total Projects
33
33 active
Commits (30d)
210
Total Stars
3
Avg. Health
17
Merge pull request #26 from tansuasici/fix/doc-consistency-and-script-hardening fix: resolve doc inconsistencies and harden scripts
about 7 hours ago
fix: resolve doc inconsistencies, add project overlay dirs, harden scripts - Add missing agent_docs/project/ and .claude/hooks/project/ directories - Update CODEBASE_MAP.md with dead-code-remover, ge
about 7 hours ago
fix: disable default Leaflet zoom controls to prevent overlap The default +/- zoom controls were overlapping with the Search toggle button when the Explorer panel was closed. Custom zoom controls on
3 days ago
feat: map page full-height dashboard + switch to Geist Sans Map page: - Full-height layout (100vh minus navbar) with map as hero - Floating glassmorphic sidebar panel (open/close toggle) - Pill-shape
3 days ago
feat: editorial cartographic redesign + new features Design: - Add DM Serif Display for headings (editorial cartographic aesthetic) - Custom warm indigo/slate color palette (oklch-based) - Subtle gri
3 days ago
feat: redesign UI with pure shadcn/ui components - Replace custom CSS (hero-mesh, glow-card, gradient-border, etc.) with shadcn Card, Button, Badge, Tabs, Separator, Input - Switch font from DM Sans
3 days ago
Fix ChatGPT weekly usage always showing 100% OpenAI's wham/usage API returns used_percent on a 0-100 scale. The heuristic (used > 1 ? used/100 : used) misinterpreted the value 1 (meaning 1%) as 1.0 o
3 days ago
Merge pull request #24 from tansuasici/release-please--branches--main chore(main): release 1.3.0
4 days ago
feat: add 17 skills, dead-code-remover agent, auto-detect, enhanced hooks, gen-skill-docs (#25) * feat: add 10 audit skills, dead-code-remover agent, auto-detect template, and enhanced hooks - Add 1
4 days ago
fix: strip source YAML frontmatter + add rootDir for image resolution - frontmatter.ts: properly detect and remove source YAML frontmatter block before passing content to remark pipeline. Fixes SKI
6 days ago
fix: resolve 32 review findings across shell scripts, hooks, docs, and CI (#23) * fix: resolve 32 review findings across shell scripts, hooks, docs, and CI Comprehensive fix pass covering BSD/macOS
6 days ago
Fix ChatGPT usage stuck on "Loading usage..." and add timeout safety nets - Prevent startAutoRefresh() from running multiple times on each popover open - Skip loading spinner when refreshing with exi
6 days ago