Expand CI workflows, add local testing with act, and extend documentation
149 files · 17,979+ · 2,831-

CI and local testing infrastructure

5 files changed
  • docs.yml Added documentation deployment workflow
  • local-test.yml Added local test workflow for act
  • test-simple.yml Added simplified test workflow
  • .actrc Configuration for running workflows locally with act
  • act-colima.sh Helper script for act with Colima Docker
  • Introduced local CI testing via act with Colima integration for macOS development baseline architectural
    2 files
    • .actrc
    • act-colima.sh

Documentation expansion

4 files changed
  • GITHUB_WORKFLOWS.md Documented GitHub workflow setup and configuration
  • TESTING_WITH_ACT.md Guide for local workflow testing with act
  • cli.md CLI API reference documentation
  • contributing.md Contributing guidelines
  • Expanded documentation with workflow guides, contributing docs, and API references specify behavioral
    1 file
    • GITHUB_WORKFLOWS.md

Project configuration updates

3 files changed
  • .gitignore Updated ignore patterns
  • .secrets.example Added example secrets file
  • CLAUDE.md Updated AI assistant configuration
  • Added secrets example file and refined project configuration files decouple internal
    1 file
    • .secrets.example