Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion claude-code/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
20 changes: 20 additions & 0 deletions core/repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down