From 614e905ff592cd43d6c2739e2a12b96c3748d126 Mon Sep 17 00:00:00 2001 From: Jonathan Payne Date: Tue, 25 Aug 2026 18:18:04 -0400 Subject: [PATCH] docs: point CLAUDE.md at org-wide CONTRIBUTING for agent contributors (OpenConceptLab/ocl_issues#2709) Adds a pointer in the Issues/Tickets section so agents working in the ocl-cli checkout inherit the org contribution conventions (ticket-first, PR template, type labels), which they otherwise never see: the org CONTRIBUTING lives in a separate repo and the PR template is bypassed by 'gh pr create --body'. First repo of the OpenConceptLab/ocl_issues#2709 rollout. Co-Authored-By: Claude Opus 4.8 (1M context) --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index c8b7c28..f65af26 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -55,5 +55,6 @@ pytest ## Issues / Tickets - Issues for `ocl-cli` are tracked in the cross-repo tracker `OpenConceptLab/ocl_issues` on GitHub (not in this repo, and not on Gitea). Use `gh` CLI. +- **Contribution conventions are org-wide.** All OCL repos inherit [`OpenConceptLab/.github/CONTRIBUTING.md`](https://github.com/OpenConceptLab/.github/blob/main/CONTRIBUTING.md) — ticket-first, PR template, `type/` labels, no direct pushes to `main`. **In short: every PR links an issue** — use `closes OpenConceptLab/ocl_issues#N` on the resolving commit (bare `#N` for partial work). Heads-up for agents: the org PR template only auto-fills in the GitHub web UI, so when opening PRs via `gh`, add the `Closes #N` line to the PR body yourself. - Code lives at `OpenConceptLab/ocl-cli` on GitHub. Changes go via feature branch + PR — never commit directly to `main`. - A pre-2026-05 archive of issues exists at `gitea.lab.jpayne.me/ocl/ocl-cli` (read-only / closed); do not file new tickets there.