Adopt arne/conventions for CLAUDE.md management #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "adopt-conventions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Orbit's CLAUDE.md was entirely hand-written. The arne/conventions repo now
manages shared rules (git workflow, PR/issue conventions, spec flow, styleguide
protection) via apply.sh, which writes generated content between markers in
CLAUDE.md and places reference docs in docs/conventions/.
This adds a conventions.yaml declaring orbit's layers (orbit, orbit-design,
systemd-service), runs apply.sh to generate the managed block, and trims the
hand-written section to just deployment and source layout — the only
orbit-application-specific content.
Also fixes the design-session hook regex to allow hyphenated layer names like
orbit-design/, and registers arne/conventions as a project in orbit.
Closes #21