feat: cerveau viewer UI redesign + marketplace v0.34.0#125
Merged
Conversation
- Fix all CSS variables (--bg-* to --color-bg-*, --text-* to --color-text-*, --border-* to --color-border-*) - Use card pattern for overview, rules, protocol, and packages - Sidebar: secondary background, active indicator with left border - Layout: bordered container with rounded corners and margin - Tags: bordered pills matching site badge style - File browser: secondary background tree panel, monospace code viewer - Rules: active/inactive with strikethrough for disabled rules - Packages: card grid with header/body separation - Remove redundant brain name heading (already in sidebar) Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
- Overview cards use 2-column grid instead of auto-fill - listFiles follows symlinks with Deno.stat to correctly detect symlinked directories (e.g. templates -> protocol dir) Co-Authored-By: Claude <noreply@anthropic.com>
- Add recursive listTree() to cerveau reader and /api/cerveau/tree endpoint — loads entire directory tree in one call - File browser now instant: no API calls on expand/collapse - Remove redundant "Brains" header from HTML (breadcrumb covers it) - Overview cards use fixed 2-column grid Co-Authored-By: Claude <noreply@anthropic.com>
- Add "Local Dev" tab showing full local-dev.md with rendered markdown - Add eye/preview toggle on .md files in file browser (Raw/Preview) - Pre-load full directory tree via /api/cerveau/tree endpoint — expand and collapse is instant with no API calls - Markdown rendered using vendored marked.js library Co-Authored-By: Claude <noreply@anthropic.com>
- Search packages by name, description, or tags - Filter by type (workflow, practice, stack, agent) - Show installation status per brain (active vs inactive badges) - Package count display - Real-time filtering on input Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Powered by MDPlanner.dev X Cerveau.dev