php-devops/doc/index.md
Snider 97aab0fcca docs: add VitePress documentation with GitHub Pages deployment
- VitePress config with canonical URLs to core.help
- Developer preview banner linking to main docs
- Documentation pages: quick-start, commands, core-folder, repos-yaml
- GitHub Actions workflow for Pages deployment

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 20:28:07 +00:00

1.6 KiB

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
theme text link
alt View on GitHub https://github.com/host-uk/core-devops
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