- Downgrade all actions/upload-artifact and actions/download-artifact from
v6 to v4 for compatibility with act's local artifact server (v6 uses a
new Azure blob backend that act doesn't support)
- Add .actrc with arm64 architecture, artifact server, sequential jobs,
and secret/env file pointers for local act runs
- Add .act-env to .gitignore (contains local node PATH override)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Configure medium-size Ubuntu image for M-series Mac compatibility
- Set container architecture to linux/amd64
- Enables 'act' workflow runner for local CI testing
- 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.