{"id":51861657,"url":"https://github.com/juninmd/vibe-kanban","last_synced_at":"2026-07-24T08:02:38.312Z","repository":{"id":338699406,"uuid":"1158760184","full_name":"juninmd/vibe-kanban","owner":"juninmd","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-21T16:02:54.000Z","size":39580,"stargazers_count":0,"open_issues_count":19,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-07-23T10:18:11.482Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/juninmd.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":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-15T21:46:01.000Z","updated_at":"2026-07-21T16:04:50.000Z","dependencies_parsed_at":"2026-04-29T03:04:11.300Z","dependency_job_id":null,"html_url":"https://github.com/juninmd/vibe-kanban","commit_stats":null,"previous_names":["juninmd/vibe-kanban"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juninmd/vibe-kanban","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juninmd%2Fvibe-kanban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juninmd%2Fvibe-kanban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juninmd%2Fvibe-kanban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juninmd%2Fvibe-kanban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juninmd","download_url":"https://codeload.github.com/juninmd/vibe-kanban/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juninmd%2Fvibe-kanban/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35832970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-24T02:00:07.870Z","response_time":62,"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-24T08:02:37.514Z","updated_at":"2026-07-24T08:02:38.300Z","avatar_url":"https://github.com/juninmd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📋 Vibe Kanban\n\n![Status: Active](https://img.shields.io/badge/Status-Active-brightgreen.svg)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.x-3178C6?logo=typescript)](https://www.typescriptlang.org/)\n[![Three.js](https://img.shields.io/badge/Three.js-0.160.0-black?logo=threedotjs)](https://threejs.org/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\u003e A modern, high-performance Kanban board with 3D visualization, CLI integration, and built-in automation using TypeScript and SQLite.\n\n## ✨ Features\n\n- **3D Visualization**: Explore your tasks in an immersive 3D environment powered by Three.js.\n- **CLI-First**: Powerful command-line interface (`vibe`) for rapid task management and orchestration.\n- **Embedded Database**: Fast and reliable persistence with SQLite (via `better-sqlite3`).\n- **Playwright Testing**: Robust E2E tests for both UI and orchestration logic.\n- **Kind/K8s Ready**: Scripts included for local Kubernetes development.\n\n## 🛠️ Tech Stack\n\n- **Runtime**: Node.js (TypeScript)\n- **Database**: SQLite\n- **3D Engine**: Three.js\n- **CLI Framework**: Commander.js\n- **Testing**: Node.js Native Test Runner + Playwright\n\n## 🚀 Getting Started\n\n```bash\n# Install dependencies\npnpm install\n\n# Run tests\npnpm test:all\n\n# Start the server\npnpm start\n\n# Use the CLI\nnode dist/cli/vibe.js --help\n```\n\n## OpenCode on Windows\n\nSet an explicit OpenCode executable path when the global `opencode` command is not available in your shell. `OPENCODE_PATH` takes priority, then `opencodePath` in `vibe_config.json`, then the normal PATH lookup.\n\n```powershell\nsetx OPENCODE_PATH \"c:\\Users\\jr_ac\\AppData\\Local\\OpenCode\\opencode-cli.exe\"\n```\n\n```json\n{\n  \"opencodePath\": \"C:/Users/jr_ac/AppData/Local/OpenCode/opencode-cli.exe\"\n}\n```\n\nTo run the concrete `juninmd/cobaia` build scenario through the API, create a feature task that points at the full GitHub URL:\n\n```powershell\ncurl.exe -X POST http://localhost:5174/api/tasks ^\n  -H \"Content-Type: application/json\" ^\n  -d \"{\\\"title\\\":\\\"Create hello world file\\\",\\\"category\\\":\\\"feature\\\",\\\"priority\\\":\\\"media\\\",\\\"githubRepo\\\":\\\"https://github.com/juninmd/cobaia\\\",\\\"description\\\":\\\"Create a JavaScript hello world file named hello.js that logs Hello, world!\\\"}\"\n```\n\nExpected artifact: the task worktree for `juninmd/cobaia` should contain `hello.js` with a JavaScript hello-world log statement after OpenCode finishes.\n\n## 🛡️ Antigravity Protocol\n\nThis project adheres to the **Antigravity** engineering standards:\n\n- **Modular CLI**: Command logic is isolated for high testability.\n- **Strict Typing**: TypeScript is enforced across all domain and integration layers.\n- **150-Line Limit**: Mandatory for keeping the 3D and orchestration logic manageable.\n\n---\n\n\u003e Regra: este projeto não deve introduzir drivers fictícios (MockDriver, stubs, fakes etc.). Se a CLI/API não estiver instalada ou configurada, o comportamento esperado é falhar de forma explícita ou pular os testes, nunca simular a ferramenta.\n\n## Gestão de demandas remotas (SaaS)\n\nNovos endpoints para acelerar operação como plataforma SaaS:\n\n- `GET /api/tooling/landscape`: inventário automático de CLIs/APIs detectadas, modelos disponíveis e status de integração GitHub/GitLab.\n- `POST /api/demands/intake`: enriquece uma demanda com plano de execução remoto, requisitos de negócio e critérios de aceite para PR/MR.\n\nExemplo rápido:\n\n```bash\ncurl -X POST http://localhost:5174/api/demands/intake \\\n  -H 'Content-Type: application/json' \\\n  -d '{\"title\":\"Escalar operação multi-tenant\",\"description\":\"Entregas com foco em segurança\",\"repoUrl\":\"https://gitlab.com/acme/platform\"}'\n```\n\n## Próximos passos sugeridos\n\n1. [x] Persistência em banco (SQLite).\n2. [x] Limpeza de tarefas concluídas.\n3. [x] Execução real de agentes via CLIs/SDKs (sem drivers de simulação).\n4. WebSocket para atualizações em tempo real multiusuário (atualmente usa SSE).\n5. Simulação de movimento no espaço 3D com animação por pathfinding (atualmente interpolação simples).\n6. [x] Integração com backlog externo (GitHub/Jira/Linear).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuninmd%2Fvibe-kanban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuninmd%2Fvibe-kanban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuninmd%2Fvibe-kanban/lists"}