7351a808ff5d7df109fea3da37329562efda0a40182554d9a352cedc84ebc0d019bb4af44e596c5eAuthored: 1 month ago (Wed, 1 Jul 2026 13:07:13 +0000)Match: Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>7579fb19d6f27e34c2c1d5e473e7d587a7d1a5a8Authored: 1 month ago (Wed, 1 Jul 2026 11:50:58 +0000)Match: Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>604df13910cd21f3c551d123148f0db4976fc2ebAuthored: 2 months ago (Fri, 19 Jun 2026 08:50:15 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>bad3eac886f56a715cf8286a5d4d48362f63fd22Authored: 2 months ago (Wed, 3 Jun 2026 04:53:30 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>2121fb6e13b6aab27e982bf9ec1d7ec6e395acf5Authored: 2 months ago (Tue, 2 Jun 2026 17:30:47 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>3fb3402da6669149c865a984a6c45d17418ce7d8Authored: 2 months ago (Sat, 30 May 2026 05:47:35 +0000)Match: Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>875928835c6f49046f244c66a93080fa364f5c08Authored: 3 months ago (Mon, 25 May 2026 13:22:49 +0000)Match: Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>7a00ba532b1b4b90785afc5f852fe34044ebf538Authored: 3 months ago (Mon, 25 May 2026 13:21:58 +0000)Match: Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>0abf022ca4cf7fdb5c1baead654c9233d47a67a1Authored: 3 months ago (Mon, 25 May 2026 13:21:58 +0000)Match: Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>CLAUDE.mdTool: claude-code# Working in this repo
## Workflow rules
- **Always work in a git worktree on a feature branch.** Never edit files
while the primary checkout sits on `main`. Use
`git worktree add ../forgejo-cli-<topic> -b feature/<topic>` (or use the
`superpowers:using-git-worktrees` skill).
- **No commits directly to `main`.** `main` is reachable only by merging a
PR. Server-side branch protection (if configured) enforces this; client-
side, never push to `main` and never commit while checked out on `main`.
- none