Commit graph

53 commits

Author SHA1 Message Date
zenchantlive
4e0dcba191
Create Code Custodian agent for code quality management
Added a comprehensive code quality agent named 'Code Custodian' that identifies and fixes issues in the codebase, including test coverage, linting, documentation, and deprecated API usage.
2026-02-14 01:15:12 -08:00
zenchantlive
989b1043c7
Merge pull request #5 from zenchantlive/master
Master
2026-02-14 00:51:35 -08:00
zenchantlive
536786cd52
Merge pull request #3 from zenchantlive/feat/ui-polish-aero-chrome
UI polish: shared hero parity + graph task language cleanup
2026-02-14 00:31:48 -08:00
zenchantlive
2cfaa9b406 chore: migrate lint to eslint flat config and finalize graph card status handling 2026-02-13 12:27:09 -08:00
zenchantlive
a0261f181a ui: rename graph task labels to Unlocks/Blocks 2026-02-13 12:18:35 -08:00
zenchantlive
e6317594b6 ui: unify aero chrome surfaces and shared hero across kanban/graph 2026-02-13 12:17:57 -08:00
zenchantlive
c8d7f8eb0d readme pics 2026-02-13 00:20:44 -08:00
zenchantlive
969ecd5b47 readme 2026-02-13 00:11:58 -08:00
zenchantlive
8a8257d08f
Merge pull request #2 from zenchantlive/master
Core infrastructure: New modules for project scanning, registry management, filesystem watching, and real-time event bus with SSE support

Graph visualization: Complete dependency graph analysis system with layout algorithms, cycle detection, and blocker chain analysis

Issue mutations: Full mutation operation support (create, update, close, reopen, comment) with validation and error classification

Kanban enhancements: Refactored status model with execution checklist, blocked-by tree building, and actionable task identification

Issue editing: New draft editing module with field-level validation and change tracking

BD CLI bridge: Command execution wrapper with timeout support and structured error handling

Multi-project support: Project scope resolution for single vs. aggregate modes with registry-based project management

API endpoints: Complete REST API for projects, mutations, scanning, and real-time events

UI components: New dependency graph page, task card grid, enhanced kanban detail panel, and project scope controls

Styling: Comprehensive design system overhaul with Tailwind CSS v4, Google Fonts integration, and graph visualization styles

Parser improvements: Enhanced dependency parsing with schema flexibility (depends_on_id support, parent-child normalization)

Resilience: File read retry utility for handling transient filesystem errors

