Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 619 Bytes

File metadata and controls

33 lines (21 loc) · 619 Bytes

Coding Profile

Personal coding setup: defaults, conventions, and configuration assets that sync across machines and workspaces.

Setup

Sync the CLI tooling and dependencies:

uv sync

Example: Agent

One example using contentctl to sync a profile slice:

cd profile/agent
uv run contentctl deploy --all-workspaces

Adopt changes back into this repo (example: codex):

cd profile/agent
uv run contentctl adopt codex

profile/agent/content-hub.yaml defines how contentctl applies this profile .

Notes

Manual copying is also fine if you don’t want the tooling.