Remove client fork references from documentation

- Update README.md to remove client fork sections
- Update CLAUDE.md to remove client fork file references
- Update copilot-instructions.md to remove client fork section
- Update templates/README.md for empty directory
- Update scripts/README.md to remove create-client-fork.sh
- Update docs/README.md to remove CLIENT_FORK_WORKFLOW.md references

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-07 20:41:28 +00:00
parent e8a432c82a
commit 4e81b95fdf
6 changed files with 14 additions and 118 deletions

View File

@@ -37,19 +37,6 @@ This directory contains utility scripts for building, releasing, and managing th
---
### create-client-fork.sh
**Purpose**: Create a customized client fork of MokoCassiopeia.
**Usage**:
```bash
./scripts/create-client-fork.sh
```
See the script documentation for details on creating client-specific forks.
---
## Automated Workflows
The repository includes GitHub Actions workflows that automate the build and release process:
@@ -253,8 +240,7 @@ Check:
```
scripts/
├── README.md # This file
── build-release.sh # Local build script
└── create-client-fork.sh # Client fork creation script
── build-release.sh # Local build script
.github/workflows/
├── release.yml # Automated release workflow