-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Jake Uskoski edited this page Jun 26, 2026
·
1 revision
🔄 Auto-generated mirror. Canonical source:
contributing/README.md. Edit there — changes here are overwritten by CI.
This directory is the repository's own engineering guide — how to work on
Display Case. It is deliberately separate from ../docs/, which is
the product documentation (how to use Display Case to showcase your own
components).
Start with the root AGENTS.md for the high-level map; the files here are the detail.
- coding-best-practices.md — TypeScript conventions, module/CLI structure, the central render-purity / SSR-determinism rule, case-authoring rules, design-token vocabulary, import boundaries.
-
testing-best-practices.md — the test layers
(
bun test, the Playwrighte2e/chrome suite,display-case check), e2e locator discipline, the no-sleep rule, isolation. -
linting-best-practices.md — the gate (Biome +
tsc+ the staticdisplay-casechecks), how it's wired into git hooks, and per-check escape hatches. -
releasing.md — how versions and npm publishes happen
(Changesets, publish-on-merge to
main), the per-PR changeset requirement, and the OIDC /NPM_TOKEN/ package-name setup.
-
worktree-safe-execution.md — why and how
Display Case runs cleanly inside an isolated
git worktree, and thenode_modulessetup a fresh worktree needs.
- NOTES.md — non-obvious decisions, debugging notes, and architectural context, newest first. Maintain it as you discover things.
- openspec/specs/ — the behavior spec, split into discrete per-capability files (see openspec/specs/README.md).
-
openspec/changes/ — proposed and archived changes
(each with
proposal.md,design.md,tasks.md, and spec deltas). The archive is the full design history of the tool. - openspec/config.yaml — domain, capability map, vocabulary, and non-negotiable rules (the authoritative spec context).
The OpenSpec workflow (/openspec:propose → apply → archive) is described in
AGENTS.md; the commands live in
../.claude/commands/opsx/ and the matching skills in ../.claude/skills/.
Auto-generated mirror of the Display Case docs. Edit the repo, not the wiki.
Product documentation
- AI Agents
- CLI
- Configuration
- Documentation Panel
- Examples
- Hierarchy
- Quick Start
- Style Engines
- Testing
- Theming
- Tweaks
- Writing Cases
- Writing Placard Docs
Contributing (engineering)