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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user