| layout |
hero |
features |
| home |
| name |
text |
tagline |
actions |
| core-devops |
Developer Workspace |
Unified entry point for Host UK development |
| theme |
text |
link |
| brand |
Quick Start |
/quick-start |
|
|
|
|
|
| title |
details |
| One Command Setup |
Clone and run `make setup` to get a complete development environment with all dependencies. |
|
| title |
details |
| Multi-Repo Management |
Manage 18+ Laravel packages from a single workspace using the `core` CLI. |
|
| title |
details |
| Agentic-First |
Designed for AI-assisted development with structured issues and Claude Code integration. |
|
|
Host UK DevOps
The developer workspace orchestrator for Host UK - a federated monorepo containing 18 Laravel packages.
What's Included
| Component |
Purpose |
repos.yaml |
Package registry with dependencies |
.core/ |
Workspace configuration and Claude Code plugin |
scripts/ |
Cross-platform setup scripts |
Makefile |
Setup orchestration |
Quick Start
git clone git@github.com:host-uk/core-devops.git && cd core-devops && make setup
Core CLI
The workspace is managed by the core CLI:
core health # Status summary
core work # Commit and push workflow
core issues # GitHub issues across repos
Next Steps