alpha
Login
or
Join now
taurean.bryant.land
/
suede
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
a template starter repo for sveltekit projects
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
suede
/
src
3 folders
3 files
at
6e136f057f2707bd7baeaaa73820d13c6f68b1fc
Claude
chore: fix all Prettier and ESLint lint warnings
6w ago
6e136f05
lib
chore: delete dead Drizzle factory and task schema Remove speculative scaffolding (getDb factory and task table) that has zero callers. When a real query is needed, recreate the module with the queries that use it. Closes #2
1 month ago
routes
chore(routes): replace SvelteKit welcome placeholder with suede description One-line content edit; the SvelteKit default 'Welcome to SvelteKit' page no longer reflects the project's identity. Now reads '<h1>suede</h1><p>a template repo.</p>'. No functional change; the +page.svelte component is otherwise unchanged.
1 month ago
stories
chore: fix all Prettier and ESLint lint warnings - Run prettier --write to fix formatting across 34 files - Remove unused catch bindings in opencode plugins - Remove unused `output` param and `fn` import in stories - Replace triple-slash vitest/config reference with import style - Wire up eslint-plugin-storybook flat/recommended config
1 month ago
app.css
feat: install bits-ui and stylebase, scaffold UI wrappers - pnpm add @taurean/stylebase bits-ui - src/app.css imports stylebase and provides global focus ring - +layout.svelte wires app.css - src/lib/components/ui/Button.svelte and Accordion.svelte are Svelte 5 + bits-ui wrappers (script-only agent territory) - Storybook stories for both wrappers - vitest-browser-svelte smoke tests for both wrappers - .gitignore: worker-configuration.d.ts (wrangler build artifact) Wrapper styling is intentionally minimal — human territory per AGENTS.md. The wrappers render with stylebase defaults; the hybrid strategy (global data-attribute CSS + per-component overrides) is the next step. Refs agent-notes/2026-06-03-02-install-bits-ui-stylebase.md
1 month ago
app.d.ts
init
1 month ago
app.html
init
1 month ago