From 4e1a90c4e42d67bbad317ecb471458be3a165a0a Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 6 Jun 2026 11:22:11 -0500 Subject: [PATCH] fix: replace non-ASCII em dashes with ASCII in CLAUDE.md and manifest.xml Prevents hook JSON validation failures caused by non-ASCII characters in files read during stop hooks. --- .mokogitea/CLAUDE.md | 4 ++-- .mokogitea/manifest.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.mokogitea/CLAUDE.md b/.mokogitea/CLAUDE.md index b43f3124aa..1cb790cc98 100644 --- a/.mokogitea/CLAUDE.md +++ b/.mokogitea/CLAUDE.md @@ -1,6 +1,6 @@ # MokoGitea -Fork of Gitea — self-hosted Git service at git.mokoconsulting.tech. Go backend + TypeScript frontend. +Fork of Gitea -- self-hosted Git service at git.mokoconsulting.tech. Go backend + TypeScript frontend. ## Quick Reference @@ -32,7 +32,7 @@ GITEA_TEST_E2E_FLAGS='' make test-e2e # Single Playwright test - Add current year copyright header on new `.go` files - No trailing whitespace in edited files - Conventional Commits for commit messages and PR titles -- Never force-push, amend, or squash unless asked — use new commits +- Never force-push, amend, or squash unless asked -- use new commits - Preserve existing code comments - TypeScript: use `!` (non-null assertion) not `?.`/`??` when value is known to exist - CSS: prefer `flex-*` helpers over per-child `tw-ml-*`/`tw-mr-*` margins diff --git a/.mokogitea/manifest.xml b/.mokogitea/manifest.xml index 4d0e56436a..105f7f4c4a 100644 --- a/.mokogitea/manifest.xml +++ b/.mokogitea/manifest.xml @@ -3,7 +3,7 @@ MokoGitea MokoConsulting - Moko fork of Gitea — adding project board REST API endpoints and custom enhancements + Moko fork of Gitea -- adding project board REST API endpoints and custom enhancements 05.47.00 GNU General Public License v3 -- 2.52.0