Commit graph

33 commits

Author SHA1 Message Date
zenchantlive
cd4f2ba9cf
Revise installation section in README.md
Updated installation instructions and prerequisites for BeadBoard, including new commands and clarification on the beadboard-driver skill.
2026-03-27 18:35:24 -07:00
zenchantlive
2125431ab8 chore: swap Discord for GitHub Discussions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 00:48:04 -05:00
zenchantlive
f29c0e3cba feat: add CONTRIBUTING.md, GitHub Issue templates, contrib:open label convention
CONTRIBUTING.md:
- Two tracks: humans (GitHub flow) and agents (beadboard-driver + bd)
- Copy-pasteable agent instructions for quick setup
- PR size guidelines (under 100 lines preferred, 200+ needs issue first)
- Quality gates, claim workflow, professional conduct expectations
- beadboard-driver and bd setup for agent contributors

GitHub Issue templates:
- Bug report: structured fields (steps, platform, Dolt status, versions)
- Feature request: problem/proposal/area, opt-in to implement
- Config: links to Discord and contrib:open issue filter

contrib:open labels:
- Tagged 4 orchestrator beads for community contribution
- Left session race condition (beadboard-4v7) as internal

README:
- Updated banner to link to CONTRIBUTING.md
- Updated Contributing section with Discord link and contrib:open workflow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 00:23:05 -05:00
zenchantlive
4bc24bc160
Merge branch 'main' into docs/cleanup-junk-files 2026-03-24 21:30:12 -05:00
zenchantlive
4c9a1786db
Fix formatting and clarify installation instructions 2026-03-24 21:24:06 -05:00
zenchantlive
078acd6b57 docs: comprehensive README rewrite — keep everything good, fix dupes, add missing pieces
Starting from Jordan's edited version on main:
- Fixed 3 duplicate sections (Quick Start, Add to Agent, Install)
- Fixed broken markdown (unclosed code block)
- Fixed orchestrator banner typos
- Added full bb CLI commands (agent register/send/inbox/reserve/release, daemon tui)
- Added work reservation system with liveness-aware conflict resolution
- Added templates (feature-dev, bug-fix, full-squad, greenfield, etc.)
- Added capability-gated agent types
- Added bb-pi orchestrator section with honest WIP status
- Added Dolt section framed as recommended
- Added cross-platform support
- Added human-sounding agent instructions
- Added emojis for section scanning
- Updated architecture diagram to show bb CLI layer
- Described beadboard-driver as 9-step operating contract

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 21:10:39 -05:00
zenchantlive
5537e22174 docs: sharpen README — lead with the problem, frame Dolt as recommended
- Hero screenshot + "who's watching your agents" hook at top
- Dolt promoted from optional footnote to recommended with install commands
- bb-pi section leads with vision before construction status
- Agent-first framing moved higher
- Trimmed to 248 lines, no duplicates, no filler

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 20:37:32 -05:00
zenchantlive
fabd748833 docs: rewrite README + add under-construction banner to orchestrator panel
README.md:
- Remove duplicate sections, stale info, and broken markdown
- Add bb-pi orchestrator section with honest WIP status and known issues
- Clarify bd vs bb/beadboard CLI distinction
- Add cross-platform support section (Windows, macOS, Linux)
- Note Dolt as optional, document JSONL fallback
- Reference Pi SDK and community tools listing

orchestrator-panel.tsx:
- Add amber "Under construction" banner with link to track progress
- Visible on every orchestrator panel render

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 20:33:15 -05:00
zenchantlive
e96eccf6c5
Update README.md 2026-03-24 19:14:52 -05:00
zenchantlive
7e2a0deb62
Update README with current status of Orchastrator 2026-03-24 19:11:48 -05:00
zenchantlive
523fe6e354
Correct capitalization in README status message 2026-03-24 17:55:34 -05:00
zenchantlive
3b5b015586
Add temporary notice about ongoing fixes 2026-03-24 17:55:05 -05:00
zenchantlive
b3956b31ce
Revise BeadBoard integration section
Updated BeadBoard integration instructions in README.
2026-03-05 17:53:30 -08:00
zenchantlive
09f407e3db
Update README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-05 17:40:49 -08:00
zenchantlive
457d819204 docs: update README to reflect no npm publish yet
- Remove npm version badge (not published)
- Update installation instructions to clone + npm install -g .
- Add note that BeadBoard is not on npm yet
2026-03-05 17:38:10 -08:00
zenchantlive
e594bc4244 chore: Repository cleanup and honest installation
- Move screenshots to docs/screenshots/
- Remove build artifacts (eslint-report.json, tsconfig.tsbuildinfo, out/)
- Remove temporary test files from root
- Update .gitignore with comprehensive patterns
- Update README with honest git clone installation
- Professional repository structure
2026-03-05 17:16:43 -08:00
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
4c2ae2e5b7 launcher: add start --dolt and startup guidance 2026-03-03 16:19:01 -08:00
ZenchantLive
6fbd6329b4 docs(ci): finalize global install runtime docs and smoke coverage 2026-03-02 20:46:18 -08:00
zenchantlive
c246ceaf21 feat(ux): consolidate Launch Swarm + telemetry UX with minimized strip
- Removed broken LaunchSwarmDialog (formula-based) from TopBar/LeftPanel
- All Rocket buttons (TopBar, LeftPanel, DAG nodes, social cards) now open
  AssignmentPanel (archetype-based) which actually works
- Every Rocket clears taskId first so assignMode && !taskId condition passes
- Conversation button priority: taskId always shows conversation, not assign panel
- Added TelemetryStrip: minimized right sidebar with status dots when non-telemetry
  panel (conversation/assignment) is active
- Live feed has minimize button → restores last taskId or assignMode
- DAG nodes: Signal icon → restores telemetry feed
- Social button on DAG nodes: single router.push to avoid race (setView + setTaskId)
- Fixed social card message button: opens right panel with drawer:closed (no popup)

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-01 18:17:58 -08:00
zenchantlive
f5303d2eb2
Replace image in README
Updated the image in the README to a new source.
2026-02-26 19:17:05 -08:00
zenchantlive
83f5f3d2bb
Revise README formatting and image links
Updated images and formatting in the README.
2026-02-26 19:15:07 -08:00
zenchantlive
8c562782db
Update README.md 2026-02-26 11:32:03 -08:00
zenchantlive
e86e0c98c7
Add work in progress notice to README 2026-02-26 10:56:11 -08:00
Warp
4251bd144b docs: document Agent Sessions Hub, Timeline, and API endpoints
Add comprehensive documentation for recent feature additions:

- Agent Sessions Hub (/sessions): Epic-grouped task feed, cross-agent
  communication, productivity metrics, and derived activity engine
- Timeline feature (/timeline): Real-time chronological activity feed
- Complete API reference for all endpoints including agent coordination,
  sessions management, activity streaming, and bead operations

Updated README.md with new feature sections and links.

Covers commits from the last 5 days including:
- feat(skills): beadboard-driver skill (1ae7efb)
- feat(observability): timeline and agent productivity APIs (bfe4f85)
- feat(ui): Social-Dense Agent Sessions Hub (f3558dc)
- feat(logic): derived-activity engine and agent-session protocols (ab05195)

Co-Authored-By: Warp <agent@warp.dev>
2026-02-16 06:00:47 +00: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
6e1b20e961 docs: Rewrite README with strong feature highlights and multi-project capabilities (bb-18e) 2026-02-12 23:57:20 -08:00
zenchantlive
292a72f861 chore: initialize beadboard baseline 2026-02-11 17:42:51 -08:00