{"id":46691632,"url":"https://github.com/homestak-dev/meta","last_synced_at":"2026-04-02T00:17:29.903Z","repository":{"id":331565767,"uuid":"1131092287","full_name":"homestak-dev/meta","owner":"homestak-dev","description":"Parent repository for homestak-dev polyrepo workspace","archived":false,"fork":false,"pushed_at":"2026-03-21T02:44:13.000Z","size":812,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-21T12:32:30.908Z","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":"docs/roadmap.md","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-20T23:28:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/homestak-dev/meta","commit_stats":null,"previous_names":["homestak-dev/homestak-dev","homestak-dev/meta"],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/homestak-dev/meta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fmeta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fmeta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fmeta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fmeta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/homestak-dev","download_url":"https://codeload.github.com/homestak-dev/meta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fmeta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","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-03-09T04:08:27.985Z","updated_at":"2026-04-02T00:17:29.896Z","avatar_url":"https://github.com/homestak-dev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# homestak meta\n\nRelease scripts, documentation, and development process for the homestak project.\n\nFor end-user documentation, see the [organization profile](https://github.com/homestak-dev).\n\n## Quick Start (Contributors)\n\n```bash\n# Create workspace root and clone meta\nmkdir -p ~/homestak/dev\ngit clone https://github.com/homestak-dev/meta.git ~/homestak/dev/meta\ncd ~/homestak/dev/meta\n\n# Full workspace setup (clones all repos into ~/homestak/)\nmake setup\n```\n\nThis clones all repos into the correct directory structure, registers them with gita, checks dependencies, and configures git hooks for secrets management.\n\n## Workspace Structure\n\n```\n~/homestak/\n├── bootstrap/             # homestak/bootstrap - installer, CLI\n├── config/                # homestak/config - secrets, manifests\n├── iac/\n│   ├── ansible/           # homestak-iac/ansible - playbooks\n│   ├── iac-driver/        # homestak-iac/iac-driver - orchestration\n│   ├── packer/            # homestak-iac/packer - image templates\n│   └── tofu/              # homestak-iac/tofu - VM provisioning\n└── dev/\n    ├── meta/              # homestak-dev/meta - this repo\n    ├── .claude/           # homestak-dev/.claude - Claude Code config\n    └── .github/           # homestak-dev/.github - org config\n```\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| `make test` | Run release CLI bats tests |\n| `make lint` | Run shellcheck on release CLI |\n\n## Documentation\n\n| File | Purpose |\n|------|---------|\n| [CLAUDE.md](CLAUDE.md) | Architecture, conventions, development guide |\n| [docs/process/](docs/process/) | 7-phase development lifecycle |\n| [docs/standards/repo-settings.md](docs/standards/repo-settings.md) | Repository configuration standards |\n| [docs/standards/claude-guidelines.md](docs/standards/claude-guidelines.md) | Documentation standards |\n| [docs/standards/issues.md](docs/standards/issues.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%2Fmeta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhomestak-dev%2Fmeta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomestak-dev%2Fmeta/lists"}