From ea1a4fa633db1b36555729cd99e74aa98fae9e74 Mon Sep 17 00:00:00 2001 From: Val Redchenko Date: Thu, 22 Jan 2026 10:48:22 +0000 Subject: [PATCH 1/2] Add PATO repos as reference-only Add pato-frontend and pato-backend from DiamondLightSource org for reference purposes. Co-Authored-By: Claude Opus 4.5 --- core/repos.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/core/repos.json b/core/repos.json index 33ce5f5..b6195c8 100644 --- a/core/repos.json +++ b/core/repos.json @@ -88,6 +88,26 @@ }, "tags": ["reference", "python"], "ownership": "reference-only" + }, + { + "name": "pato-frontend", + "description": "PATo web UI - particle analysis and tomography visualization (reference-only)", + "urls": { + "https": "https://github.com/DiamondLightSource/pato-frontend.git", + "ssh": "git@github.com:DiamondLightSource/pato-frontend.git" + }, + "tags": ["reference", "typescript", "frontend"], + "ownership": "reference-only" + }, + { + "name": "pato-backend", + "description": "PATo backend API - particle analysis and tomography services (reference-only)", + "urls": { + "https": "https://github.com/DiamondLightSource/pato-backend.git", + "ssh": "git@github.com:DiamondLightSource/pato-backend.git" + }, + "tags": ["reference", "python", "backend"], + "ownership": "reference-only" } ] }, From d26477dee9ff2c906252c10482950cf90c516261 Mon Sep 17 00:00:00 2001 From: Val Redchenko Date: Thu, 22 Jan 2026 10:58:47 +0000 Subject: [PATCH 2/2] Update CLAUDE.md --- claude-code/CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/claude-code/CLAUDE.md b/claude-code/CLAUDE.md index 6843878..1c6cf42 100644 --- a/claude-code/CLAUDE.md +++ b/claude-code/CLAUDE.md @@ -290,6 +290,7 @@ Refer to `claude-config/smartem-decisions/REPO-GUIDELINES.md` for: ## Git Commit Guidelines -- **No Claude attribution**: Do NOT add `Co-Authored-By: Claude` or any similar attribution lines to commit messages. Commits should appear as normal developer commits. +- **No Claude attribution**: Do NOT add `Co-Authored-By: Claude` or any similar attribution lines to commit messages. + Commits should appear as normal developer commits. Same goes for PR descriptions, Github Issue descriptions, etc. - Write clear, concise commit messages following conventional commits format when appropriate (feat, fix, docs, refactor, etc.) - Focus on the "why" not the "what" in commit body