{"id":51321025,"url":"https://github.com/reeceyang/bleebo-code","last_synced_at":"2026-07-01T13:32:17.438Z","repository":{"id":364657400,"uuid":"1222127794","full_name":"reeceyang/bleebo-code","owner":"reeceyang","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-13T23:08:14.000Z","size":12,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T00:15:53.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reeceyang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-27T04:21:01.000Z","updated_at":"2026-06-13T22:21:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/reeceyang/bleebo-code","commit_stats":null,"previous_names":["reeceyang/bleebo-code"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/reeceyang/bleebo-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeceyang%2Fbleebo-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeceyang%2Fbleebo-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeceyang%2Fbleebo-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeceyang%2Fbleebo-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reeceyang","download_url":"https://codeload.github.com/reeceyang/bleebo-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeceyang%2Fbleebo-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35009270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-01T13:32:16.723Z","updated_at":"2026-07-01T13:32:17.433Z","avatar_url":"https://github.com/reeceyang.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n   ____     _     U _____ uU _____ u   ____     U  ___ u       ____   U  ___ u  ____  U _____ u \nU | __\")u  |\"|    \\| ___\"|/\\| ___\"|/U | __\")u    \\/\"_ \\/    U /\"___|   \\/\"_ \\/ |  _\"\\ \\| ___\"|/ \n \\|  _ \\/U | | u   |  _|\"   |  _|\"   \\|  _ \\/    | | | |    \\| | u     | | | |/| | | | |  _|\"   \n  | |_) | \\| |/__  | |___   | |___    | |_) |.-,_| |_| |     | |/__.-,_| |_| |U| |_| |\\| |___   \n  |____/   |_____| |_____|  |_____|   |____/  \\_)-\\___/       \\____|\\_)-\\___/  |____/ u|_____|  \n _|| \\\\_   //  \\\\  \u003c\u003c   \u003e\u003e  \u003c\u003c   \u003e\u003e  _|| \\\\_       \\\\        _// \\\\      \\\\     |||_   \u003c\u003c   \u003e\u003e  \n(__) (__) (_\")(\"_)(__) (__)(__) (__)(__) (__)     (__)      (__)(__)    (__)   (__)_) (__) (__) \n```\n\n# Bleebo Code\n*agent orchestrator built on jj*\n\na set of tui mini-apps and a server that automates zellij to display them\n\nworkspace browser:\n- manage workspaces\n- create workspaces from main (or any change)\n- select a workspace to set it as the active workspace\n- implementation:\n  - read config from some file\n  - when creating a new workspace, \n    - ask for slug and create a new folder in configured directory\n    - zellij create new tab in directory, set the layout, and switch to tab\n    - write to state file tab corresponding to workspace\n  - indicate what workspace corresponds to the current working directory\n  - to switch workspaces,\n    - switch to tab corresponding to workspace\n    - if the tab doesn't exist, recreate it\n  - watch the state file and rerender if it changes\n  - to delete workspace\n    - update state file\n    - delete directory (hopefully the process keeps running)\n    - close tabs\n\nfile browser:\n- browse files in a workspace\n- should show directories/files with changes\n- i'm sure there's already a tui tool for this, but the main useful feature for me would be to copy file paths quickly\n- maybe this could be a plugin\n- maybe this could be nvim...\n\nterminal panes\n- terminal in the active workspace\n\nterminal pane selector\n- like zellij's default tab bar, but only shows terminal panes in the current workspace \n- idk if this is even necessary tbh. maybe we just run zellij inside zellij lmao\n\ndiff viewer\n- view the current changed files and review the diff against main (or any change)\n- a little bit unsure about this one, bc you could just run jj diff in a terminal\n- this could just be 2 zellij run panes with jj diff and jj st\n\njj log\n- set the base branch\n- manage prs\n- shortcuts for editing changes, new change, squashing, describing\n- maybe rebasing and updating stale workspace (could also go in the workspace browser)\n\n~~server~~\n- receives active workspace selection from workspace browser\n  - on change, runs zellij cli commands to update panes in the active session.\n  - maybe it could be even simpler, where 1 tab = 1 workspace, and we just switch tabs\n  - do we even need a server? the workspace browser app can just run the zellij commands itself\n  - creating a new workspace opens a new tab with a new layout\n  - workspace browser persists the active selection state to a shared file on disk\n\ndesign principles\n- let zellij handle all the hard work. we should try to do as little zellij automation as possible to keep things simple\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freeceyang%2Fbleebo-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freeceyang%2Fbleebo-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freeceyang%2Fbleebo-code/lists"}