No description
Find a file
zenchantlive 1d25d812b4
Update src/components/graph/dependency-graph-page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-12 23:52:02 -08:00
.beads feat(graph): Implement Graph View with Dagre Layout and Epic Scope (bb-18e) 2026-02-12 23:36:41 -08:00
docs feat(graph): Implement Graph View with Dagre Layout and Epic Scope (bb-18e) 2026-02-12 23:36:41 -08:00
scripts feat(ui): Enhance Graph and Kanban UX (bb-18e) 2026-02-12 23:37:27 -08:00
src Update src/components/graph/dependency-graph-page.tsx 2026-02-12 23:52:02 -08:00
tests Update tests/guards/graph-responsive-contract.test.mjs 2026-02-12 23:49:24 -08:00
tools/guardrails chore: initialize beadboard baseline 2026-02-11 17:42:51 -08:00
.eslintrc.json chore(repo): ignore local beads runtime lock and screenshot artifacts 2026-02-12 23:39:43 -08:00
.gitattributes chore: initialize beadboard baseline 2026-02-11 17:42:51 -08:00
.gitignore chore(repo): ignore local beads runtime lock and screenshot artifacts 2026-02-12 23:39:43 -08:00
AGENTS.md chore: initialize beadboard baseline 2026-02-11 17:42:51 -08:00
LICENSE chore: initialize beadboard baseline 2026-02-11 17:42:51 -08:00
next-env.d.ts Add tracer-bullet Kanban baseline with live issues read path 2026-02-11 17:55:26 -08:00
next.config.ts feat: establish tokenized kanban design foundation 2026-02-11 18:38:51 -08:00
package-lock.json feat(ui): Enhance Graph and Kanban UX (bb-18e) 2026-02-12 23:37:27 -08:00
package.json feat(ui): Enhance Graph and Kanban UX (bb-18e) 2026-02-12 23:37:27 -08:00
postcss.config.js feat: establish tokenized kanban design foundation 2026-02-11 18:38:51 -08:00
README.md chore: initialize beadboard baseline 2026-02-11 17:42:51 -08:00
tailwind.config.ts Persist root UI/tailwind/responsive guard refinements from stash backlog 2026-02-11 21:25:46 -08:00
tsconfig.json chore: initialize beadboard baseline 2026-02-11 17:42:51 -08:00

BeadBoard

Windows-native Beads dashboard built with Next.js 15, React 19, and TypeScript.

Core Rules

  • Read source of truth from .beads/issues.jsonl.
  • Perform all writes through bd.exe.
  • Never write directly to .beads/issues.jsonl.
  • Use Windows-safe path normalization for all project path operations.

Stack

  • Next.js 15 (App Router)
  • React 19
  • TypeScript (strict)

Local Development

  • npm install
  • npm run dev
  • npm run typecheck
  • npm run test

Scope

BeadBoard provides Kanban, dependency graph, timeline, and agent-session views over one or more registered Windows project roots.