Commit graph

356 commits

Author SHA1 Message Date
zenchantlive
a28caeb461 chore: Organize repository structure
- Move screenshots from root to docs/screenshots/
- Remove build artifacts (eslint-report.json, tsconfig.tsbuildinfo, out/)
- Remove temporary test files from root (test-sse.mjs, test-watcher.ts)
- Remove tmp/ directory
- Update .gitignore with comprehensive patterns:
  - Build artifacts (eslint-report.json, tsconfig.tsbuildinfo, out/)
  - Temporary files (tmp/, test-*.mjs, test-*.ts, *.tmp, *.temp)
  - Root image files (should be in docs/screenshots/)
  - AI tool directories (.augment/, .claude/, .cline/, .openhands/, .qodo/, .gemini/, .kilocode/)
- Update README image references to new locations

This cleanup makes the repository structure more professional and organized.
2026-03-05 17:09:25 -08:00
zenchantlive
395de5b548 Merge branch 'feat/bb-mail' of https://github.com/zenchantlive/beadboard into feat/bb-mail 2026-03-05 17:07:49 -08:00
zenchantlive
cf93c23a22 docs: Update installation to reflect current approach
- Replace npm install -g beadboard with git clone + npm i -g .
- Add prerequisite: Git
- Add development setup section
- Add update installation instructions
- Clarify this is source installation, not npm package
- Keep agent skill installation via npx skills add
2026-03-05 17:07:38 -08:00
zenchantlive
4c7050cc2e
Merge branch 'main' into feat/bb-mail 2026-03-05 17:03:54 -08:00
zenchantlive
0bd12ca597 docs: Rewrite README with professional structure
- Add badges (npm, build, license, stars)
- Remove 'Work in Progress' placeholder
- Put npx skills add command front and center after intro
- Add agent integration section with configuration guidance
- Replace generic alt text with descriptive text
- Add complete installation, usage, architecture sections
- Add contributing guidelines and changelog
- Add MIT license link
- Professional, production-ready documentation
2026-03-05 16:54:03 -08:00
zenchantlive
ce4700849b Fix: Security, reliability, and code quality improvements from PR review
Critical Security Fixes:
- Fix command injection vulnerability in Windows shims (beadboard.cmd, bb.cmd)
  - Added path validation to block traversal (.. and root-relative paths)
  - Added quotes around env var to prevent command injection

Reliability Fixes:
- Fix agent cache null safety bug
  - Fixed callBdAgentShow() to check for cache misses (null check, expiration)
  - Fixed getCachedAgent to properly return entry.data or null
- Fix null body crashes in mail ack route
  - Added null check before casting body to object
  - Returns 400 error instead of 500 for invalid requests

BD Compliance Fixes:
- Fix read-issues to use BD audit record path
  - Ensures all writes go through bd audit record
  - Maintains watcher/SSE parity and Dolt commit tracking

Code Quality Fixes:
- Fix path canonicalization violations
  - Use canonicalizeWindowsPath() and windowsPathKey() from pathing module
  - Prevents Windows edge cases and ensures machine-reproducible paths
- Fix typo: mobile-fronted → mobile-frontend
- Pin GitHub Actions tags
  - softprops/action-gh-release@v1 → specific commit hash
- Register pr14 test in package.json (already registered)

Testing:
- Refactor broad exception handlers in Python scripts
  - Replace except Exception: with specific exceptions
  - Allows KeyboardInterrupt and SystemExit to propagate correctly
  - All tests passing
