{"id":37729789,"url":"https://github.com/homestak-dev/homestak-dev","last_synced_at":"2026-03-07T06:09:06.731Z","repository":{"id":331565767,"uuid":"1131092287","full_name":"homestak-dev/homestak-dev","owner":"homestak-dev","description":"Parent repository for homestak-dev polyrepo workspace","archived":false,"fork":false,"pushed_at":"2026-03-03T01:36:11.000Z","size":823,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-03T05:35:30.218Z","etag":null,"topics":["homelab","infrastructure-as-code","polyrepo","proxmox"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/homestak-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":null,"dco":null,"cla":null}},"created_at":"2026-01-09T13:14:06.000Z","updated_at":"2026-03-03T01:36:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/homestak-dev/homestak-dev","commit_stats":null,"previous_names":["homestak-dev/homestak-dev"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/homestak-dev/homestak-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fhomestak-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fhomestak-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fhomestak-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fhomestak-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/homestak-dev","download_url":"https://codeload.github.com/homestak-dev/homestak-dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fhomestak-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["homelab","infrastructure-as-code","polyrepo","proxmox"],"created_at":"2026-01-16T13:48:19.460Z","updated_at":"2026-03-07T06:09:06.701Z","avatar_url":"https://github.com/homestak-dev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# homestak-dev\n\nPolyrepo workspace for homestak infrastructure-as-code.\n\nFor end-user documentation, see the [organization profile](https://github.com/homestak-dev).\n\n## Quick Start (Contributors)\n\n```bash\n# Clone the parent repo\ngit clone https://github.com/homestak-dev/homestak-dev.git\ncd homestak-dev\n\n# Full workspace setup\nmake setup\n```\n\nThis clones all child repos, registers them with gita, checks dependencies, and configures git hooks for secrets management.\n\nIf dependencies are missing, you'll see:\n```\nChecking dependencies...\n  gita:       OK\n  packer:     MISSING\n  shellcheck: MISSING\n  ...\n\nMissing dependencies: packer shellcheck\nRun: sudo make install-deps-all\n```\n\nInstall missing dependencies and verify:\n```bash\nsudo make install-deps-all\ngita ll\n```\n\n## Project Structure\n\n```\nhomestak-dev/              # This repo (workspace parent)\n├── .claude/               # Claude Code configuration and skills\n├── .github/               # GitHub org config (PR templates, CI)\n├── ansible/               # Playbooks for host configuration\n├── bootstrap/             # Entry point - curl|bash installer\n├── iac-driver/            # Orchestration engine\n├── packer/                # Image templates\n├── site-config/           # Secrets and configuration\n└── tofu/                  # VM provisioning modules\n```\n\n## Workspace Management\n\nThis workspace uses [gita](https://github.com/nosarthur/gita) to manage multiple repos.\n\n### Makefile Targets\n\n| Target | Description |\n|--------|-------------|\n| `make setup` | Full workspace setup (clone, register, check deps, configure hooks) |\n| `make check-deps` | Check if all dependencies are installed |\n| `make install-deps-all` | Install dependencies across all repos (requires sudo) |\n\n### Gita Commands\n\n| Command | Description |\n|---------|-------------|\n| `gita ll` | Status of all repos |\n| `gita fetch` | Fetch all repos |\n| `gita pull` | Pull all repos |\n| `gita shell \u003ccmd\u003e` | Run command in all repos |\n\n## Documentation\n\n| File | Purpose |\n|------|---------|\n| [CLAUDE.md](CLAUDE.md) | Architecture, conventions, development guide |\n| [docs/lifecycle/](docs/lifecycle/) | 7-phase development lifecycle |\n| [docs/REPO-SETTINGS.md](docs/REPO-SETTINGS.md) | Repository configuration standards |\n| [docs/CLAUDE-GUIDELINES.md](docs/CLAUDE-GUIDELINES.md) | Documentation standards |\n| [docs/ISSUE-GUIDELINES.md](docs/ISSUE-GUIDELINES.md) | Issue creation and labeling standards |\n\n## Claude Code Skills\n\n| Skill | Subcommands | Description |\n|-------|-------------|-------------|\n| `/sprint` | plan, init, validate, sync, merge, close | Sprint lifecycle management |\n| `/release` | plan init, plan update, execute | Release lifecycle with gates |\n| `/session` | save, resume, checkpoint | Context preservation across compactions |\n| `/issues` | - | Gather GitHub issues across all repos |\n\nSee [.claude/CLAUDE.md](.claude/CLAUDE.md) for complete skill documentation.\n\n## License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomestak-dev%2Fhomestak-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhomestak-dev%2Fhomestak-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomestak-dev%2Fhomestak-dev/lists"}