mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
- Created a new troubleshooting guide in README.md for common issues and testing problems. - Updated package.json to include new act commands for linting, type checking, building, and diagnosing workflows. - Added a pre-commit hook script to validate workflows before commits. - Enhanced run-act.sh script with logging, Docker checks, and improved output formatting. - Improved test-workflows.sh with an interactive menu and performance tracking. - Introduced setup-act.sh for quick setup and testing of act integration.
26 lines
816 B
Markdown
26 lines
816 B
Markdown
# Troubleshooting Guide
|
|
|
|
Solutions to common issues and problems in MetaBuilder development and deployment.
|
|
|
|
## Common Issues
|
|
|
|
- [CORS Bypass Explanation](./CORS-BYPASS-EXPLANATION.md)
|
|
- [Workflow Failure Diagnosis](./WORKFLOW_FAILURE_DIAGNOSIS.md)
|
|
- [Screenshot Analyzer](./SCREENSHOT_ANALYZER.md)
|
|
|
|
## Testing Issues
|
|
|
|
- [Package Tests](./PACKAGE_TESTS.md)
|
|
- [Test Coverage Summary](./TEST_COVERAGE_SUMMARY.md)
|
|
|
|
## Phase Reports
|
|
|
|
- [Phase 5 Testing Report](./PHASE5_TESTING_REPORT.md)
|
|
|
|
## Getting Help
|
|
|
|
1. Check the relevant section above for your issue
|
|
2. Review [Development: Code Improvements](../development/improvements.md) for recent fixes
|
|
3. Consult [Testing: Guidelines](../testing/TESTING_GUIDELINES.md) for test-related issues
|
|
4. Check project [Architecture](../architecture/) for design-related questions
|