Sync with MokoStandards: remove local scripts and reusable workflows

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-18 01:36:58 +00:00
parent 6d40b1fc20
commit 09a4b0b490
31 changed files with 375 additions and 7534 deletions

View File

@@ -61,9 +61,6 @@ cd moko-cassiopeia
# Run development setup
make dev-setup
# Install Git hooks (optional but recommended)
./scripts/git/install-hooks.sh
```
See [docs/QUICK_START.md](./docs/QUICK_START.md) for detailed setup instructions.
@@ -75,8 +72,7 @@ The repository provides several tools to streamline development:
* **Makefile**: Common development tasks (`make help` to see all commands)
* **Pre-commit Hooks**: Automatic local validation before commits
* **VS Code Tasks**: Pre-configured tasks for common operations
* **Validation Scripts**: Located in `scripts/validate/`
* **CI/CD Workflows**: Automated testing and deployment
* **CI/CD Workflows**: Automated testing and deployment via MokoStandards
Run `make validate-required` before submitting PRs to catch common issues early.