Comprehensive test coverage: 30+ new test suites covering all major modules and API routes
2026-02-13 00:09:00 -08:00
zenchantlive
75bf72435d fix(runtime): resolve white-screen parse regressions and harden checklist/realtime keying 2026-02-13 00:07:38 -08:00
zenchantlive
fbe1178e24
Update src/lib/aggregate-read.ts
Co-authored-by: qodo-free-for-open-source-projects[bot] <189517486+qodo-free-for-open-source-projects[bot]@users.noreply.github.com>
2026-02-13 00:01:45 -08:00
zenchantlive
264af1fd3b
Update src/lib/aggregate-read.ts
Co-authored-by: qodo-code-review[bot] <151058649+qodo-code-review[bot]@users.noreply.github.com>
2026-02-13 00:01:34 -08:00
zenchantlive
141ed954bb
Update src/lib/graph-view.ts
Co-authored-by: qodo-free-for-open-source-projects[bot] <189517486+qodo-free-for-open-source-projects[bot]@users.noreply.github.com>
2026-02-13 00:01:24 -08:00
zenchantlive
86a8068584
Update src/lib/graph-view.ts
Co-authored-by: qodo-code-review[bot] <151058649+qodo-code-review[bot]@users.noreply.github.com>
2026-02-13 00:01:11 -08:00
zenchantlive
d49f466fa9
Update src/app/api/events/route.ts
Co-authored-by: qodo-code-review[bot] <151058649+qodo-code-review[bot]@users.noreply.github.com>
2026-02-13 00:00:53 -08:00
zenchantlive
3834a5638c
Update src/lib/graph-view.ts
Co-authored-by: qodo-code-review[bot] <151058649+qodo-code-review[bot]@users.noreply.github.com>
2026-02-13 00:00:29 -08:00
zenchantlive
8def5ae1a3
Update src/app/api/events/route.ts
Co-authored-by: qodo-free-for-open-source-projects[bot] <189517486+qodo-free-for-open-source-projects[bot]@users.noreply.github.com>
2026-02-13 00:00:14 -08:00
zenchantlive
ec3bfa03ef
Update src/lib/graph-view.ts
Co-authored-by: qodo-free-for-open-source-projects[bot] <189517486+qodo-free-for-open-source-projects[bot]@users.noreply.github.com>
2026-02-12 23:59:52 -08:00
zenchantlive
422453c155 Merge branch 'master' of https://github.com/zenchantlive/beadboard 2026-02-12 23:57:23 -08:00
zenchantlive
6e1b20e961 docs: Rewrite README with strong feature highlights and multi-project capabilities (bb-18e) 2026-02-12 23:57:20 -08:00
zenchantlive
34171b91eb
Update .beads/issues.jsonl
Co-authored-by: qodo-free-for-open-source-projects[bot] <189517486+qodo-free-for-open-source-projects[bot]@users.noreply.github.com>
2026-02-12 23:54:23 -08:00
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
zenchantlive
63ff7ef65c
Update src/components/graph/epic-chip-strip.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-12 23:51:54 -08:00
zenchantlive
32a08ac35a
Merge pull request #1 from zenchantlive/feat/bb-18e-3-direction-hints
Graph clarity: add plain directional dependency hints
2026-02-12 23:49:35 -08:00
zenchantlive
3795cf1991
Update tests/guards/graph-responsive-contract.test.mjs
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-12 23:49:24 -08:00
zenchantlive
c0d61354ed
Update src/components/graph/graph-section.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-12 23:49:16 -08:00
zenchantlive
2d74fed039 test(graph): add directional hint contract in graph legend 2026-02-12 23:46:39 -08:00
zenchantlive
65b59a11f7 chore(repo): ignore local beads runtime lock and screenshot artifacts 2026-02-12 23:39:43 -08:00
zenchantlive
e1f3d48f6e feat(ui): Enhance Graph and Kanban UX (bb-18e)
- feat(kanban): Add progressive disclosure to task details drawer
- feat(kanban): Fix title layout on mobile (remove flex-row constraint)
- feat(kanban): Add bead count and metadata to epics
- style(globals): Add status color tokens and refined scrollbars
- deps: Add dagre for true DAG layout in graph view
- chore: Update capture scripts
2026-02-12 23:37:27 -08:00
zenchantlive
8490cb1d8c feat(graph): Implement Graph View with Dagre Layout and Epic Scope (bb-18e) 2026-02-12 23:36:41 -08:00
zenchantlive
7ab23448f0 Archive stash backlogs into repo docs for traceable recovery 2026-02-11 21:29:20 -08:00
zenchantlive
3bc64dd9e0 Merge feat/registry-api into master with unified test script 2026-02-11 21:28:55 -08:00
zenchantlive
48009e2d4f Fix scanner Dirent typing after branch consolidation 2026-02-11 21:28:06 -08:00
zenchantlive
89876b1862 Preserve recovered design-plan doc and ignore local beads lock artifact 2026-02-11 21:27:01 -08:00
zenchantlive
e599640d3b Persist root UI/tailwind/responsive guard refinements from stash backlog 2026-02-11 21:25:46 -08:00
zenchantlive
b4cb09a6cc Merge main into master and unify realtime + project-context test matrix 2026-02-11 21:06:38 -08:00
zenchantlive
3f2ae384f5 Add realtime watcher+SSE transport with tests and lock-retry read path 2026-02-11 21:05:27 -08:00
zenchantlive
89a9941d88 Merge bb-6aj-3-scanner 2026-02-11 21:00:28 -08:00
zenchantlive
50d3833766 feat: add project scanner with full-drive mode 2026-02-11 20:41:39 -08:00
zenchantlive
c836be46cf feat: add Windows project registry API and persistence 2026-02-11 20:35:36 -08:00
zenchantlive
cc616c1543 Add optimistic writeback flow with kanban drag-drop transitions 2026-02-11 19:59:55 -08:00
zenchantlive
2c80265258 Add bd exec bridge and mutation API routes with tests 2026-02-11 19:46:02 -08:00
zenchantlive
fb3f6c3e55 feat: attach project context to read issues 2026-02-11 19:44:55 -08:00
zenchantlive
0b127b5404 feat: add project context model 2026-02-11 19:44:47 -08:00
zenchantlive
0e3815ac3c docs: add project context model design 2026-02-11 19:38:19 -08:00
zenchantlive
75cc86e259 feat: harden kanban responsiveness and visual system 2026-02-11 19:01:34 -08:00
zenchantlive
ce2010fd92 feat: establish tokenized kanban design foundation 2026-02-11 18:38:51 -08:00
zenchantlive
d82452b89c merge: bring feat/kanban-baseline into master 2026-02-11 18:25:29 -08:00
zenchantlive
bbf20d3162 Remove unused duplicate kanban board client component 2026-02-11 17:56:05 -08:00
zenchantlive
c09420dc68 Add tracer-bullet Kanban baseline with live issues read path 2026-02-11 17:55:26 -08:00