A personal, repeatable coding setup kit: the defaults, conventions, and small assets I like to carry across machines and workspaces.
This repo is intentionally opinionated and not meant to be universal. Treat it as my “coding profile” source of truth—useful as-is for me, and adaptable for others if you’re willing to reshape it.
Sync the CLI tooling and dependencies:
uv syncDeploy this profile to all configured workspaces:
uv run contentctl deploy --all-workspacesAdopt updates from a workspace back into this repo (example: codex):
uv run contentctl adopt codexcontent-hub.yaml defines how contentctl applies this profile (workspaces, rules, mappings). If you want to reuse the workflow, start by editing that file.
Manual copying is also fine if you don’t want the tooling.