{"id":34599175,"url":"https://github.com/flyingrobots/hubless","last_synced_at":"2026-04-22T06:43:55.586Z","repository":{"id":315750518,"uuid":"1059763831","full_name":"flyingrobots/hubless","owner":"flyingrobots","description":"Git-native, auditable project flow. Issues, Kanban, and execution in your repo. No hub; just Git.","archived":false,"fork":false,"pushed_at":"2025-09-20T13:51:11.000Z","size":204,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-20T14:40:35.320Z","etag":null,"topics":["ci-cd","cli","crdt","developer-experience","devtools","event-sourcing","git","issue-tracker","kanban","tasks","tui","workflow"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flyingrobots.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-09-18T23:07:52.000Z","updated_at":"2025-09-20T12:49:44.000Z","dependencies_parsed_at":"2025-09-20T14:40:37.815Z","dependency_job_id":"17f995d7-c777-416c-9f03-6a8c9ca9d7b4","html_url":"https://github.com/flyingrobots/hubless","commit_stats":null,"previous_names":["flyingrobots/hubless"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/flyingrobots/hubless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingrobots%2Fhubless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingrobots%2Fhubless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingrobots%2Fhubless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingrobots%2Fhubless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flyingrobots","download_url":"https://codeload.github.com/flyingrobots/hubless/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingrobots%2Fhubless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28002250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"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":["ci-cd","cli","crdt","developer-experience","devtools","event-sourcing","git","issue-tracker","kanban","tasks","tui","workflow"],"created_at":"2025-12-24T12:07:38.449Z","updated_at":"2025-12-24T12:07:53.019Z","avatar_url":"https://github.com/flyingrobots.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hubless\n\nHubless is a terminal-native, Git-backed work tracker. It treats issues, pull requests, and boards as append-only event streams under `refs/hubless/**`, then presents them through a Charmbracelet-powered TUI and CLI. This repository houses the specs, tooling, and implementation that turn Git repositories into fully auditable planning systems.\n\n## Getting Started\n\n\u003e **Status:** Early development. Specs are in place; implementation is in progress.\n\n### Prerequisites\n- Go 1.22+\n- Git 2.30+\n- Optional: [gh](https://github.com/cli/cli) for GitHub integration experiments\n\n### Clone\n```bash\ngit clone https://github.com/flyingrobots/hubless.git\ncd hubless\n```\n\n### Build the utilities\nThe Go module is initialized but the primary CLI is still under construction. A helper binary for progress updates exists today:\n```bash\ngo build ./cmd/update-progress\n```\n\n### Run the progress updater\nThe legacy Python script has been replaced with the Go implementation (spec documented in `docs/reference/update-progress-algorithm.md`). Point the tool at your `git-mind` checkout once the Go port is finished.\n\n```bash\n./update-progress --root ../git-mind\n```\n\n## Project Docs\n- `docs/PRD.md` – Product requirements and roadmap.\n- `docs/TechSpec.md` – Architecture, data model, sync contracts.\n- `docs/design/tui.md` – Bubbletea TUI views, interactions, styling.\n- `docs/reference/implementation-skeleton.md` – Hexagonal layout and scaffolding.\n- `docs/reference/update-progress-algorithm.md` – Transcription of the ledger updater logic.\n- `AGENTS.md` – Workflow rules, coding standards, collaboration notes.\n- `@hubless/` – Structured planning data (tasks, stories, features, milestones schemas).\n\n\n## Development Principles\n- Git is the source of truth; no central server required.\n- Conflict-free, append-only event streams for issues, boards, and PRs.\n- Hexagonal architecture with Go application services, Git adapters, and Charmbracelet UI layers.\n- CLI command surface will use Charmbracelet Fang/Cobra to keep styling consistent with the TUI.\n\n## Contributing\nSee `CONTRIBUTING.md` for task workflow, branching rules, and code quality expectations.\n\n## License\nThis project is licensed under the MIT License – see `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyingrobots%2Fhubless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflyingrobots%2Fhubless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyingrobots%2Fhubless/lists"}