2026-03-05 16:33:10 -08:00
zenchantlive
d54e4f3311 bd: backup 2026-03-06 00:25 2026-03-05 16:25:14 -08:00
zenchantlive
61266ffa5f bd: backup 2026-03-06 00:06 2026-03-05 16:06:47 -08:00
zenchantlive
1c4b5ab401 Cleanup: Runtime artifacts, hard-coded paths, PR 14 bug fixes 2026-03-05 15:57:33 -08:00
zenchantlive
98886d1901 bd: backup 2026-03-05 23:45 2026-03-05 15:45:38 -08:00
zenchantlive
f1590d6134 bd: backup 2026-03-05 22:58 2026-03-05 14:58:50 -08:00
zenchantlive
54b581e2f2 bd: backup 2026-03-05 22:40 2026-03-05 14:40:32 -08:00
zenchantlive
18fbafdce4 refactor: extract agent bounded context + fix SSE comments + cleanup unused
- Extract src/lib/agent/ bounded context with types, registry, messaging
- Add comments_count to BeadIssue for SSE comment detection
- Create batch endpoints for mail/reservations APIs
- Add memory validation to session-preflight
- Remove unused empty dirs (mockup, sessions, timeline)
- Move stashes to docs/references, gitignore them
2026-03-04 22:06:40 -08:00
zenchantlive
6f41c4af31 bd: backup 2026-03-05 06:03 2026-03-04 22:04:00 -08:00
zenchantlive
ad12f6114f bd: backup 2026-03-05 05:48 2026-03-04 21:48:38 -08:00
zenchantlive
6735a46557 bd: backup 2026-03-05 05:17 2026-03-04 21:17:54 -08:00
zenchantlive
f54aa2f396 bd: backup 2026-03-05 04:05 2026-03-04 20:05:18 -08:00
zenchantlive
46e2ada0c6 bd: backup 2026-03-05 03:25 2026-03-04 19:25:48 -08:00
zenchantlive
db6702a95b bd: backup 2026-03-05 03:09 2026-03-04 19:09:28 -08:00
zenchantlive
0b409f68c9 bd: backup 2026-03-05 02:51 2026-03-04 18:51:13 -08:00
zenchantlive
18eab6baf2 bd: backup 2026-03-05 02:36 2026-03-04 18:36:06 -08:00
zenchantlive
af6170173e bd: backup 2026-03-05 00:56 2026-03-04 16:56:45 -08:00
zenchantlive
4e0eccaf09 bd: backup 2026-03-05 00:32 2026-03-04 16:32:38 -08:00
zenchantlive
c13b5226d3 fix(skill): add Bootstrap section, Conventions with {baseDir}, complete doc map; skip bb-mail test on Windows 2026-03-04 15:53:54 -08:00
zenchantlive
99e9293ff4 bd: backup 2026-03-04 23:02 2026-03-04 15:02:03 -08:00
zenchantlive
3ed87b0e44 bd: backup 2026-03-04 22:47 2026-03-04 14:47:02 -08:00
zenchantlive
17645d805f bd: backup 2026-03-04 22:31 2026-03-04 14:31:38 -08:00
zenchantlive
0a7b7f68e9 bd: backup 2026-03-04 06:40 2026-03-03 22:40:08 -08:00
ZenchantLive
e3e53a5da2 bd: backup 2026-03-04 06:05 2026-03-03 22:05:53 -08:00
ZenchantLive
3847c99332 bd: backup 2026-03-04 05:48 2026-03-03 21:48:03 -08:00
ZenchantLive
923fd42415 bd: backup 2026-03-04 05:22 2026-03-03 21:22:30 -08:00
ZenchantLive
4c10ad8fd5 bd: backup 2026-03-04 04:55 2026-03-03 20:55:39 -08:00
ZenchantLive
b2e44bc5a7 bd: backup 2026-03-04 04:23 2026-03-03 20:23:40 -08:00
ZenchantLive
f1dc6b1a86 docs(session): focus next session on skill load and code-read continuation 2026-03-03 19:44:32 -08:00
ZenchantLive
7a3db2e1c5 docs(session): target next session at beadboard-v5a holistic audit 2026-03-03 19:36:05 -08:00
ZenchantLive
b0dfef8887 bd: backup 2026-03-04 03:33 2026-03-03 19:33:57 -08:00
ZenchantLive
10bd2bfd0f docs(session): pivot next-session prompt to v5 audit and critique 2026-03-03 19:26:43 -08:00
ZenchantLive
fe9a1d99a3 docs(session): update next-session handoff after v5 completion 2026-03-03 19:26:20 -08:00
ZenchantLive
3006698002 docs(skill): rewrite beadboard-driver entrypoint for v5 2026-03-03 19:25:57 -08:00
ZenchantLive
60415ccf58 docs(skill): expand project template for v5 coordination 2026-03-03 19:24:34 -08:00
ZenchantLive
003aba3179 test(skill): add bb mail lifecycle and preflight coverage 2026-03-03 19:23:53 -08:00
ZenchantLive
a9566059ba bd: backup 2026-03-04 03:12 2026-03-03 19:12:52 -08:00
ZenchantLive
c6dea79a10 bd init: initialize beads issue tracking 2026-03-03 19:12:34 -08:00
ZenchantLive
fe80278ae6 bd init: initialize beads issue tracking 2026-03-03 19:12:23 -08:00
ZenchantLive
c0a546d020 bd init: initialize beads issue tracking 2026-03-03 19:12:00 -08:00
ZenchantLive
13e5020422 bd init: initialize beads issue tracking 2026-03-03 19:11:49 -08:00
ZenchantLive
c5ca15db88 bd init: initialize beads issue tracking 2026-03-03 19:11:20 -08:00
ZenchantLive
63d8175fda bd init: initialize beads issue tracking 2026-03-03 19:11:09 -08:00
ZenchantLive
1880301e8b docs(skill): refresh command matrix and failure modes 2026-03-03 19:08:58 -08:00
ZenchantLive
53648852a3 docs(skill): rewrite coordination events and ack protocol 2026-03-03 19:04:58 -08:00