comparison .claude/skills/zenbu-bazel-c/SKILL.md @ 251:117c4d53c9a4

[ui] Add HTML-first Web Component system Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 09:14:57 -0700
parents b8b6e726964a
children 5ec271d612ae
comparison
equal deleted inserted replaced
250:745fd127b2a1 251:117c4d53c9a4
19 - `hg-web`: Mercurial repository browser served by a C backend. 19 - `hg-web`: Mercurial repository browser served by a C backend.
20 - `markdown_converter`: markdown-to-HTML C/WASM converter. 20 - `markdown_converter`: markdown-to-HTML C/WASM converter.
21 - `deita`: SQLite wrapper library. 21 - `deita`: SQLite wrapper library.
22 - `s3`: S3 presigned upload helper. 22 - `s3`: S3 presigned upload helper.
23 - `gui_ze`: Bazel macros for bundling/copying web assets. 23 - `gui_ze`: Bazel macros for bundling/copying web assets.
24 - `design_system`: light-DOM Web Components, shared CSS tokens, and a Seobeo
25 component catalog.
24 26
25 Avoid broad searches in `third_party/`, Bazel output directories, virtualenvs, `node_modules`, and generated bundles unless the task specifically requires them. 27 Avoid broad searches in `third_party/`, Bazel output directories, virtualenvs, `node_modules`, and generated bundles unless the task specifically requires them.
26 28
27 ## Build and test commands 29 ## Build and test commands
28 30